mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
* Enhancement: Update friendsofphp/php-cs-fixer * Fix: Run 'make coding-standards' * Fix: Do not configure deprecated fixers
28 lines
563 B
JSON
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
|
|
}
|
|
}
|