Skip to content

Commit

Permalink
Add support for previous dependencies. #3
Browse files Browse the repository at this point in the history
  • Loading branch information
hofmannsven committed Mar 14, 2024
1 parent a28bd84 commit 5dd9d41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
},
"require-dev": {
"laravel/pint": "^1.14",
"nunomaduro/collision": "^8.0",
"nunomaduro/collision": "^7.0|^8.0",
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0",
"phpunit/phpunit": "^11.0"
"phpunit/phpunit": "^10.0|^11.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5dd9d41

Please sign in to comment.