Restore platform confirm and force package-lock.json to update

This commit is contained in:
Claudio Sanches 2020-09-08 11:38:57 -03:00
parent 13aff71488
commit e581dbfadd
2 changed files with 16 additions and 13 deletions

View File

@ -24,6 +24,9 @@
"wp-cli/i18n-command": "2.2.5" "wp-cli/i18n-command": "2.2.5"
}, },
"config": { "config": {
"platform": {
"php": "7.1"
},
"preferred-install": { "preferred-install": {
"woocommerce/action-scheduler": "dist", "woocommerce/action-scheduler": "dist",
"woocommerce/woocommerce-rest-api": "dist", "woocommerce/woocommerce-rest-api": "dist",

26
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "e69d0979fe4d3a65a022a8ad90dfafa3", "content-hash": "96f2da050b30dcd3e6dfee4df6ec2849",
"packages": [ "packages": [
{ {
"name": "automattic/jetpack-autoloader", "name": "automattic/jetpack-autoloader",
@ -482,16 +482,16 @@
}, },
{ {
"name": "woocommerce/woocommerce-admin", "name": "woocommerce/woocommerce-admin",
"version": "1.5.0-rc.4", "version": "1.5.0-rc.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/woocommerce/woocommerce-admin.git", "url": "https://github.com/woocommerce/woocommerce-admin.git",
"reference": "386ccd8c3fbe99fc0d6c8ae5016eefbf98e63fd4" "reference": "baef859e2c4fc7e06bd7880b157348e422b97655"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/woocommerce/woocommerce-admin/zipball/386ccd8c3fbe99fc0d6c8ae5016eefbf98e63fd4", "url": "https://api.github.com/repos/woocommerce/woocommerce-admin/zipball/baef859e2c4fc7e06bd7880b157348e422b97655",
"reference": "386ccd8c3fbe99fc0d6c8ae5016eefbf98e63fd4", "reference": "baef859e2c4fc7e06bd7880b157348e422b97655",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -525,7 +525,7 @@
], ],
"description": "A modern, javascript-driven WooCommerce Admin experience.", "description": "A modern, javascript-driven WooCommerce Admin experience.",
"homepage": "https://github.com/woocommerce/woocommerce-admin", "homepage": "https://github.com/woocommerce/woocommerce-admin",
"time": "2020-09-02T04:26:29+00:00" "time": "2020-09-03T03:28:02+00:00"
}, },
{ {
"name": "woocommerce/woocommerce-blocks", "name": "woocommerce/woocommerce-blocks",
@ -2458,25 +2458,25 @@
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v5.1.5", "version": "v3.4.44",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
"reference": "2b765f0cf6612b3636e738c0689b29aa63088d5d" "reference": "5ec813ccafa8164ef21757e8c725d3a57da59200"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/2b765f0cf6612b3636e738c0689b29aa63088d5d", "url": "https://api.github.com/repos/symfony/finder/zipball/5ec813ccafa8164ef21757e8c725d3a57da59200",
"reference": "2b765f0cf6612b3636e738c0689b29aa63088d5d", "reference": "5ec813ccafa8164ef21757e8c725d3a57da59200",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5" "php": "^5.5.9|>=7.0.8"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "5.1-dev" "dev-master": "3.4-dev"
} }
}, },
"autoload": { "autoload": {
@ -2517,7 +2517,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-08-17T10:01:29+00:00" "time": "2020-02-14T07:34:21+00:00"
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",