Skip to content

Commit cb64dd2

Browse files
committed
Update composer to allow for patch versions of Laravel 5.8
Fixes #216
1 parent 24ff21c commit cb64dd2

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
@@ -16,11 +16,11 @@
1616
],
1717
"require": {
1818
"fico7489/laravel-pivot": "dev-patch-1@dev",
19-
"illuminate/cache": "5.8",
20-
"illuminate/config": "5.8",
21-
"illuminate/console": "5.8",
22-
"illuminate/database": "5.8",
23-
"illuminate/support": "5.8",
19+
"illuminate/cache": "5.8.*",
20+
"illuminate/config": "5.8.*",
21+
"illuminate/console": "5.8.*",
22+
"illuminate/database": "5.8.*",
23+
"illuminate/support": "5.8.*",
2424
"php": "^7.1.3"
2525
},
2626
"require-dev": {

0 commit comments

Comments
 (0)