Skip to content

Commit

Permalink
Bump dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Mar 17, 2024
1 parent 0be906a commit 294f329
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
}
],
"require": {
"illuminate/collections": "^10.0|^11.0"
"illuminate/collections": "^10.0 || ^11.0"
},
"require-dev": {
"phpunit/phpunit": "^10.0.7",
"phpstan/phpstan": "^1.9.17"
"phpunit/phpunit": "^10.5.13",
"phpstan/phpstan": "^1.10.62"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 294f329

Please sign in to comment.