Skip to content

Commit

Permalink
Support for old versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienheyd committed Mar 15, 2022
1 parent 0a1eb05 commit c9fa00f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: php

php:
- 5.6
- 7.4
- 7.3
- 8.0

cache:
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@
"laravel/framework": "^5.4|^6.0|^7.0|^8.0|^9.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0|^9.0",
"phpunit/phpunit": "^5.0|^6.0|^7.0|^8.0|^9.0",
"squizlabs/php_codesniffer": "^3.0",
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
"doctrine/dbal": "^2.9"
"orchestra/testbench": "^3.0|^4.0|^5.0|^6.0|^7.0"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit c9fa00f

Please sign in to comment.