Skip to content

Commit

Permalink
update required minimal php version to 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander1000 committed Nov 19, 2020
1 parent 6046624 commit c038f82
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1996,7 +1996,7 @@
<dependencies>
<required>
<php>
<min>5.5.0</min>
<min>7.0.0</min>
</php>
<pearinstaller>
<min>1.4.0</min>
Expand Down
2 changes: 1 addition & 1 deletion src/php/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion templates/composer.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion templates/package.xml.template
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependencies>
<required>
<php>
<min>5.5.0</min>
<min>7.0.0</min>
</php>
<pearinstaller>
<min>1.4.0</min>
Expand Down
2 changes: 1 addition & 1 deletion templates/src/php/composer.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit c038f82

Please sign in to comment.