mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-23 02:27:33 +00:00
24 lines
527 B
JSON
24 lines
527 B
JSON
{
|
|
"require": {
|
|
"illuminate/support": "^9.50",
|
|
"symfony/console": "^6.2",
|
|
"symfony/filesystem": "^6.2",
|
|
"symfony/validator": "^6.2",
|
|
"symfony/yaml": "^6.2",
|
|
"twig/twig": "^3.5"
|
|
},
|
|
"require-dev": {
|
|
"humbug/box": "^4.2",
|
|
"symfony/var-dumper": "^6.2",
|
|
"phpstan/phpstan": "^1.9"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"OliverDaviesLtd\\BuildConfigs\\": "src/"
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
}
|
|
}
|