Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 911fdc2

Browse files
authoredSep 9, 2020
Merge pull request #63 from SachinAgarwal1337/develop
Added Support for Laravel 8
2 parents 9ff7436 + c2f35bf commit 911fdc2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
],
2020
"require": {
2121
"php": "^5.5.9|^7.2",
22-
"illuminate/support": "~5.0|^6.0|^7.0",
23-
"illuminate/container": "~5.0|^6.0|^7.0",
24-
"guzzlehttp/guzzle": "^6.1"
22+
"illuminate/support": "~5.0|^6.0|^7.0|^8.0",
23+
"illuminate/container": "~5.0|^6.0|^7.0|^8.0",
24+
"guzzlehttp/guzzle": "^6.1|^7.0.1"
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "~4.0",
27+
"phpunit/phpunit": "~4.0|^9.3",
2828
"skagarwal/reflection": "~1.0"
2929
},
3030
"autoload": {

0 commit comments

Comments
 (0)
Please sign in to comment.