Skip to content

Commit 20bc0f4

Browse files
authored
Merge pull request #10 from sirbrillig/update/circleci-image-70
Update CircleCi config to use valid php7 image
2 parents 1275eb7 + e9b8aab commit 20bc0f4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/php:7.1.19-fpm-node-browsers
5+
- image: circleci/php:7.0-apache-stretch-browsers
66
steps:
77
- checkout
88
- run: composer install

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
"scripts": {
2020
"test": "./vendor/bin/phpunit"
2121
},
22-
"require": {},
22+
"require" : {
23+
"php" : "^7.0"
24+
},
2325
"require-dev": {
2426
"sirbrillig/phpcs-variable-analysis": "^2.0.1",
2527
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",

0 commit comments

Comments
 (0)