|
@@ -34,16 +34,16 @@ $deps22x = array(
|
|
|
array('Symfony/Component/Yaml', 'http://github.com/symfony/Yaml.git', 'v2.0.7'),
|
|
|
);
|
|
|
$deps23x = array(
|
|
|
- array('doctrine-orm', 'http://github.com/doctrine/doctrine2.git', '35fc3c0671'),
|
|
|
- array('doctrine-dbal', 'http://github.com/doctrine/dbal.git', 'ef6c86fef3'),
|
|
|
- array('doctrine-common', 'http://github.com/doctrine/common.git', '38c854c37d'),
|
|
|
- array('doctrine-mongodb', 'http://github.com/doctrine/mongodb.git', '01babdde34'),
|
|
|
- array('doctrine-mongodb-odm', 'http://github.com/doctrine/mongodb-odm.git', 'fb2447c01c'),
|
|
|
-
|
|
|
- array('Symfony/Component/ClassLoader', 'http://github.com/symfony/ClassLoader.git', 'v2.0.9'),
|
|
|
- array('Symfony/Component/Console', 'http://github.com/symfony/Console.git', 'v2.0.9'),
|
|
|
- array('Symfony/Component/Finder', 'http://github.com/symfony/Finder.git', 'v2.0.9'),
|
|
|
- array('Symfony/Component/Yaml', 'http://github.com/symfony/Yaml.git', 'v2.0.9'),
|
|
|
+ array('doctrine-orm', 'http://github.com/doctrine/doctrine2.git', '6cd82d77f5'),
|
|
|
+ array('doctrine-dbal', 'http://github.com/doctrine/dbal.git', 'c8835edf74'),
|
|
|
+ array('doctrine-common', 'http://github.com/doctrine/common.git', 'fc26d10d97'),
|
|
|
+ array('doctrine-mongodb', 'http://github.com/doctrine/mongodb.git', 'd7fdcff25b'),
|
|
|
+ array('doctrine-mongodb-odm', 'http://github.com/doctrine/mongodb-odm.git', 'e8c0bfb975'),
|
|
|
+
|
|
|
+ array('Symfony/Component/ClassLoader', 'http://github.com/symfony/ClassLoader.git', 'v2.0.10'),
|
|
|
+ array('Symfony/Component/Console', 'http://github.com/symfony/Console.git', 'v2.0.10'),
|
|
|
+ array('Symfony/Component/Finder', 'http://github.com/symfony/Finder.git', 'v2.0.10'),
|
|
|
+ array('Symfony/Component/Yaml', 'http://github.com/symfony/Yaml.git', 'v2.0.10'),
|
|
|
);
|
|
|
|
|
|
foreach ($deps23x as $dep) {
|