1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00
Files
archived-web-php/composer.json
Andreas Möller b8df60d5a9 Enhancement: Update friendsofphp/php-cs-fixer (#849)
* Enhancement: Update friendsofphp/php-cs-fixer

* Fix: Run 'make coding-standards'

* Fix: Do not configure deprecated fixers
2023-12-05 14:10:35 +01:00

28 lines
563 B
JSON

{
"name": "php/web-php",
"description": "The www.php.net site.",
"license": "proprietary",
"type": "project",
"homepage": "https://www.php.net/",
"support": {
"source": "https://github.com/php/web-php"
},
"require": {
"php": "~8.2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.40.2"
},
"autoload": {
"psr-4": {
"phpweb\\": "src/"
}
},
"config": {
"platform": {
"php": "8.2.0"
},
"sort-packages": true
}
}