build-configs/composer.json

29 lines
671 B
JSON
Raw Normal View History

2023-01-19 17:25:51 +00:00
{
"require": {
2023-02-03 20:29:37 +00:00
"illuminate/support": "^9.50",
2023-03-13 01:19:12 +00:00
"mnapoli/silly": "^1.8",
"symfony/console": "^6.2",
2023-02-03 20:29:37 +00:00
"symfony/filesystem": "^6.2",
"symfony/validator": "^6.2",
2023-01-19 18:37:13 +00:00
"symfony/yaml": "^6.2",
2023-02-03 20:29:37 +00:00
"twig/twig": "^3.5"
2023-01-19 17:25:51 +00:00
},
"require-dev": {
"humbug/box": "^4.2",
2023-03-11 00:41:10 +00:00
"pestphp/pest": "^1.22",
"phpstan/phpstan": "^1.9",
"symfony/var-dumper": "^6.2"
},
"autoload": {
"psr-4": {
2023-01-21 20:42:52 +00:00
"OliverDaviesLtd\\BuildConfigs\\": "src/"
}
2023-02-03 20:29:37 +00:00
},
"config": {
2023-03-11 00:41:10 +00:00
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true
}
2023-01-19 17:25:51 +00:00
}
}