Skip to content

Commit b9f2357

Browse files
authored
Merge pull request #101 from SeoFood/master
fixes laravel 8 dependency
2 parents 78fdd34 + 94fd636 commit b9f2357

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
@@ -20,7 +20,7 @@
2020
"composer/semver": "^1.4",
2121
"geerlingguy/ping": "^1.1",
2222
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0",
23-
"vlucas/phpdotenv": "~2.5|~3.3|^4.0"
23+
"vlucas/phpdotenv": "~2.5|~3.3|^4.0|^5.0"
2424
},
2525
"require-dev": {
2626
"larapack/dd": "^1.0",

0 commit comments

Comments
 (0)