From cfaeea36c8cdaa52db3aa2c9242139bc78668d4f Mon Sep 17 00:00:00 2001 From: Norbert Orzechowicz Date: Mon, 24 Aug 2020 10:04:56 +0200 Subject: [PATCH] Updated dependencies --- composer.lock | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/composer.lock b/composer.lock index 97d6b47..5de9a08 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "aeon-php/calendar", - "version": "0.4.0", + "version": "0.5.0", "source": { "type": "git", "url": "https://github.com/aeon-php/calendar.git", - "reference": "c082ccd33577bb8a67b6c2218d888fc4907785a4" + "reference": "8dd66af0e646f40dd2ab9251352f7e8e65b78e27" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aeon-php/calendar/zipball/c082ccd33577bb8a67b6c2218d888fc4907785a4", - "reference": "c082ccd33577bb8a67b6c2218d888fc4907785a4", + "url": "https://api.github.com/repos/aeon-php/calendar/zipball/8dd66af0e646f40dd2ab9251352f7e8e65b78e27", + "reference": "8dd66af0e646f40dd2ab9251352f7e8e65b78e27", "shasum": "" }, "require": { @@ -52,7 +52,7 @@ ], "support": { "issues": "https://github.com/aeon-php/calendar/issues", - "source": "https://github.com/aeon-php/calendar/tree/0.4.0" + "source": "https://github.com/aeon-php/calendar/tree/0.5.0" }, "funding": [ { @@ -60,7 +60,7 @@ "type": "github" } ], - "time": "2020-08-15T18:07:07+00:00" + "time": "2020-08-24T08:00:41+00:00" } ], "packages-dev": [ @@ -258,16 +258,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.8.0", + "version": "v4.9.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "8c58eb4cd4f3883f82611abeac2efbc3dbed787e" + "reference": "aaee038b912e567780949787d5fe1977be11a778" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/8c58eb4cd4f3883f82611abeac2efbc3dbed787e", - "reference": "8c58eb4cd4f3883f82611abeac2efbc3dbed787e", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/aaee038b912e567780949787d5fe1977be11a778", + "reference": "aaee038b912e567780949787d5fe1977be11a778", "shasum": "" }, "require": { @@ -275,7 +275,7 @@ "php": ">=7.0" }, "require-dev": { - "ircmaxell/php-yacc": "^0.0.6", + "ircmaxell/php-yacc": "^0.0.7", "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" }, "bin": [ @@ -284,7 +284,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.8-dev" + "dev-master": "4.9-dev" } }, "autoload": { @@ -310,7 +310,7 @@ "issues": "https://github.com/nikic/PHP-Parser/issues", "source": "https://github.com/nikic/PHP-Parser/tree/master" }, - "time": "2020-08-09T10:23:20+00:00" + "time": "2020-08-18T19:48:01+00:00" }, { "name": "phar-io/manifest",