Skip to content

Commit d334e90

Browse files
committed
Fix compatibility requirements in composer.json
1 parent 0b54199 commit d334e90

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
],
1111
"require": {
1212
"fico7489/laravel-pivot": "3.*",
13-
"illuminate/cache": "5.4 - 5.8",
14-
"illuminate/config": "5.4 - 5.8",
15-
"illuminate/console": "5.4 - 5.8",
16-
"illuminate/database": "5.4 - 5.8",
17-
"illuminate/support": "5.4 - 5.8",
13+
"illuminate/cache": "5.8",
14+
"illuminate/config": "5.8",
15+
"illuminate/console": "5.8",
16+
"illuminate/database": "5.8",
17+
"illuminate/support": "5.8",
1818
"php": "^7.1.3"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)