From c6403de7944f76bc332e06858f917b1181eccf9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn?= Date: Tue, 9 Jun 2020 20:53:52 +0200 Subject: [PATCH] bugfix dotenv --- composer.json | 8 +- composer.lock | 311 +++++++++++++++++++++++++++++--------------------- 2 files changed, 185 insertions(+), 134 deletions(-) diff --git a/composer.json b/composer.json index 7a6b0a8..7943b20 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "tentakelfabrik/super-gear-directus", - "version": "0.2.1", + "version": "0.2.2", "type": "library", "license": "MIT", "authors": [ @@ -13,10 +13,10 @@ "minimum-stability": "stable", "require": { "php": "^7.0", - "mikecao/flight": "1.*", - "erusev/parsedown": "1.*", + "mikecao/flight": "^1.2", + "erusev/parsedown": "1.7.*", "vlucas/phpdotenv": "3.3.*", - "jenssegers/blade": "1.*" + "jenssegers/blade": "v1.2.3" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index aaa7db5..a625e2b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a89314f0bce936c647acd9590d61a856", + "content-hash": "7f0e5472c762cc81597c32851bf0486c", "packages": [ { "name": "doctrine/inflector", @@ -131,30 +131,27 @@ }, { "name": "illuminate/container", - "version": "v7.15.0", + "version": "v6.18.19", "source": { "type": "git", "url": "https://github.com/illuminate/container.git", - "reference": "2929d14ab8cce9cfc12e03e0a9b53f99234a3897" + "reference": "3147dc925108b7463be7701ddd50ae947ee6c0fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/container/zipball/2929d14ab8cce9cfc12e03e0a9b53f99234a3897", - "reference": "2929d14ab8cce9cfc12e03e0a9b53f99234a3897", + "url": "https://api.github.com/repos/illuminate/container/zipball/3147dc925108b7463be7701ddd50ae947ee6c0fd", + "reference": "3147dc925108b7463be7701ddd50ae947ee6c0fd", "shasum": "" }, "require": { - "illuminate/contracts": "^7.0", - "php": "^7.2.5", + "illuminate/contracts": "^6.0", + "php": "^7.2", "psr/container": "^1.0" }, - "provide": { - "psr/container-implementation": "1.0" - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "7.x-dev" + "dev-master": "6.x-dev" } }, "autoload": { @@ -174,31 +171,31 @@ ], "description": "The Illuminate Container package.", "homepage": "https://laravel.com", - "time": "2020-06-01T14:59:52+00:00" + "time": "2020-06-01T14:59:29+00:00" }, { "name": "illuminate/contracts", - "version": "v7.15.0", + "version": "v6.18.19", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", - "reference": "42792e136e3a77312fb89df29373d6221a1f794e" + "reference": "147855644b77121fdc58643230d9c042ff182ff0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/contracts/zipball/42792e136e3a77312fb89df29373d6221a1f794e", - "reference": "42792e136e3a77312fb89df29373d6221a1f794e", + "url": "https://api.github.com/repos/illuminate/contracts/zipball/147855644b77121fdc58643230d9c042ff182ff0", + "reference": "147855644b77121fdc58643230d9c042ff182ff0", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": "^7.2", "psr/container": "^1.0", "psr/simple-cache": "^1.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "7.x-dev" + "dev-master": "6.x-dev" } }, "autoload": { @@ -218,32 +215,32 @@ ], "description": "The Illuminate Contracts package.", "homepage": "https://laravel.com", - "time": "2020-05-13T20:55:30+00:00" + "time": "2020-05-13T20:53:59+00:00" }, { "name": "illuminate/events", - "version": "v7.15.0", + "version": "v6.18.19", "source": { "type": "git", "url": "https://github.com/illuminate/events.git", - "reference": "47f448a6ccaa4aee14b8d0d3a16991b9d2d89560" + "reference": "baaafafe6572e75ac8c0387261c4b38e85d5c41f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/events/zipball/47f448a6ccaa4aee14b8d0d3a16991b9d2d89560", - "reference": "47f448a6ccaa4aee14b8d0d3a16991b9d2d89560", + "url": "https://api.github.com/repos/illuminate/events/zipball/baaafafe6572e75ac8c0387261c4b38e85d5c41f", + "reference": "baaafafe6572e75ac8c0387261c4b38e85d5c41f", "shasum": "" }, "require": { - "illuminate/container": "^7.0", - "illuminate/contracts": "^7.0", - "illuminate/support": "^7.0", - "php": "^7.2.5" + "illuminate/container": "^6.0", + "illuminate/contracts": "^6.0", + "illuminate/support": "^6.0", + "php": "^7.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "7.x-dev" + "dev-master": "6.x-dev" } }, "autoload": { @@ -263,41 +260,39 @@ ], "description": "The Illuminate Events package.", "homepage": "https://laravel.com", - "time": "2020-06-08T19:10:43+00:00" + "time": "2020-06-08T19:10:21+00:00" }, { "name": "illuminate/filesystem", - "version": "v7.15.0", + "version": "v6.18.19", "source": { "type": "git", "url": "https://github.com/illuminate/filesystem.git", - "reference": "651d25f115103613f6e613ed710a910e9f0b079e" + "reference": "5f2cb50514bfac44db2421580bee22cdde7b789a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/filesystem/zipball/651d25f115103613f6e613ed710a910e9f0b079e", - "reference": "651d25f115103613f6e613ed710a910e9f0b079e", + "url": "https://api.github.com/repos/illuminate/filesystem/zipball/5f2cb50514bfac44db2421580bee22cdde7b789a", + "reference": "5f2cb50514bfac44db2421580bee22cdde7b789a", "shasum": "" }, "require": { - "illuminate/contracts": "^7.0", - "illuminate/support": "^7.0", - "php": "^7.2.5", - "symfony/finder": "^5.0" + "illuminate/contracts": "^6.0", + "illuminate/support": "^6.0", + "php": "^7.2", + "symfony/finder": "^4.3.4" }, "suggest": { - "illuminate/http": "Required for handling uploaded files (^7.0).", "league/flysystem": "Required to use the Flysystem local and FTP drivers (^1.0.34).", "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).", "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).", "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).", - "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).", - "symfony/mime": "Required to enable support for guessing extensions (^5.0)." + "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0)." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "7.x-dev" + "dev-master": "6.x-dev" } }, "autoload": { @@ -317,46 +312,45 @@ ], "description": "The Illuminate Filesystem package.", "homepage": "https://laravel.com", - "time": "2020-06-02T22:33:52+00:00" + "time": "2020-06-02T15:24:59+00:00" }, { "name": "illuminate/support", - "version": "v7.15.0", + "version": "v6.18.19", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", - "reference": "6fffd3f2a1d81fa29682eac43ef8701073c4214d" + "reference": "aafc887fd5d4a51a7c81833938bce28d9c607a6d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/support/zipball/6fffd3f2a1d81fa29682eac43ef8701073c4214d", - "reference": "6fffd3f2a1d81fa29682eac43ef8701073c4214d", + "url": "https://api.github.com/repos/illuminate/support/zipball/aafc887fd5d4a51a7c81833938bce28d9c607a6d", + "reference": "aafc887fd5d4a51a7c81833938bce28d9c607a6d", "shasum": "" }, "require": { "doctrine/inflector": "^1.4|^2.0", "ext-json": "*", "ext-mbstring": "*", - "illuminate/contracts": "^7.0", - "nesbot/carbon": "^2.17", - "php": "^7.2.5", - "voku/portable-ascii": "^1.4.8" + "illuminate/contracts": "^6.0", + "nesbot/carbon": "^2.0", + "php": "^7.2" }, "conflict": { "tightenco/collect": "<5.5.33" }, "suggest": { - "illuminate/filesystem": "Required to use the composer class (^7.0).", + "illuminate/filesystem": "Required to use the composer class (^6.0).", "moontoast/math": "Required to use ordered UUIDs (^1.1).", - "ramsey/uuid": "Required to use Str::uuid() (^3.7|^4.0).", - "symfony/process": "Required to use the composer class (^5.0).", - "symfony/var-dumper": "Required to use the dd function (^5.0).", - "vlucas/phpdotenv": "Required to use the Env class and env helper (^4.0)." + "ramsey/uuid": "Required to use Str::uuid() (^3.7).", + "symfony/process": "Required to use the composer class (^4.3.4).", + "symfony/var-dumper": "Required to use the dd function (^4.3.4).", + "vlucas/phpdotenv": "Required to use the Env class and env helper (^3.3)." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "7.x-dev" + "dev-master": "6.x-dev" } }, "autoload": { @@ -379,35 +373,36 @@ ], "description": "The Illuminate Support package.", "homepage": "https://laravel.com", - "time": "2020-06-08T02:42:53+00:00" + "time": "2020-06-01T14:38:14+00:00" }, { "name": "illuminate/view", - "version": "v7.15.0", + "version": "v6.18.19", "source": { "type": "git", "url": "https://github.com/illuminate/view.git", - "reference": "092b7a37a3d7fd3b509a0b35f3dfe40a69a67d32" + "reference": "1b691e94f8fe8c2e3f05d14a2f63e98cdb332ea4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/view/zipball/092b7a37a3d7fd3b509a0b35f3dfe40a69a67d32", - "reference": "092b7a37a3d7fd3b509a0b35f3dfe40a69a67d32", + "url": "https://api.github.com/repos/illuminate/view/zipball/1b691e94f8fe8c2e3f05d14a2f63e98cdb332ea4", + "reference": "1b691e94f8fe8c2e3f05d14a2f63e98cdb332ea4", "shasum": "" }, "require": { "ext-json": "*", - "illuminate/container": "^7.0", - "illuminate/contracts": "^7.0", - "illuminate/events": "^7.0", - "illuminate/filesystem": "^7.0", - "illuminate/support": "^7.0", - "php": "^7.2.5" + "illuminate/container": "^6.0", + "illuminate/contracts": "^6.0", + "illuminate/events": "^6.0", + "illuminate/filesystem": "^6.0", + "illuminate/support": "^6.0", + "php": "^7.2", + "symfony/debug": "^4.3.4" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "7.x-dev" + "dev-master": "6.x-dev" } }, "autoload": { @@ -427,24 +422,24 @@ ], "description": "The Illuminate View package.", "homepage": "https://laravel.com", - "time": "2020-05-26T22:18:03+00:00" + "time": "2020-01-21T20:50:14+00:00" }, { "name": "jenssegers/blade", - "version": "v1.3.0", + "version": "v1.2.3", "source": { "type": "git", "url": "https://github.com/jenssegers/blade.git", - "reference": "d221b717b4302ad71476ebd05abf0c2b98cbd7d8" + "reference": "920cde2b9f881368b51d53ef6a0a086212f5fad1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jenssegers/blade/zipball/d221b717b4302ad71476ebd05abf0c2b98cbd7d8", - "reference": "d221b717b4302ad71476ebd05abf0c2b98cbd7d8", + "url": "https://api.github.com/repos/jenssegers/blade/zipball/920cde2b9f881368b51d53ef6a0a086212f5fad1", + "reference": "920cde2b9f881368b51d53ef6a0a086212f5fad1", "shasum": "" }, "require": { - "illuminate/view": "^5.5|^6.0|^7.0", + "illuminate/view": "^5.5|^6.0", "php": ">=7.0" }, "require-dev": { @@ -475,7 +470,7 @@ "template", "view" ], - "time": "2020-03-17T15:00:55+00:00" + "time": "2019-09-24T06:50:30+00:00" }, { "name": "mikecao/flight", @@ -697,6 +692,53 @@ ], "time": "2017-02-14T16:28:37+00:00" }, + { + "name": "psr/log", + "version": "1.1.3", + "source": { + "type": "git", + "url": "https://github.com/php-fig/log.git", + "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", + "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Log\\": "Psr/Log/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for logging libraries", + "homepage": "https://github.com/php-fig/log", + "keywords": [ + "log", + "psr", + "psr-3" + ], + "time": "2020-03-23T09:12:05+00:00" + }, { "name": "psr/simple-cache", "version": "1.0.1", @@ -745,27 +787,84 @@ ], "time": "2017-10-23T01:57:42+00:00" }, + { + "name": "symfony/debug", + "version": "v4.4.9", + "source": { + "type": "git", + "url": "https://github.com/symfony/debug.git", + "reference": "28f92d08bb6d1fddf8158e02c194ad43870007e6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/debug/zipball/28f92d08bb6d1fddf8158e02c194ad43870007e6", + "reference": "28f92d08bb6d1fddf8158e02c194ad43870007e6", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/log": "~1.0", + "symfony/polyfill-php80": "^1.15" + }, + "conflict": { + "symfony/http-kernel": "<3.4" + }, + "require-dev": { + "symfony/http-kernel": "^3.4|^4.0|^5.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Debug\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Debug Component", + "homepage": "https://symfony.com", + "time": "2020-05-24T08:33:35+00:00" + }, { "name": "symfony/finder", - "version": "v5.1.0", + "version": "v4.4.9", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "4298870062bfc667cb78d2b379be4bf5dec5f187" + "reference": "5729f943f9854c5781984ed4907bbb817735776b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/4298870062bfc667cb78d2b379be4bf5dec5f187", - "reference": "4298870062bfc667cb78d2b379be4bf5dec5f187", + "url": "https://api.github.com/repos/symfony/finder/zipball/5729f943f9854c5781984ed4907bbb817735776b", + "reference": "5729f943f9854c5781984ed4907bbb817735776b", "shasum": "" }, "require": { - "php": ">=7.2.5" + "php": "^7.1.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.1-dev" + "dev-master": "4.4-dev" } }, "autoload": { @@ -792,7 +891,7 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2020-05-20T17:43:50+00:00" + "time": "2020-03-27T16:54:36+00:00" }, { "name": "symfony/polyfill-ctype", @@ -1159,54 +1258,6 @@ "environment" ], "time": "2019-03-06T09:39:45+00:00" - }, - { - "name": "voku/portable-ascii", - "version": "1.5.1", - "source": { - "type": "git", - "url": "https://github.com/voku/portable-ascii.git", - "reference": "e7f9bd5deff09a57318f9b900ab33a05acfcf4d3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/voku/portable-ascii/zipball/e7f9bd5deff09a57318f9b900ab33a05acfcf4d3", - "reference": "e7f9bd5deff09a57318f9b900ab33a05acfcf4d3", - "shasum": "" - }, - "require": { - "php": ">=7.0.0" - }, - "require-dev": { - "phpunit/phpunit": "~6.0 || ~7.0" - }, - "suggest": { - "ext-intl": "Use Intl for transliterator_transliterate() support" - }, - "type": "library", - "autoload": { - "psr-4": { - "voku\\": "src/voku/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Lars Moelleken", - "homepage": "http://www.moelleken.org/" - } - ], - "description": "Portable ASCII library - performance optimized (ascii) string functions for php.", - "homepage": "https://github.com/voku/portable-ascii", - "keywords": [ - "ascii", - "clean", - "php" - ], - "time": "2020-05-26T06:40:44+00:00" } ], "packages-dev": [],