Deprecation warnings

This commit is contained in:
marcdeb1 2019-01-26 22:57:30 +01:00
parent fd8a6953f3
commit 55a3736233
2 changed files with 91 additions and 96 deletions

181
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "f951a6637387b0718e7749c8fbda8202", "content-hash": "bfdd477b9edc64f5c9f04b61d9bb6ae2",
"packages": [ "packages": [
{ {
"name": "aura/intl", "name": "aura/intl",
@ -248,29 +248,29 @@
}, },
{ {
"name": "cakephp/migrations", "name": "cakephp/migrations",
"version": "1.7.2", "version": "1.8.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/cakephp/migrations.git", "url": "https://github.com/cakephp/migrations.git",
"reference": "a5612adfd2efa8c90d29cb3b0c969de872a99eda" "reference": "cd65daa9fae933bc0ccc69d5b5d92460375da9e2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/cakephp/migrations/zipball/a5612adfd2efa8c90d29cb3b0c969de872a99eda", "url": "https://api.github.com/repos/cakephp/migrations/zipball/cd65daa9fae933bc0ccc69d5b5d92460375da9e2",
"reference": "a5612adfd2efa8c90d29cb3b0c969de872a99eda", "reference": "cd65daa9fae933bc0ccc69d5b5d92460375da9e2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"cakephp/cache": "~3.2", "cakephp/cache": "^3.6.0",
"cakephp/orm": "~3.2", "cakephp/orm": "^3.6.0",
"php": ">=5.5.9", "php": ">=5.6.0",
"robmorgan/phinx": "0.8.1" "robmorgan/phinx": "0.8.1"
}, },
"require-dev": { "require-dev": {
"cakephp/bake": "@stable", "cakephp/bake": "^1.7.0",
"cakephp/cakephp": "~3.2", "cakephp/cakephp": "^3.6.0",
"cakephp/cakephp-codesniffer": "^3.0", "cakephp/cakephp-codesniffer": "^3.0",
"phpunit/phpunit": "~4.1" "phpunit/phpunit": "^5.7.14"
}, },
"suggest": { "suggest": {
"cakephp/bake": "Required if you want to generate migrations." "cakephp/bake": "Required if you want to generate migrations."
@ -297,7 +297,7 @@
"cakephp", "cakephp",
"migrations" "migrations"
], ],
"time": "2017-12-12T21:01:38+00:00" "time": "2018-04-16T01:35:59+00:00"
}, },
{ {
"name": "cakephp/plugin-installer", "name": "cakephp/plugin-installer",
@ -1095,16 +1095,16 @@
}, },
{ {
"name": "symfony/config", "name": "symfony/config",
"version": "v3.4.20", "version": "v3.4.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/config.git", "url": "https://github.com/symfony/config.git",
"reference": "8a660daeb65dedbe0b099529f65e61866c055081" "reference": "17c5d8941eb75a03d19bc76a43757738632d87b3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/8a660daeb65dedbe0b099529f65e61866c055081", "url": "https://api.github.com/repos/symfony/config/zipball/17c5d8941eb75a03d19bc76a43757738632d87b3",
"reference": "8a660daeb65dedbe0b099529f65e61866c055081", "reference": "17c5d8941eb75a03d19bc76a43757738632d87b3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1155,20 +1155,20 @@
], ],
"description": "Symfony Config Component", "description": "Symfony Config Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2018-11-26T10:17:44+00:00" "time": "2019-01-01T13:45:19+00:00"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v3.4.20", "version": "v3.4.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "8f80fc39bbc3b7c47ee54ba7aa2653521ace94bb" "reference": "a700b874d3692bc8342199adfb6d3b99f62cc61a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/8f80fc39bbc3b7c47ee54ba7aa2653521ace94bb", "url": "https://api.github.com/repos/symfony/console/zipball/a700b874d3692bc8342199adfb6d3b99f62cc61a",
"reference": "8f80fc39bbc3b7c47ee54ba7aa2653521ace94bb", "reference": "a700b874d3692bc8342199adfb6d3b99f62cc61a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1224,7 +1224,7 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2018-11-26T12:48:07+00:00" "time": "2019-01-04T04:42:43+00:00"
}, },
{ {
"name": "symfony/contracts", "name": "symfony/contracts",
@ -1296,16 +1296,16 @@
}, },
{ {
"name": "symfony/debug", "name": "symfony/debug",
"version": "v4.2.1", "version": "v4.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "e0a2b92ee0b5b934f973d90c2f58e18af109d276" "reference": "64cb33c81e37d19b7715d4a6a4d49c1c382066dd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/e0a2b92ee0b5b934f973d90c2f58e18af109d276", "url": "https://api.github.com/repos/symfony/debug/zipball/64cb33c81e37d19b7715d4a6a4d49c1c382066dd",
"reference": "e0a2b92ee0b5b934f973d90c2f58e18af109d276", "reference": "64cb33c81e37d19b7715d4a6a4d49c1c382066dd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1348,20 +1348,20 @@
], ],
"description": "Symfony Debug Component", "description": "Symfony Debug Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2018-11-28T18:24:18+00:00" "time": "2019-01-03T09:07:35+00:00"
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "v4.2.1", "version": "v4.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/filesystem.git", "url": "https://github.com/symfony/filesystem.git",
"reference": "2f4c8b999b3b7cadb2a69390b01af70886753710" "reference": "c2ffd9a93f2d6c5be2f68a0aa7953cc229f871f8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/2f4c8b999b3b7cadb2a69390b01af70886753710", "url": "https://api.github.com/repos/symfony/filesystem/zipball/c2ffd9a93f2d6c5be2f68a0aa7953cc229f871f8",
"reference": "2f4c8b999b3b7cadb2a69390b01af70886753710", "reference": "c2ffd9a93f2d6c5be2f68a0aa7953cc229f871f8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1398,20 +1398,20 @@
], ],
"description": "Symfony Filesystem Component", "description": "Symfony Filesystem Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2018-11-11T19:52:12+00:00" "time": "2019-01-03T09:07:35+00:00"
}, },
{ {
"name": "symfony/inflector", "name": "symfony/inflector",
"version": "v4.2.0", "version": "v4.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/inflector.git", "url": "https://github.com/symfony/inflector.git",
"reference": "f9a637c0359f74404d44cf0da0a3ce53bae0787e" "reference": "9f64271222922ef1a10e43f77d88baf72bf22b0e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/inflector/zipball/f9a637c0359f74404d44cf0da0a3ce53bae0787e", "url": "https://api.github.com/repos/symfony/inflector/zipball/9f64271222922ef1a10e43f77d88baf72bf22b0e",
"reference": "f9a637c0359f74404d44cf0da0a3ce53bae0787e", "reference": "9f64271222922ef1a10e43f77d88baf72bf22b0e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1456,20 +1456,20 @@
"symfony", "symfony",
"words" "words"
], ],
"time": "2018-11-11T19:52:12+00:00" "time": "2019-01-03T09:07:35+00:00"
}, },
{ {
"name": "symfony/options-resolver", "name": "symfony/options-resolver",
"version": "v4.2.0", "version": "v4.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/options-resolver.git", "url": "https://github.com/symfony/options-resolver.git",
"reference": "a9c38e8a3da2c03b3e71fdffa6efb0bda51390ba" "reference": "fbcb106aeee72f3450298bf73324d2cc00d083d1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/a9c38e8a3da2c03b3e71fdffa6efb0bda51390ba", "url": "https://api.github.com/repos/symfony/options-resolver/zipball/fbcb106aeee72f3450298bf73324d2cc00d083d1",
"reference": "a9c38e8a3da2c03b3e71fdffa6efb0bda51390ba", "reference": "fbcb106aeee72f3450298bf73324d2cc00d083d1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1510,7 +1510,7 @@
"configuration", "configuration",
"options" "options"
], ],
"time": "2018-11-11T19:52:12+00:00" "time": "2019-01-03T09:07:35+00:00"
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
@ -1631,16 +1631,16 @@
}, },
{ {
"name": "symfony/property-access", "name": "symfony/property-access",
"version": "v4.2.0", "version": "v4.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/property-access.git", "url": "https://github.com/symfony/property-access.git",
"reference": "b6df4e1849f389468edb36e2e59877d4a8170723" "reference": "a21d40670000f61a1a4b90a607d54696aad914cd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/property-access/zipball/b6df4e1849f389468edb36e2e59877d4a8170723", "url": "https://api.github.com/repos/symfony/property-access/zipball/a21d40670000f61a1a4b90a607d54696aad914cd",
"reference": "b6df4e1849f389468edb36e2e59877d4a8170723", "reference": "a21d40670000f61a1a4b90a607d54696aad914cd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1694,20 +1694,20 @@
"property path", "property path",
"reflection" "reflection"
], ],
"time": "2018-11-29T14:48:32+00:00" "time": "2019-01-05T16:37:49+00:00"
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
"version": "v4.2.1", "version": "v4.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/translation.git", "url": "https://github.com/symfony/translation.git",
"reference": "c0e2191e9bed845946ab3d99767513b56ca7dcd6" "reference": "939fb792d73f2ce80e6ae9019d205fc480f1c9a0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/c0e2191e9bed845946ab3d99767513b56ca7dcd6", "url": "https://api.github.com/repos/symfony/translation/zipball/939fb792d73f2ce80e6ae9019d205fc480f1c9a0",
"reference": "c0e2191e9bed845946ab3d99767513b56ca7dcd6", "reference": "939fb792d73f2ce80e6ae9019d205fc480f1c9a0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1767,20 +1767,20 @@
], ],
"description": "Symfony Translation Component", "description": "Symfony Translation Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2018-12-06T10:45:32+00:00" "time": "2019-01-03T09:07:35+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v3.4.20", "version": "v3.4.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "291e13d808bec481eab83f301f7bff3e699ef603" "reference": "554a59a1ccbaac238a89b19c8e551a556fd0e2ea"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/291e13d808bec481eab83f301f7bff3e699ef603", "url": "https://api.github.com/repos/symfony/yaml/zipball/554a59a1ccbaac238a89b19c8e551a556fd0e2ea",
"reference": "291e13d808bec481eab83f301f7bff3e699ef603", "reference": "554a59a1ccbaac238a89b19c8e551a556fd0e2ea",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1826,7 +1826,7 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2018-11-11T19:48:54+00:00" "time": "2019-01-01T13:45:19+00:00"
}, },
{ {
"name": "zendframework/zend-diactoros", "name": "zendframework/zend-diactoros",
@ -2067,23 +2067,23 @@
}, },
{ {
"name": "cakephp/bake", "name": "cakephp/bake",
"version": "1.9.1", "version": "1.9.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/cakephp/bake.git", "url": "https://github.com/cakephp/bake.git",
"reference": "7ff3b8df337b16d67d9834e6b438d06d9d4974ca" "reference": "9949a6a867a17cf30996dfc9daceab1c63a7a9c1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/cakephp/bake/zipball/7ff3b8df337b16d67d9834e6b438d06d9d4974ca", "url": "https://api.github.com/repos/cakephp/bake/zipball/9949a6a867a17cf30996dfc9daceab1c63a7a9c1",
"reference": "7ff3b8df337b16d67d9834e6b438d06d9d4974ca", "reference": "9949a6a867a17cf30996dfc9daceab1c63a7a9c1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"cakephp/cakephp": "^3.7.0", "cakephp/cakephp": "^3.7.0",
"cakephp/plugin-installer": "^1.0", "cakephp/plugin-installer": "^1.0",
"php": ">=5.6.0", "php": ">=5.6.0",
"wyrihaximus/twig-view": "^4.3.4" "wyrihaximus/twig-view": "^4.3.7"
}, },
"require-dev": { "require-dev": {
"cakephp/cakephp-codesniffer": "^3.0", "cakephp/cakephp-codesniffer": "^3.0",
@ -2111,7 +2111,7 @@
"bake", "bake",
"cakephp" "cakephp"
], ],
"time": "2018-12-12T07:48:52+00:00" "time": "2019-01-02T12:59:40+00:00"
}, },
{ {
"name": "cakephp/debug_kit", "name": "cakephp/debug_kit",
@ -2709,23 +2709,23 @@
}, },
{ {
"name": "justinrainbow/json-schema", "name": "justinrainbow/json-schema",
"version": "5.2.7", "version": "5.2.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/justinrainbow/json-schema.git", "url": "https://github.com/justinrainbow/json-schema.git",
"reference": "8560d4314577199ba51bf2032f02cd1315587c23" "reference": "dcb6e1006bb5fd1e392b4daa68932880f37550d4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/8560d4314577199ba51bf2032f02cd1315587c23", "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/dcb6e1006bb5fd1e392b4daa68932880f37550d4",
"reference": "8560d4314577199ba51bf2032f02cd1315587c23", "reference": "dcb6e1006bb5fd1e392b4daa68932880f37550d4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^2.1", "friendsofphp/php-cs-fixer": "~2.2.20",
"json-schema/json-schema-test-suite": "1.2.0", "json-schema/json-schema-test-suite": "1.2.0",
"phpunit/phpunit": "^4.8.35" "phpunit/phpunit": "^4.8.35"
}, },
@ -2771,20 +2771,20 @@
"json", "json",
"schema" "schema"
], ],
"time": "2018-02-14T22:26:30+00:00" "time": "2019-01-14T23:55:14+00:00"
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
"version": "v4.1.1", "version": "v4.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nikic/PHP-Parser.git", "url": "https://github.com/nikic/PHP-Parser.git",
"reference": "8aae5b59b83bb4d0dbf07b0a835f2680a658f610" "reference": "594bcae1fc0bccd3993d2f0d61a018e26ac2865a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/8aae5b59b83bb4d0dbf07b0a835f2680a658f610", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/594bcae1fc0bccd3993d2f0d61a018e26ac2865a",
"reference": "8aae5b59b83bb4d0dbf07b0a835f2680a658f610", "reference": "594bcae1fc0bccd3993d2f0d61a018e26ac2865a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2800,7 +2800,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "4.1-dev" "dev-master": "4.2-dev"
} }
}, },
"autoload": { "autoload": {
@ -2822,7 +2822,7 @@
"parser", "parser",
"php" "php"
], ],
"time": "2018-12-26T11:32:39+00:00" "time": "2019-01-12T16:31:37+00:00"
}, },
{ {
"name": "psy/psysh", "name": "psy/psysh",
@ -2993,16 +2993,16 @@
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v4.2.1", "version": "v4.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
"reference": "e53d477d7b5c4982d0e1bfd2298dbee63d01441d" "reference": "9094d69e8c6ee3fe186a0ec5a4f1401e506071ce"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/e53d477d7b5c4982d0e1bfd2298dbee63d01441d", "url": "https://api.github.com/repos/symfony/finder/zipball/9094d69e8c6ee3fe186a0ec5a4f1401e506071ce",
"reference": "e53d477d7b5c4982d0e1bfd2298dbee63d01441d", "reference": "9094d69e8c6ee3fe186a0ec5a4f1401e506071ce",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3038,7 +3038,7 @@
], ],
"description": "Symfony Finder Component", "description": "Symfony Finder Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2018-11-11T19:52:12+00:00" "time": "2019-01-03T09:07:35+00:00"
}, },
{ {
"name": "symfony/polyfill-php72", "name": "symfony/polyfill-php72",
@ -3097,16 +3097,16 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v4.2.1", "version": "v4.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "2b341009ccec76837a7f46f59641b431e4d4c2b0" "reference": "ea043ab5d8ed13b467a9087d81cb876aee7f689a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/2b341009ccec76837a7f46f59641b431e4d4c2b0", "url": "https://api.github.com/repos/symfony/process/zipball/ea043ab5d8ed13b467a9087d81cb876aee7f689a",
"reference": "2b341009ccec76837a7f46f59641b431e4d4c2b0", "reference": "ea043ab5d8ed13b467a9087d81cb876aee7f689a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3142,20 +3142,20 @@
], ],
"description": "Symfony Process Component", "description": "Symfony Process Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2018-11-20T16:22:05+00:00" "time": "2019-01-03T14:48:52+00:00"
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v4.2.1", "version": "v4.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
"reference": "db61258540350725f4beb6b84006e32398acd120" "reference": "85bde661b178173d85c6f11ea9d03b61d1212bb2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/db61258540350725f4beb6b84006e32398acd120", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/85bde661b178173d85c6f11ea9d03b61d1212bb2",
"reference": "db61258540350725f4beb6b84006e32398acd120", "reference": "85bde661b178173d85c6f11ea9d03b61d1212bb2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3169,6 +3169,7 @@
}, },
"require-dev": { "require-dev": {
"ext-iconv": "*", "ext-iconv": "*",
"symfony/console": "~3.4|~4.0",
"symfony/process": "~3.4|~4.0", "symfony/process": "~3.4|~4.0",
"twig/twig": "~1.34|~2.4" "twig/twig": "~1.34|~2.4"
}, },
@ -3217,7 +3218,7 @@
"debug", "debug",
"dump" "dump"
], ],
"time": "2018-11-25T12:50:42+00:00" "time": "2019-01-03T09:07:35+00:00"
}, },
{ {
"name": "twig/twig", "name": "twig/twig",

View file

@ -72,9 +72,3 @@ Router::scope('/', function (RouteBuilder $routes) {
//$routes->fallbacks(DashedRoute::class); //$routes->fallbacks(DashedRoute::class);
}); });
/**
* Load all plugin routes. See the Plugin documentation on
* how to customize the loading of plugin routes.
*/
Plugin::routes();