We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1275eb7 + e9b8aab commit 20bc0f4Copy full SHA for 20bc0f4
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
build:
4
docker:
5
- - image: circleci/php:7.1.19-fpm-node-browsers
+ - image: circleci/php:7.0-apache-stretch-browsers
6
steps:
7
- checkout
8
- run: composer install
composer.json
@@ -19,7 +19,9 @@
19
"scripts": {
20
"test": "./vendor/bin/phpunit"
21
},
22
- "require": {},
+ "require" : {
23
+ "php" : "^7.0"
24
+ },
25
"require-dev": {
26
"sirbrillig/phpcs-variable-analysis": "^2.0.1",
27
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
0 commit comments