Skip to content
Snippets Groups Projects
Unverified Commit eef5b7f2 authored by Craig Smith's avatar Craig Smith Committed by GitHub
Browse files

Laravel 7 Support

parent 99e0e213
Branches
Tags 2.0.4
No related merge requests found
......@@ -26,11 +26,11 @@
}
],
"require": {
"illuminate/support": "^6.0",
"illuminate/support": "^6.0||^7.0",
"php" : ">=7.1"
},
"require-dev": {
"phpunit/phpunit" : "^7.0||^8.0"
"phpunit/phpunit" : "^7.0||^8.0||^9.0"
},
"autoload": {
"psr-4": {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment