Update dependencies for next release

This commit is contained in:
Bernd Bestel 2018-09-08 14:14:23 +02:00
parent 6b38cd450f
commit 9cd0e4ab2d
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
3 changed files with 81 additions and 80 deletions

149
composer.lock generated
View File

@ -159,27 +159,27 @@
}, },
{ {
"name": "illuminate/container", "name": "illuminate/container",
"version": "v5.6.33", "version": "v5.7.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/container.git", "url": "https://github.com/illuminate/container.git",
"reference": "1f0757cae8749400aeda730f6438a081fc3c082d" "reference": "b2adca648536dfdfc13c2b93a2d717149794b682"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/container/zipball/1f0757cae8749400aeda730f6438a081fc3c082d", "url": "https://api.github.com/repos/illuminate/container/zipball/b2adca648536dfdfc13c2b93a2d717149794b682",
"reference": "1f0757cae8749400aeda730f6438a081fc3c082d", "reference": "b2adca648536dfdfc13c2b93a2d717149794b682",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/contracts": "5.6.*", "illuminate/contracts": "5.7.*",
"php": "^7.1.3", "php": "^7.1.3",
"psr/container": "~1.0" "psr/container": "^1.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "5.6-dev" "dev-master": "5.7-dev"
} }
}, },
"autoload": { "autoload": {
@ -199,31 +199,31 @@
], ],
"description": "The Illuminate Container package.", "description": "The Illuminate Container package.",
"homepage": "https://laravel.com", "homepage": "https://laravel.com",
"time": "2018-05-24T13:16:56+00:00" "time": "2018-05-28T08:50:10+00:00"
}, },
{ {
"name": "illuminate/contracts", "name": "illuminate/contracts",
"version": "v5.6.33", "version": "v5.7.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/contracts.git", "url": "https://github.com/illuminate/contracts.git",
"reference": "2c029101285f6066f45e3ae5910b1b5f900fdcb4" "reference": "fd5d68eddfe49647f8354ac4c5f09cb88ccece7a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/contracts/zipball/2c029101285f6066f45e3ae5910b1b5f900fdcb4", "url": "https://api.github.com/repos/illuminate/contracts/zipball/fd5d68eddfe49647f8354ac4c5f09cb88ccece7a",
"reference": "2c029101285f6066f45e3ae5910b1b5f900fdcb4", "reference": "fd5d68eddfe49647f8354ac4c5f09cb88ccece7a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1.3", "php": "^7.1.3",
"psr/container": "~1.0", "psr/container": "^1.0",
"psr/simple-cache": "~1.0" "psr/simple-cache": "^1.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "5.6-dev" "dev-master": "5.7-dev"
} }
}, },
"autoload": { "autoload": {
@ -243,32 +243,32 @@
], ],
"description": "The Illuminate Contracts package.", "description": "The Illuminate Contracts package.",
"homepage": "https://laravel.com", "homepage": "https://laravel.com",
"time": "2018-07-31T12:49:53+00:00" "time": "2018-09-05T21:56:43+00:00"
}, },
{ {
"name": "illuminate/events", "name": "illuminate/events",
"version": "v5.6.33", "version": "v5.7.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/events.git", "url": "https://github.com/illuminate/events.git",
"reference": "5bdd8e84c0528970961289da088306c632eca8f7" "reference": "ada2f80ea8d4a5933ded24f592b7940456a68be0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/events/zipball/5bdd8e84c0528970961289da088306c632eca8f7", "url": "https://api.github.com/repos/illuminate/events/zipball/ada2f80ea8d4a5933ded24f592b7940456a68be0",
"reference": "5bdd8e84c0528970961289da088306c632eca8f7", "reference": "ada2f80ea8d4a5933ded24f592b7940456a68be0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/container": "5.6.*", "illuminate/container": "5.7.*",
"illuminate/contracts": "5.6.*", "illuminate/contracts": "5.7.*",
"illuminate/support": "5.6.*", "illuminate/support": "5.7.*",
"php": "^7.1.3" "php": "^7.1.3"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "5.6-dev" "dev-master": "5.7-dev"
} }
}, },
"autoload": { "autoload": {
@ -288,39 +288,39 @@
], ],
"description": "The Illuminate Events package.", "description": "The Illuminate Events package.",
"homepage": "https://laravel.com", "homepage": "https://laravel.com",
"time": "2018-07-23T01:01:28+00:00" "time": "2018-07-26T15:27:42+00:00"
}, },
{ {
"name": "illuminate/filesystem", "name": "illuminate/filesystem",
"version": "v5.6.33", "version": "v5.7.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/filesystem.git", "url": "https://github.com/illuminate/filesystem.git",
"reference": "97e2f19e2c2ec74779431acedfb746d9054da33a" "reference": "2251e31e382ddcbbcb34fddc43e7cc0afa530be8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/filesystem/zipball/97e2f19e2c2ec74779431acedfb746d9054da33a", "url": "https://api.github.com/repos/illuminate/filesystem/zipball/2251e31e382ddcbbcb34fddc43e7cc0afa530be8",
"reference": "97e2f19e2c2ec74779431acedfb746d9054da33a", "reference": "2251e31e382ddcbbcb34fddc43e7cc0afa530be8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/contracts": "5.6.*", "illuminate/contracts": "5.7.*",
"illuminate/support": "5.6.*", "illuminate/support": "5.7.*",
"php": "^7.1.3", "php": "^7.1.3",
"symfony/finder": "~4.0" "symfony/finder": "^4.1"
}, },
"suggest": { "suggest": {
"league/flysystem": "Required to use the Flysystem local and FTP drivers (~1.0).", "league/flysystem": "Required to use the Flysystem local and FTP drivers (^1.0).",
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).", "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-cached-adapter": "Required to use the Flysystem cache (^1.0).",
"league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).", "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (^1.0).",
"league/flysystem-sftp": "Required to use the Flysystem SFTP driver (~1.0)." "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0)."
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "5.6-dev" "dev-master": "5.7-dev"
} }
}, },
"autoload": { "autoload": {
@ -340,42 +340,43 @@
], ],
"description": "The Illuminate Filesystem package.", "description": "The Illuminate Filesystem package.",
"homepage": "https://laravel.com", "homepage": "https://laravel.com",
"time": "2018-07-29T15:22:18+00:00" "time": "2018-08-14T19:42:44+00:00"
}, },
{ {
"name": "illuminate/support", "name": "illuminate/support",
"version": "v5.6.33", "version": "v5.7.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/support.git", "url": "https://github.com/illuminate/support.git",
"reference": "0561e4e48797fbaeafeec0054b14605b08722a5a" "reference": "3dabc8fe2eebf614ba133fa34a4c160119ec7241"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/support/zipball/0561e4e48797fbaeafeec0054b14605b08722a5a", "url": "https://api.github.com/repos/illuminate/support/zipball/3dabc8fe2eebf614ba133fa34a4c160119ec7241",
"reference": "0561e4e48797fbaeafeec0054b14605b08722a5a", "reference": "3dabc8fe2eebf614ba133fa34a4c160119ec7241",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/inflector": "~1.1", "doctrine/inflector": "^1.1",
"ext-mbstring": "*", "ext-mbstring": "*",
"illuminate/contracts": "5.6.*", "illuminate/contracts": "5.7.*",
"nesbot/carbon": "^1.24.1", "nesbot/carbon": "^1.26.3",
"php": "^7.1.3" "php": "^7.1.3"
}, },
"conflict": { "conflict": {
"tightenco/collect": "<5.5.33" "tightenco/collect": "<5.5.33"
}, },
"suggest": { "suggest": {
"illuminate/filesystem": "Required to use the composer class (5.6.*).", "illuminate/filesystem": "Required to use the composer class (5.7.*).",
"moontoast/math": "Required to use ordered UUIDs (^1.1).",
"ramsey/uuid": "Required to use Str::uuid() (^3.7).", "ramsey/uuid": "Required to use Str::uuid() (^3.7).",
"symfony/process": "Required to use the composer class (~4.0).", "symfony/process": "Required to use the composer class (^4.1).",
"symfony/var-dumper": "Required to use the dd function (~4.0)." "symfony/var-dumper": "Required to use the dd function (^4.1)."
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "5.6-dev" "dev-master": "5.7-dev"
} }
}, },
"autoload": { "autoload": {
@ -398,35 +399,35 @@
], ],
"description": "The Illuminate Support package.", "description": "The Illuminate Support package.",
"homepage": "https://laravel.com", "homepage": "https://laravel.com",
"time": "2018-08-06T19:58:11+00:00" "time": "2018-09-06T13:40:39+00:00"
}, },
{ {
"name": "illuminate/view", "name": "illuminate/view",
"version": "v5.6.33", "version": "v5.7.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/view.git", "url": "https://github.com/illuminate/view.git",
"reference": "8d4e1c4d8c133eaca33c94ee35b7c0d2ef1dc66f" "reference": "5efdaf61535cfb53024ca1933bb8fa3cb016a4c4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/view/zipball/8d4e1c4d8c133eaca33c94ee35b7c0d2ef1dc66f", "url": "https://api.github.com/repos/illuminate/view/zipball/5efdaf61535cfb53024ca1933bb8fa3cb016a4c4",
"reference": "8d4e1c4d8c133eaca33c94ee35b7c0d2ef1dc66f", "reference": "5efdaf61535cfb53024ca1933bb8fa3cb016a4c4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/container": "5.6.*", "illuminate/container": "5.7.*",
"illuminate/contracts": "5.6.*", "illuminate/contracts": "5.7.*",
"illuminate/events": "5.6.*", "illuminate/events": "5.7.*",
"illuminate/filesystem": "5.6.*", "illuminate/filesystem": "5.7.*",
"illuminate/support": "5.6.*", "illuminate/support": "5.7.*",
"php": "^7.1.3", "php": "^7.1.3",
"symfony/debug": "~4.0" "symfony/debug": "^4.1"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "5.6-dev" "dev-master": "5.7-dev"
} }
}, },
"autoload": { "autoload": {
@ -446,7 +447,7 @@
], ],
"description": "The Illuminate View package.", "description": "The Illuminate View package.",
"homepage": "https://laravel.com", "homepage": "https://laravel.com",
"time": "2018-07-19T23:06:53+00:00" "time": "2018-09-03T09:36:57+00:00"
}, },
{ {
"name": "morris/lessql", "name": "morris/lessql",
@ -1166,16 +1167,16 @@
}, },
{ {
"name": "symfony/debug", "name": "symfony/debug",
"version": "v4.1.3", "version": "v4.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "9316545571f079c4dd183e674721d9dc783ce196" "reference": "47ead688f1f2877f3f14219670f52e4722ee7052"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/9316545571f079c4dd183e674721d9dc783ce196", "url": "https://api.github.com/repos/symfony/debug/zipball/47ead688f1f2877f3f14219670f52e4722ee7052",
"reference": "9316545571f079c4dd183e674721d9dc783ce196", "reference": "47ead688f1f2877f3f14219670f52e4722ee7052",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1218,11 +1219,11 @@
], ],
"description": "Symfony Debug Component", "description": "Symfony Debug Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2018-07-26T11:24:31+00:00" "time": "2018-08-03T11:13:38+00:00"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v4.1.3", "version": "v4.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
@ -1330,16 +1331,16 @@
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
"version": "v4.1.3", "version": "v4.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/translation.git", "url": "https://github.com/symfony/translation.git",
"reference": "6fcd1bd44fd6d7181e6ea57a6f4e08a09b29ef65" "reference": "fa2182669f7983b7aa5f1a770d053f79f0ef144f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/6fcd1bd44fd6d7181e6ea57a6f4e08a09b29ef65", "url": "https://api.github.com/repos/symfony/translation/zipball/fa2182669f7983b7aa5f1a770d053f79f0ef144f",
"reference": "6fcd1bd44fd6d7181e6ea57a6f4e08a09b29ef65", "reference": "fa2182669f7983b7aa5f1a770d053f79f0ef144f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1395,7 +1396,7 @@
], ],
"description": "Symfony Translation Component", "description": "Symfony Translation Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2018-07-26T11:24:31+00:00" "time": "2018-08-07T12:45:11+00:00"
}, },
{ {
"name": "tuupola/callable-handler", "name": "tuupola/callable-handler",

View File

@ -1,4 +1,4 @@
{ {
"Version": "1.18.0", "Version": "1.18.1",
"ReleaseDate": "2018-08-11" "ReleaseDate": "2018-09-08"
} }

View File

@ -7,8 +7,8 @@
resolved "https://github.com/pallidus-fintech/bootstrap-combobox.git#0bd1da781b99d390f1c75315b6025e7d8658b263" resolved "https://github.com/pallidus-fintech/bootstrap-combobox.git#0bd1da781b99d390f1c75315b6025e7d8658b263"
"@fortawesome/fontawesome-free@^5.1.0": "@fortawesome/fontawesome-free@^5.1.0":
version "5.2.0" version "5.3.1"
resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.2.0.tgz#50cd9856774351c56c0b1b0db4efe122d7913e58" resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.3.1.tgz#5466b8f31c1f493a96754c1426c25796d0633dd9"
"TagManager@https://github.com/max-favilli/tagmanager.git#3.0.2": "TagManager@https://github.com/max-favilli/tagmanager.git#3.0.2":
version "3.0.1" version "3.0.1"
@ -188,8 +188,8 @@ startbootstrap-sb-admin@^4.0.0:
jquery.easing "^1.4.1" jquery.easing "^1.4.1"
swagger-ui-dist@^3.17.3: swagger-ui-dist@^3.17.3:
version "3.18.1" version "3.18.2"
resolved "https://registry.yarnpkg.com/swagger-ui-dist/-/swagger-ui-dist-3.18.1.tgz#3cd227f9d720aa44b7ef7628d87948a8df03a314" resolved "https://registry.yarnpkg.com/swagger-ui-dist/-/swagger-ui-dist-3.18.2.tgz#025f8838a135f9476a839dd37696ba3ebd86ea06"
tempusdominus-bootstrap-4@^5.0.1: tempusdominus-bootstrap-4@^5.0.1:
version "5.0.1" version "5.0.1"