Skip to content

Commit

Permalink
Lower required PHP version to 7.1.3
Browse files Browse the repository at this point in the history
Security support until 1 Dec 2019
  • Loading branch information
villermen committed Mar 22, 2019
1 parent e0d4719 commit dcd21e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/php:7.2.0-cli-stretch
- image: circleci/php:7.1.3-cli-jessie
steps:
- checkout
- restore_cache:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.2"
"php": "7.1.3"
}
},
"require": {
"ext-json": "*",
"guzzlehttp/guzzle": "^6.3",
"php": ">=7.2"
"php": ">=7.1.3"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"phpunit/phpunit": "^7.5.7",
"symfony/var-dumper": "^4.2"
}
}

0 comments on commit dcd21e7

Please sign in to comment.