This is an automated email from the ASF dual-hosted git repository.
dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-php.git
The following commit(s) were added to refs/heads/master by this push:
new 7da4289 Minor PHP 7.4 corrections (#89)
7da4289 is described below
commit 7da428971c06843d661eaed7fde73fd4b595683b
Author: Chris Brown <[email protected]>
AuthorDate: Mon Jun 1 20:07:38 2020 -0400
Minor PHP 7.4 corrections (#89)
---
README.md | 2 +-
core/php7.4Action/composer.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 42921e6..60db7d5 100644
--- a/README.md
+++ b/README.md
@@ -105,7 +105,7 @@ wskdev fresh -t local-php
To use as docker action push to your own dockerhub account
```
docker tag whisk/php7.4Action $user_prefix/action-php-v7.4
-docker push $user_prefix/action-php-v7.3
+docker push $user_prefix/action-php-v7.4
```
```
docker tag whisk/php7.3Action $user_prefix/action-php-v7.3
diff --git a/core/php7.4Action/composer.json b/core/php7.4Action/composer.json
index 0a84d6e..4555eed 100644
--- a/core/php7.4Action/composer.json
+++ b/core/php7.4Action/composer.json
@@ -1,7 +1,7 @@
{
"config": {
"platform": {
- "php": "7.3"
+ "php": "7.4"
}
},
"require": {