Index: branches/5.3.x/composer.lock =================================================================== diff -u -N -r16124 -r16156 --- branches/5.3.x/composer.lock (.../composer.lock) (revision 16124) +++ branches/5.3.x/composer.lock (.../composer.lock) (revision 16156) @@ -4,7 +4,7 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "4c8225aabf36f626240d5615afd5c66b", + "hash": "746788fc49ab32d05ca2bd837e9f0a1f", "packages": [], "packages-dev": [ { @@ -13,12 +13,12 @@ "source": { "type": "git", "url": "https://github.com/aik099/CodingStandard.git", - "reference": "e389596b9b1fc8f67f1cca34a1c8bdd9d85104d0" + "reference": "3680b3926f0e936dc95de82dece9310b97c73e97" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aik099/CodingStandard/zipball/e389596b9b1fc8f67f1cca34a1c8bdd9d85104d0", - "reference": "e389596b9b1fc8f67f1cca34a1c8bdd9d85104d0", + "url": "https://api.github.com/repos/aik099/CodingStandard/zipball/3680b3926f0e936dc95de82dece9310b97c73e97", + "reference": "3680b3926f0e936dc95de82dece9310b97c73e97", "shasum": "" }, "require-dev": { @@ -45,7 +45,52 @@ "PHP_CodeSniffer", "codesniffer" ], - "time": "2014-12-29 12:08:25" + "time": "2015-04-10 07:05:51" + }, + { + "name": "nikic/php-parser", + "version": "v1.2.2", + "source": { + "type": "git", + "url": "https://github.com/nikic/PHP-Parser.git", + "reference": "08f97eb4efa029e2fafb6d8c98b71731bf0cf621" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/08f97eb4efa029e2fafb6d8c98b71731bf0cf621", + "reference": "08f97eb4efa029e2fafb6d8c98b71731bf0cf621", + "shasum": "" + }, + "require": { + "ext-tokenizer": "*", + "php": ">=5.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.2-dev" + } + }, + "autoload": { + "files": [ + "lib/bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Nikita Popov" + } + ], + "description": "A PHP parser written in PHP", + "keywords": [ + "parser", + "php" + ], + "time": "2015-04-03 14:33:59" } ], "aliases": [], @@ -54,6 +99,7 @@ "aik099/coding-standard": 20 }, "prefer-stable": false, + "prefer-lowest": false, "platform": [], "platform-dev": [] }