From ad57effa6ab3e01107e16929e0b8d5203b07def2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 20 Feb 2018 16:38:31 +0000 Subject: [PATCH] Bump punic/punic from 1.6.5 to 3.1.0 Bumps [punic/punic](https://github.com/punic/punic) from 1.6.5 to 3.1.0. - [Release notes](https://github.com/punic/punic/releases) - [Commits](https://github.com/punic/punic/compare/1.6.5...3.1.0) --- composer.json | 2 +- composer.lock | 20 ++++++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index c45080714d58..4263fac14d13 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "rackspace/php-opencloud": "v1.9.2", "jeremeamia/superclosure": "2.1.0", "bantu/ini-get-wrapper": "v1.0.1", - "punic/punic": "^1.6", + "punic/punic": "^3.1", "pear/archive_tar": "1.4.3", "patchwork/utf8": "^1.3", "symfony/console": "^3.1", diff --git a/composer.lock b/composer.lock index 90cab357054b..a2e551693cd5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "afe01a9162d2444fecf937c68bec7db2", + "content-hash": "e0402769ffbc2a7a27c13c560e0240c0", "packages": [ { "name": "bantu/ini-get-wrapper", @@ -1913,16 +1913,16 @@ }, { "name": "punic/punic", - "version": "1.6.5", + "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/punic/punic.git", - "reference": "7bc85ce1137cf52db4d2a6298256a4c4a24da99a" + "reference": "bd49ff54ea6ee8a902a567905664ecc7840037d6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/punic/punic/zipball/7bc85ce1137cf52db4d2a6298256a4c4a24da99a", - "reference": "7bc85ce1137cf52db4d2a6298256a4c4a24da99a", + "url": "https://api.github.com/repos/punic/punic/zipball/bd49ff54ea6ee8a902a567905664ecc7840037d6", + "reference": "bd49ff54ea6ee8a902a567905664ecc7840037d6", "shasum": "" }, "require": { @@ -1933,12 +1933,16 @@ "punic/common": "*" }, "require-dev": { - "apigen/apigen": "4.0.*" + "friendsofphp/php-cs-fixer": "2.2.*", + "phpunit/phpunit": "^4" }, + "bin": [ + "bin/punic-data" + ], "type": "library", "autoload": { "psr-4": { - "Punic\\": "code/" + "Punic\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -1974,7 +1978,7 @@ "translations", "unicode" ], - "time": "2017-02-03T16:13:09+00:00" + "time": "2018-02-09T15:54:34+00:00" }, { "name": "rackspace/php-opencloud",