Skip to content

Commit 8ce17f8

Browse files
authored
Merge pull request #38 from imam/master
Update composer.json for Laravel 5.5 release
2 parents 0803b82 + a719b52 commit 8ce17f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
},
1616
"require": {
1717
"php": ">=7.0.0",
18-
"illuminate/config": "5.1.* || 5.3.* || 5.4.*",
19-
"illuminate/events": "5.1.* || 5.3.* || 5.4.*",
20-
"illuminate/routing": "5.1.* || 5.3.* || 5.4.*",
21-
"illuminate/support": "5.1.* || 5.3.* || 5.4.*",
18+
"illuminate/config": "5.1.* || 5.3.* || 5.4.* || 5.5.*",
19+
"illuminate/events": "5.1.* || 5.3.* || 5.4.* || 5.5.*",
20+
"illuminate/routing": "5.1.* || 5.3.* || 5.4.* || 5.5.*",
21+
"illuminate/support": "5.1.* || 5.3.* || 5.4.* || 5.5.*",
2222
"nesbot/carbon": "^1.19",
2323
"mixpanel/mixpanel-php": "~2.0",
2424
"sinergi/browser-detector": "~5.0"

0 commit comments

Comments
 (0)