update composer dependencies

This commit is contained in:
Manuel Raynaud
2014-01-23 09:31:39 +01:00
parent da905bcbb1
commit 49ad3a27da
2 changed files with 13 additions and 17 deletions

View File

@@ -9,7 +9,7 @@
}, },
"require":{ "require":{
"php": ">=5.4", "php": ">=5.4",
"ircmaxell/password-compat": "dev-master", "ircmaxell/password-compat": "1.0.*",
"propel/propel": "dev-master", "propel/propel": "dev-master",
"psr/log" : "1.0", "psr/log" : "1.0",
"symfony/class-loader": "2.2.*", "symfony/class-loader": "2.2.*",
@@ -30,12 +30,12 @@
"smarty/smarty": "v3.1.14", "smarty/smarty": "v3.1.14",
"kriswallsmith/assetic": "1.2.*@dev", "kriswallsmith/assetic": "1.2.*@dev",
"leafo/lessphp": "0.3.*@dev", "leafo/lessphp": "0.4.*",
"ptachoire/cssembed": "dev-master", "ptachoire/cssembed": "1.0.*",
"simplepie/simplepie": "dev-master", "simplepie/simplepie": "dev-master",
"imagine/imagine": "dev-master", "imagine/imagine": "0.*",
"symfony/icu": "1.0", "symfony/icu": "1.0",
"swiftmailer/swiftmailer": "5.0.*", "swiftmailer/swiftmailer": "5.0.*",
"symfony/serializer": "2.3.*", "symfony/serializer": "2.3.*",

22
composer.lock generated
View File

@@ -3,7 +3,7 @@
"This file locks the dependencies of your project to a known state", "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" "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
], ],
"hash": "ee6fe7504a35ea7e3a905b2da0de3f13", "hash": "92d99dbb21763697accf7050ded155b6",
"packages": [ "packages": [
{ {
"name": "ensepar/html2pdf", "name": "ensepar/html2pdf",
@@ -111,7 +111,7 @@
}, },
{ {
"name": "imagine/imagine", "name": "imagine/imagine",
"version": "dev-master", "version": "v0.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/avalanche123/Imagine.git", "url": "https://github.com/avalanche123/Imagine.git",
@@ -163,16 +163,16 @@
}, },
{ {
"name": "ircmaxell/password-compat", "name": "ircmaxell/password-compat",
"version": "dev-master", "version": "1.0.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/ircmaxell/password_compat.git", "url": "https://github.com/ircmaxell/password_compat.git",
"reference": "5d44eec3b571b4a6daae45794b0a31fbbf63c74c" "reference": "1fc1521b5e9794ea77e4eca30717be9635f1d4f4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5d44eec3b571b4a6daae45794b0a31fbbf63c74c", "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/1fc1521b5e9794ea77e4eca30717be9635f1d4f4",
"reference": "5d44eec3b571b4a6daae45794b0a31fbbf63c74c", "reference": "1fc1521b5e9794ea77e4eca30717be9635f1d4f4",
"shasum": "" "shasum": ""
}, },
"type": "library", "type": "library",
@@ -198,7 +198,7 @@
"hashing", "hashing",
"password" "password"
], ],
"time": "2013-06-24 12:01:11" "time": "2013-04-30 19:58:08"
}, },
{ {
"name": "kriswallsmith/assetic", "name": "kriswallsmith/assetic",
@@ -273,7 +273,7 @@
}, },
{ {
"name": "leafo/lessphp", "name": "leafo/lessphp",
"version": "dev-master", "version": "v0.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/leafo/lessphp.git", "url": "https://github.com/leafo/lessphp.git",
@@ -417,7 +417,7 @@
}, },
{ {
"name": "ptachoire/cssembed", "name": "ptachoire/cssembed",
"version": "dev-master", "version": "v1.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/krichprollsch/phpCssEmbed.git", "url": "https://github.com/krichprollsch/phpCssEmbed.git",
@@ -2256,13 +2256,9 @@
], ],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": {
"ircmaxell/password-compat": 20,
"propel/propel": 20, "propel/propel": 20,
"kriswallsmith/assetic": 20, "kriswallsmith/assetic": 20,
"leafo/lessphp": 20,
"ptachoire/cssembed": 20,
"simplepie/simplepie": 20, "simplepie/simplepie": 20,
"imagine/imagine": 20,
"fzaninotto/faker": 20, "fzaninotto/faker": 20,
"maximebf/debugbar": 20 "maximebf/debugbar": 20
}, },