Bump woocommerce-admin version to 2.5.0-rc.1

This commit is contained in:
Fernando Marichal 2021-07-26 16:34:43 -03:00
parent 081e725190
commit cc100361de
5 changed files with 34 additions and 31 deletions

View File

@ -266,16 +266,16 @@
},
{
"name": "symfony/console",
"version": "v5.3.2",
"version": "v5.3.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "649730483885ff2ca99ca0560ef0e5f6b03f2ac1"
"reference": "ebd610dacd40d75b6a12bf64b5ccd494fc7d6ab1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/649730483885ff2ca99ca0560ef0e5f6b03f2ac1",
"reference": "649730483885ff2ca99ca0560ef0e5f6b03f2ac1",
"url": "https://api.github.com/repos/symfony/console/zipball/ebd610dacd40d75b6a12bf64b5ccd494fc7d6ab1",
"reference": "ebd610dacd40d75b6a12bf64b5ccd494fc7d6ab1",
"shasum": ""
},
"require": {
@ -283,11 +283,12 @@
"symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
"symfony/polyfill-php80": "^1.15",
"symfony/polyfill-php80": "^1.16",
"symfony/service-contracts": "^1.1|^2",
"symfony/string": "^5.1"
},
"conflict": {
"psr/log": ">=3",
"symfony/dependency-injection": "<4.4",
"symfony/dotenv": "<5.1",
"symfony/event-dispatcher": "<4.4",
@ -295,10 +296,10 @@
"symfony/process": "<4.4"
},
"provide": {
"psr/log-implementation": "1.0"
"psr/log-implementation": "1.0|2.0"
},
"require-dev": {
"psr/log": "~1.0",
"psr/log": "^1|^2",
"symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/event-dispatcher": "^4.4|^5.0",
@ -344,7 +345,7 @@
"terminal"
],
"support": {
"source": "https://github.com/symfony/console/tree/v5.3.2"
"source": "https://github.com/symfony/console/tree/v5.3.4"
},
"funding": [
{
@ -360,7 +361,7 @@
"type": "tidelift"
}
],
"time": "2021-06-12T09:42:48+00:00"
"time": "2021-07-26T16:33:26+00:00"
},
{
"name": "symfony/deprecation-contracts",
@ -431,20 +432,21 @@
},
{
"name": "symfony/finder",
"version": "v5.3.0",
"version": "v5.3.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "0ae3f047bed4edff6fd35b26a9a6bfdc92c953c6"
"reference": "17f50e06018baec41551a71a15731287dbaab186"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/0ae3f047bed4edff6fd35b26a9a6bfdc92c953c6",
"reference": "0ae3f047bed4edff6fd35b26a9a6bfdc92c953c6",
"url": "https://api.github.com/repos/symfony/finder/zipball/17f50e06018baec41551a71a15731287dbaab186",
"reference": "17f50e06018baec41551a71a15731287dbaab186",
"shasum": ""
},
"require": {
"php": ">=7.2.5"
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.16"
},
"type": "library",
"autoload": {
@ -472,7 +474,7 @@
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/finder/tree/v5.3.0"
"source": "https://github.com/symfony/finder/tree/v5.3.4"
},
"funding": [
{
@ -488,7 +490,7 @@
"type": "tidelift"
}
],
"time": "2021-05-26T12:52:38+00:00"
"time": "2021-07-23T15:54:19+00:00"
},
{
"name": "symfony/polyfill-ctype",

View File

@ -1461,6 +1461,7 @@
"issues": "https://github.com/sebastianbergmann/resource-operations/issues",
"source": "https://github.com/sebastianbergmann/resource-operations/tree/master"
},
"abandoned": true,
"time": "2015-07-28T20:34:47+00:00"
},
{

View File

@ -164,16 +164,16 @@
},
{
"name": "mck89/peast",
"version": "v1.13.2",
"version": "v1.13.4",
"source": {
"type": "git",
"url": "https://github.com/mck89/peast.git",
"reference": "ad912d4cf6ac682974058b6d49df4c2bf93d424d"
"reference": "e825c6424103e872ffc0cc2befd2c846ddbf8d0e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mck89/peast/zipball/ad912d4cf6ac682974058b6d49df4c2bf93d424d",
"reference": "ad912d4cf6ac682974058b6d49df4c2bf93d424d",
"url": "https://api.github.com/repos/mck89/peast/zipball/e825c6424103e872ffc0cc2befd2c846ddbf8d0e",
"reference": "e825c6424103e872ffc0cc2befd2c846ddbf8d0e",
"shasum": ""
},
"require": {
@ -185,7 +185,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.13.2-dev"
"dev-master": "1.13.4-dev"
}
},
"autoload": {
@ -207,9 +207,9 @@
"description": "Peast is PHP library that generates AST for JavaScript code",
"support": {
"issues": "https://github.com/mck89/peast/issues",
"source": "https://github.com/mck89/peast/tree/v1.13.2"
"source": "https://github.com/mck89/peast/tree/v1.13.4"
},
"time": "2021-07-14T09:31:25+00:00"
"time": "2021-07-24T11:42:37+00:00"
},
{
"name": "mustache/mustache",

View File

@ -21,7 +21,7 @@
"pelago/emogrifier": "3.1.0",
"psr/container": "1.0.0",
"woocommerce/action-scheduler": "3.2.1",
"woocommerce/woocommerce-admin": "2.5.0-beta.2",
"woocommerce/woocommerce-admin": "2.5.0-rc.1",
"woocommerce/woocommerce-blocks": "5.5.1"
},
"require-dev": {

14
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "4c8530b8fbe190ef3cd009b7be769677",
"content-hash": "c27d76b664b3a15007196a408ff8146f",
"packages": [
{
"name": "automattic/jetpack-autoloader",
@ -532,16 +532,16 @@
},
{
"name": "woocommerce/woocommerce-admin",
"version": "2.5.0-beta.2",
"version": "2.5.0-rc.1",
"source": {
"type": "git",
"url": "https://github.com/woocommerce/woocommerce-admin.git",
"reference": "12d7339e0d298e0a1fd21be5731a84fbf0141fca"
"reference": "99f32425e40fbacbcc5dae96c739c47e519e65c2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/woocommerce/woocommerce-admin/zipball/12d7339e0d298e0a1fd21be5731a84fbf0141fca",
"reference": "12d7339e0d298e0a1fd21be5731a84fbf0141fca",
"url": "https://api.github.com/repos/woocommerce/woocommerce-admin/zipball/99f32425e40fbacbcc5dae96c739c47e519e65c2",
"reference": "99f32425e40fbacbcc5dae96c739c47e519e65c2",
"shasum": ""
},
"require": {
@ -596,9 +596,9 @@
"homepage": "https://github.com/woocommerce/woocommerce-admin",
"support": {
"issues": "https://github.com/woocommerce/woocommerce-admin/issues",
"source": "https://github.com/woocommerce/woocommerce-admin/tree/v2.5.0-beta.2"
"source": "https://github.com/woocommerce/woocommerce-admin/tree/v2.5.0-rc.1"
},
"time": "2021-07-19T18:07:02+00:00"
"time": "2021-07-26T19:11:43+00:00"
},
{
"name": "woocommerce/woocommerce-blocks",