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] 24a58d9acd composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.60.0 to 3.61.1 (#1045)
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.60.0 to 3.61.1.
- [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.60.0...v3.61.1)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  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>
2024-08-06 08:59:53 +03: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.61.1",
"phpunit/phpunit": "^11.3.0"
},
"autoload": {
"psr-4": {
"phpweb\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"phpweb\\Test\\": "tests/"
}
},
"config": {
"platform": {
"php": "8.2.0"
},
"sort-packages": true
}
}