From 7d5760f35556cf818fbb5f2be0cc37743b5b7113 Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Tue, 8 Oct 2013 16:29:01 +0100 Subject: [PATCH] Stabilising composer dependencies. --- composer.json | 13 +- composer.lock | 555 ++++---------------------------------------------- 2 files changed, 43 insertions(+), 525 deletions(-) diff --git a/composer.json b/composer.json index fdd10392..9e3ff52a 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name" : "block8/phpci", "description" : "Simple continuous integration for PHP projects.", - "minimum-stability": "dev", + "minimum-stability": "stable", "type" : "library", "keywords" : ["php", "phpci", "ci", "continuous", "integration", "testing", "phpunit", "continuous integration", "jenkins", "travis"], "homepage" : "http://www.phptesting.org/", @@ -23,12 +23,11 @@ }, "require": { - "block8/b8framework" : "dev-master", - "ircmaxell/password-compat": "1.x", - "swiftmailer/swiftmailer" : "v5.0.0", - "symfony/yaml" : "2.2.x-dev", - "symfony/console" : "2.2.*", - "behat/behat": "*" + "block8/b8framework" : "1.*", + "ircmaxell/password-compat": "1.*", + "swiftmailer/swiftmailer" : "5.0.*", + "symfony/yaml" : "2.*", + "symfony/console" : "2.*" }, "suggest": { diff --git a/composer.lock b/composer.lock index 199c4836..4921df46 100644 --- a/composer.lock +++ b/composer.lock @@ -3,153 +3,25 @@ "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": "750d19d503481138217299f81787cea9", + "hash": "04cca0ac809838a65555d04534cc95ae", "packages": [ - { - "name": "behat/behat", - "version": "3.0.x-dev", - "source": { - "type": "git", - "url": "https://github.com/Behat/Behat.git", - "reference": "c2015bdeaf8a091c97779b21603b524d16638ba1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Behat/Behat/zipball/c2015bdeaf8a091c97779b21603b524d16638ba1", - "reference": "c2015bdeaf8a091c97779b21603b524d16638ba1", - "shasum": "" - }, - "require": { - "behat/gherkin": "~3.0.3", - "php": ">=5.3.3", - "symfony/class-loader": "~2.1", - "symfony/config": "~2.1", - "symfony/console": "~2.1", - "symfony/dependency-injection": "~2.1", - "symfony/event-dispatcher": "~2.1", - "symfony/finder": "~2.1", - "symfony/translation": "~2.1", - "symfony/yaml": "~2.1" - }, - "require-dev": { - "phpunit/phpunit": "~3.7.24" - }, - "suggest": { - "behat/mink-extension": "for integration with Mink testing framework", - "behat/symfony2-extension": "for integration with Symfony2 web framework", - "behat/yii-extension": "for integration with Yii web framework" - }, - "bin": [ - "bin/behat" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-develop": "3.0-dev" - } - }, - "autoload": { - "psr-0": { - "Behat\\Behat": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Konstantin Kudryashov", - "email": "ever.zet@gmail.com", - "homepage": "http://everzet.com" - } - ], - "description": "Scenario-oriented BDD framework for PHP 5.3", - "homepage": "http://behat.org/", - "keywords": [ - "BDD", - "Behat", - "Symfony2" - ], - "time": "2013-10-01 07:12:51" - }, - { - "name": "behat/gherkin", - "version": "3.0.x-dev", - "source": { - "type": "git", - "url": "https://github.com/Behat/Gherkin.git", - "reference": "cbc0a34d195bec76eb2b5fb4fad8b9ee524727d4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Behat/Gherkin/zipball/cbc0a34d195bec76eb2b5fb4fad8b9ee524727d4", - "reference": "cbc0a34d195bec76eb2b5fb4fad8b9ee524727d4", - "shasum": "" - }, - "require": { - "php": ">=5.3.1", - "symfony/finder": "~2.0" - }, - "require-dev": { - "symfony/config": "~2.1", - "symfony/yaml": "~2.1" - }, - "suggest": { - "symfony/config": "If you want to use Config component to manage resources", - "symfony/yaml": "If you want to parse features, represented in YAML files" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-develop": "3.0-dev" - } - }, - "autoload": { - "psr-0": { - "Behat\\Gherkin": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Konstantin Kudryashov", - "email": "ever.zet@gmail.com", - "homepage": "http://everzet.com" - } - ], - "description": "Gherkin DSL parser for PHP 5.3", - "homepage": "http://behat.org/", - "keywords": [ - "BDD", - "Behat", - "Cucumber", - "DSL", - "gherkin", - "parser" - ], - "time": "2013-09-15 20:23:37" - }, { "name": "block8/b8framework", - "version": "dev-master", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/Block8/b8framework.git", - "reference": "85424e277758695fcd4275c0bb13611e55a296ff" + "reference": "0497ae34ba7ef828db23b35a1f75d4debfa7eed5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Block8/b8framework/zipball/85424e277758695fcd4275c0bb13611e55a296ff", - "reference": "85424e277758695fcd4275c0bb13611e55a296ff", + "url": "https://api.github.com/repos/Block8/b8framework/zipball/0497ae34ba7ef828db23b35a1f75d4debfa7eed5", + "reference": "0497ae34ba7ef828db23b35a1f75d4debfa7eed5", "shasum": "" }, "require": { "php": ">=5.3.0", - "symfony/yaml": "2.2.x-dev" + "symfony/yaml": "2.*" }, "type": "library", "autoload": { @@ -178,11 +50,11 @@ "mvc", "php" ], - "time": "2013-10-08 06:45:49" + "time": "2013-10-09 14:06:12" }, { "name": "ircmaxell/password-compat", - "version": "1.0.x-dev", + "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/ircmaxell/password_compat.git", @@ -221,16 +93,16 @@ }, { "name": "swiftmailer/swiftmailer", - "version": "v5.0.0", + "version": "v5.0.2", "source": { "type": "git", "url": "https://github.com/swiftmailer/swiftmailer.git", - "reference": "e2915242824e32e28be3fc699c453c1d16fd6de1" + "reference": "f3917ecef35a4e4d98b303eb9fee463bc983f379" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/e2915242824e32e28be3fc699c453c1d16fd6de1", - "reference": "e2915242824e32e28be3fc699c453c1d16fd6de1", + "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/f3917ecef35a4e4d98b303eb9fee463bc983f379", + "reference": "f3917ecef35a4e4d98b303eb9fee463bc983f379", "shasum": "" }, "require": { @@ -239,7 +111,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0-dev" + "dev-master": "5.1-dev" } }, "autoload": { @@ -266,128 +138,36 @@ "mail", "mailer" ], - "time": "2013-04-30 17:35:30" + "time": "2013-08-30 12:35:21" }, { - "name": "symfony/class-loader", - "version": "dev-master", - "target-dir": "Symfony/Component/ClassLoader", + "name": "symfony/console", + "version": "v2.3.5", + "target-dir": "Symfony/Component/Console", "source": { "type": "git", - "url": "https://github.com/symfony/ClassLoader.git", - "reference": "7bb58f990b5c2d8fa0b70d29585eddb52d360a4c" + "url": "https://github.com/symfony/Console.git", + "reference": "f880062d56edefb25b36f2defa65aafe65959dc7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ClassLoader/zipball/7bb58f990b5c2d8fa0b70d29585eddb52d360a4c", - "reference": "7bb58f990b5c2d8fa0b70d29585eddb52d360a4c", + "url": "https://api.github.com/repos/symfony/Console/zipball/f880062d56edefb25b36f2defa65aafe65959dc7", + "reference": "f880062d56edefb25b36f2defa65aafe65959dc7", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { - "symfony/finder": "~2.0" + "symfony/event-dispatcher": "~2.1" + }, + "suggest": { + "symfony/event-dispatcher": "" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.4-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\ClassLoader\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" - } - ], - "description": "Symfony ClassLoader Component", - "homepage": "http://symfony.com", - "time": "2013-09-19 09:47:34" - }, - { - "name": "symfony/config", - "version": "dev-master", - "target-dir": "Symfony/Component/Config", - "source": { - "type": "git", - "url": "https://github.com/symfony/Config.git", - "reference": "9a3c831697349cf6e9b5302b7beb0b97e6cdac41" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/Config/zipball/9a3c831697349cf6e9b5302b7beb0b97e6cdac41", - "reference": "9a3c831697349cf6e9b5302b7beb0b97e6cdac41", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "symfony/filesystem": "~2.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.4-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\Config\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" - } - ], - "description": "Symfony Config Component", - "homepage": "http://symfony.com", - "time": "2013-09-19 09:47:34" - }, - { - "name": "symfony/console", - "version": "2.2.x-dev", - "target-dir": "Symfony/Component/Console", - "source": { - "type": "git", - "url": "https://github.com/symfony/Console.git", - "reference": "7ec2f86df8a0164d1677368f43a4a548b80a1402" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/Console/zipball/7ec2f86df8a0164d1677368f43a4a548b80a1402", - "reference": "7ec2f86df8a0164d1677368f43a4a548b80a1402", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.2-dev" + "dev-master": "2.3-dev" } }, "autoload": { @@ -411,281 +191,21 @@ ], "description": "Symfony Console Component", "homepage": "http://symfony.com", - "time": "2013-09-25 05:58:50" - }, - { - "name": "symfony/dependency-injection", - "version": "dev-master", - "target-dir": "Symfony/Component/DependencyInjection", - "source": { - "type": "git", - "url": "https://github.com/symfony/DependencyInjection.git", - "reference": "48a1803399404ff780de635da7e9eb746c655c65" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/48a1803399404ff780de635da7e9eb746c655c65", - "reference": "48a1803399404ff780de635da7e9eb746c655c65", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "symfony/config": "~2.2", - "symfony/expression-language": "~2.4", - "symfony/yaml": "~2.0" - }, - "suggest": { - "symfony/config": "", - "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", - "symfony/yaml": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.4-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\DependencyInjection\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" - } - ], - "description": "Symfony DependencyInjection Component", - "homepage": "http://symfony.com", - "time": "2013-09-29 19:43:28" - }, - { - "name": "symfony/event-dispatcher", - "version": "dev-master", - "target-dir": "Symfony/Component/EventDispatcher", - "source": { - "type": "git", - "url": "https://github.com/symfony/EventDispatcher.git", - "reference": "9b4fe5757870682eb2251e283228a66d938265a8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/9b4fe5757870682eb2251e283228a66d938265a8", - "reference": "9b4fe5757870682eb2251e283228a66d938265a8", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "symfony/dependency-injection": "~2.0" - }, - "suggest": { - "symfony/dependency-injection": "", - "symfony/http-kernel": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.4-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\EventDispatcher\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" - } - ], - "description": "Symfony EventDispatcher Component", - "homepage": "http://symfony.com", - "time": "2013-09-19 09:47:34" - }, - { - "name": "symfony/filesystem", - "version": "dev-master", - "target-dir": "Symfony/Component/Filesystem", - "source": { - "type": "git", - "url": "https://github.com/symfony/Filesystem.git", - "reference": "e558fd5d593ebe083dca199f52aed5374ab7b57a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/Filesystem/zipball/e558fd5d593ebe083dca199f52aed5374ab7b57a", - "reference": "e558fd5d593ebe083dca199f52aed5374ab7b57a", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.4-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\Filesystem\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" - } - ], - "description": "Symfony Filesystem Component", - "homepage": "http://symfony.com", - "time": "2013-09-27 14:57:51" - }, - { - "name": "symfony/finder", - "version": "dev-master", - "target-dir": "Symfony/Component/Finder", - "source": { - "type": "git", - "url": "https://github.com/symfony/Finder.git", - "reference": "e2ce3164ab58b4d54612e630571f158035ee8603" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/Finder/zipball/e2ce3164ab58b4d54612e630571f158035ee8603", - "reference": "e2ce3164ab58b4d54612e630571f158035ee8603", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.4-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\Finder\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" - } - ], - "description": "Symfony Finder Component", - "homepage": "http://symfony.com", - "time": "2013-09-19 09:47:34" - }, - { - "name": "symfony/translation", - "version": "dev-master", - "target-dir": "Symfony/Component/Translation", - "source": { - "type": "git", - "url": "https://github.com/symfony/Translation.git", - "reference": "d7e84f71f1856f75025618aca6cdaf074ab84220" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/Translation/zipball/d7e84f71f1856f75025618aca6cdaf074ab84220", - "reference": "d7e84f71f1856f75025618aca6cdaf074ab84220", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "symfony/config": "~2.0", - "symfony/yaml": "~2.2" - }, - "suggest": { - "symfony/config": "", - "symfony/yaml": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.4-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\Translation\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" - } - ], - "description": "Symfony Translation Component", - "homepage": "http://symfony.com", - "time": "2013-09-27 13:28:11" + "time": "2013-09-25 06:04:15" }, { "name": "symfony/yaml", - "version": "2.2.x-dev", + "version": "v2.3.5", "target-dir": "Symfony/Component/Yaml", "source": { "type": "git", "url": "https://github.com/symfony/Yaml.git", - "reference": "bb697b6617b90c91b2a65d24ce32035afe5e3418" + "reference": "6bb881b948368482e1abf1a75c08bcf88a1c5fc3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Yaml/zipball/bb697b6617b90c91b2a65d24ce32035afe5e3418", - "reference": "bb697b6617b90c91b2a65d24ce32035afe5e3418", + "url": "https://api.github.com/repos/symfony/Yaml/zipball/6bb881b948368482e1abf1a75c08bcf88a1c5fc3", + "reference": "6bb881b948368482e1abf1a75c08bcf88a1c5fc3", "shasum": "" }, "require": { @@ -694,7 +214,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.2-dev" + "dev-master": "2.3-dev" } }, "autoload": { @@ -718,7 +238,7 @@ ], "description": "Symfony Yaml Component", "homepage": "http://symfony.com", - "time": "2013-09-22 17:30:19" + "time": "2013-09-22 18:04:39" } ], "packages-dev": [ @@ -727,11 +247,10 @@ "aliases": [ ], - "minimum-stability": "dev", - "stability-flags": { - "block8/b8framework": 20, - "symfony/yaml": 20 - }, + "minimum-stability": "stable", + "stability-flags": [ + + ], "platform": [ ],