From db478d671c94d85f936bb4de72ee619d74a569e9 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Tue, 14 Aug 2018 20:18:15 +0200 Subject: [PATCH] composer: update phinx --- composer.json | 2 +- composer.lock | 326 +++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 311 insertions(+), 17 deletions(-) diff --git a/composer.json b/composer.json index 00189ee..669c7d5 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "php": ">=7.0.0", "ext-phalcon": ">=3.4.0", "ext-redis": "*", - "robmorgan/phinx": "^0.9.2", + "robmorgan/phinx": "^0.10.6", "league/oauth2-client": "^2.3", "league/oauth2-github": "^2.0", "league/oauth2-google": "^2.2", diff --git a/composer.lock b/composer.lock index 01e428c..edf17ba 100644 --- a/composer.lock +++ b/composer.lock @@ -4,9 +4,300 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "86401a72103643634dbad748efaf6517", - "content-hash": "5aad762f104a6c42deac6b3bee576761", + "hash": "6f2fe6632f662e47d8b5190e51a292ef", + "content-hash": "28fa7ed665827c910d31170e8cf4b69c", "packages": [ + { + "name": "cakephp/cache", + "version": "3.6.10", + "source": { + "type": "git", + "url": "https://github.com/cakephp/cache.git", + "reference": "bbaf1f3d1e615f7af1889053ff503a086f9f7671" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/cakephp/cache/zipball/bbaf1f3d1e615f7af1889053ff503a086f9f7671", + "reference": "bbaf1f3d1e615f7af1889053ff503a086f9f7671", + "shasum": "" + }, + "require": { + "cakephp/core": "^3.6.0", + "php": ">=5.6.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Cake\\Cache\\": "." + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "CakePHP Community", + "homepage": "https://github.com/cakephp/cache/graphs/contributors" + } + ], + "description": "Easy to use Caching library with support for multiple caching backends", + "homepage": "https://cakephp.org", + "keywords": [ + "cache", + "caching", + "cakephp" + ], + "time": "2018-07-19 10:51:03" + }, + { + "name": "cakephp/collection", + "version": "3.6.10", + "source": { + "type": "git", + "url": "https://github.com/cakephp/collection.git", + "reference": "c5b3a3561eb92a5c25ffcc90ad3a1f193962065f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/cakephp/collection/zipball/c5b3a3561eb92a5c25ffcc90ad3a1f193962065f", + "reference": "c5b3a3561eb92a5c25ffcc90ad3a1f193962065f", + "shasum": "" + }, + "require": { + "php": ">=5.6.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Cake\\Collection\\": "." + }, + "files": [ + "functions.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "CakePHP Community", + "homepage": "https://github.com/cakephp/collection/graphs/contributors" + } + ], + "description": "Work easily with arrays and iterators by having a battery of utility traversal methods", + "homepage": "https://cakephp.org", + "keywords": [ + "arrays", + "cakephp", + "collections", + "iterators" + ], + "time": "2018-07-26 19:56:06" + }, + { + "name": "cakephp/core", + "version": "3.6.10", + "source": { + "type": "git", + "url": "https://github.com/cakephp/core.git", + "reference": "82741aeb90ca2fbbf9fbbd507d56d53b081db237" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/cakephp/core/zipball/82741aeb90ca2fbbf9fbbd507d56d53b081db237", + "reference": "82741aeb90ca2fbbf9fbbd507d56d53b081db237", + "shasum": "" + }, + "require": { + "cakephp/utility": "^3.6.0", + "php": ">=5.6.0" + }, + "suggest": { + "cakephp/event": "To use PluginApplicationInterface or plugin applications." + }, + "type": "library", + "autoload": { + "psr-4": { + "Cake\\Core\\": "." + }, + "files": [ + "functions.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "CakePHP Community", + "homepage": "https://github.com/cakephp/core/graphs/contributors" + } + ], + "description": "CakePHP Framework Core classes", + "homepage": "https://cakephp.org", + "keywords": [ + "cakephp", + "core", + "framework" + ], + "time": "2018-07-26 19:56:06" + }, + { + "name": "cakephp/database", + "version": "3.6.10", + "source": { + "type": "git", + "url": "https://github.com/cakephp/database.git", + "reference": "12234e6f6f6d69692849b16f496767a15fbc7b64" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/cakephp/database/zipball/12234e6f6f6d69692849b16f496767a15fbc7b64", + "reference": "12234e6f6f6d69692849b16f496767a15fbc7b64", + "shasum": "" + }, + "require": { + "cakephp/cache": "^3.6.0", + "cakephp/core": "^3.6.0", + "cakephp/datasource": "^3.6.0", + "php": ">=5.6.0" + }, + "suggest": { + "cakephp/log": "Require this if you want to use the built-in query logger" + }, + "type": "library", + "autoload": { + "psr-4": { + "Cake\\Database\\": "." + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "CakePHP Community", + "homepage": "https://github.com/cakephp/database/graphs/contributors" + } + ], + "description": "Flexible and powerful Database abstraction library with a familiar PDO-like API", + "homepage": "https://cakephp.org", + "keywords": [ + "abstraction", + "cakephp", + "database", + "database abstraction", + "pdo" + ], + "time": "2018-07-19 10:51:03" + }, + { + "name": "cakephp/datasource", + "version": "3.6.10", + "source": { + "type": "git", + "url": "https://github.com/cakephp/datasource.git", + "reference": "05fb1bfa34fad9385b6500857e9da432f5c45abe" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/cakephp/datasource/zipball/05fb1bfa34fad9385b6500857e9da432f5c45abe", + "reference": "05fb1bfa34fad9385b6500857e9da432f5c45abe", + "shasum": "" + }, + "require": { + "cakephp/core": "^3.6.0", + "php": ">=5.6.0" + }, + "suggest": { + "cakephp/cache": "If you decide to use Query caching.", + "cakephp/collection": "If you decide to use ResultSetInterface.", + "cakephp/utility": "If you decide to use EntityTrait." + }, + "type": "library", + "autoload": { + "psr-4": { + "Cake\\Datasource\\": "." + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "CakePHP Community", + "homepage": "https://github.com/cakephp/datasource/graphs/contributors" + } + ], + "description": "Provides connection managing and traits for Entities and Queries that can be reused for different datastores", + "homepage": "https://cakephp.org", + "keywords": [ + "cakephp", + "connection management", + "datasource", + "entity", + "query" + ], + "time": "2018-07-26 19:56:06" + }, + { + "name": "cakephp/utility", + "version": "3.6.10", + "source": { + "type": "git", + "url": "https://github.com/cakephp/utility.git", + "reference": "93b37e7747c95a10d6638d39d0e1f867d98c9ef9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/cakephp/utility/zipball/93b37e7747c95a10d6638d39d0e1f867d98c9ef9", + "reference": "93b37e7747c95a10d6638d39d0e1f867d98c9ef9", + "shasum": "" + }, + "require": { + "cakephp/core": "^3.6.0", + "php": ">=5.6.0" + }, + "suggest": { + "ext-intl": "To use Text::transliterate() or Text::slug()", + "lib-ICU": "To use Text::transliterate() or Text::slug()" + }, + "type": "library", + "autoload": { + "psr-4": { + "Cake\\Utility\\": "." + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "CakePHP Community", + "homepage": "https://github.com/cakephp/utility/graphs/contributors" + } + ], + "description": "CakePHP Utility classes such as Inflector, String, Hash, and Security", + "homepage": "https://cakephp.org", + "keywords": [ + "cakephp", + "hash", + "inflector", + "security", + "string", + "utility" + ], + "time": "2018-07-26 19:56:06" + }, { "name": "guzzlehttp/guzzle", "version": "6.3.3", @@ -418,16 +709,16 @@ }, { "name": "localheinz/json-printer", - "version": "2.0.0", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/localheinz/json-printer.git", - "reference": "1a350fd94544df716d1c75ef107d34057f80ac7a" + "reference": "86f942599c8f9f922de4e21c2b9b6564c895cb0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/localheinz/json-printer/zipball/1a350fd94544df716d1c75ef107d34057f80ac7a", - "reference": "1a350fd94544df716d1c75ef107d34057f80ac7a", + "url": "https://api.github.com/repos/localheinz/json-printer/zipball/86f942599c8f9f922de4e21c2b9b6564c895cb0c", + "reference": "86f942599c8f9f922de4e21c2b9b6564c895cb0c", "shasum": "" }, "require": { @@ -435,7 +726,7 @@ }, "require-dev": { "infection/infection": "~0.8.1", - "localheinz/php-cs-fixer-config": "~1.13.1", + "localheinz/php-cs-fixer-config": "~1.14.0", "localheinz/test-util": "0.6.1", "phpbench/phpbench": "~0.14.0", "phpunit/phpunit": "^6.5.7" @@ -463,7 +754,7 @@ "json", "printer" ], - "time": "2018-04-06 22:10:47" + "time": "2018-08-11 23:54:50" }, { "name": "omines/oauth2-gitlab", @@ -674,27 +965,30 @@ }, { "name": "robmorgan/phinx", - "version": "0.9.2", + "version": "0.10.6", "source": { "type": "git", "url": "https://github.com/cakephp/phinx.git", - "reference": "e1698319ad55157c233b658c08f7a10617e797ca" + "reference": "f28a1c6ab1fa1f0295cddade9aea05eeb303bd2b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cakephp/phinx/zipball/e1698319ad55157c233b658c08f7a10617e797ca", - "reference": "e1698319ad55157c233b658c08f7a10617e797ca", + "url": "https://api.github.com/repos/cakephp/phinx/zipball/f28a1c6ab1fa1f0295cddade9aea05eeb303bd2b", + "reference": "f28a1c6ab1fa1f0295cddade9aea05eeb303bd2b", "shasum": "" }, "require": { - "php": ">=5.4", + "cakephp/collection": "^3.6", + "cakephp/database": "^3.6", + "php": ">=5.6", "symfony/config": "^2.8|^3.0|^4.0", "symfony/console": "^2.8|^3.0|^4.0", "symfony/yaml": "^2.8|^3.0|^4.0" }, "require-dev": { "cakephp/cakephp-codesniffer": "^3.0", - "phpunit/phpunit": "^4.8.35|^5.7|^6.5" + "phpunit/phpunit": ">=5.7", + "sebastian/comparator": ">=1.2.3" }, "bin": [ "bin/phinx" @@ -702,7 +996,7 @@ "type": "library", "autoload": { "psr-4": { - "Phinx\\": "src/Phinx" + "Phinx\\": "src/Phinx/" } }, "notification-url": "https://packagist.org/downloads/", @@ -741,7 +1035,7 @@ "migrations", "phinx" ], - "time": "2017-12-23 06:48:51" + "time": "2018-08-12 17:22:43" }, { "name": "sendgrid/php-http-client",