From: Andrey Kutejko Date: Sat, 30 Dec 2017 13:58:58 +0000 (+0100) Subject: stick to fluentpdo 1.1.* X-Git-Tag: 0.6~30 X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=c482d9e6ba8765028f22c0be04239ff76d143ad0;p=ipf.git stick to fluentpdo 1.1.* --- diff --git a/composer.json b/composer.json index 5deddbb..28c83ae 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ }, "require": { "pear/archive_tar": "1.3.*", - "lichtner/fluentpdo": "dev-master", + "lichtner/fluentpdo": "1.1.*", "d11wtq/boris": "dev-master", "andy128k/missing-tools": "0.2.*@dev", "andy128k/migrations": "dev-master", diff --git a/composer.lock b/composer.lock index f5f74ac..0553aba 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "42dcf1bc3263f1ef30e1b7cb02d8005e", - "content-hash": "716ae85c4c4cd499a44253e75e688612", + "content-hash": "c68dc1cd6de1610baf682073b30a07ba", "packages": [ { "name": "andy128k/ipf-legacy-template", @@ -33,7 +32,7 @@ "email": "andy128k@gmail.com" } ], - "time": "2016-02-28 17:52:16" + "time": "2016-02-28T17:52:16+00:00" }, { "name": "andy128k/ipf-template", @@ -66,7 +65,7 @@ } ], "description": "Template Engine extracted from IPF Web Framework", - "time": "2016-02-28 14:48:53" + "time": "2016-02-28T14:48:53+00:00" }, { "name": "andy128k/migrations", @@ -95,7 +94,7 @@ } ], "description": "Simple DB schema migrations", - "time": "2015-03-30 17:22:28" + "time": "2015-03-30T17:22:28+00:00" }, { "name": "andy128k/missing-tools", @@ -103,7 +102,7 @@ "source": { "type": "git", "url": "git://git.andy128k.net/missing-tools.git", - "reference": "ab41d6ad97c23df896495f294f9e83d63d8d3a49" + "reference": "a8674960793b9c9fb3a90b83558f972a28f7ed75" }, "require": { "andy128k/pegp": "0.1.*@dev", @@ -128,7 +127,7 @@ } ], "description": "Miscellaneous utilities", - "time": "2015-01-11 10:58:45" + "time": "2016-11-05T14:33:30+00:00" }, { "name": "andy128k/pegp", @@ -162,7 +161,7 @@ } ], "description": "PEG", - "time": "2015-01-11 10:39:21" + "time": "2015-01-11T10:39:21+00:00" }, { "name": "andy128k/routeexpression", @@ -191,7 +190,7 @@ } ], "description": "Route expression", - "time": "2015-01-11 10:36:51" + "time": "2015-01-11T10:36:51+00:00" }, { "name": "bower-asset/TableDnD", @@ -223,7 +222,7 @@ "dev-master": "0.9.1-dev" } }, - "time": "2015-01-13 20:19:46" + "time": "2015-01-13T20:19:46+00:00" }, { "name": "bower-asset/jquery", @@ -301,7 +300,7 @@ "dev-master": "1.5.0-dev" } }, - "time": "2014-09-01 15:02:31" + "time": "2014-09-01T15:02:31+00:00" }, { "name": "bower-asset/tinymce-dist", @@ -377,20 +376,20 @@ "MIT" ], "description": "A tiny, but robust REPL (Read-Evaluate-Print-Loop) for PHP.", - "time": "2015-10-23 08:04:46" + "time": "2015-10-23T08:04:46+00:00" }, { "name": "lichtner/fluentpdo", - "version": "dev-master", + "version": "v1.1.2", "source": { "type": "git", - "url": "https://github.com/fpdo/fluentpdo.git", - "reference": "669310efae4adfc54ae08b4f4f5db88a6d1b4d5b" + "url": "https://github.com/envms/fluentpdo.git", + "reference": "2bb54b27e6d53c35329ac7e651d869ac52f1944a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fpdo/fluentpdo/zipball/669310efae4adfc54ae08b4f4f5db88a6d1b4d5b", - "reference": "669310efae4adfc54ae08b4f4f5db88a6d1b4d5b", + "url": "https://api.github.com/repos/envms/fluentpdo/zipball/2bb54b27e6d53c35329ac7e651d869ac52f1944a", + "reference": "2bb54b27e6d53c35329ac7e651d869ac52f1944a", "shasum": "" }, "type": "library", @@ -406,18 +405,24 @@ ], "authors": [ { - "name": "Marek Lichtner", - "homepage": "http://licht.sk/" + "name": "envms", + "homepage": "http://env.ms" } ], - "description": "FluentPDO is small PHP library for rapid query building. Killer feature is smart join builder which generates joins automatically.", - "homepage": "https://github.com/fpdo/fluentpdo", + "description": "FluentPDO is a quick and light PHP library for rapid query building. It features a smart join builder, which automatically creates table joins.", + "homepage": "https://github.com/envms/fluentpdo", "keywords": [ + "builder", "database", + "db", "dbal", - "pdo" + "fluent", + "mysql", + "oracle", + "pdo", + "query" ], - "time": "2016-02-18 19:12:21" + "time": "2017-10-13T15:23:44+00:00" }, { "name": "pear/archive_tar", @@ -478,7 +483,7 @@ "archive", "tar" ], - "time": "2015-04-14 12:24:20" + "time": "2015-04-14T12:24:20+00:00" }, { "name": "pear/console_getopt", @@ -525,24 +530,24 @@ } ], "description": "More info available on: http://pear.php.net/package/Console_Getopt", - "time": "2015-07-20 20:28:12" + "time": "2015-07-20T20:28:12+00:00" }, { "name": "pear/pear-core-minimal", - "version": "v1.10.1", + "version": "v1.10.3", "source": { "type": "git", "url": "https://github.com/pear/pear-core-minimal.git", - "reference": "cae0f1ce0cb5bddb611b0a652d322905a65a5896" + "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/cae0f1ce0cb5bddb611b0a652d322905a65a5896", - "reference": "cae0f1ce0cb5bddb611b0a652d322905a65a5896", + "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/070f0b600b2caca2501e2c9b7e553016e4b0d115", + "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115", "shasum": "" }, "require": { - "pear/console_getopt": "~1.3", + "pear/console_getopt": "~1.4", "pear/pear_exception": "~1.0" }, "replace": { @@ -569,7 +574,7 @@ } ], "description": "Minimal set of PEAR core files to be used as composer dependency", - "time": "2015-10-17 11:41:19" + "time": "2017-02-28T16:46:11+00:00" }, { "name": "pear/pear_exception", @@ -624,64 +629,10 @@ "keywords": [ "exception" ], - "time": "2015-02-10 20:07:52" + "time": "2015-02-10T20:07:52+00:00" } ], "packages-dev": [ - { - "name": "doctrine/instantiator", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/doctrine/instantiator.git", - "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", - "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", - "shasum": "" - }, - "require": { - "php": ">=5.3,<8.0-DEV" - }, - "require-dev": { - "athletic/athletic": "~0.1.8", - "ext-pdo": "*", - "ext-phar": "*", - "phpunit/phpunit": "~4.0", - "squizlabs/php_codesniffer": "~2.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com", - "homepage": "http://ocramius.github.com/" - } - ], - "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", - "homepage": "https://github.com/doctrine/instantiator", - "keywords": [ - "constructor", - "instantiate" - ], - "time": "2015-06-14 21:17:01" - }, { "name": "phpunit/php-code-coverage", "version": "2.2.x-dev", @@ -742,7 +693,7 @@ "testing", "xunit" ], - "time": "2015-10-06 15:47:00" + "time": "2015-10-06T15:47:00+00:00" }, { "name": "phpunit/php-file-iterator", @@ -787,7 +738,7 @@ "filesystem", "iterator" ], - "time": "2013-10-10 15:34:57" + "time": "2013-10-10T15:34:57+00:00" }, { "name": "phpunit/php-text-template", @@ -828,74 +779,32 @@ "keywords": [ "template" ], - "time": "2015-06-21 13:50:34" + "time": "2015-06-21T13:50:34+00:00" }, { "name": "phpunit/php-timer", - "version": "1.0.7", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b", - "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", - "role": "lead" - } - ], - "description": "Utility class for timing", - "homepage": "https://github.com/sebastianbergmann/php-timer/", - "keywords": [ - "timer" - ], - "time": "2015-06-21 08:01:12" - }, - { - "name": "phpunit/php-token-stream", "version": "dev-master", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "cab6c6fefee93d7b7c3a01292a0fe0884ea66644" + "url": "https://github.com/sebastianbergmann/php-timer.git", + "reference": "d107f347d368dd8a384601398280c7c608390ab7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/cab6c6fefee93d7b7c3a01292a0fe0884ea66644", - "reference": "cab6c6fefee93d7b7c3a01292a0fe0884ea66644", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/d107f347d368dd8a384601398280c7c608390ab7", + "reference": "d107f347d368dd8a384601398280c7c608390ab7", "shasum": "" }, "require": { - "ext-tokenizer": "*", - "php": ">=5.3.3" + "php": "^5.3.3 || ^7.0" }, "require-dev": { - "phpunit/phpunit": "~4.2" + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.0-dev" } }, "autoload": { @@ -910,15 +819,16 @@ "authors": [ { "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "email": "sb@sebastian-bergmann.de", + "role": "lead" } ], - "description": "Wrapper around PHP's tokenizer extension.", - "homepage": "https://github.com/sebastianbergmann/php-token-stream/", + "description": "Utility class for timing", + "homepage": "https://github.com/sebastianbergmann/php-timer/", "keywords": [ - "tokenizer" + "timer" ], - "time": "2015-09-23 14:46:55" + "time": "2017-03-07T15:42:04+00:00" }, { "name": "phpunit/phpunit", @@ -990,30 +900,30 @@ "testing", "xunit" ], - "time": "2015-02-09 06:34:32" + "time": "2015-02-09T06:34:32+00:00" }, { "name": "phpunit/phpunit-mock-objects", - "version": "dev-master", + "version": "2.3.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", - "reference": "55484334fb4c306ed24bfc3bdb0874685c29036f" + "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/55484334fb4c306ed24bfc3bdb0874685c29036f", - "reference": "55484334fb4c306ed24bfc3bdb0874685c29036f", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", + "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", "shasum": "" }, "require": { "doctrine/instantiator": "^1.0.2", - "php": ">=5.6", + "php": ">=5.3.3", "phpunit/php-text-template": "~1.2", "sebastian/exporter": "~1.2" }, "require-dev": { - "phpunit/phpunit": "4.4.*@dev" + "phpunit/phpunit": "~4.4" }, "suggest": { "ext-soap": "*" @@ -1021,7 +931,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.4.x-dev" + "dev-master": "2.3.x-dev" } }, "autoload": { @@ -1046,71 +956,7 @@ "mock", "xunit" ], - "time": "2015-03-18 09:04:51" - }, - { - "name": "sebastian/comparator", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22", - "reference": "937efb279bd37a375bcadf584dec0726f84dbf22", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "sebastian/diff": "~1.2", - "sebastian/exporter": "~1.2" - }, - "require-dev": { - "phpunit/phpunit": "~4.4" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.2.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Volker Dusch", - "email": "github@wallbash.com" - }, - { - "name": "Bernhard Schussek", - "email": "bschussek@2bepublished.at" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Provides the functionality to compare PHP values for equality", - "homepage": "http://www.github.com/sebastianbergmann/comparator", - "keywords": [ - "comparator", - "compare", - "equality" - ], - "time": "2015-07-26 15:48:44" + "time": "2015-10-02T06:51:40+00:00" }, { "name": "sebastian/diff", @@ -1118,24 +964,24 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" + "reference": "0fd4d14dd707808a95ca67ada62c15f9a9186b15" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", - "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/0fd4d14dd707808a95ca67ada62c15f9a9186b15", + "reference": "0fd4d14dd707808a95ca67ada62c15f9a9186b15", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": "^7.0" }, "require-dev": { - "phpunit/phpunit": "~4.8" + "phpunit/phpunit": "^6.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "2.1-dev" } }, "autoload": { @@ -1162,7 +1008,7 @@ "keywords": [ "diff" ], - "time": "2015-12-08 07:14:41" + "time": "2017-12-14T13:13:00+00:00" }, { "name": "sebastian/environment", @@ -1179,7 +1025,7 @@ "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "~4.4" @@ -1212,34 +1058,34 @@ "environment", "hhvm" ], - "time": "2016-02-26 18:40:46" + "time": "2016-02-26T18:40:46+00:00" }, { "name": "sebastian/exporter", - "version": "dev-master", + "version": "1.2.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "f88f8936517d54ae6d589166810877fb2015d0a2" + "reference": "dcd43bcc0fd3551bd2ede0081882d549bb78225d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/f88f8936517d54ae6d589166810877fb2015d0a2", - "reference": "f88f8936517d54ae6d589166810877fb2015d0a2", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/dcd43bcc0fd3551bd2ede0081882d549bb78225d", + "reference": "dcd43bcc0fd3551bd2ede0081882d549bb78225d", "shasum": "" }, "require": { - "php": ">=5.3.3", - "sebastian/recursion-context": "~1.0" + "php": "^5.3.3 || ^7.0", + "sebastian/recursion-context": "^1.0" }, "require-dev": { "ext-mbstring": "*", - "phpunit/phpunit": "~4.4" + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3.x-dev" + "dev-master": "1.2.x-dev" } }, "autoload": { @@ -1279,27 +1125,27 @@ "export", "exporter" ], - "time": "2015-08-09 04:23:41" + "time": "2017-02-26T13:09:30+00:00" }, { "name": "sebastian/global-state", - "version": "1.1.1", + "version": "1.1.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" + "reference": "cea85a84b00f2795341ebbbca4fa396347f2494e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", - "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/cea85a84b00f2795341ebbbca4fa396347f2494e", + "reference": "cea85a84b00f2795341ebbbca4fa396347f2494e", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { - "phpunit/phpunit": "~4.2" + "phpunit/phpunit": "~4.2|~5.0" }, "suggest": { "ext-uopz": "*" @@ -1330,7 +1176,7 @@ "keywords": [ "global state" ], - "time": "2015-10-12 03:26:01" + "time": "2017-02-23T14:11:06+00:00" }, { "name": "sebastian/recursion-context", @@ -1338,24 +1184,24 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "7ff5b1b3dcc55b8ab8ae61ef99d4730940856ee7" + "reference": "0f7f5eb7697036c570aff6812a8efe60c417725e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/7ff5b1b3dcc55b8ab8ae61ef99d4730940856ee7", - "reference": "7ff5b1b3dcc55b8ab8ae61ef99d4730940856ee7", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/0f7f5eb7697036c570aff6812a8efe60c417725e", + "reference": "0f7f5eb7697036c570aff6812a8efe60c417725e", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": "^7.0" }, "require-dev": { - "phpunit/phpunit": "~4.4" + "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -1383,7 +1229,7 @@ ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "time": "2016-01-28 05:39:29" + "time": "2017-11-16T10:04:08+00:00" }, { "name": "sebastian/version", @@ -1418,7 +1264,7 @@ ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", - "time": "2015-06-21 13:59:46" + "time": "2015-06-21T13:59:46+00:00" }, { "name": "symfony/yaml", @@ -1426,12 +1272,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "2a4ee40acb880c56f29fb1b8886e7ffe94f3b995" + "reference": "968ef42161e4bc04200119da473077f9e7015128" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/2a4ee40acb880c56f29fb1b8886e7ffe94f3b995", - "reference": "2a4ee40acb880c56f29fb1b8886e7ffe94f3b995", + "url": "https://api.github.com/repos/symfony/yaml/zipball/968ef42161e4bc04200119da473077f9e7015128", + "reference": "968ef42161e4bc04200119da473077f9e7015128", "shasum": "" }, "require": { @@ -1467,13 +1313,12 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2016-02-23 07:41:20" + "time": "2017-11-29T09:33:18+00:00" } ], "aliases": [], "minimum-stability": "dev", "stability-flags": { - "lichtner/fluentpdo": 20, "d11wtq/boris": 20, "andy128k/missing-tools": 20, "andy128k/migrations": 20,