Skip to content

Commit 0ef8d81

Browse files
authored
Merge pull request #56 from Dartanjan/laravel-5.8
Bumped Laravel to 5.8
2 parents 8d7f7b5 + a4bbf39 commit 0ef8d81

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@
1515
},
1616
"require": {
1717
"php": ">=7.1.3",
18-
"illuminate/auth": "5.5 - 5.7",
19-
"illuminate/config": "5.5 - 5.7",
20-
"illuminate/console": "5.5 - 5.7",
21-
"illuminate/events": "5.5 - 5.7",
22-
"illuminate/http": "5.5 - 5.7",
23-
"illuminate/routing": "5.5 - 5.7",
24-
"illuminate/queue": "5.5 - 5.7",
25-
"illuminate/support": "5.5 - 5.7",
18+
"illuminate/auth": "5.5 - 5.8",
19+
"illuminate/config": "5.5 - 5.8",
20+
"illuminate/console": "5.5 - 5.8",
21+
"illuminate/events": "5.5 - 5.8",
22+
"illuminate/http": "5.5 - 5.8",
23+
"illuminate/routing": "5.5 - 5.8",
24+
"illuminate/queue": "5.5 - 5.8",
25+
"illuminate/support": "5.5 - 5.8",
2626
"mixpanel/mixpanel-php": "*",
2727
"sinergi/browser-detector": "~5.0"
2828
},
2929
"require-dev": {
3030
"fzaninotto/faker": "~1.4",
31-
"laravel/laravel": "5.7",
31+
"laravel/laravel": "5.8",
3232
"laravel/browser-kit-testing": "^4.0",
3333
"mockery/mockery": "0.9.*",
3434
"phpmd/phpmd": "^2.6",

0 commit comments

Comments
 (0)