Skip to content

Commit 00e9478

Browse files
authored
Merge pull request philkra#44 from philkra/add-laravel-5-8
Add laravel 5 8
2 parents 9b99c03 + 4d3bc80 commit 00e9478

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"license":"MIT",
1313
"require":{
1414
"php":">= 7.0",
15-
"illuminate/database":"5.5.x|5.6.x|5.7.x",
16-
"illuminate/http":"5.5.x|5.6.x|5.7.x",
17-
"illuminate/routing":"5.5.x|5.6.x|5.7.x",
18-
"illuminate/support":"5.5.x|5.6.x|5.7.x",
15+
"illuminate/database":"5.5.x|5.6.x|5.7.x|5.8.x",
16+
"illuminate/http":"5.5.x|5.6.x|5.7.x|5.8.x",
17+
"illuminate/routing":"5.5.x|5.6.x|5.7.x|5.8.x",
18+
"illuminate/support":"5.5.x|5.6.x|5.7.x|5.8.x",
1919
"philkra/elastic-apm-php-agent":">=6.5.3",
2020
"ramsey/uuid":"^3.0"
2121
},

0 commit comments

Comments
 (0)