mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 11.5.6 to 11.5.50. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.5.50/ChangeLog-11.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/11.5.6...11.5.50) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 11.5.50 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
35 lines
724 B
JSON
35 lines
724 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.93.0",
|
|
"phpunit/phpunit": "^11.5.50"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"phpweb\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"phpweb\\Test\\": "tests/"
|
|
}
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "8.2.0"
|
|
},
|
|
"sort-packages": true
|
|
}
|
|
}
|