Remove model base class

This commit is contained in:
Frederic Guillot
2016-05-28 18:19:15 -04:00
parent e6235afb2d
commit 936376ffe7
60 changed files with 113 additions and 53 deletions

19
composer.lock generated
View File

@@ -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",