Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
hivokas committed Feb 22, 2022
1 parent 2414d2a commit 65ec5f5
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 @@ -5,12 +5,12 @@
"type": "library",
"license": "MIT",
"require": {
"php": "^7.3|^8.0|^8.1",
"laravel/framework": "^6.0|^7.0|^8.0|^9.0",
"php": "^8.0",
"laravel/framework": "^9.0",
"ext-json": "*"
},
"require-dev": {
"orchestra/testbench": "^4.0|^5.0|^6.0"
"orchestra/testbench": "^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 65ec5f5

Please sign in to comment.