From e4467f5ca05a6fdd4889ae2de6663bc820839d34 Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Tue, 17 Dec 2013 21:05:26 +0200 Subject: [PATCH] pin version of missing-tools and pegp --- composer.json | 4 +- composer.lock | 108 ++++++++++++++++++++++++++++---------------------- 2 files changed, 62 insertions(+), 50 deletions(-) diff --git a/composer.json b/composer.json index d8476fd..624dd8a 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,8 @@ "require": { "pear/archive_tar": "1.3.*", "mustangostang/spyc": "0.5.*", - "andy128k/missing-tools": "dev-master", - "andy128k/pegp": "dev-master", + "andy128k/missing-tools": "0.1", + "andy128k/pegp": "0.*", "andy128k/routeexpression": "dev-master", "andy128k/ipf-template": "dev-master" }, diff --git a/composer.lock b/composer.lock index 88fc535..3d8aa6b 100644 --- a/composer.lock +++ b/composer.lock @@ -3,7 +3,7 @@ "This file locks the dependencies of your project to a known state", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" ], - "hash": "989d177219589997f54f98aa1bfaca9c", + "hash": "4ee0ab60c8edc915f080d08ccb504a6f", "packages": [ { "name": "andy128k/ipf-template", @@ -40,19 +40,28 @@ }, { "name": "andy128k/missing-tools", - "version": "dev-master", + "version": "0.1", "source": { "type": "git", "url": "git://git.andy128k.net/missing-tools.git", - "reference": "f13fbb42d0d1a54bd709d374abfbcab63c18f7f7" + "reference": "f1323eee669cab0010d447dcdfa37f471adbf795" + }, + "require": { + "andy128k/pegp": "0.*", + "php": ">=5.3" }, "require-dev": { "phpunit/phpunit": "3.7.*" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.1-dev" + } + }, "autoload": { "classmap": [ - "src" + "src/" ] }, "license": [ @@ -65,23 +74,28 @@ } ], "description": "Miscellaneous utilities", - "time": "2013-09-22 19:32:38" + "time": "2013-12-17 18:59:27" }, { "name": "andy128k/pegp", - "version": "dev-master", + "version": "0.1", "source": { "type": "git", "url": "git://git.andy128k.net/pegp.git", - "reference": "52db5ee8c04ec7e411af0f73aa1e54ce208d08e0" + "reference": "1b4afb00bdda8d2814f61473cb6c89163db435d0" }, "require-dev": { "phpunit/phpunit": "3.7.*" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.x-dev" + } + }, "autoload": { "classmap": [ - "lib" + "src/" ] }, "license": [ @@ -94,7 +108,7 @@ } ], "description": "PEG", - "time": "2013-08-11 11:10:38" + "time": "2013-12-17 16:15:27" }, { "name": "andy128k/routeexpression", @@ -131,12 +145,12 @@ "source": { "type": "git", "url": "https://github.com/mustangostang/spyc.git", - "reference": "0.5.1" + "reference": "dc4785b4d7227fd9905e086d499fb8abfadf9977" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mustangostang/spyc/zipball/0.5.1", - "reference": "0.5.1", + "url": "https://api.github.com/repos/mustangostang/spyc/zipball/dc4785b4d7227fd9905e086d499fb8abfadf9977", + "reference": "dc4785b4d7227fd9905e086d499fb8abfadf9977", "shasum": "" }, "require": { @@ -177,13 +191,13 @@ "version": "1.3.11", "source": { "type": "git", - "url": "https://github.com/pear/Archive_Tar", - "reference": "1.3.11" + "url": "https://github.com/pear/Archive_Tar.git", + "reference": "23341344e19bbab1056cf2d2773f28cfccf787a3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/1.3.11", - "reference": "1.3.11", + "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/23341344e19bbab1056cf2d2773f28cfccf787a3", + "reference": "23341344e19bbab1056cf2d2773f28cfccf787a3", "shasum": "" }, "require": { @@ -286,16 +300,16 @@ }, { "name": "phpunit/php-file-iterator", - "version": "1.3.3", + "version": "1.3.4", "source": { "type": "git", - "url": "git://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "1.3.3" + "url": "https://github.com/sebastianbergmann/php-file-iterator.git", + "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb" }, "dist": { "type": "zip", - "url": "https://github.com/sebastianbergmann/php-file-iterator/zipball/1.3.3", - "reference": "1.3.3", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb", + "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb", "shasum": "" }, "require": { @@ -322,25 +336,25 @@ } ], "description": "FilterIterator implementation that filters files based on a list of suffixes.", - "homepage": "http://www.phpunit.de/", + "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", "keywords": [ "filesystem", "iterator" ], - "time": "2012-10-11 04:44:38" + "time": "2013-10-10 15:34:57" }, { "name": "phpunit/php-text-template", "version": "1.1.4", "source": { "type": "git", - "url": "git://github.com/sebastianbergmann/php-text-template.git", - "reference": "1.1.4" + "url": "https://github.com/sebastianbergmann/php-text-template.git", + "reference": "5180896f51c5b3648ac946b05f9ec02be78a0b23" }, "dist": { "type": "zip", - "url": "https://github.com/sebastianbergmann/php-text-template/zipball/1.1.4", - "reference": "1.1.4", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5180896f51c5b3648ac946b05f9ec02be78a0b23", + "reference": "5180896f51c5b3648ac946b05f9ec02be78a0b23", "shasum": "" }, "require": { @@ -371,7 +385,7 @@ "keywords": [ "template" ], - "time": "2012-10-31 11:15:28" + "time": "2012-10-31 18:15:28" }, { "name": "phpunit/php-timer", @@ -379,12 +393,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "1.0.5" + "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1.0.5", - "reference": "1.0.5", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c", + "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c", "shasum": "" }, "require": { @@ -469,16 +483,16 @@ }, { "name": "phpunit/phpunit", - "version": "3.7.27", + "version": "3.7.28", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "4b024e753e3421837afbcca962c8724c58b39376" + "reference": "3b97c8492bcafbabe6b6fbd2ab35f2f04d932a8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4b024e753e3421837afbcca962c8724c58b39376", - "reference": "4b024e753e3421837afbcca962c8724c58b39376", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3b97c8492bcafbabe6b6fbd2ab35f2f04d932a8d", + "reference": "3b97c8492bcafbabe6b6fbd2ab35f2f04d932a8d", "shasum": "" }, "require": { @@ -539,20 +553,20 @@ "testing", "xunit" ], - "time": "2013-09-16 03:09:52" + "time": "2013-10-17 07:27:40" }, { "name": "phpunit/phpunit-mock-objects", "version": "1.2.3", "source": { "type": "git", - "url": "git://github.com/sebastianbergmann/phpunit-mock-objects.git", - "reference": "1.2.3" + "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", + "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875" }, "dist": { "type": "zip", - "url": "https://github.com/sebastianbergmann/phpunit-mock-objects/archive/1.2.3.zip", - "reference": "1.2.3", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875", + "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875", "shasum": "" }, "require": { @@ -592,17 +606,17 @@ }, { "name": "symfony/yaml", - "version": "v2.3.5", + "version": "v2.4.0", "target-dir": "Symfony/Component/Yaml", "source": { "type": "git", "url": "https://github.com/symfony/Yaml.git", - "reference": "6bb881b948368482e1abf1a75c08bcf88a1c5fc3" + "reference": "1ae235a1b9d3ad3d9f3860ff20acc072df95b7f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Yaml/zipball/6bb881b948368482e1abf1a75c08bcf88a1c5fc3", - "reference": "6bb881b948368482e1abf1a75c08bcf88a1c5fc3", + "url": "https://api.github.com/repos/symfony/Yaml/zipball/1ae235a1b9d3ad3d9f3860ff20acc072df95b7f5", + "reference": "1ae235a1b9d3ad3d9f3860ff20acc072df95b7f5", "shasum": "" }, "require": { @@ -611,7 +625,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.3-dev" + "dev-master": "2.4-dev" } }, "autoload": { @@ -635,7 +649,7 @@ ], "description": "Symfony Yaml Component", "homepage": "http://symfony.com", - "time": "2013-09-22 18:04:39" + "time": "2013-11-26 16:40:27" } ], "aliases": [ @@ -643,8 +657,6 @@ ], "minimum-stability": "stable", "stability-flags": { - "andy128k/missing-tools": 20, - "andy128k/pegp": 20, "andy128k/routeexpression": 20, "andy128k/ipf-template": 20 }, -- 2.49.0