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
Andreas Möller d3b6b3ed67 Enhancement: Run friendsofphp/php-cs-fixer on GitHub Actions
Co-authored-by: Markus Staab <maggus.staab@googlemail.com>

Closes GH-559.
2022-07-11 19:19:15 +02:00

28 lines
561 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": "^7.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.4.0"
},
"autoload": {
"psr-4": {
"phpweb\\": "src/"
}
},
"config": {
"platform": {
"php": "7.3.19"
},
"sort-packages": true
}
}