Skip to content

Commit b53e03a

Browse files
authored
Merge pull request philkra#45 from philkra/development
Support for Laravel 5.8
2 parents e5d93e0 + 00e9478 commit b53e03a

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)