Skip to content

Commit 782add8

Browse files
Bump the dev-dependencies group with 2 updates
Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) and [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. Updates `phpunit/phpunit` to 12.2.7 - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/12.2.7/ChangeLog-12.2.md) - [Commits](sebastianbergmann/phpunit@11.0.0...12.2.7) Updates `phpstan/phpstan` to 2.1.17 - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/2.1.x/CHANGELOG.md) - [Commits](phpstan/phpstan@1.10.0...2.1.17) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 12.2.7 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: phpstan/phpstan dependency-version: 2.1.17 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent df369bd commit 782add8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"ext-fileinfo": "*"
3939
},
4040
"require-dev": {
41-
"phpunit/phpunit": "^11.0",
42-
"phpstan/phpstan": "^1.10",
41+
"phpunit/phpunit": "^12.2",
42+
"phpstan/phpstan": "^2.1",
4343
"squizlabs/php_codesniffer": "^3.8",
4444
"friendsofphp/php-cs-fixer": "^3.40"
4545
},

0 commit comments

Comments
 (0)