fix(deps): Remove wildcards from .copyDirectory() in webpack.mix.js

chore(deps): Remove reundently passed tailwind config location
chore(deps): Slightly reorganize webpack.mix.js
chore(deps): Bump dependencies
This commit is contained in:
Brandon
2021-01-23 01:56:35 -06:00
parent 648ad5de25
commit 6d4a52b46c
4 changed files with 417 additions and 204 deletions

367
composer.lock generated
View File

@@ -8,26 +8,26 @@
"packages": [
{
"name": "brick/math",
"version": "0.9.1",
"version": "0.9.2",
"source": {
"type": "git",
"url": "https://github.com/brick/math.git",
"reference": "283a40c901101e66de7061bd359252c013dcc43c"
"reference": "dff976c2f3487d42c1db75a3b180e2b9f0e72ce0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/brick/math/zipball/283a40c901101e66de7061bd359252c013dcc43c",
"reference": "283a40c901101e66de7061bd359252c013dcc43c",
"url": "https://api.github.com/repos/brick/math/zipball/dff976c2f3487d42c1db75a3b180e2b9f0e72ce0",
"reference": "dff976c2f3487d42c1db75a3b180e2b9f0e72ce0",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^7.1|^8.0"
"php": "^7.1 || ^8.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^7.5.15|^8.5",
"vimeo/psalm": "^3.5"
"phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
"vimeo/psalm": "4.3.2"
},
"type": "library",
"autoload": {
@@ -50,13 +50,17 @@
"brick",
"math"
],
"support": {
"issues": "https://github.com/brick/math/issues",
"source": "https://github.com/brick/math/tree/0.9.2"
},
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/brick/math",
"type": "tidelift"
}
],
"time": "2020-08-18T23:57:15+00:00"
"time": "2021-01-20T22:51:39+00:00"
},
{
"name": "doctrine/inflector",
@@ -133,6 +137,10 @@
"uppercase",
"words"
],
"support": {
"issues": "https://github.com/doctrine/inflector/issues",
"source": "https://github.com/doctrine/inflector/tree/2.0.x"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
@@ -199,6 +207,10 @@
"Result-Type",
"result"
],
"support": {
"issues": "https://github.com/GrahamCampbell/Result-Type/issues",
"source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.0.1"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
@@ -213,7 +225,7 @@
},
{
"name": "illuminate/bus",
"version": "v8.22.1",
"version": "v8.24.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/bus.git",
@@ -258,20 +270,24 @@
],
"description": "The Illuminate Bus package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2020-12-29T15:18:15+00:00"
},
{
"name": "illuminate/cache",
"version": "v8.22.1",
"version": "v8.24.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/cache.git",
"reference": "35dcb2c593ce95c85456da7b3a13e36ff460f535"
"reference": "62933606323b1c6197b7e012ef3d1a3c179f97bb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/cache/zipball/35dcb2c593ce95c85456da7b3a13e36ff460f535",
"reference": "35dcb2c593ce95c85456da7b3a13e36ff460f535",
"url": "https://api.github.com/repos/illuminate/cache/zipball/62933606323b1c6197b7e012ef3d1a3c179f97bb",
"reference": "62933606323b1c6197b7e012ef3d1a3c179f97bb",
"shasum": ""
},
"require": {
@@ -311,20 +327,24 @@
],
"description": "The Illuminate Cache package.",
"homepage": "https://laravel.com",
"time": "2020-12-26T15:57:28+00:00"
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2021-01-20T14:18:13+00:00"
},
{
"name": "illuminate/collections",
"version": "v8.22.1",
"version": "v8.24.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/collections.git",
"reference": "fa1f5a2809a777040ab1616527dc2e66f4ae93f4"
"reference": "3c968b76c395c4ac94d378d4bdeea1af0e8ad44c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/collections/zipball/fa1f5a2809a777040ab1616527dc2e66f4ae93f4",
"reference": "fa1f5a2809a777040ab1616527dc2e66f4ae93f4",
"url": "https://api.github.com/repos/illuminate/collections/zipball/3c968b76c395c4ac94d378d4bdeea1af0e8ad44c",
"reference": "3c968b76c395c4ac94d378d4bdeea1af0e8ad44c",
"shasum": ""
},
"require": {
@@ -361,11 +381,15 @@
],
"description": "The Illuminate Collections package.",
"homepage": "https://laravel.com",
"time": "2021-01-12T15:21:34+00:00"
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2021-01-20T14:16:15+00:00"
},
{
"name": "illuminate/config",
"version": "v8.22.1",
"version": "v8.24.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/config.git",
@@ -405,11 +429,15 @@
],
"description": "The Illuminate Config package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2020-10-27T15:20:30+00:00"
},
{
"name": "illuminate/console",
"version": "v8.22.1",
"version": "v8.24.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/console.git",
@@ -461,11 +489,15 @@
],
"description": "The Illuminate Console package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2020-12-11T19:59:27+00:00"
},
{
"name": "illuminate/container",
"version": "v8.22.1",
"version": "v8.24.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/container.git",
@@ -508,20 +540,24 @@
],
"description": "The Illuminate Container package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2020-12-01T14:31:29+00:00"
},
{
"name": "illuminate/contracts",
"version": "v8.22.1",
"version": "v8.24.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/contracts.git",
"reference": "073109b521aec104f11c5cf5aded97aa0e63f313"
"reference": "b91459a9a0bd0de204c3cae6859ebd02dbcee6c6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/contracts/zipball/073109b521aec104f11c5cf5aded97aa0e63f313",
"reference": "073109b521aec104f11c5cf5aded97aa0e63f313",
"url": "https://api.github.com/repos/illuminate/contracts/zipball/b91459a9a0bd0de204c3cae6859ebd02dbcee6c6",
"reference": "b91459a9a0bd0de204c3cae6859ebd02dbcee6c6",
"shasum": ""
},
"require": {
@@ -552,11 +588,15 @@
],
"description": "The Illuminate Contracts package.",
"homepage": "https://laravel.com",
"time": "2020-12-18T14:24:20+00:00"
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2021-01-20T14:18:13+00:00"
},
{
"name": "illuminate/events",
"version": "v8.22.1",
"version": "v8.24.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/events.git",
@@ -603,11 +643,15 @@
],
"description": "The Illuminate Events package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2020-12-09T18:07:50+00:00"
},
{
"name": "illuminate/filesystem",
"version": "v8.22.1",
"version": "v8.24.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/filesystem.git",
@@ -661,20 +705,24 @@
],
"description": "The Illuminate Filesystem package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2020-12-08T17:15:16+00:00"
},
{
"name": "illuminate/http",
"version": "v8.22.1",
"version": "v8.24.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/http.git",
"reference": "49b0fbe16708eeea63ce5f71e63ff6e6a695dfc0"
"reference": "7a52828aca24963676016bf217fecf14301b199d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/http/zipball/49b0fbe16708eeea63ce5f71e63ff6e6a695dfc0",
"reference": "49b0fbe16708eeea63ce5f71e63ff6e6a695dfc0",
"url": "https://api.github.com/repos/illuminate/http/zipball/7a52828aca24963676016bf217fecf14301b199d",
"reference": "7a52828aca24963676016bf217fecf14301b199d",
"shasum": ""
},
"require": {
@@ -715,11 +763,15 @@
],
"description": "The Illuminate Http package.",
"homepage": "https://laravel.com",
"time": "2021-01-05T16:41:31+00:00"
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2021-01-21T14:09:58+00:00"
},
{
"name": "illuminate/log",
"version": "v8.22.1",
"version": "v8.24.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/log.git",
@@ -760,11 +812,15 @@
],
"description": "The Illuminate Log package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2020-11-16T22:35:48+00:00"
},
{
"name": "illuminate/macroable",
"version": "v8.22.1",
"version": "v8.24.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/macroable.git",
@@ -802,11 +858,15 @@
],
"description": "The Illuminate Macroable package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2020-10-27T15:20:30+00:00"
},
{
"name": "illuminate/pipeline",
"version": "v8.22.1",
"version": "v8.24.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/pipeline.git",
@@ -846,11 +906,15 @@
],
"description": "The Illuminate Pipeline package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2020-10-27T15:20:30+00:00"
},
{
"name": "illuminate/session",
"version": "v8.22.1",
"version": "v8.24.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/session.git",
@@ -898,20 +962,24 @@
],
"description": "The Illuminate Session package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2020-12-08T17:15:16+00:00"
},
{
"name": "illuminate/support",
"version": "v8.22.1",
"version": "v8.24.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/support.git",
"reference": "6a516676a83d2a73c46eaf7907f730e86ef60da5"
"reference": "b5f12bc62bfca920d0b3379da7a7d282999343af"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/support/zipball/6a516676a83d2a73c46eaf7907f730e86ef60da5",
"reference": "6a516676a83d2a73c46eaf7907f730e86ef60da5",
"url": "https://api.github.com/repos/illuminate/support/zipball/b5f12bc62bfca920d0b3379da7a7d282999343af",
"reference": "b5f12bc62bfca920d0b3379da7a7d282999343af",
"shasum": ""
},
"require": {
@@ -961,11 +1029,15 @@
],
"description": "The Illuminate Support package.",
"homepage": "https://laravel.com",
"time": "2021-01-13T13:37:56+00:00"
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2021-01-15T21:56:08+00:00"
},
{
"name": "illuminate/view",
"version": "v8.22.1",
"version": "v8.24.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/view.git",
@@ -1011,6 +1083,10 @@
],
"description": "The Illuminate View package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2020-11-02T14:01:41+00:00"
},
{
@@ -1096,6 +1172,10 @@
"sftp",
"storage"
],
"support": {
"issues": "https://github.com/thephpleague/flysystem/issues",
"source": "https://github.com/thephpleague/flysystem/tree/1.x"
},
"funding": [
{
"url": "https://offset.earth/frankdejonge",
@@ -1106,16 +1186,16 @@
},
{
"name": "league/mime-type-detection",
"version": "1.5.1",
"version": "1.7.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/mime-type-detection.git",
"reference": "353f66d7555d8a90781f6f5e7091932f9a4250aa"
"reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/353f66d7555d8a90781f6f5e7091932f9a4250aa",
"reference": "353f66d7555d8a90781f6f5e7091932f9a4250aa",
"url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
"reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
"shasum": ""
},
"require": {
@@ -1123,8 +1203,9 @@
"php": "^7.2 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^0.12.36",
"phpunit/phpunit": "^8.5.8"
"friendsofphp/php-cs-fixer": "^2.18",
"phpstan/phpstan": "^0.12.68",
"phpunit/phpunit": "^8.5.8 || ^9.3"
},
"type": "library",
"autoload": {
@@ -1143,6 +1224,10 @@
}
],
"description": "Mime-type detection for Flysystem",
"support": {
"issues": "https://github.com/thephpleague/mime-type-detection/issues",
"source": "https://github.com/thephpleague/mime-type-detection/tree/1.7.0"
},
"funding": [
{
"url": "https://github.com/frankdejonge",
@@ -1153,7 +1238,7 @@
"type": "tidelift"
}
],
"time": "2020-10-18T11:50:25+00:00"
"time": "2021-01-18T20:58:21+00:00"
},
{
"name": "monolog/monolog",
@@ -1235,6 +1320,10 @@
"logging",
"psr-3"
],
"support": {
"issues": "https://github.com/Seldaek/monolog/issues",
"source": "https://github.com/Seldaek/monolog/tree/2.2.0"
},
"funding": [
{
"url": "https://github.com/Seldaek",
@@ -1324,6 +1413,10 @@
"datetime",
"time"
],
"support": {
"issues": "https://github.com/briannesbitt/Carbon/issues",
"source": "https://github.com/briannesbitt/Carbon"
},
"funding": [
{
"url": "https://opencollective.com/Carbon",
@@ -1389,6 +1482,10 @@
"php",
"type"
],
"support": {
"issues": "https://github.com/schmittjoh/php-option/issues",
"source": "https://github.com/schmittjoh/php-option/tree/1.7.5"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
@@ -1448,6 +1545,10 @@
"container-interop",
"psr"
],
"support": {
"issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/master"
},
"time": "2017-02-14T16:28:37+00:00"
},
{
@@ -1494,6 +1595,10 @@
"psr",
"psr-14"
],
"support": {
"issues": "https://github.com/php-fig/event-dispatcher/issues",
"source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
},
"time": "2019-01-08T18:20:26+00:00"
},
{
@@ -1541,6 +1646,9 @@
"psr",
"psr-3"
],
"support": {
"source": "https://github.com/php-fig/log/tree/1.1.3"
},
"time": "2020-03-23T09:12:05+00:00"
},
{
@@ -1589,20 +1697,23 @@
"psr-16",
"simple-cache"
],
"support": {
"source": "https://github.com/php-fig/simple-cache/tree/master"
},
"time": "2017-10-23T01:57:42+00:00"
},
{
"name": "ramsey/collection",
"version": "1.1.1",
"version": "1.1.3",
"source": {
"type": "git",
"url": "https://github.com/ramsey/collection.git",
"reference": "24d93aefb2cd786b7edd9f45b554aea20b28b9b1"
"reference": "28a5c4ab2f5111db6a60b2b4ec84057e0f43b9c1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ramsey/collection/zipball/24d93aefb2cd786b7edd9f45b554aea20b28b9b1",
"reference": "24d93aefb2cd786b7edd9f45b554aea20b28b9b1",
"url": "https://api.github.com/repos/ramsey/collection/zipball/28a5c4ab2f5111db6a60b2b4ec84057e0f43b9c1",
"reference": "28a5c4ab2f5111db6a60b2b4ec84057e0f43b9c1",
"shasum": ""
},
"require": {
@@ -1612,19 +1723,19 @@
"captainhook/captainhook": "^5.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"ergebnis/composer-normalize": "^2.6",
"fzaninotto/faker": "^1.5",
"fakerphp/faker": "^1.5",
"hamcrest/hamcrest-php": "^2",
"jangregor/phpstan-prophecy": "^0.6",
"jangregor/phpstan-prophecy": "^0.8",
"mockery/mockery": "^1.3",
"phpstan/extension-installer": "^1",
"phpstan/phpstan": "^0.12.32",
"phpstan/phpstan-mockery": "^0.12.5",
"phpstan/phpstan-phpunit": "^0.12.11",
"phpunit/phpunit": "^8.5",
"phpunit/phpunit": "^8.5 || ^9",
"psy/psysh": "^0.10.4",
"slevomat/coding-standard": "^6.3",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^3.12.2"
"vimeo/psalm": "^4.4"
},
"type": "library",
"autoload": {
@@ -1652,13 +1763,21 @@
"queue",
"set"
],
"support": {
"issues": "https://github.com/ramsey/collection/issues",
"source": "https://github.com/ramsey/collection/tree/1.1.3"
},
"funding": [
{
"url": "https://github.com/ramsey",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
"type": "tidelift"
}
],
"time": "2020-09-10T20:58:17+00:00"
"time": "2021-01-21T17:40:04+00:00"
},
{
"name": "ramsey/uuid",
@@ -1739,6 +1858,11 @@
"identifier",
"uuid"
],
"support": {
"issues": "https://github.com/ramsey/uuid/issues",
"rss": "https://github.com/ramsey/uuid/releases.atom",
"source": "https://github.com/ramsey/uuid"
},
"funding": [
{
"url": "https://github.com/ramsey",
@@ -1753,12 +1877,12 @@
"source": {
"type": "git",
"url": "https://github.com/roots/acorn.git",
"reference": "df0ac315f7e314c411d7f6536b5f12b472be65c6"
"reference": "82172735848737dc529d5e78f6ba4a061721e1c6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/roots/acorn/zipball/df0ac315f7e314c411d7f6536b5f12b472be65c6",
"reference": "df0ac315f7e314c411d7f6536b5f12b472be65c6",
"url": "https://api.github.com/repos/roots/acorn/zipball/82172735848737dc529d5e78f6ba4a061721e1c6",
"reference": "82172735848737dc529d5e78f6ba4a061721e1c6",
"shasum": ""
},
"require": {
@@ -1825,6 +1949,11 @@
"sage",
"wordpress"
],
"support": {
"forum": "https://discourse.roots.io/",
"issues": "https://github.com/roots/acorn/issues",
"source": "https://github.com/roots/acorn/tree/laravel-85"
},
"funding": [
{
"url": "https://github.com/roots",
@@ -1835,7 +1964,7 @@
"type": "patreon"
}
],
"time": "2021-01-18T19:58:17+00:00"
"time": "2021-01-18T21:08:03+00:00"
},
{
"name": "roots/support",
@@ -1875,6 +2004,11 @@
}
],
"homepage": "https://github.com/roots/support/",
"support": {
"forum": "https://discourse.roots.io/",
"issues": "https://github.com/roots/support/issues",
"source": "https://github.com/roots/support/tree/1.0.0"
},
"time": "2019-01-28T09:46:14+00:00"
},
{
@@ -1955,6 +2089,9 @@
"console",
"terminal"
],
"support": {
"source": "https://github.com/symfony/console/tree/v5.2.1"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@@ -2019,6 +2156,9 @@
],
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/master"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@@ -2085,6 +2225,9 @@
],
"description": "Symfony ErrorHandler Component",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/error-handler/tree/v5.2.1"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@@ -2167,6 +2310,9 @@
],
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v5.2.1"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@@ -2243,6 +2389,9 @@
"interoperability",
"standards"
],
"support": {
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.2.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@@ -2301,6 +2450,9 @@
],
"description": "Symfony Finder Component",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/finder/tree/v5.2.1"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@@ -2377,6 +2529,9 @@
"interoperability",
"standards"
],
"support": {
"source": "https://github.com/symfony/http-client-contracts/tree/v2.3.1"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@@ -2447,6 +2602,9 @@
],
"description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-foundation/tree/v5.2.1"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@@ -2556,6 +2714,9 @@
],
"description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-kernel/tree/v5.2.1"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@@ -2633,6 +2794,9 @@
"mime",
"mime-type"
],
"support": {
"source": "https://github.com/symfony/mime/tree/v5.2.1"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@@ -2709,6 +2873,9 @@
"polyfill",
"portable"
],
"support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@@ -2787,6 +2954,9 @@
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.22.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@@ -2871,6 +3041,9 @@
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.22.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@@ -2952,6 +3125,9 @@
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.22.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@@ -3029,6 +3205,9 @@
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@@ -3102,6 +3281,9 @@
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php72/tree/v1.22.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@@ -3178,6 +3360,9 @@
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php73/tree/v1.22.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@@ -3258,6 +3443,9 @@
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.22.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@@ -3317,6 +3505,9 @@
],
"description": "Symfony Process Component",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/process/tree/v5.2.1"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@@ -3393,6 +3584,9 @@
"interoperability",
"standards"
],
"support": {
"source": "https://github.com/symfony/service-contracts/tree/master"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@@ -3473,6 +3667,9 @@
"utf-8",
"utf8"
],
"support": {
"source": "https://github.com/symfony/string/tree/v5.2.1"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@@ -3563,6 +3760,9 @@
],
"description": "Symfony Translation Component",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/translation/tree/v5.2.1"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@@ -3638,6 +3838,9 @@
"interoperability",
"standards"
],
"support": {
"source": "https://github.com/symfony/translation-contracts/tree/v2.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@@ -3723,6 +3926,9 @@
"debug",
"dump"
],
"support": {
"source": "https://github.com/symfony/var-dumper/tree/v5.2.1"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@@ -3741,16 +3947,16 @@
},
{
"name": "vlucas/phpdotenv",
"version": "v5.2.0",
"version": "v5.3.0",
"source": {
"type": "git",
"url": "https://github.com/vlucas/phpdotenv.git",
"reference": "fba64139db67123c7a57072e5f8d3db10d160b66"
"reference": "b3eac5c7ac896e52deab4a99068e3f4ab12d9e56"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/fba64139db67123c7a57072e5f8d3db10d160b66",
"reference": "fba64139db67123c7a57072e5f8d3db10d160b66",
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/b3eac5c7ac896e52deab4a99068e3f4ab12d9e56",
"reference": "b3eac5c7ac896e52deab4a99068e3f4ab12d9e56",
"shasum": ""
},
"require": {
@@ -3765,7 +3971,7 @@
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4.1",
"ext-filter": "*",
"phpunit/phpunit": "^7.5.20 || ^8.5.2 || ^9.0"
"phpunit/phpunit": "^7.5.20 || ^8.5.14 || ^9.5.1"
},
"suggest": {
"ext-filter": "Required to use the boolean validator."
@@ -3773,7 +3979,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.2-dev"
"dev-master": "5.3-dev"
}
},
"autoload": {
@@ -3803,6 +4009,10 @@
"env",
"environment"
],
"support": {
"issues": "https://github.com/vlucas/phpdotenv/issues",
"source": "https://github.com/vlucas/phpdotenv/tree/v5.3.0"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
@@ -3813,7 +4023,7 @@
"type": "tidelift"
}
],
"time": "2020-09-14T15:57:31+00:00"
"time": "2021-01-20T15:23:13+00:00"
},
{
"name": "voku/portable-ascii",
@@ -3861,6 +4071,10 @@
"clean",
"php"
],
"support": {
"issues": "https://github.com/voku/portable-ascii/issues",
"source": "https://github.com/voku/portable-ascii/tree/1.5.6"
},
"funding": [
{
"url": "https://www.paypal.me/moelleken",
@@ -3946,6 +4160,10 @@
"throwable",
"whoops"
],
"support": {
"issues": "https://github.com/filp/whoops/issues",
"source": "https://github.com/filp/whoops/tree/2.9.1"
},
"time": "2020-11-01T12:00:00+00:00"
},
{
@@ -3997,6 +4215,11 @@
"phpcs",
"standards"
],
"support": {
"issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
"source": "https://github.com/squizlabs/PHP_CodeSniffer",
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
},
"time": "2020-10-23T02:01:07+00:00"
}
],
@@ -4011,5 +4234,5 @@
"php": "^7.3|^8.0"
},
"platform-dev": [],
"plugin-api-version": "1.1.0"
"plugin-api-version": "2.0.0"
}