Skip to content

Commit

Permalink
Downgrade PHP requirement to 7.1 (#13)
Browse files Browse the repository at this point in the history
* Downgrade PHP to 7.1

* Downgrade CircleCI config to 7.1
  • Loading branch information
sirbrillig authored Oct 29, 2019
1 parent b68808c commit 5532fb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/php:7.2-browsers
- image: circleci/php:7.1-browsers

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
]
},
"require": {
"php": "^7.2"
"php": "^7.1"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
Expand Down

0 comments on commit 5532fb8

Please sign in to comment.