Skip to content

Commit 83239c2

Browse files
authored
Merge pull request #73 from squiaios/patch-1
Laravel 5.8 support
2 parents 8e34794 + a082a44 commit 83239c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": "^7.1",
2020
"composer/semver": "^1.4",
2121
"geerlingguy/ping": "^1.1",
22-
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
22+
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
2323
"vlucas/phpdotenv": "~2.5"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)