Skip to content

Commit c038f82

Browse files
committed
update required minimal php version to 7.0
1 parent 6046624 commit c038f82

6 files changed

+6
-6
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"homepage": "https://grpc.io",
77
"license": "Apache-2.0",
88
"require": {
9-
"php": ">=5.5.0"
9+
"php": ">=7.0.0"
1010
},
1111
"require-dev": {
1212
"google/auth": "^v1.3.0"

package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1996,7 +1996,7 @@
19961996
<dependencies>
19971997
<required>
19981998
<php>
1999-
<min>5.5.0</min>
1999+
<min>7.0.0</min>
20002000
</php>
20012001
<pearinstaller>
20022002
<min>1.4.0</min>

src/php/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "Apache-2.0",
55
"version": "1.35.0",
66
"require": {
7-
"php": ">=5.5.0",
7+
"php": ">=7.0.0",
88
"google/protobuf": "^v3.3.0"
99
},
1010
"require-dev": {

templates/composer.json.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"homepage": "https://grpc.io",
99
"license": "Apache-2.0",
1010
"require": {
11-
"php": ">=5.5.0"
11+
"php": ">=7.0.0"
1212
},
1313
"require-dev": {
1414
"google/auth": "^v1.3.0"

templates/package.xml.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependencies>
5353
<required>
5454
<php>
55-
<min>5.5.0</min>
55+
<min>7.0.0</min>
5656
</php>
5757
<pearinstaller>
5858
<min>1.4.0</min>

templates/src/php/composer.json.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "Apache-2.0",
77
"version": "${settings.php_version.php_composer()}",
88
"require": {
9-
"php": ">=5.5.0",
9+
"php": ">=7.0.0",
1010
"google/protobuf": "^v3.3.0"
1111
},
1212
"require-dev": {

0 commit comments

Comments
 (0)