diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-01-09 09:38:02 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-01-09 09:38:02 -0500 |
commit | ef1618b0dff0a93a2677a0e267a2341825a82e8c (patch) | |
tree | cc84016471eb201a6fe06cf1b6aaceef109134b6 | |
parent | 97270f9b1897e2228516e2edfa927d2c0ca17c75 (diff) |
Update version of PicoDB
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | composer.lock | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 87148476..faf75da9 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "eluceo/ical": "0.8.0", "erusev/parsedown" : "1.6.0", "fguillot/json-rpc" : "1.0.3", - "fguillot/picodb" : "dev-master", + "fguillot/picodb" : "1.0.4", "fguillot/simpleLogger" : "1.0.0", "fguillot/simple-validator" : "1.0.0", "paragonie/random_compat": "@stable", diff --git a/composer.lock b/composer.lock index 584ef125..1640f69b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "a7d258b9944c5787dd1054bfc9f6ad5e", - "content-hash": "1bc9b74a680511d8489c0ae172f1ad8d", + "hash": "b332807723e0000bb534941a15bafbb0", + "content-hash": "0ab11c95dc92ccabd766253dc026f108", "packages": [ { "name": "christian-riesen/base32", @@ -239,7 +239,7 @@ }, { "name": "fguillot/picodb", - "version": "dev-master", + "version": "v1.0.4", "source": { "type": "git", "url": "https://github.com/fguillot/picoDb.git", @@ -859,7 +859,6 @@ "aliases": [], "minimum-stability": "stable", "stability-flags": { - "fguillot/picodb": 20, "paragonie/random_compat": 0, "ramsey/array_column": 0 }, |