build-configs/composer.json

81 lines
2.3 KiB
JSON

{
"name": "oliverdaviesltd/build-configs",
"description": "build-configs",
"type": "project",
"license": "proprietary",
"require": {
"php": "^8.1",
"ext-ctype": "*",
"ext-iconv": "*",
"doctrine/annotations": "^2.0",
"illuminate/collections": "*",
"illuminate/pipeline": "^10.8",
"illuminate/support": "^10.8",
"phpdocumentor/reflection-docblock": "^5.3",
"phpstan/phpdoc-parser": "^1.20",
"symfony/console": "^6.4",
"symfony/dotenv": "^6.4",
"symfony/flex": "^2.0",
"symfony/framework-bundle": "^6.4",
"symfony/property-access": "^6.4",
"symfony/property-info": "^6.4",
"symfony/runtime": "^6.4",
"symfony/serializer": "^6.4",
"symfony/twig-bundle": "^6.4",
"symfony/validator": "^6.4",
"symfony/yaml": "^6.4",
"twig/extra-bundle": "^2.12|^3.0",
"twig/twig": "^2.12|^3.0"
},
"config": {
"sort-packages": true,
"platform": {
"php": "8.2"
},
"allow-plugins": {
"symfony/flex": true,
"symfony/runtime": true,
"bamarni/composer-bin-plugin": true,
"pestphp/pest-plugin": true
}
},
"bin": ["bin/build-configs"],
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"replace": {
"symfony/polyfill-ctype": "*",
"symfony/polyfill-iconv": "*",
"symfony/polyfill-php72": "*",
"symfony/polyfill-php73": "*",
"symfony/polyfill-php74": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*"
},
"conflict": {
"symfony/symfony": "*"
},
"extra": {
"bin-dir": "new-bin",
"sort-packages": true,
"symfony": {
"allow-contrib": false,
"require": "^6.4"
},
"runtime": {
"autoload_template": "autoload_runtime.template"
}
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.5",
"symfony/browser-kit": "^6.4",
"symfony/css-selector": "^6.4",
"symfony/maker-bundle": "^1.48",
"symfony/phpunit-bridge": "^6.4"
}
}