Skip to content

Commit

Permalink
📌 Added support for older versions of laravel up to 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
IamSwap committed Mar 15, 2020
1 parent b7a8551 commit b42d039
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"require": {
"php": "^7.1",
"google/recaptcha": "^1.2",
"illuminate/support": "^7.0"
"illuminate/support": "5.6.*|^6.0|^7.0"
},
"require-dev": {
"orchestra/testbench": "^5.0",
"phpunit/phpunit": "^8.5"
"orchestra/testbench": "3.8.*|^4.0|^5.0",
"phpunit/phpunit": "^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b42d039

Please sign in to comment.