mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.91.3 to 3.92.0. - [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases) - [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.91.3...v3.92.0) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-version: 3.92.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
35 lines
723 B
JSON
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.0",
|
|
"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
|
|
}
|
|
}
|