From cd165e751e98af41c927e6103bba363fce56fe93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Skar=C5=BCycki?= <3417357+robert-skarzycki@users.noreply.github.com> Date: Thu, 1 Aug 2019 20:42:10 +0200 Subject: [PATCH] WordPress version bumped to 5.2.2 --- composer.json | 37 +++++++++++--------- composer.lock | 95 ++++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 96 insertions(+), 36 deletions(-) diff --git a/composer.json b/composer.json index 2b5332d87..476d45634 100644 --- a/composer.json +++ b/composer.json @@ -1,25 +1,28 @@ { - "repositories": [{ - "type": "composer", - "url": "http://wpackagist.org" - }, { - "type": "package", - "package": { - "name": "wordpress", - "type": "webroot", - "version": "4.8.1", - "dist": { - "type": "zip", - "url": "https://github.com/WordPress/WordPress/archive/4.8.1.zip" - }, - "require": { - "fancyguy/webroot-installer": "1.0.0" + "repositories": [ + { + "type": "composer", + "url": "http://wpackagist.org" + }, + { + "type": "package", + "package": { + "name": "wordpress", + "type": "webroot", + "version": "5.2.2", + "dist": { + "type": "zip", + "url": "https://github.com/WordPress/WordPress/archive/5.2.2.zip" + }, + "require": { + "fancyguy/webroot-installer": "1.0.0" + } } } - }], + ], "require": { "php": ">=5.3.0", - "wordpress": "4.8.1", + "wordpress": "5.2.2", "fancyguy/webroot-installer": "1.0.0", "vlucas/phpdotenv": "^2.4" }, diff --git a/composer.lock b/composer.lock index 1b84af16c..509f6ce0d 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "0e3bb12ed7fffa68ffc21768da685a88", + "content-hash": "f6dadb4148ac03e2389d481fe9d329a6", "packages": [ { "name": "fancyguy/webroot-installer", @@ -48,30 +48,89 @@ "homepage": "http://fancyguy.github.com/webroot-installer/", "time": "2013-01-29T22:51:45+00:00" }, + { + "name": "symfony/polyfill-ctype", + "version": "v1.11.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "82ebae02209c21113908c229e9883c419720738a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a", + "reference": "82ebae02209c21113908c229e9883c419720738a", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-ctype": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.11-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + }, + { + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" + } + ], + "description": "Symfony polyfill for ctype functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "ctype", + "polyfill", + "portable" + ], + "time": "2019-02-06T07:57:58+00:00" + }, { "name": "vlucas/phpdotenv", - "version": "v2.4.0", + "version": "v2.6.1", "source": { "type": "git", "url": "https://github.com/vlucas/phpdotenv.git", - "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c" + "reference": "2a7dcf7e3e02dc5e701004e51a6f304b713107d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c", - "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c", + "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2a7dcf7e3e02dc5e701004e51a6f304b713107d5", + "reference": "2a7dcf7e3e02dc5e701004e51a6f304b713107d5", "shasum": "" }, "require": { - "php": ">=5.3.9" + "php": ">=5.3.9", + "symfony/polyfill-ctype": "^1.9" }, "require-dev": { - "phpunit/phpunit": "^4.8 || ^5.0" + "phpunit/phpunit": "^4.8.35 || ^5.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.4-dev" + "dev-master": "2.6-dev" } }, "autoload": { @@ -81,7 +140,7 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause-Attribution" + "BSD-3-Clause" ], "authors": [ { @@ -96,16 +155,14 @@ "env", "environment" ], - "time": "2016-09-01T10:05:43+00:00" + "time": "2019-01-29T11:11:52+00:00" }, { "name": "wordpress", - "version": "4.8.1", + "version": "5.2.2", "dist": { "type": "zip", - "url": "https://github.com/WordPress/WordPress/archive/4.8.1.zip", - "reference": null, - "shasum": null + "url": "https://github.com/WordPress/WordPress/archive/5.2.2.zip" }, "require": { "fancyguy/webroot-installer": "1.0.0" @@ -120,12 +177,12 @@ "source": { "type": "git", "url": "https://github.com/heroku/heroku-buildpack-php.git", - "reference": "82b6fbf8d6a9693ec2f01ccf993202bfc1bc528a" + "reference": "26be51dee125027ac81bac756c3f27279623912d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/heroku/heroku-buildpack-php/zipball/82b6fbf8d6a9693ec2f01ccf993202bfc1bc528a", - "reference": "82b6fbf8d6a9693ec2f01ccf993202bfc1bc528a", + "url": "https://api.github.com/repos/heroku/heroku-buildpack-php/zipball/26be51dee125027ac81bac756c3f27279623912d", + "reference": "26be51dee125027ac81bac756c3f27279623912d", "shasum": "" }, "bin": [ @@ -156,7 +213,7 @@ "nginx", "php" ], - "time": "2017-08-03 22:13:11" + "time": "2019-07-04T10:43:37+00:00" } ], "aliases": [],