Commit cb20a390 authored by Benjamin Eberlei's avatar Benjamin Eberlei

Update dependency to 2.4.*@beta

parent fd8ec96a
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
], ],
"require": { "require": {
"php": ">=5.3.2", "php": ">=5.3.2",
"doctrine/common": "2.4.x-dev" "doctrine/common": "2.4.*@beta"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "3.7.*", "phpunit/phpunit": "3.7.*",
......
{ {
"hash": "654e43741163570e335281a107fdd89f", "_readme": [
"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": "66538e950918bed1d8ce86aa828ca12c",
"packages": [ "packages": [
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",
"version": "v1.0", "version": "v1.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/annotations.git", "url": "https://github.com/doctrine/annotations.git",
"reference": "v1.0" "reference": "v1.1.1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/doctrine/annotations/archive/v1.0.zip", "url": "https://api.github.com/repos/doctrine/annotations/zipball/v1.1.1",
"reference": "v1.0", "reference": "v1.1.1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -22,8 +26,12 @@ ...@@ -22,8 +26,12 @@
"require-dev": { "require-dev": {
"doctrine/cache": "1.*" "doctrine/cache": "1.*"
}, },
"time": "2013-01-12 19:23:32",
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Doctrine\\Common\\Annotations\\": "lib/" "Doctrine\\Common\\Annotations\\": "lib/"
...@@ -65,7 +73,8 @@ ...@@ -65,7 +73,8 @@
"annotations", "annotations",
"docblock", "docblock",
"parser" "parser"
] ],
"time": "2013-04-20 08:30:17"
}, },
{ {
"name": "doctrine/cache", "name": "doctrine/cache",
...@@ -84,7 +93,6 @@ ...@@ -84,7 +93,6 @@
"require": { "require": {
"php": ">=5.3.2" "php": ">=5.3.2"
}, },
"time": "2013-01-10 22:43:46",
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-0": { "psr-0": {
...@@ -126,27 +134,32 @@ ...@@ -126,27 +134,32 @@
"keywords": [ "keywords": [
"cache", "cache",
"caching" "caching"
] ],
"time": "2013-01-10 22:43:46"
}, },
{ {
"name": "doctrine/collections", "name": "doctrine/collections",
"version": "v1.0", "version": "v1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/collections.git", "url": "https://github.com/doctrine/collections.git",
"reference": "v1.0" "reference": "v1.1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/doctrine/collections/archive/v1.0.zip", "url": "https://api.github.com/repos/doctrine/collections/zipball/v1.1",
"reference": "v1.0", "reference": "v1.1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.2" "php": ">=5.3.2"
}, },
"time": "2013-01-12 16:36:50",
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Doctrine\\Common\\Collections\\": "lib/" "Doctrine\\Common\\Collections\\": "lib/"
...@@ -188,20 +201,21 @@ ...@@ -188,20 +201,21 @@
"array", "array",
"collections", "collections",
"iterator" "iterator"
] ],
"time": "2013-03-07 12:15:54"
}, },
{ {
"name": "doctrine/common", "name": "doctrine/common",
"version": "dev-master", "version": "2.4.0-RC2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/common.git", "url": "https://github.com/doctrine/common.git",
"reference": "e211821c719d33ad2cd1186fafb4dadb5f74d6ed" "reference": "2.4.0-RC2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/common/zipball/e211821c719d33ad2cd1186fafb4dadb5f74d6ed", "url": "https://api.github.com/repos/doctrine/common/zipball/2.4.0-RC2",
"reference": "e211821c719d33ad2cd1186fafb4dadb5f74d6ed", "reference": "2.4.0-RC2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -212,7 +226,6 @@ ...@@ -212,7 +226,6 @@
"doctrine/lexer": "1.*", "doctrine/lexer": "1.*",
"php": ">=5.3.2" "php": ">=5.3.2"
}, },
"time": "2013-02-19 09:37:33",
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
...@@ -224,7 +237,7 @@ ...@@ -224,7 +237,7 @@
"Doctrine\\Common\\": "lib/" "Doctrine\\Common\\": "lib/"
} }
}, },
"notification-url": "http://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"MIT" "MIT"
], ],
...@@ -262,7 +275,8 @@ ...@@ -262,7 +275,8 @@
"eventmanager", "eventmanager",
"persistence", "persistence",
"spl" "spl"
] ],
"time": "2013-05-09 21:35:24"
}, },
{ {
"name": "doctrine/inflector", "name": "doctrine/inflector",
...@@ -281,7 +295,6 @@ ...@@ -281,7 +295,6 @@
"require": { "require": {
"php": ">=5.3.2" "php": ">=5.3.2"
}, },
"time": "2013-01-10 21:49:15",
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-0": { "psr-0": {
...@@ -325,7 +338,8 @@ ...@@ -325,7 +338,8 @@
"pluarlize", "pluarlize",
"singuarlize", "singuarlize",
"string" "string"
] ],
"time": "2013-01-10 21:49:15"
}, },
{ {
"name": "doctrine/lexer", "name": "doctrine/lexer",
...@@ -344,7 +358,6 @@ ...@@ -344,7 +358,6 @@
"require": { "require": {
"php": ">=5.3.2" "php": ">=5.3.2"
}, },
"time": "2013-01-12 18:59:04",
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-0": { "psr-0": {
...@@ -377,22 +390,23 @@ ...@@ -377,22 +390,23 @@
"keywords": [ "keywords": [
"lexer", "lexer",
"parser" "parser"
] ],
"time": "2013-01-12 18:59:04"
} }
], ],
"packages-dev": [ "packages-dev": [
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
"version": "1.2.8", "version": "1.2.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "git://github.com/sebastianbergmann/php-code-coverage.git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "1.2.8" "reference": "1.2.9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/1.2.8", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/1.2.9",
"reference": "1.2.8", "reference": "1.2.9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -405,14 +419,13 @@ ...@@ -405,14 +419,13 @@
"ext-dom": "*", "ext-dom": "*",
"ext-xdebug": ">=2.0.5" "ext-xdebug": ">=2.0.5"
}, },
"time": "2013-02-14 08:01:51",
"type": "library", "type": "library",
"autoload": { "autoload": {
"classmap": [ "classmap": [
"PHP/" "PHP/"
] ]
}, },
"notification-url": "http://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"include-path": [ "include-path": [
"" ""
], ],
...@@ -432,7 +445,8 @@ ...@@ -432,7 +445,8 @@
"coverage", "coverage",
"testing", "testing",
"xunit" "xunit"
] ],
"time": "2013-02-26 18:55:56"
}, },
{ {
"name": "phpunit/php-file-iterator", "name": "phpunit/php-file-iterator",
...@@ -451,14 +465,13 @@ ...@@ -451,14 +465,13 @@
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"time": "2012-10-11 04:44:38",
"type": "library", "type": "library",
"autoload": { "autoload": {
"classmap": [ "classmap": [
"File/" "File/"
] ]
}, },
"notification-url": "http://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"include-path": [ "include-path": [
"" ""
], ],
...@@ -477,7 +490,8 @@ ...@@ -477,7 +490,8 @@
"keywords": [ "keywords": [
"filesystem", "filesystem",
"iterator" "iterator"
] ],
"time": "2012-10-11 04:44:38"
}, },
{ {
"name": "phpunit/php-text-template", "name": "phpunit/php-text-template",
...@@ -496,14 +510,13 @@ ...@@ -496,14 +510,13 @@
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"time": "2012-10-31 11:15:28",
"type": "library", "type": "library",
"autoload": { "autoload": {
"classmap": [ "classmap": [
"Text/" "Text/"
] ]
}, },
"notification-url": "http://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"include-path": [ "include-path": [
"" ""
], ],
...@@ -521,7 +534,8 @@ ...@@ -521,7 +534,8 @@
"homepage": "https://github.com/sebastianbergmann/php-text-template/", "homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [ "keywords": [
"template" "template"
] ],
"time": "2012-10-31 11:15:28"
}, },
{ {
"name": "phpunit/php-timer", "name": "phpunit/php-timer",
...@@ -540,14 +554,13 @@ ...@@ -540,14 +554,13 @@
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"time": "2012-10-11 04:45:58",
"type": "library", "type": "library",
"autoload": { "autoload": {
"classmap": [ "classmap": [
"PHP/" "PHP/"
] ]
}, },
"notification-url": "http://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"include-path": [ "include-path": [
"" ""
], ],
...@@ -565,7 +578,8 @@ ...@@ -565,7 +578,8 @@
"homepage": "http://www.phpunit.de/", "homepage": "http://www.phpunit.de/",
"keywords": [ "keywords": [
"timer" "timer"
] ],
"time": "2012-10-11 04:45:58"
}, },
{ {
"name": "phpunit/php-token-stream", "name": "phpunit/php-token-stream",
...@@ -585,14 +599,13 @@ ...@@ -585,14 +599,13 @@
"ext-tokenizer": "*", "ext-tokenizer": "*",
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"time": "2012-10-11 04:47:14",
"type": "library", "type": "library",
"autoload": { "autoload": {
"classmap": [ "classmap": [
"PHP/" "PHP/"
] ]
}, },
"notification-url": "http://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"include-path": [ "include-path": [
"" ""
], ],
...@@ -610,20 +623,21 @@ ...@@ -610,20 +623,21 @@
"homepage": "http://www.phpunit.de/", "homepage": "http://www.phpunit.de/",
"keywords": [ "keywords": [
"tokenizer" "tokenizer"
] ],
"time": "2012-10-11 04:47:14"
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "3.7.14", "version": "3.7.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "git://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "3.7.14" "reference": "3.7.19"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3.7.14", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3.7.19",
"reference": "3.7.14", "reference": "3.7.19",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -637,7 +651,10 @@ ...@@ -637,7 +651,10 @@
"phpunit/php-text-template": ">=1.1.1", "phpunit/php-text-template": ">=1.1.1",
"phpunit/php-timer": ">=1.0.2,<1.1.0", "phpunit/php-timer": ">=1.0.2,<1.1.0",
"phpunit/phpunit-mock-objects": ">=1.2.0,<1.3.0", "phpunit/phpunit-mock-objects": ">=1.2.0,<1.3.0",
"symfony/yaml": ">=2.1.0,<2.2.0" "symfony/yaml": ">=2.0.0,<2.3.0"
},
"require-dev": {
"pear-pear/pear": "1.9.4"
}, },
"suggest": { "suggest": {
"ext-json": "*", "ext-json": "*",
...@@ -645,7 +662,6 @@ ...@@ -645,7 +662,6 @@
"ext-tokenizer": "*", "ext-tokenizer": "*",
"phpunit/php-invoker": ">=1.1.0,<1.2.0" "phpunit/php-invoker": ">=1.1.0,<1.2.0"
}, },
"time": "2013-02-14 08:07:17",
"bin": [ "bin": [
"composer/bin/phpunit" "composer/bin/phpunit"
], ],
...@@ -660,7 +676,7 @@ ...@@ -660,7 +676,7 @@
"PHPUnit/" "PHPUnit/"
] ]
}, },
"notification-url": "http://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"include-path": [ "include-path": [
"", "",
"../../symfony/yaml/" "../../symfony/yaml/"
...@@ -681,7 +697,8 @@ ...@@ -681,7 +697,8 @@
"phpunit", "phpunit",
"testing", "testing",
"xunit" "xunit"
] ],
"time": "2013-03-25 11:45:06"
}, },
{ {
"name": "phpunit/phpunit-mock-objects", "name": "phpunit/phpunit-mock-objects",
...@@ -704,14 +721,13 @@ ...@@ -704,14 +721,13 @@
"suggest": { "suggest": {
"ext-soap": "*" "ext-soap": "*"
}, },
"time": "2013-01-13 10:24:48",
"type": "library", "type": "library",
"autoload": { "autoload": {
"classmap": [ "classmap": [
"PHPUnit/" "PHPUnit/"
] ]
}, },
"notification-url": "http://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"include-path": [ "include-path": [
"" ""
], ],
...@@ -730,34 +746,39 @@ ...@@ -730,34 +746,39 @@
"keywords": [ "keywords": [
"mock", "mock",
"xunit" "xunit"
] ],
"time": "2013-01-13 10:24:48"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v2.1.7", "version": "v2.2.1",
"target-dir": "Symfony/Component/Console", "target-dir": "Symfony/Component/Console",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Console", "url": "https://github.com/symfony/Console.git",
"reference": "v2.1.7" "reference": "v2.2.1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Console/zipball/v2.1.7", "url": "https://api.github.com/repos/symfony/Console/zipball/v2.2.1",
"reference": "v2.1.7", "reference": "v2.2.1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"time": "2013-01-17 15:20:05",
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.2-dev"
}
},
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Symfony\\Component\\Console": "" "Symfony\\Component\\Console\\": ""
} }
}, },
"notification-url": "http://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"MIT" "MIT"
], ],
...@@ -772,34 +793,39 @@ ...@@ -772,34 +793,39 @@
} }
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "http://symfony.com" "homepage": "http://symfony.com",
"time": "2013-03-19 20:48:08"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v2.1.7", "version": "v2.2.1",
"target-dir": "Symfony/Component/Yaml", "target-dir": "Symfony/Component/Yaml",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Yaml", "url": "https://github.com/symfony/Yaml.git",
"reference": "v2.1.7" "reference": "v2.2.1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Yaml/zipball/v2.1.7", "url": "https://api.github.com/repos/symfony/Yaml/zipball/v2.2.1",
"reference": "v2.1.7", "reference": "v2.2.1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"time": "2013-01-17 21:21:51",
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.2-dev"
}
},
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Symfony\\Component\\Yaml": "" "Symfony\\Component\\Yaml\\": ""
} }
}, },
"notification-url": "http://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"MIT" "MIT"
], ],
...@@ -814,7 +840,8 @@ ...@@ -814,7 +840,8 @@
} }
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "http://symfony.com" "homepage": "http://symfony.com",
"time": "2013-03-23 07:49:54"
} }
], ],
"aliases": [ "aliases": [
...@@ -822,6 +849,12 @@ ...@@ -822,6 +849,12 @@
], ],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": {
"doctrine/common": 20 "doctrine/common": 10
} },
"platform": {
"php": ">=5.3.2"
},
"platform-dev": [
]
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment