Skip to content

Commit

Permalink
Bump minimum required phpunit/phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
ruudk committed Nov 25, 2021
1 parent faff14d commit 42a2d5d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -43,7 +43,7 @@
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-symfony": "^1.0",
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^9.5.10",
"sentry/sentry-symfony": "^4.0",
"symfony/framework-bundle": "^4.4.12 || ^5.1",
"symplify/easy-ci": "^9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/composer.json
Expand Up @@ -23,7 +23,7 @@
"php": "^7.4 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^9.5.10",
"symfony/framework-bundle": "^4.4.12 || ^5.1"
},
"conflict": {
Expand Down
2 changes: 1 addition & 1 deletion packages/doctrine-orm/composer.json
Expand Up @@ -24,7 +24,7 @@
"symfony/yaml": "^4.4 || ^5.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^9.5.10",
"symfony/framework-bundle": "^4.4.12 || ^5.1",
"doctrine/doctrine-bundle": "^2.0.10"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sentry/composer.json
Expand Up @@ -24,7 +24,7 @@
"symfony/yaml": "^4.4 || ^5.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^9.5.10",
"symfony/framework-bundle": "^4.4.12 || ^5.1",
"sentry/sentry-symfony": "^4.0"
},
Expand Down

0 comments on commit 42a2d5d

Please sign in to comment.