Skip to content

Commit

Permalink
added support for laravel 6 and 7
Browse files Browse the repository at this point in the history
  • Loading branch information
leopado committed Mar 30, 2020
1 parent 069f993 commit a521e59
Show file tree
Hide file tree
Showing 8 changed files with 2,507 additions and 1,204 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Table of Contents
##Requires

- "php" : ">=7.0.0",
- "illuminate/support": "^5.0",
- "illuminate/session": ">=5.0.0"
- "illuminate/support": "^5.0|^6.0|^7.0",
- "illuminate/session": "^5.0|^6.0|^7.0"

## Installation

Expand Down
12 changes: 5 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,13 @@
],
"require": {
"php" : ">=7.0.0",
"illuminate/support": "^5.0",
"illuminate/session": ">=5.0.0"
"illuminate/support": "^5.0|^6.0|^7.0",
"illuminate/session": "^5.0|^6.0|^7.0"
},
"require-dev": {
"orchestra/testbench": "^3.2",
"phpunit/phpunit": "^5.0",
"mockery/mockery": "^0.9.5",
"padosoft/laravel-test": "^2.0",
"padosoft/test": "^0.2"
"orchestra/testbench": "^3.2|^4.0|^5.0",
"phpunit/phpunit": "^5.0|^8.0|^9.0",
"mockery/mockery": "^1.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit a521e59

Please sign in to comment.