Skip to content

Commit

Permalink
Merge pull request #63 from SachinAgarwal1337/develop
Browse files Browse the repository at this point in the history
Added Support for Laravel 8
  • Loading branch information
SachinAgarwal1337 authored Sep 9, 2020
2 parents 9ff7436 + c2f35bf commit 911fdc2
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 @@ -19,12 +19,12 @@
],
"require": {
"php": "^5.5.9|^7.2",
"illuminate/support": "~5.0|^6.0|^7.0",
"illuminate/container": "~5.0|^6.0|^7.0",
"guzzlehttp/guzzle": "^6.1"
"illuminate/support": "~5.0|^6.0|^7.0|^8.0",
"illuminate/container": "~5.0|^6.0|^7.0|^8.0",
"guzzlehttp/guzzle": "^6.1|^7.0.1"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"phpunit/phpunit": "~4.0|^9.3",
"skagarwal/reflection": "~1.0"
},
"autoload": {
Expand Down

0 comments on commit 911fdc2

Please sign in to comment.