Skip to content

Commit 7c47523

Browse files
author
Greg Bowler
authored
Merge pull request #11 from PhpGt/subprocess
Subprocess
2 parents c061e67 + 24fa425 commit 7c47523

7 files changed

Lines changed: 205 additions & 186 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
jobs:
44
build:
55
docker:
6-
- image: circleci/php:7.2-cli
6+
- image: circleci/php:7.4-cli
77

88
working_directory: ~/repo
99

@@ -29,7 +29,7 @@ jobs:
2929

3030
test:
3131
docker:
32-
- image: circleci/php:7.2-cli
32+
- image: circleci/php:7.4-cli
3333

3434
working_directory: ~/repo
3535

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
build:
22
environment:
33
php:
4-
version: 7.2.0
4+
version: 7.4
55
tests:
66
override:
77
-

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Background script execution with cross-platform compatible streaming.",
44

55
"require": {
6-
"php": ">=7.2"
6+
"php": ">=7.4"
77
},
88
"require-dev": {
99
"phpunit/phpunit": "8.*"

0 commit comments

Comments
 (0)