Skip to content

Commit

Permalink
Remove support for 5.5
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Mar 1, 2020
1 parent 9e03877 commit 7ad98c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -39,8 +39,6 @@ after_script:

matrix:
include:
- php: 7.1
env: setup=stable laravel=~5.5.0
- php: 7.1
env: setup=stable laravel=~5.6.0
- php: 7.1
Expand Down
7 changes: 3 additions & 4 deletions composer.json
Expand Up @@ -21,21 +21,20 @@
},
"require": {
"php": ">=7.1",
"illuminate/support": "^5.5 || ^6.0 || ^7.0",
"illuminate/support": "^5.6 || ^6.0 || ^7.0",
"jakub-onderka/php-console-color": "~0.2",
"react/stream": "^1.1"
},
"require-dev": {
"mockery/mockery": "^1.3.1",
"orchestra/testbench": "^3.5 || ^4.0 || ^5.0",
"phpunit/phpunit": "^7.5 || ^8.4 || ^9.0"
"orchestra/testbench": "^3.6 || ^4.0 || ^5.0"
},
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
"dev-master": "1.3-dev"
},
"laravel": {
"providers": [
Expand Down

0 comments on commit 7ad98c2

Please sign in to comment.