Skip to content

Commit

Permalink
Fixed composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
denisyukphp committed Feb 5, 2021
1 parent 4807f10 commit 4e29d18
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"php": "^7.2 || ^8.0"
},
"require-dev": {
"phpunit/php-timer": "^2.1",
"phpunit/phpunit": "^8.5"
"phpunit/phpunit": "^8.5 || ^9.4"
},
"autoload": {
"psr-4": {
Expand All @@ -31,7 +30,6 @@
"scripts": {
"test": "vendor/bin/phpunit --colors=always"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true
Expand Down

0 comments on commit 4e29d18

Please sign in to comment.