Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
denisyukphp committed Dec 18, 2021
1 parent 6ddd3d5 commit ebd7adb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@
}
],
"require": {
"php": "^7.2 || ^8.0",
"symfony/polyfill-php80": "^1.23"
"php": "^8.1"
},
"require-dev": {
"phpunit/php-timer": "^2.1",
"phpunit/phpunit": "^8.5 || ^9.4"
"phpunit/php-timer": "^5.0",
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ebd7adb

Please sign in to comment.