update required minimal php version to 7.0
This commit is contained in:
parent
6046624c42
commit
c038f827b8
|
|
@ -6,7 +6,7 @@
|
|||
"homepage": "https://grpc.io",
|
||||
"license": "Apache-2.0",
|
||||
"require": {
|
||||
"php": ">=5.5.0"
|
||||
"php": ">=7.0.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"google/auth": "^v1.3.0"
|
||||
|
|
|
|||
|
|
@ -1996,7 +1996,7 @@
|
|||
<dependencies>
|
||||
<required>
|
||||
<php>
|
||||
<min>5.5.0</min>
|
||||
<min>7.0.0</min>
|
||||
</php>
|
||||
<pearinstaller>
|
||||
<min>1.4.0</min>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"license": "Apache-2.0",
|
||||
"version": "1.35.0",
|
||||
"require": {
|
||||
"php": ">=5.5.0",
|
||||
"php": ">=7.0.0",
|
||||
"google/protobuf": "^v3.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
"homepage": "https://grpc.io",
|
||||
"license": "Apache-2.0",
|
||||
"require": {
|
||||
"php": ">=5.5.0"
|
||||
"php": ">=7.0.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"google/auth": "^v1.3.0"
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
<dependencies>
|
||||
<required>
|
||||
<php>
|
||||
<min>5.5.0</min>
|
||||
<min>7.0.0</min>
|
||||
</php>
|
||||
<pearinstaller>
|
||||
<min>1.4.0</min>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
"license": "Apache-2.0",
|
||||
"version": "${settings.php_version.php_composer()}",
|
||||
"require": {
|
||||
"php": ">=5.5.0",
|
||||
"php": ">=7.0.0",
|
||||
"google/protobuf": "^v3.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue