Skip to content

Commit

Permalink
Retrocompatibility for Laravel < 6
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienheyd committed Dec 15, 2019
1 parent ddd99e4 commit 4d8c4a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
language: php

php:
- 7.1
- 7.2
- 7.3
- 7.4
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
}
},
"require": {
"php" : ">=7.2",
"laravel/framework": "^6.0"
"php" : ">=7.1",
"laravel/framework": "^5.6|^6.0"
},
"require-dev": {
"php" : ">=7.2",
"phpunit/phpunit": "^8.0",
"php" : ">=7.1",
"phpunit/phpunit": "^7.0|^8.0",
"squizlabs/php_codesniffer": "^3.0",
"orchestra/testbench": "^4.0"
"orchestra/testbench": "^3.0|^4.0"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit 4d8c4a1

Please sign in to comment.