Update composer.json

This commit is contained in:
Frederic Guillot
2015-12-29 19:44:15 +01:00
parent 8ca1809bd6
commit be42c0c069
2 changed files with 26 additions and 17 deletions

View File

@@ -1,5 +1,6 @@
{ {
"name": "fguillot/kanboard", "name": "fguillot/kanboard",
"type": "project",
"description": "Kanban project management software", "description": "Kanban project management software",
"license": "MIT", "license": "MIT",
"authors": [ "authors": [
@@ -7,6 +8,11 @@
"name": "Frédéric Guillot" "name": "Frédéric Guillot"
} }
], ],
"config": {
"preferred-install": "dist",
"optimize-autoloader": true,
"discard-changes": true
},
"require" : { "require" : {
"php" : ">=5.3", "php" : ">=5.3",
"ext-mbstring" : "*", "ext-mbstring" : "*",

37
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "964754ad3b7c394f96169a14865ffeee", "hash": "efcec72049b0eb4e3f1e90163b6fbc23",
"content-hash": "c379b500a20d7025a0b872c7ec8837d3", "content-hash": "c379b500a20d7025a0b872c7ec8837d3",
"packages": [ "packages": [
{ {
@@ -301,12 +301,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/fguillot/picoDb.git", "url": "https://github.com/fguillot/picoDb.git",
"reference": "cd377f1bc944086600f8b1bab975981e3d27f7f1" "reference": "9ed4ee0c412dc9259d45bbc52e55c74150f7fb99"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/fguillot/picoDb/zipball/cd377f1bc944086600f8b1bab975981e3d27f7f1", "url": "https://api.github.com/repos/fguillot/picoDb/zipball/9ed4ee0c412dc9259d45bbc52e55c74150f7fb99",
"reference": "cd377f1bc944086600f8b1bab975981e3d27f7f1", "reference": "9ed4ee0c412dc9259d45bbc52e55c74150f7fb99",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -330,7 +330,7 @@
], ],
"description": "Minimalist database query builder", "description": "Minimalist database query builder",
"homepage": "https://github.com/fguillot/picoDb", "homepage": "https://github.com/fguillot/picoDb",
"time": "2015-12-23 13:56:10" "time": "2015-12-24 11:39:04"
}, },
{ {
"name": "fguillot/simple-validator", "name": "fguillot/simple-validator",
@@ -656,16 +656,16 @@
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v2.8.0", "version": "v2.8.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "d232bfc100dfd32b18ccbcab4bcc8f28697b7e41" "reference": "2e06a5ccb19dcf9b89f1c6a677a39a8df773635a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/d232bfc100dfd32b18ccbcab4bcc8f28697b7e41", "url": "https://api.github.com/repos/symfony/console/zipball/2e06a5ccb19dcf9b89f1c6a677a39a8df773635a",
"reference": "d232bfc100dfd32b18ccbcab4bcc8f28697b7e41", "reference": "2e06a5ccb19dcf9b89f1c6a677a39a8df773635a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -712,11 +712,11 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-11-30 12:35:10" "time": "2015-12-22 10:25:57"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v2.8.0", "version": "v2.8.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
@@ -776,21 +776,24 @@
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
"version": "v1.0.0", "version": "v1.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "0b6a8940385311a24e060ec1fe35680e17c74497" "reference": "49ff736bd5d41f45240cec77b44967d76e0c3d25"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0b6a8940385311a24e060ec1fe35680e17c74497", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/49ff736bd5d41f45240cec77b44967d76e0c3d25",
"reference": "0b6a8940385311a24e060ec1fe35680e17c74497", "reference": "49ff736bd5d41f45240cec77b44967d76e0c3d25",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
@@ -828,13 +831,13 @@
"portable", "portable",
"shim" "shim"
], ],
"time": "2015-11-04 20:28:58" "time": "2015-11-20 09:19:13"
} }
], ],
"packages-dev": [ "packages-dev": [
{ {
"name": "symfony/stopwatch", "name": "symfony/stopwatch",
"version": "v2.8.0", "version": "v2.8.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/stopwatch.git", "url": "https://github.com/symfony/stopwatch.git",