Skip to content

Commit

Permalink
Upgrading PHPUnit and fixing dev dependencies to major versions
Browse files Browse the repository at this point in the history
  • Loading branch information
spekulatius committed Dec 4, 2022
1 parent c8c99af commit c0b4a9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -28,9 +28,9 @@
"league/uri": "^6.0"
},
"require-dev": {
"symfony/thanks": "*",
"phpunit/phpunit": "^8.0",
"illuminate/collections": "*"
"symfony/thanks": "^1.0.0",
"phpunit/phpunit": "^8.0.0|^9.0.0",
"illuminate/collections": "^8.0.0|^9.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c0b4a9a

Please sign in to comment.