From fb5c93399995d375c8b24f3883d254b6083145dc Mon Sep 17 00:00:00 2001 From: Nick Jones Date: Thu, 5 Jul 2018 17:02:53 +0100 Subject: [PATCH 1/3] Use signature version 4 for authenticating with S3 - Fix issue where when attempting to communicate with a bucket in eu-west-2, the correct signature version is not being used. AWS Regions before January 30 2014 support versions lower than 4, but the London region was added on December 13 2016. https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html --- src/Meanbee/Magedbm/Command/BaseCommand.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Meanbee/Magedbm/Command/BaseCommand.php b/src/Meanbee/Magedbm/Command/BaseCommand.php index 3356f0e..4f97495 100644 --- a/src/Meanbee/Magedbm/Command/BaseCommand.php +++ b/src/Meanbee/Magedbm/Command/BaseCommand.php @@ -119,7 +119,8 @@ public function getS3Client($region = null) try { // Upload to S3. $this->s3Client = S3Client::factory(array( - 'region' => $region + 'region' => $region, + 'signature' => 'v4' )); } catch (CredentialsException $e) { $this->getOutput()->writeln('AWS credentials failed'); From 8979e674ae6bb86c64ed4562da5dd1519693666d Mon Sep 17 00:00:00 2001 From: Tom Robertshaw Date: Mon, 9 Jul 2018 09:15:36 +0100 Subject: [PATCH 2/3] Upgrade dependencies. --- composer.lock | 353 ++++++++++++++++++++++++++++++-------------------- 1 file changed, 213 insertions(+), 140 deletions(-) diff --git a/composer.lock b/composer.lock index dc3696e..86ce16a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,6 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "e4f6e79851630d8db8cce539948ba010", "content-hash": "9046b07545fc0f933ee0aba651193c4a", "packages": [ { @@ -76,12 +75,12 @@ "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "2f669c7eb836ce12bd636af51e721d25eba84e4b" + "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/2f669c7eb836ce12bd636af51e721d25eba84e4b", - "reference": "2f669c7eb836ce12bd636af51e721d25eba84e4b", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/d2c0a83b7533d6912e8d516756ebd34f893e9169", + "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169", "shasum": "" }, "require": { @@ -90,12 +89,9 @@ "php": "^5.3.2 || ^7.0" }, "require-dev": { - "phpunit/phpunit": "^4.5", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5", "psr/log": "^1.0", - "symfony/process": "^2.5 || ^3.0" - }, - "suggest": { - "symfony/process": "This is necessary to reliably check whether openssl_x509_parse is vulnerable on older php versions, but can be ignored on PHP 5.5.6+" + "symfony/process": "^2.5 || ^3.0 || ^4.0" }, "type": "library", "extra": { @@ -127,7 +123,7 @@ "ssl", "tls" ], - "time": "2016-12-28 18:06:04" + "time": "2018-03-29 19:57:20" }, { "name": "composer/composer", @@ -212,12 +208,12 @@ "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "69407bb2f739d25a5da5c69b8cc7e3f2d4fe01d4" + "reference": "2b303e43d14d15cc90c8e8db4a1cdb6259f1a5c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/69407bb2f739d25a5da5c69b8cc7e3f2d4fe01d4", - "reference": "69407bb2f739d25a5da5c69b8cc7e3f2d4fe01d4", + "url": "https://api.github.com/repos/composer/semver/zipball/2b303e43d14d15cc90c8e8db4a1cdb6259f1a5c5", + "reference": "2b303e43d14d15cc90c8e8db4a1cdb6259f1a5c5", "shasum": "" }, "require": { @@ -266,7 +262,7 @@ "validation", "versioning" ], - "time": "2016-12-19 14:02:58" + "time": "2017-11-06 09:05:54" }, { "name": "composer/spdx-licenses", @@ -274,19 +270,19 @@ "source": { "type": "git", "url": "https://github.com/composer/spdx-licenses.git", - "reference": "7fc8d83fc28dd5aa039d5b2a936a7ccf62dd4c51" + "reference": "0df571f1cf4a634102038047109daa777ff06f45" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/7fc8d83fc28dd5aa039d5b2a936a7ccf62dd4c51", - "reference": "7fc8d83fc28dd5aa039d5b2a936a7ccf62dd4c51", + "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/0df571f1cf4a634102038047109daa777ff06f45", + "reference": "0df571f1cf4a634102038047109daa777ff06f45", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0" }, "require-dev": { - "phpunit/phpunit": "^4.5 || ^5.0.5", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5", "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" }, "type": "library", @@ -327,7 +323,7 @@ "spdx", "validator" ], - "time": "2017-01-03 08:35:48" + "time": "2018-05-14 08:59:18" }, { "name": "dnoegel/php-xdg-base-dir", @@ -360,7 +356,7 @@ "MIT" ], "description": "implementation of xdg base directory specification for php", - "time": "2014-10-24 07:27:01" + "time": "2014-10-24T07:27:01+00:00" }, { "name": "fzaninotto/faker", @@ -368,26 +364,26 @@ "source": { "type": "git", "url": "https://github.com/fzaninotto/Faker.git", - "reference": "a2dec96198bb146ffead806700074b0ec8d07f2f" + "reference": "9d03709ae5efbdfb366ba367c82d2d19b40ce567" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/a2dec96198bb146ffead806700074b0ec8d07f2f", - "reference": "a2dec96198bb146ffead806700074b0ec8d07f2f", + "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/9d03709ae5efbdfb366ba367c82d2d19b40ce567", + "reference": "9d03709ae5efbdfb366ba367c82d2d19b40ce567", "shasum": "" }, "require": { - "php": "^5.3.3|^7.0" + "php": "^5.3.3 || ^7.0" }, "require-dev": { "ext-intl": "*", - "phpunit/phpunit": "~4.0", - "squizlabs/php_codesniffer": "~1.5" + "phpunit/phpunit": "^4.8.35 || ^5.7", + "squizlabs/php_codesniffer": "^1.5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.6.x-dev" + "dev-master": "1.8-dev" } }, "autoload": { @@ -410,7 +406,7 @@ "faker", "fixtures" ], - "time": "2017-02-01 09:18:35" + "time": "2018-07-04 06:58:59" }, { "name": "guzzle/guzzle", @@ -681,16 +677,16 @@ }, { "name": "ifsnop/mysqldump-php", - "version": "v2.2", + "version": "v2.5", "source": { "type": "git", "url": "https://github.com/ifsnop/mysqldump-php.git", - "reference": "6c1b84c5b05d862d15ba9ddf92c7d99a3d81e439" + "reference": "8d063449981e3f7bd28a3a083842e21a24d1f4af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ifsnop/mysqldump-php/zipball/6c1b84c5b05d862d15ba9ddf92c7d99a3d81e439", - "reference": "6c1b84c5b05d862d15ba9ddf92c7d99a3d81e439", + "url": "https://api.github.com/repos/ifsnop/mysqldump-php/zipball/8d063449981e3f7bd28a3a083842e21a24d1f4af", + "reference": "8d063449981e3f7bd28a3a083842e21a24d1f4af", "shasum": "" }, "require": { @@ -729,7 +725,7 @@ "pdo", "sqlite" ], - "time": "2016-09-07 06:56:07" + "time": "2018-06-30T19:40:05+00:00" }, { "name": "jakub-onderka/php-console-color", @@ -772,7 +768,7 @@ "homepage": "http://www.acci.cz" } ], - "time": "2014-04-08 15:00:19" + "time": "2014-04-08T15:00:19+00:00" }, { "name": "jakub-onderka/php-console-highlighter", @@ -816,7 +812,7 @@ "homepage": "http://www.acci.cz/" } ], - "time": "2015-04-20 18:58:01" + "time": "2015-04-20T18:58:01+00:00" }, { "name": "justinrainbow/json-schema", @@ -882,7 +878,7 @@ "json", "schema" ], - "time": "2016-01-25 15:43:01" + "time": "2016-01-25T15:43:01+00:00" }, { "name": "n98/junit-xml", @@ -918,20 +914,20 @@ } ], "description": "JUnit XML Document generation library", - "time": "2013-11-23 13:11:26" + "time": "2013-11-23T13:11:26+00:00" }, { "name": "n98/magerun", - "version": "1.97.28", + "version": "1.101.1", "source": { "type": "git", "url": "https://github.com/netz98/n98-magerun.git", - "reference": "56ee9116448d7e061bd7c49d83c58eff9bf2da6b" + "reference": "44b34c268e3352d5d7a4ef2cf9fe71581f71b893" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/netz98/n98-magerun/zipball/56ee9116448d7e061bd7c49d83c58eff9bf2da6b", - "reference": "56ee9116448d7e061bd7c49d83c58eff9bf2da6b", + "url": "https://api.github.com/repos/netz98/n98-magerun/zipball/44b34c268e3352d5d7a4ef2cf9fe71581f71b893", + "reference": "44b34c268e3352d5d7a4ef2cf9fe71581f71b893", "shasum": "" }, "require": { @@ -990,7 +986,7 @@ "magento", "magerun" ], - "time": "2017-02-10 11:54:37" + "time": "2018-03-14T14:38:15+00:00" }, { "name": "nikic/php-parser", @@ -998,12 +994,12 @@ "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "0bf561dfe75ba80441c22adecc0529056671a7d2" + "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/0bf561dfe75ba80441c22adecc0529056671a7d2", - "reference": "0bf561dfe75ba80441c22adecc0529056671a7d2", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bb87e28e7d7b8d9a7fda231d37457c9210faf6ce", + "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce", "shasum": "" }, "require": { @@ -1041,7 +1037,7 @@ "parser", "php" ], - "time": "2017-02-10 20:20:03" + "time": "2018-02-28 20:30:58" }, { "name": "piwik/ini", @@ -1049,12 +1045,12 @@ "source": { "type": "git", "url": "https://github.com/piwik/component-ini.git", - "reference": "bd2711ba4d5e20e4ca09b6829dc2831576b59dc3" + "reference": "f1b966240521f45e6c4ef531dfb3446788dbf315" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/piwik/component-ini/zipball/bd2711ba4d5e20e4ca09b6829dc2831576b59dc3", - "reference": "bd2711ba4d5e20e4ca09b6829dc2831576b59dc3", + "url": "https://api.github.com/repos/piwik/component-ini/zipball/f1b966240521f45e6c4ef531dfb3446788dbf315", + "reference": "f1b966240521f45e6c4ef531dfb3446788dbf315", "shasum": "" }, "require": { @@ -1074,7 +1070,8 @@ "license": [ "LGPL-3.0" ], - "time": "2016-01-14 21:13:33" + "abandoned": "matomo/ini", + "time": "2017-09-10 12:44:09" }, { "name": "psr/log", @@ -1082,12 +1079,12 @@ "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" + "reference": "3490ba5925e6dcbe6de950c5c6b8dce9f6e96eda" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", + "url": "https://api.github.com/repos/php-fig/log/zipball/3490ba5925e6dcbe6de950c5c6b8dce9f6e96eda", + "reference": "3490ba5925e6dcbe6de950c5c6b8dce9f6e96eda", "shasum": "" }, "require": { @@ -1121,7 +1118,7 @@ "psr", "psr-3" ], - "time": "2016-10-10 12:19:37" + "time": "2018-04-03 15:59:15" }, { "name": "psy/psysh", @@ -1129,27 +1126,28 @@ "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "a9d2a141f05321faaca40e6f2b2d2f8145becd26" + "reference": "9c0174db6ceb15387452e33db887dd50bf942362" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/a9d2a141f05321faaca40e6f2b2d2f8145becd26", - "reference": "a9d2a141f05321faaca40e6f2b2d2f8145becd26", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/9c0174db6ceb15387452e33db887dd50bf942362", + "reference": "9c0174db6ceb15387452e33db887dd50bf942362", "shasum": "" }, "require": { "dnoegel/php-xdg-base-dir": "0.1", + "ext-json": "*", + "ext-tokenizer": "*", "jakub-onderka/php-console-highlighter": "0.3.*", - "nikic/php-parser": "~1.3|~2.0|~3.0", - "php": ">=5.3.9", - "symfony/console": "~2.3.10|^2.4.2|~3.0", - "symfony/var-dumper": "~2.7|~3.0" + "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0", + "php": ">=5.4.0", + "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0", + "symfony/var-dumper": "~2.7|~3.0|~4.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "~1.11", - "hoa/console": "~3.16|~1.14", - "phpunit/phpunit": "~4.4|~5.0", - "symfony/finder": "~2.1|~3.0" + "bamarni/composer-bin-plugin": "^1.2", + "hoa/console": "~2.15|~3.16", + "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0" }, "suggest": { "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", @@ -1169,10 +1167,10 @@ }, "autoload": { "files": [ - "src/Psy/functions.php" + "src/functions.php" ], "psr-4": { - "Psy\\": "src/Psy/" + "Psy\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -1194,7 +1192,7 @@ "interactive", "shell" ], - "time": "2017-02-15 04:18:45" + "time": "2018-07-04T06:28:49+00:00" }, { "name": "seld/cli-prompt", @@ -1202,12 +1200,12 @@ "source": { "type": "git", "url": "https://github.com/Seldaek/cli-prompt.git", - "reference": "8cbe10923cae5bcd7c5a713f6703fc4727c8c1b4" + "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/8cbe10923cae5bcd7c5a713f6703fc4727c8c1b4", - "reference": "8cbe10923cae5bcd7c5a713f6703fc4727c8c1b4", + "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/a19a7376a4689d4d94cab66ab4f3c816019ba8dd", + "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd", "shasum": "" }, "require": { @@ -1242,25 +1240,28 @@ "input", "prompt" ], - "time": "2016-04-18 09:31:41" + "time": "2017-03-18 11:32:45" }, { "name": "seld/jsonlint", - "version": "1.5.0", + "version": "1.7.1", "source": { "type": "git", "url": "https://github.com/Seldaek/jsonlint.git", - "reference": "19495c181d6d53a0a13414154e52817e3b504189" + "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/19495c181d6d53a0a13414154e52817e3b504189", - "reference": "19495c181d6d53a0a13414154e52817e3b504189", + "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38", + "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38", "shasum": "" }, "require": { "php": "^5.3 || ^7.0" }, + "require-dev": { + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" + }, "bin": [ "bin/jsonlint" ], @@ -1288,7 +1289,7 @@ "parser", "validator" ], - "time": "2016-11-14 17:59:58" + "time": "2018-01-24T12:46:19+00:00" }, { "name": "seld/phar-utils", @@ -1340,17 +1341,17 @@ "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "6a05474dc5dc50c9fb579e117c879274b3f24b5c" + "reference": "5cdd03940c2412f822f08f2d45bc411ee0d8acde" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/6a05474dc5dc50c9fb579e117c879274b3f24b5c", - "reference": "6a05474dc5dc50c9fb579e117c879274b3f24b5c", + "url": "https://api.github.com/repos/symfony/console/zipball/5cdd03940c2412f822f08f2d45bc411ee0d8acde", + "reference": "5cdd03940c2412f822f08f2d45bc411ee0d8acde", "shasum": "" }, "require": { "php": ">=5.3.9", - "symfony/debug": "~2.7,>=2.7.2|~3.0.0", + "symfony/debug": "^2.7.2|~3.0.0", "symfony/polyfill-mbstring": "~1.0" }, "require-dev": { @@ -1359,7 +1360,7 @@ "symfony/process": "~2.1|~3.0.0" }, "suggest": { - "psr/log": "For using the console logger", + "psr/log-implementation": "For using the console logger", "symfony/event-dispatcher": "", "symfony/process": "" }, @@ -1393,7 +1394,7 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2017-02-14 16:24:56" + "time": "2018-07-06 09:12:12" }, { "name": "symfony/debug", @@ -1458,12 +1459,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "74877977f90fb9c3e46378d5764217c55f32df34" + "reference": "9b69aad7d4c086dc94ebade2d5eb9145da5dac8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/74877977f90fb9c3e46378d5764217c55f32df34", - "reference": "74877977f90fb9c3e46378d5764217c55f32df34", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9b69aad7d4c086dc94ebade2d5eb9145da5dac8c", + "reference": "9b69aad7d4c086dc94ebade2d5eb9145da5dac8c", "shasum": "" }, "require": { @@ -1471,7 +1472,7 @@ }, "require-dev": { "psr/log": "~1.0", - "symfony/config": "~2.0,>=2.0.5|~3.0.0", + "symfony/config": "^2.0.5|~3.0.0", "symfony/dependency-injection": "~2.6|~3.0.0", "symfony/expression-language": "~2.6|~3.0.0", "symfony/stopwatch": "~2.3|~3.0.0" @@ -1510,29 +1511,30 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2017-01-02 20:30:24" + "time": "2018-04-06 07:35:03" }, { "name": "symfony/filesystem", - "version": "dev-master", + "version": "3.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "b2de62936fea037d501159f52b7b6172cc962282" + "reference": "8a721a5f2553c6c3482b1c5b22ed60fe94dd63ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/b2de62936fea037d501159f52b7b6172cc962282", - "reference": "b2de62936fea037d501159f52b7b6172cc962282", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/8a721a5f2553c6c3482b1c5b22ed60fe94dd63ed", + "reference": "8a721a5f2553c6c3482b1c5b22ed60fe94dd63ed", "shasum": "" }, "require": { - "php": ">=5.5.9" + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-ctype": "~1.8" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.3-dev" + "dev-master": "3.4-dev" } }, "autoload": { @@ -1559,7 +1561,7 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2017-01-08 21:15:04" + "time": "2018-06-21 11:10:19" }, { "name": "symfony/finder", @@ -1567,12 +1569,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "355fccac526522dc5fca8ecf0e62749a149f3b8b" + "reference": "995cd7c28a0778cece02e2133b4d813dc509dfc3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/355fccac526522dc5fca8ecf0e62749a149f3b8b", - "reference": "355fccac526522dc5fca8ecf0e62749a149f3b8b", + "url": "https://api.github.com/repos/symfony/finder/zipball/995cd7c28a0778cece02e2133b4d813dc509dfc3", + "reference": "995cd7c28a0778cece02e2133b4d813dc509dfc3", "shasum": "" }, "require": { @@ -1608,7 +1610,65 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2017-01-02 20:30:24" + "time": "2018-06-19 11:07:17" + }, + { + "name": "symfony/polyfill-ctype", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "9d31bef82d2e9b033f335d60b96611757f98c605" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/9d31bef82d2e9b033f335d60b96611757f98c605", + "reference": "9d31bef82d2e9b033f335d60b96611757f98c605", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-ctype": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.8-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": "2018-05-17 18:32:56" }, { "name": "symfony/polyfill-mbstring", @@ -1616,12 +1676,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4" + "reference": "25b83a5050c6607e2dfa814ffb15388caf7ce690" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4", - "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/25b83a5050c6607e2dfa814ffb15388caf7ce690", + "reference": "25b83a5050c6607e2dfa814ffb15388caf7ce690", "shasum": "" }, "require": { @@ -1633,7 +1693,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3-dev" + "dev-master": "1.8-dev" } }, "autoload": { @@ -1667,7 +1727,7 @@ "portable", "shim" ], - "time": "2016-11-14 01:06:16" + "time": "2018-05-30 15:56:36" }, { "name": "symfony/process", @@ -1675,12 +1735,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "0110ac49348d14eced7d3278ea7485f22196932e" + "reference": "542d88b350c42750fdc14e73860ee96dd423e95d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/0110ac49348d14eced7d3278ea7485f22196932e", - "reference": "0110ac49348d14eced7d3278ea7485f22196932e", + "url": "https://api.github.com/repos/symfony/process/zipball/542d88b350c42750fdc14e73860ee96dd423e95d", + "reference": "542d88b350c42750fdc14e73860ee96dd423e95d", "shasum": "" }, "require": { @@ -1716,7 +1776,7 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2017-02-03 12:08:06" + "time": "2018-05-27 07:40:52" }, { "name": "symfony/translation", @@ -1788,29 +1848,30 @@ "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "b29f7c18e580d5e6e72aab4d1b6b752e69b77791" + "reference": "8561974b82a246a5a7043d98cc58a185155c0d74" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/b29f7c18e580d5e6e72aab4d1b6b752e69b77791", - "reference": "b29f7c18e580d5e6e72aab4d1b6b752e69b77791", + "url": "https://api.github.com/repos/symfony/validator/zipball/8561974b82a246a5a7043d98cc58a185155c0d74", + "reference": "8561974b82a246a5a7043d98cc58a185155c0d74", "shasum": "" }, "require": { "php": ">=5.3.9", + "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", "symfony/translation": "~2.4|~3.0.0" }, "require-dev": { "doctrine/annotations": "~1.0", "doctrine/cache": "~1.0", - "egulias/email-validator": "~1.2,>=1.2.1", + "egulias/email-validator": "^1.2.1", "symfony/config": "~2.2|~3.0.0", "symfony/expression-language": "~2.4|~3.0.0", "symfony/http-foundation": "~2.3|~3.0.0", - "symfony/intl": "~2.7.4|~2.8|~3.0.0", + "symfony/intl": "~2.7.25|^2.8.18|~3.2.5", "symfony/property-access": "~2.3|~3.0.0", - "symfony/yaml": "~2.0,>=2.0.5|~3.0.0" + "symfony/yaml": "^2.0.5|~3.0.0" }, "suggest": { "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", @@ -1853,36 +1914,42 @@ ], "description": "Symfony Validator Component", "homepage": "https://symfony.com", - "time": "2017-02-14 16:24:56" + "time": "2018-06-28 11:49:38" }, { "name": "symfony/var-dumper", - "version": "dev-master", + "version": "3.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "7f57e98e11c6d8a77c68c51ef0f9915f7df3c8b0" + "reference": "a3690b247f4f1ca426011d2551d50a63d20020e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/7f57e98e11c6d8a77c68c51ef0f9915f7df3c8b0", - "reference": "7f57e98e11c6d8a77c68c51ef0f9915f7df3c8b0", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/a3690b247f4f1ca426011d2551d50a63d20020e9", + "reference": "a3690b247f4f1ca426011d2551d50a63d20020e9", "shasum": "" }, "require": { - "php": ">=5.5.9", + "php": "^5.5.9|>=7.0.8", "symfony/polyfill-mbstring": "~1.0" }, + "conflict": { + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" + }, "require-dev": { - "twig/twig": "~1.20|~2.0" + "ext-iconv": "*", + "twig/twig": "~1.34|~2.4" }, "suggest": { + "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", + "ext-intl": "To show region name in time zone dump", "ext-symfony_debug": "" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.3-dev" + "dev-master": "3.4-dev" } }, "autoload": { @@ -1916,7 +1983,7 @@ "debug", "dump" ], - "time": "2017-02-14 16:35:24" + "time": "2018-07-05 11:53:23" }, { "name": "symfony/yaml", @@ -1924,16 +1991,17 @@ "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "322a8c2dfbca15ad6b1b27e182899f98ec0e0153" + "reference": "51356b7a2ff7c9fd06b2f1681cc463bb62b5c1ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/322a8c2dfbca15ad6b1b27e182899f98ec0e0153", - "reference": "322a8c2dfbca15ad6b1b27e182899f98ec0e0153", + "url": "https://api.github.com/repos/symfony/yaml/zipball/51356b7a2ff7c9fd06b2f1681cc463bb62b5c1ff", + "reference": "51356b7a2ff7c9fd06b2f1681cc463bb62b5c1ff", "shasum": "" }, "require": { - "php": ">=5.3.9" + "php": ">=5.3.9", + "symfony/polyfill-ctype": "~1.8" }, "type": "library", "extra": { @@ -1965,7 +2033,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2017-01-21 16:40:50" + "time": "2018-05-01 22:52:40" }, { "name": "twig/twig", @@ -1973,30 +2041,35 @@ "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "d6715ac8c3a77ae6d0ebad9ff12511cc1b27f4a7" + "reference": "76cc34554b42d7b8f5ba9b345106fa076992f364" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/d6715ac8c3a77ae6d0ebad9ff12511cc1b27f4a7", - "reference": "d6715ac8c3a77ae6d0ebad9ff12511cc1b27f4a7", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/76cc34554b42d7b8f5ba9b345106fa076992f364", + "reference": "76cc34554b42d7b8f5ba9b345106fa076992f364", "shasum": "" }, "require": { - "php": ">=5.2.7" + "php": ">=5.3.3", + "symfony/polyfill-ctype": "^1.8" }, "require-dev": { - "symfony/debug": "~2.7", - "symfony/phpunit-bridge": "~3.2" + "psr/container": "^1.0", + "symfony/debug": "^2.7", + "symfony/phpunit-bridge": "^3.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.31-dev" + "dev-master": "1.35-dev" } }, "autoload": { "psr-0": { "Twig_": "lib/" + }, + "psr-4": { + "Twig\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -2017,16 +2090,16 @@ }, { "name": "Twig Team", - "homepage": "http://twig.sensiolabs.org/contributors", + "homepage": "https://twig.symfony.com/contributors", "role": "Contributors" } ], "description": "Twig, the flexible, fast, and secure template language for PHP", - "homepage": "http://twig.sensiolabs.org", + "homepage": "https://twig.symfony.com", "keywords": [ "templating" ], - "time": "2017-02-03 21:34:15" + "time": "2018-06-25 15:02:19" } ], "packages-dev": [ @@ -2048,7 +2121,7 @@ "ext-simplexml": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", - "php": ">=5.1.2" + "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "~4.0" @@ -2106,7 +2179,7 @@ "phpcs", "standards" ], - "time": "2017-02-14 03:28:48" + "time": "2017-02-14T03:28:48+00:00" } ], "aliases": [], From 0ed6b774cdfad6180f1672ce7f32a8807753ccea Mon Sep 17 00:00:00 2001 From: Tom Robertshaw Date: Mon, 9 Jul 2018 10:01:37 +0100 Subject: [PATCH 3/3] Release v1.6.0 --- composer.json | 2 +- manifest.json | 6 ++++++ src/Meanbee/Magedbm/Application.php | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 252de21..638de02 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "fix-style": "phpcbf -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 src", "extra": { "branch-alias": { - "dev-master": "1.5.1-dev" + "dev-master": "1.6.0-dev" } }, "config": { diff --git a/manifest.json b/manifest.json index c73a0e0..18f53df 100644 --- a/manifest.json +++ b/manifest.json @@ -28,5 +28,11 @@ "sha1": "2aef638abc0a518eb52a0e8c3472099fb5b75755", "url": "https://s3-eu-west-1.amazonaws.com/magedbm-releases/magedbm.1.5.1.phar", "version": "1.5.1" + }, + { + "name": "magedbm.phar", + "sha1": "68b500d68c2ec2553a0ea51a34fbb54d9a7b4c5a", + "url": "https://s3-eu-west-1.amazonaws.com/magedbm-releases/magedbm.1.6.0.phar", + "version": "1.6.0" } ] diff --git a/src/Meanbee/Magedbm/Application.php b/src/Meanbee/Magedbm/Application.php index 3a834c7..1c43b34 100644 --- a/src/Meanbee/Magedbm/Application.php +++ b/src/Meanbee/Magedbm/Application.php @@ -12,7 +12,7 @@ class Application extends \Symfony\Component\Console\Application { const APP_NAME = 'Magedbm'; - const APP_VERSION = '1.5.1'; + const APP_VERSION = '1.6.0'; protected $autoloader;