Skip to content

Commit ae94dce

Browse files
committed
Composer: Require PHP ^7.1
1 parent 52e775c commit ae94dce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@
1919
}
2020
},
2121
"require": {
22-
"php-vcr/php-vcr": "^1.4"
22+
"php-vcr/php-vcr": "^1.4",
23+
"php": "^7.1"
2324
},
2425
"require-dev": {
25-
"phpunit/phpunit": "^7"
26+
"phpunit/phpunit": "^7.0"
2627
}
2728
}

0 commit comments

Comments
 (0)