Skip to content

Commit 8691ce9

Browse files
committed
Add Laravel 8 as a dev dependency
1 parent 1e8e6c5 commit 8691ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": "^7.1"
2020
},
2121
"require-dev": {
22-
"illuminate/support": "^5.6|^6.0|^7.0",
22+
"illuminate/support": "^5.6|^6.0|^7.0|^8.0",
2323
"phpunit/phpunit": "^7.0|^8.0|^9.0"
2424
},
2525
"scripts": {

0 commit comments

Comments
 (0)