diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-05-28 20:08:30 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-05-28 20:08:40 -0400 |
commit | 729c933d001d699837d90d151acbed1093a8c6f5 (patch) | |
tree | bdf594f9ea6625ea6c40d184c45a31b060da28bd | |
parent | 605c9e9efa7021a60943499c5b2d649dba4b56ae (diff) |
Update composer file
-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 44c54394..0e80840c 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "fguillot/picodb" : "1.0.12", "fguillot/simpleLogger" : "1.0.1", "fguillot/simple-validator" : "1.0.0", - "fguillot/simple-queue" : "dev-master", + "fguillot/simple-queue" : "1.0.0", "paragonie/random_compat": "@stable", "pimple/pimple" : "~3.0", "ramsey/array_column": "@stable", diff --git a/composer.lock b/composer.lock index ae02c42f..951c835b 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": "1dff423870fc9d85edd75f83ee0b5b97", - "content-hash": "5a7a28b3dcb87b0be20ff634d989d5b4", + "hash": "cb6d74d2ba01afcd7988f4ab99d614a5", + "content-hash": "8c9fce0f4478875b9b4dc1ae53738159", "packages": [ { "name": "christian-riesen/base32", @@ -279,7 +279,7 @@ }, { "name": "fguillot/simple-queue", - "version": "dev-master", + "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/fguillot/simple-queue.git", @@ -1865,7 +1865,6 @@ "aliases": [], "minimum-stability": "stable", "stability-flags": { - "fguillot/simple-queue": 20, "paragonie/random_compat": 0, "ramsey/array_column": 0 }, |