summaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-05-28 18:19:15 -0400
committerFrederic Guillot <fred@kanboard.net>2016-05-28 18:19:15 -0400
commit936376ffe74c583d3cb819e98f53a85137fdf8bc (patch)
treed4a0fe65d34d21d898bf36818e8c1f4ba1846ffa /composer.lock
parente6235afb2d17baf31b6f6d67a0a51ac51243b909 (diff)
Remove model base class
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock19
1 files changed, 11 insertions, 8 deletions
diff --git a/composer.lock b/composer.lock
index 48dd7640..ae02c42f 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": "d9622d90bef6f3316b84a374fc73f1d0",
- "content-hash": "593b137facd6a5d8fc4b8f4838b99ddb",
+ "hash": "1dff423870fc9d85edd75f83ee0b5b97",
+ "content-hash": "5a7a28b3dcb87b0be20ff634d989d5b4",
"packages": [
{
"name": "christian-riesen/base32",
@@ -239,21 +239,24 @@
},
{
"name": "fguillot/picodb",
- "version": "v1.0.11",
+ "version": "v1.0.12",
"source": {
"type": "git",
"url": "https://github.com/fguillot/picoDb.git",
- "reference": "5f6485c1a930ff22f14bcbf6db8b95d55efe6c52"
+ "reference": "dd088cb75e9035d083f511cdc77b268bc8e110b6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/fguillot/picoDb/zipball/5f6485c1a930ff22f14bcbf6db8b95d55efe6c52",
- "reference": "5f6485c1a930ff22f14bcbf6db8b95d55efe6c52",
+ "url": "https://api.github.com/repos/fguillot/picoDb/zipball/dd088cb75e9035d083f511cdc77b268bc8e110b6",
+ "reference": "dd088cb75e9035d083f511cdc77b268bc8e110b6",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
+ "require-dev": {
+ "phpunit/phpunit": "4.8.*"
+ },
"type": "library",
"autoload": {
"psr-0": {
@@ -267,12 +270,12 @@
"authors": [
{
"name": "Frédéric Guillot",
- "homepage": "http://fredericguillot.com"
+ "homepage": "https://github.com/fguillot/"
}
],
"description": "Minimalist database query builder",
"homepage": "https://github.com/fguillot/picoDb",
- "time": "2016-05-15 01:02:48"
+ "time": "2016-05-28 22:00:54"
},
{
"name": "fguillot/simple-queue",