diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-12-29 19:44:15 +0100 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-12-29 19:44:15 +0100 |
commit | be42c0c069f6f930ab602926c163ead357d597c6 (patch) | |
tree | afa199001b73f8edfa0a87b213d15dcccb9bc535 | |
parent | 8ca1809bd62f9d7b5f1f26cc9d96bc6cf11ac3ad (diff) |
Update composer.json
-rw-r--r-- | composer.json | 6 | ||||
-rw-r--r-- | composer.lock | 37 |
2 files changed, 26 insertions, 17 deletions
diff --git a/composer.json b/composer.json index f75a4829..996004ad 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,6 @@ { "name": "fguillot/kanboard", + "type": "project", "description": "Kanban project management software", "license": "MIT", "authors": [ @@ -7,6 +8,11 @@ "name": "Frédéric Guillot" } ], + "config": { + "preferred-install": "dist", + "optimize-autoloader": true, + "discard-changes": true + }, "require" : { "php" : ">=5.3", "ext-mbstring" : "*", diff --git a/composer.lock b/composer.lock index 228805d0..b18542ab 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "964754ad3b7c394f96169a14865ffeee", + "hash": "efcec72049b0eb4e3f1e90163b6fbc23", "content-hash": "c379b500a20d7025a0b872c7ec8837d3", "packages": [ { @@ -301,12 +301,12 @@ "source": { "type": "git", "url": "https://github.com/fguillot/picoDb.git", - "reference": "cd377f1bc944086600f8b1bab975981e3d27f7f1" + "reference": "9ed4ee0c412dc9259d45bbc52e55c74150f7fb99" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fguillot/picoDb/zipball/cd377f1bc944086600f8b1bab975981e3d27f7f1", - "reference": "cd377f1bc944086600f8b1bab975981e3d27f7f1", + "url": "https://api.github.com/repos/fguillot/picoDb/zipball/9ed4ee0c412dc9259d45bbc52e55c74150f7fb99", + "reference": "9ed4ee0c412dc9259d45bbc52e55c74150f7fb99", "shasum": "" }, "require": { @@ -330,7 +330,7 @@ ], "description": "Minimalist database query builder", "homepage": "https://github.com/fguillot/picoDb", - "time": "2015-12-23 13:56:10" + "time": "2015-12-24 11:39:04" }, { "name": "fguillot/simple-validator", @@ -656,16 +656,16 @@ }, { "name": "symfony/console", - "version": "v2.8.0", + "version": "v2.8.1", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "d232bfc100dfd32b18ccbcab4bcc8f28697b7e41" + "reference": "2e06a5ccb19dcf9b89f1c6a677a39a8df773635a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/d232bfc100dfd32b18ccbcab4bcc8f28697b7e41", - "reference": "d232bfc100dfd32b18ccbcab4bcc8f28697b7e41", + "url": "https://api.github.com/repos/symfony/console/zipball/2e06a5ccb19dcf9b89f1c6a677a39a8df773635a", + "reference": "2e06a5ccb19dcf9b89f1c6a677a39a8df773635a", "shasum": "" }, "require": { @@ -712,11 +712,11 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2015-11-30 12:35:10" + "time": "2015-12-22 10:25:57" }, { "name": "symfony/event-dispatcher", - "version": "v2.8.0", + "version": "v2.8.1", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", @@ -776,21 +776,24 @@ }, { "name": "symfony/polyfill-mbstring", - "version": "v1.0.0", + "version": "v1.0.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "0b6a8940385311a24e060ec1fe35680e17c74497" + "reference": "49ff736bd5d41f45240cec77b44967d76e0c3d25" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0b6a8940385311a24e060ec1fe35680e17c74497", - "reference": "0b6a8940385311a24e060ec1fe35680e17c74497", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/49ff736bd5d41f45240cec77b44967d76e0c3d25", + "reference": "49ff736bd5d41f45240cec77b44967d76e0c3d25", "shasum": "" }, "require": { "php": ">=5.3.3" }, + "suggest": { + "ext-mbstring": "For best performance" + }, "type": "library", "extra": { "branch-alias": { @@ -828,13 +831,13 @@ "portable", "shim" ], - "time": "2015-11-04 20:28:58" + "time": "2015-11-20 09:19:13" } ], "packages-dev": [ { "name": "symfony/stopwatch", - "version": "v2.8.0", + "version": "v2.8.1", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", |