Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hivokas authored Sep 9, 2020
1 parent 81cf21f commit 20c692f
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.2",
"laravel/framework": "5.8.*|^6.0|^7.0",
"php": "^7.3",
"laravel/framework": "^6.0|^7.0|^8.0",
"ext-json": "*"
},
"require-dev": {
"orchestra/testbench": "^3.8|^4.0|^5.0"
"orchestra/testbench": "^4.0|^5.0|^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 20c692f

Please sign in to comment.