Skip to content

Commit 86f8f08

Browse files
authored
Merge pull request librenms#3 from Xenonym/chore/support-laravel-8
Support Laravel 8
2 parents fd95fad + 090416b commit 86f8f08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"php": ">=5.5.0",
1919
"ext-json": "*",
2020
"ext-mbstring": "*",
21-
"illuminate/console": "~5.1.0|~5.2.0|~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0|~7.0",
22-
"illuminate/support": "~5.1.0|~5.2.0|~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0|~7.0"
21+
"illuminate/console": "^5.0|^6.0|^7.0|^8.0",
22+
"illuminate/support": "^5.0|^6.0|^7.0|^8.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "~4.7",

0 commit comments

Comments
 (0)