Skip to content

Commit

Permalink
Require phpunit ^9.3
Browse files Browse the repository at this point in the history
Signed-off-by: Geert Eltink <dev@elt.ink>
  • Loading branch information
geerteltink committed Sep 8, 2020
1 parent ca5b8c5 commit b49d5cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}
},
"require": {
"php": "^7.2",
"php": "^7.3",
"composer/package-versions-deprecated": "^1.10.99",
"laminas/laminas-component-installer": "^2.1.2",
"laminas/laminas-config-aggregator": "^1.2",
Expand Down Expand Up @@ -70,7 +70,7 @@
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^8.5.8 || ^9.3.7",
"phpunit/phpunit": "^9.3.7",
"roave/security-advisories": "dev-master"
},
"autoload": {
Expand Down

0 comments on commit b49d5cc

Please sign in to comment.