Skip to content

Commit 4f535e6

Browse files
Go with PHP 7.1.3 min
1 parent 2f89043 commit 4f535e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
],
2424
"require": {
25-
"php": "^7.1 || ^8.0",
25+
"php": "^7.1.3 || ^8.0",
2626
"ext-json": "*",
2727
"ext-xml": "*",
2828
"php-http/cache-plugin": "^1.7.1",

vendor-bin/phpunit/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"php": "^7.1 || ^8.0",
3+
"php": "^7.1.3 || ^8.0",
44
"phpunit/phpunit": "^7.5.20 || ^8.5.11 || ^9.4.3"
55
},
66
"config": {

vendor-bin/psalm/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"php": "^7.1 || ^8.0",
3+
"php": "^7.1.3 || ^8.0",
44
"psalm/phar": "~4.2.1"
55
},
66
"config": {

0 commit comments

Comments
 (0)