1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
Files
archived-web-php/composer.json
dependabot[bot] c6c31e35d6 composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.92.4 to 3.92.5 (#1764)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-13 10:10:42 +08:00

35 lines
723 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": {
"ext-curl": "*",
"friendsofphp/php-cs-fixer": "^3.92.5",
"phpunit/phpunit": "^11.5.6"
},
"autoload": {
"psr-4": {
"phpweb\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"phpweb\\Test\\": "tests/"
}
},
"config": {
"platform": {
"php": "8.2.0"
},
"sort-packages": true
}
}