Skip to content

Commit

Permalink
~ Version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
tylernathanreed committed Apr 1, 2023
1 parent 165217b commit d09ed52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
],
"require": {
"php": ">=7.3",
"illuminate/contracts": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0"
"illuminate/contracts": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0"
},
"require-dev": {
"mockery/mockery": "^1.4.2",
"laravel/framework": "^6.0|^7.0|^8.0",
"orchestra/testbench-core": "^4.0|^5.0|^6.0",
"laravel/framework": "^8.0|^9.0|^10.0",
"orchestra/testbench-core": "^6.0|^7.0|^8.0",
"phpunit/phpunit": "^8.5|^9.5"
},
"autoload": {
Expand Down

0 comments on commit d09ed52

Please sign in to comment.