From 39a89c2c935683548bf914cde1aa4f830c8a15dd Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Mon, 8 Sep 2014 00:54:51 +0300 Subject: [PATCH] cleanup --- composer.json | 1 - composer.lock | 106 ++++++++++++++------------------------------------ 2 files changed, 30 insertions(+), 77 deletions(-) diff --git a/composer.json b/composer.json index 745775a..9f985e1 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,6 @@ }, "require": { "pear/archive_tar": "1.3.*", - "mustangostang/spyc": "0.5.*", "lichtner/fluentpdo": "dev-master", "d11wtq/boris": "dev-master", "andy128k/missing-tools": "0.2.*@dev", diff --git a/composer.lock b/composer.lock index c5bf582..04c3519 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "6eb94f37627b8d82f8c6cefbc133e9f2", + "hash": "99d4c2edf241499f8a636db51841e9e7", "packages": [ { "name": "andy128k/ipf-template", @@ -74,7 +74,7 @@ "source": { "type": "git", "url": "git://git.andy128k.net/missing-tools.git", - "reference": "f1558fc778b002767a5dde8428b4ddb366697638" + "reference": "d51f3955d56f423be7860640d2faf7d38ae919d5" }, "require": { "andy128k/pegp": "0.1.*@dev", @@ -99,7 +99,7 @@ } ], "description": "Miscellaneous utilities", - "time": "2014-09-01 17:54:03" + "time": "2014-09-07 09:07:59" }, { "name": "andy128k/pegp", @@ -204,12 +204,12 @@ "source": { "type": "git", "url": "https://github.com/lichtner/fluentpdo.git", - "reference": "26d6a5b9dda8a94d14b2ac037caf10362f92b487" + "reference": "80ab91b942439b50cf8d436d9826336a8fbe7d49" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lichtner/fluentpdo/zipball/26d6a5b9dda8a94d14b2ac037caf10362f92b487", - "reference": "26d6a5b9dda8a94d14b2ac037caf10362f92b487", + "url": "https://api.github.com/repos/lichtner/fluentpdo/zipball/80ab91b942439b50cf8d436d9826336a8fbe7d49", + "reference": "80ab91b942439b50cf8d436d9826336a8fbe7d49", "shasum": "" }, "type": "library", @@ -236,54 +236,7 @@ "dbal", "pdo" ], - "time": "2014-01-09 20:25:56" - }, - { - "name": "mustangostang/spyc", - "version": "0.5.1", - "source": { - "type": "git", - "url": "https://github.com/mustangostang/spyc.git", - "reference": "dc4785b4d7227fd9905e086d499fb8abfadf9977" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/mustangostang/spyc/zipball/dc4785b4d7227fd9905e086d499fb8abfadf9977", - "reference": "dc4785b4d7227fd9905e086d499fb8abfadf9977", - "shasum": "" - }, - "require": { - "php": ">=5.3.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.5.x-dev" - } - }, - "autoload": { - "files": [ - "Spyc.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT License" - ], - "authors": [ - { - "name": "mustangostang", - "email": "vlad.andersen@gmail.com" - } - ], - "description": "A simple YAML loader/dumper class for PHP", - "homepage": "https://github.com/mustangostang/spyc/", - "keywords": [ - "spyc", - "yaml", - "yml" - ], - "time": "2013-02-21 10:52:01" + "time": "2014-09-06 19:01:53" }, { "name": "pear/archive_tar", @@ -339,23 +292,23 @@ "packages-dev": [ { "name": "phpunit/php-code-coverage", - "version": "1.2.17", + "version": "1.2.18", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "6ef2bf3a1c47eca07ea95f0d8a902a6340390b34" + "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6ef2bf3a1c47eca07ea95f0d8a902a6340390b34", - "reference": "6ef2bf3a1c47eca07ea95f0d8a902a6340390b34", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b", + "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b", "shasum": "" }, "require": { "php": ">=5.3.3", "phpunit/php-file-iterator": ">=1.3.0@stable", "phpunit/php-text-template": ">=1.2.0@stable", - "phpunit/php-token-stream": ">=1.1.3@stable" + "phpunit/php-token-stream": ">=1.1.3,<1.3.0" }, "require-dev": { "phpunit/phpunit": "3.7.*@dev" @@ -396,7 +349,7 @@ "testing", "xunit" ], - "time": "2014-03-28 10:53:45" + "time": "2014-09-02 10:13:14" }, { "name": "phpunit/php-file-iterator", @@ -533,44 +486,45 @@ }, { "name": "phpunit/php-token-stream", - "version": "1.3.0", + "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "f8d5d08c56de5cfd592b3340424a81733259a876" + "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/f8d5d08c56de5cfd592b3340424a81733259a876", - "reference": "f8d5d08c56de5cfd592b3340424a81733259a876", + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32", + "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": ">=5.3.3" }, - "require-dev": { - "phpunit/phpunit": "~4.2" - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3-dev" + "dev-master": "1.2-dev" } }, "autoload": { "classmap": [ - "src/" + "PHP/" ] }, "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "" + ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "email": "sb@sebastian-bergmann.de", + "role": "lead" } ], "description": "Wrapper around PHP's tokenizer extension.", @@ -578,7 +532,7 @@ "keywords": [ "tokenizer" ], - "time": "2014-08-31 06:12:13" + "time": "2014-03-03 05:10:30" }, { "name": "phpunit/phpunit", @@ -704,17 +658,17 @@ }, { "name": "symfony/yaml", - "version": "v2.5.3", + "version": "v2.5.4", "target-dir": "Symfony/Component/Yaml", "source": { "type": "git", "url": "https://github.com/symfony/Yaml.git", - "reference": "5a75366ae9ca8b4792cd0083e4ca4dff9fe96f1f" + "reference": "01a7695bcfb013d0a15c6757e15aae120342986f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Yaml/zipball/5a75366ae9ca8b4792cd0083e4ca4dff9fe96f1f", - "reference": "5a75366ae9ca8b4792cd0083e4ca4dff9fe96f1f", + "url": "https://api.github.com/repos/symfony/Yaml/zipball/01a7695bcfb013d0a15c6757e15aae120342986f", + "reference": "01a7695bcfb013d0a15c6757e15aae120342986f", "shasum": "" }, "require": { @@ -747,7 +701,7 @@ ], "description": "Symfony Yaml Component", "homepage": "http://symfony.com", - "time": "2014-08-05 09:00:40" + "time": "2014-08-31 03:22:04" } ], "aliases": [], -- 2.49.0