Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit b9172a8

Browse files
committed
Allow all versions of laravel 6
1 parent f5e5319 commit b9172a8

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
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=7.2",
20-
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|6.0.*",
20+
"illuminate/support": "~5.5|~6",
2121
"swiftmailer/swiftmailer": "~6.0",
2222
"phpunit/phpunit": "~7.0.1|~8.0"
2323
},

0 commit comments

Comments
 (0)