Update composer files
This commit is contained in:
parent
7c1c14cf64
commit
92d9c3695e
|
|
@ -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/"},
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue