Skip to content

Commit

Permalink
Merge pull request #25 from bayareawebpro/dev
Browse files Browse the repository at this point in the history
Update composer.json
  • Loading branch information
bayareawebpro committed Sep 19, 2020
2 parents 83d078e + 61ffaae commit 581d6a6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
],
"require": {
"php": "^7.4",
"illuminate/http": "^6.0|^7.0",
"illuminate/support": "^6.0|^7.0",
"illuminate/session": "^6.0|^7.0",
"illuminate/contracts": "^6.0|^7.0",
"illuminate/validation": "^6.0|^7.0"
"illuminate/http": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"illuminate/session": "^6.0|^7.0|^8.0",
"illuminate/contracts": "^6.0|^7.0|^8.0",
"illuminate/validation": "^6.0|^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"orchestra/testbench": "^5.0",
"phpunit/phpunit": "^8.0|^9.0",
"orchestra/testbench": "^5.0|^6.0",
"nunomaduro/larastan": "^0.6"
},
"autoload": {
Expand Down

0 comments on commit 581d6a6

Please sign in to comment.