Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hotmeteor committed Feb 21, 2023
1 parent 3b0a180 commit 39eb3d5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
}
],
"require": {
"php": "^7.4|^8.0",
"php": "^8.1",
"ext-json": "*",
"illuminate/support": "^8.0|^9.0"
"illuminate/support": "^9.0|^10.0"
},
"require-dev": {
"mockery/mockery": "^1.4",
"nunomaduro/collision": "^5.6",
"orchestra/testbench": "^4.0|^5.0|^6.0",
"phpunit/phpunit": "^9.5"
"nunomaduro/collision": "^6.0|^7.0",
"orchestra/testbench": "^6.0|^7.0|^8.0",
"phpunit/phpunit": "^9.5|^10.0"
},
"scripts": {
"post-autoload-dump": [
Expand Down

0 comments on commit 39eb3d5

Please sign in to comment.