diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-01-18 18:12:01 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-01-18 18:12:01 -0500 |
commit | 92d9c3695e3e1e9619f26948f08b293b794ef784 (patch) | |
tree | 65ee628ba51b6da6551136177fc3e061ae805049 | |
parent | 7c1c14cf64b59f211b9d505112797cb855e5b604 (diff) |
Update composer files
-rw-r--r-- | composer.json | 8 | ||||
-rw-r--r-- | composer.lock | 24 |
2 files changed, 14 insertions, 18 deletions
diff --git a/composer.json b/composer.json index f6745474..30530ed8 100644 --- a/composer.json +++ b/composer.json @@ -2,16 +2,16 @@ "require": { "ext-mbstring": "*", "ircmaxell/password-compat": "1.0.3", - "fguillot/simple-validator": "dev-master", + "fguillot/simple-validator": "0.0.1", "swiftmailer/swiftmailer": "@stable", - "fguillot/json-rpc": "dev-master", - "fguillot/picodb": "dev-master", + "fguillot/json-rpc": "0.0.1", + "fguillot/picodb": "0.0.1", "erusev/parsedown": "1.1.1", "lusitanian/oauth": "0.3.5", "pimple/pimple": "~3.0", "symfony/console": "@stable", "symfony/event-dispatcher": "~2.6", - "fguillot/simpleLogger": "dev-master" + "fguillot/simpleLogger": "0.0.1" }, "autoload": { "psr-0": {"": "app/"}, diff --git a/composer.lock b/composer.lock index f9dab496..766bfba6 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": "fb6eb8ebc1ba83b1b3a060f67d770ad3", + "hash": "612189500b5effe5179e83afa3d3256c", "packages": [ { "name": "erusev/parsedown", @@ -47,7 +47,7 @@ }, { "name": "fguillot/json-rpc", - "version": "dev-master", + "version": "v0.0.1", "source": { "type": "git", "url": "https://github.com/fguillot/JsonRPC.git", @@ -84,16 +84,16 @@ }, { "name": "fguillot/picodb", - "version": "dev-master", + "version": "v0.0.1", "source": { "type": "git", "url": "https://github.com/fguillot/picoDb.git", - "reference": "268b3389d2bc3c92ef749a63440d17bd75e2a628" + "reference": "f36d8e0191e2fa6f033baf94bc35ec6a00798bc0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fguillot/picoDb/zipball/268b3389d2bc3c92ef749a63440d17bd75e2a628", - "reference": "268b3389d2bc3c92ef749a63440d17bd75e2a628", + "url": "https://api.github.com/repos/fguillot/picoDb/zipball/f36d8e0191e2fa6f033baf94bc35ec6a00798bc0", + "reference": "f36d8e0191e2fa6f033baf94bc35ec6a00798bc0", "shasum": "" }, "require": { @@ -117,11 +117,11 @@ ], "description": "Minimalist database query builder", "homepage": "https://github.com/fguillot/picoDb", - "time": "2015-01-03 00:32:58" + "time": "2015-01-18 22:35:36" }, { "name": "fguillot/simple-validator", - "version": "dev-master", + "version": "v0.0.1", "source": { "type": "git", "url": "https://github.com/fguillot/simpleValidator.git", @@ -158,7 +158,7 @@ }, { "name": "fguillot/simpleLogger", - "version": "dev-master", + "version": "v0.0.1", "source": { "type": "git", "url": "https://github.com/fguillot/simpleLogger.git", @@ -598,12 +598,8 @@ "aliases": [], "minimum-stability": "stable", "stability-flags": { - "fguillot/simple-validator": 20, "swiftmailer/swiftmailer": 0, - "fguillot/json-rpc": 20, - "fguillot/picodb": 20, - "symfony/console": 0, - "fguillot/simplelogger": 20 + "symfony/console": 0 }, "prefer-stable": false, "platform": { |