Skip to content

Commit

Permalink
Merge pull request #161 from mitelg/increase-php-version
Browse files Browse the repository at this point in the history
Increase required PHP version
  • Loading branch information
mitelg authored Feb 7, 2020
2 parents 1031a11 + aa34036 commit dd103bc
Show file tree
Hide file tree
Showing 3 changed files with 260 additions and 148 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ cache:
matrix:
fast_finish: true
include:
- php: 5.6
- php: 7.2
env:
- EXECUTE_DEPLOYMENT=true
- php: 7.0
- php: 7.1
- php: 7.3
# - php: 7.4 Include test again, while updating the dependencies

before_install:
- composer self-update
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "project",
"license": "MIT",
"require": {
"php": ">=5.5.0",
"php": ">=7.2.0",
"ext-curl": "*",
"symfony/console": "~2.8",
"symfony/config": "~2.8",
Expand Down Expand Up @@ -47,7 +47,7 @@
"bin": ["bin/sw"],
"config": {
"platform": {
"php": "5.5"
"php": "7.2"
}
},
"extra": {
Expand Down
Loading

0 comments on commit dd103bc

Please sign in to comment.