Removed non-used libs

This commit is contained in:
Matteo Gheza 2020-05-28 16:51:18 +02:00
parent 62c5417129
commit 3075d0bd8b
2 changed files with 210 additions and 332 deletions

View File

@ -3,7 +3,6 @@
"description": "Un software di allertamento per i vvf",
"type": "project",
"require": {
"egulias/email-validator": "^2.1@dev",
"twig/twig": "3.x-dev",
"tracy/tracy": "^2.7@dev",
"delight-im/auth": "dev-master",

541
server/composer.lock generated
View File

@ -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": "b52e44d13d8ccbf29d0f8d3ee34132e4",
"content-hash": "094b789399d5236a6a4442ad7b344e49",
"packages": [
{
"name": "delight-im/auth",
@ -206,126 +206,6 @@
],
"time": "2016-07-21T15:05:01+00:00"
},
{
"name": "doctrine/lexer",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "ec953a1b157db060fc9576a6f6b6b1865a09aac9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/ec953a1b157db060fc9576a6f6b6b1865a09aac9",
"reference": "ec953a1b157db060fc9576a6f6b6b1865a09aac9",
"shasum": ""
},
"require": {
"php": "^7.2"
},
"require-dev": {
"doctrine/coding-standard": "^7.0.2",
"phpstan/phpstan": "^0.11.8",
"phpunit/phpunit": "^8.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "https://www.doctrine-project.org/projects/lexer.html",
"keywords": [
"annotations",
"docblock",
"lexer",
"parser",
"php"
],
"time": "2020-02-06T21:05:57+00:00"
},
{
"name": "egulias/email-validator",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
"reference": "2f38a470f9f179d8d8835256de58c300916e47ae"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/2f38a470f9f179d8d8835256de58c300916e47ae",
"reference": "2f38a470f9f179d8d8835256de58c300916e47ae",
"shasum": ""
},
"require": {
"doctrine/lexer": "^1.0.1",
"php": ">=5.5",
"symfony/polyfill-intl-idn": "^1.10"
},
"require-dev": {
"dominicsayers/isemail": "^3.0.7",
"phpunit/phpunit": "^4.8.36|^7.5.15",
"satooshi/php-coveralls": "^1.0.1"
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Egulias\\EmailValidator\\": "EmailValidator"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eduardo Gulias Davis"
}
],
"description": "A library for validating emails against several RFCs",
"homepage": "https://github.com/egulias/EmailValidator",
"keywords": [
"email",
"emailvalidation",
"emailvalidator",
"validation",
"validator"
],
"time": "2020-03-02T21:43:01+00:00"
},
{
"name": "symfony/polyfill-ctype",
"version": "dev-master",
@ -384,68 +264,6 @@
],
"time": "2020-05-12T16:14:59+00:00"
},
{
"name": "symfony/polyfill-intl-idn",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3bff59ea7047e925be6b7f2059d60af31bb46d6a",
"reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/polyfill-mbstring": "^1.3",
"symfony/polyfill-php72": "^1.10"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.17-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"idn",
"intl",
"polyfill",
"portable",
"shim"
],
"time": "2020-05-12T16:47:27+00:00"
},
{
"name": "symfony/polyfill-mbstring",
"version": "dev-master",
@ -505,73 +323,18 @@
],
"time": "2020-05-12T16:47:27+00:00"
},
{
"name": "symfony/polyfill-php72",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
"reference": "f048e612a3905f34931127360bdd2def19a5e582"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582",
"reference": "f048e612a3905f34931127360bdd2def19a5e582",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.17-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"time": "2020-05-12T16:47:27+00:00"
},
{
"name": "tracy/tracy",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/nette/tracy.git",
"reference": "29577e7934d37b31d59f3232c973720febf6242e"
"reference": "6d06dc115eee68db32dc0d6f3a466f1ead45a060"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/tracy/zipball/29577e7934d37b31d59f3232c973720febf6242e",
"reference": "29577e7934d37b31d59f3232c973720febf6242e",
"url": "https://api.github.com/repos/nette/tracy/zipball/6d06dc115eee68db32dc0d6f3a466f1ead45a060",
"reference": "6d06dc115eee68db32dc0d6f3a466f1ead45a060",
"shasum": ""
},
"require": {
@ -631,7 +394,7 @@
"nette",
"profiler"
],
"time": "2020-05-20T09:01:40+00:00"
"time": "2020-05-24T23:31:52+00:00"
},
{
"name": "twig/twig",
@ -639,22 +402,22 @@
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
"reference": "d81a7448ec4cb57187e608dd5f87f77bd0899568"
"reference": "3aa40a42b31e4d7d4000501a80ddd859ee02cfd8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/d81a7448ec4cb57187e608dd5f87f77bd0899568",
"reference": "d81a7448ec4cb57187e608dd5f87f77bd0899568",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/3aa40a42b31e4d7d4000501a80ddd859ee02cfd8",
"reference": "3aa40a42b31e4d7d4000501a80ddd859ee02cfd8",
"shasum": ""
},
"require": {
"php": "^7.2.5|^8.0",
"php": ">=7.2.5",
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-mbstring": "^1.3"
},
"require-dev": {
"psr/container": "^1.0",
"symfony/phpunit-bridge": "^4.4|^5.0"
"symfony/phpunit-bridge": "^4.4.9|^5.0.9"
},
"type": "library",
"extra": {
@ -693,7 +456,7 @@
"keywords": [
"templating"
],
"time": "2020-05-19T14:06:04+00:00"
"time": "2020-05-21T09:56:39+00:00"
},
{
"name": "ulrichsg/getopt-php",
@ -1037,12 +800,12 @@
"source": {
"type": "git",
"url": "https://github.com/Codeception/module-asserts.git",
"reference": "79f13d05b63f2fceba4d0e78044bab668c9b2a6b"
"reference": "06e81851f67c67d136a55dcfc1dfbff7b1993916"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Codeception/module-asserts/zipball/79f13d05b63f2fceba4d0e78044bab668c9b2a6b",
"reference": "79f13d05b63f2fceba4d0e78044bab668c9b2a6b",
"url": "https://api.github.com/repos/Codeception/module-asserts/zipball/06e81851f67c67d136a55dcfc1dfbff7b1993916",
"reference": "06e81851f67c67d136a55dcfc1dfbff7b1993916",
"shasum": ""
},
"require": {
@ -1081,7 +844,7 @@
"asserts",
"codeception"
],
"time": "2020-04-20T07:26:11+00:00"
"time": "2020-05-22T07:55:07+00:00"
},
{
"name": "codeception/module-phpbrowser",
@ -1316,12 +1079,12 @@
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "c8162bee934111d42b1db4869c09fb58926074c7"
"reference": "a4a1b6930528a8f7ee03518e6442ec7a44155d9d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/c8162bee934111d42b1db4869c09fb58926074c7",
"reference": "c8162bee934111d42b1db4869c09fb58926074c7",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/a4a1b6930528a8f7ee03518e6442ec7a44155d9d",
"reference": "a4a1b6930528a8f7ee03518e6442ec7a44155d9d",
"shasum": ""
},
"require": {
@ -1329,7 +1092,7 @@
"guzzlehttp/promises": "^1.0",
"guzzlehttp/psr7": "^1.6.1",
"php": ">=5.5",
"symfony/polyfill-intl-idn": "^1.11"
"symfony/polyfill-intl-idn": "1.17.0"
},
"require-dev": {
"ext-curl": "*",
@ -1375,7 +1138,7 @@
"rest",
"web service"
],
"time": "2020-05-19T12:55:02+00:00"
"time": "2020-05-25T19:35:05+00:00"
},
{
"name": "guzzlehttp/promises",
@ -1592,12 +1355,12 @@
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "ae4f810c4e5a586e048cf91a3fa318826071a5b9"
"reference": "4b9bd835261ef23d36397a46a76b496a458305e5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/ae4f810c4e5a586e048cf91a3fa318826071a5b9",
"reference": "ae4f810c4e5a586e048cf91a3fa318826071a5b9",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4b9bd835261ef23d36397a46a76b496a458305e5",
"reference": "4b9bd835261ef23d36397a46a76b496a458305e5",
"shasum": ""
},
"require": {
@ -1657,7 +1420,7 @@
"datetime",
"time"
],
"time": "2020-05-20T06:40:16+00:00"
"time": "2020-05-24T18:27:52+00:00"
},
{
"name": "phar-io/manifest",
@ -2420,12 +2183,12 @@
"source": {
"type": "git",
"url": "https://github.com/php-fig/event-dispatcher.git",
"reference": "cfea31e2e2abbe98159e825ce7d5040a39fba5f0"
"reference": "3b1c10727b12ecdfc7b80b040b887a94c64d8388"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/cfea31e2e2abbe98159e825ce7d5040a39fba5f0",
"reference": "cfea31e2e2abbe98159e825ce7d5040a39fba5f0",
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/3b1c10727b12ecdfc7b80b040b887a94c64d8388",
"reference": "3b1c10727b12ecdfc7b80b040b887a94c64d8388",
"shasum": ""
},
"require": {
@ -2458,7 +2221,7 @@
"psr",
"psr-14"
],
"time": "2019-05-22T19:30:22+00:00"
"time": "2020-05-26T00:50:43+00:00"
},
{
"name": "psr/http-message",
@ -3115,16 +2878,16 @@
"source": {
"type": "git",
"url": "https://github.com/symfony/browser-kit.git",
"reference": "626bcb3b3b405a78afde67fc591a80735b5302b3"
"reference": "f67f27eae9d5d94a74c53a520f1af00eeb223670"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/626bcb3b3b405a78afde67fc591a80735b5302b3",
"reference": "626bcb3b3b405a78afde67fc591a80735b5302b3",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/f67f27eae9d5d94a74c53a520f1af00eeb223670",
"reference": "f67f27eae9d5d94a74c53a520f1af00eeb223670",
"shasum": ""
},
"require": {
"php": "^7.2.5",
"php": ">=7.2.5",
"symfony/dom-crawler": "^4.4|^5.0"
},
"require-dev": {
@ -3166,7 +2929,7 @@
],
"description": "Symfony BrowserKit Component",
"homepage": "https://symfony.com",
"time": "2020-05-16T12:09:30+00:00"
"time": "2020-05-23T13:13:10+00:00"
},
{
"name": "symfony/console",
@ -3174,16 +2937,16 @@
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "b0b73844926a7dddee5c21c5f66a6e22d80c515a"
"reference": "ce51476c570cea3db6694d73c76ea12de681db0d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/b0b73844926a7dddee5c21c5f66a6e22d80c515a",
"reference": "b0b73844926a7dddee5c21c5f66a6e22d80c515a",
"url": "https://api.github.com/repos/symfony/console/zipball/ce51476c570cea3db6694d73c76ea12de681db0d",
"reference": "ce51476c570cea3db6694d73c76ea12de681db0d",
"shasum": ""
},
"require": {
"php": "^7.2.5",
"php": ">=7.2.5",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
"symfony/polyfill-php80": "^1.15",
@ -3245,7 +3008,7 @@
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
"time": "2020-05-16T12:09:30+00:00"
"time": "2020-05-24T09:01:01+00:00"
},
{
"name": "symfony/css-selector",
@ -3253,16 +3016,16 @@
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
"reference": "fef8cb75f73bc7222c32924678589db1a583ee35"
"reference": "59f93b18026535f06263f768082017ff7a9160d8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/fef8cb75f73bc7222c32924678589db1a583ee35",
"reference": "fef8cb75f73bc7222c32924678589db1a583ee35",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/59f93b18026535f06263f768082017ff7a9160d8",
"reference": "59f93b18026535f06263f768082017ff7a9160d8",
"shasum": ""
},
"require": {
"php": "^7.2.5"
"php": ">=7.2.5"
},
"type": "library",
"extra": {
@ -3298,7 +3061,7 @@
],
"description": "Symfony CssSelector Component",
"homepage": "https://symfony.com",
"time": "2020-05-16T12:09:30+00:00"
"time": "2020-05-20T17:44:07+00:00"
},
{
"name": "symfony/deprecation-contracts",
@ -3306,16 +3069,16 @@
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "ede224dcbc36138943a296107db2b8b2a690ac1c"
"reference": "dd99cb3a0aff6cadd2a8d7d7ed72c2161e218337"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/ede224dcbc36138943a296107db2b8b2a690ac1c",
"reference": "ede224dcbc36138943a296107db2b8b2a690ac1c",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/dd99cb3a0aff6cadd2a8d7d7ed72c2161e218337",
"reference": "dd99cb3a0aff6cadd2a8d7d7ed72c2161e218337",
"shasum": ""
},
"require": {
"php": "^7.1"
"php": ">=7.1"
},
"type": "library",
"extra": {
@ -3344,7 +3107,7 @@
],
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"time": "2020-02-14T07:31:56+00:00"
"time": "2020-05-27T08:34:37+00:00"
},
{
"name": "symfony/dom-crawler",
@ -3352,16 +3115,16 @@
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
"reference": "7ec3c28a6481623190724dd2c675b3ed9fbfa7fd"
"reference": "73e0ac530c705db69318609d0bb822dc677930d8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/7ec3c28a6481623190724dd2c675b3ed9fbfa7fd",
"reference": "7ec3c28a6481623190724dd2c675b3ed9fbfa7fd",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/73e0ac530c705db69318609d0bb822dc677930d8",
"reference": "73e0ac530c705db69318609d0bb822dc677930d8",
"shasum": ""
},
"require": {
"php": "^7.2.5",
"php": ">=7.2.5",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.15"
@ -3406,7 +3169,7 @@
],
"description": "Symfony DomCrawler Component",
"homepage": "https://symfony.com",
"time": "2020-05-16T12:09:30+00:00"
"time": "2020-05-23T13:10:26+00:00"
},
{
"name": "symfony/event-dispatcher",
@ -3414,16 +3177,16 @@
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "a74f5f95678f403c1fe10168594f23ada98c1bdc"
"reference": "8a53fd33b1637494c03565a24cfd195c9a8b2c2d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a74f5f95678f403c1fe10168594f23ada98c1bdc",
"reference": "a74f5f95678f403c1fe10168594f23ada98c1bdc",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/8a53fd33b1637494c03565a24cfd195c9a8b2c2d",
"reference": "8a53fd33b1637494c03565a24cfd195c9a8b2c2d",
"shasum": ""
},
"require": {
"php": "^7.2.5",
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
"symfony/event-dispatcher-contracts": "^2",
"symfony/polyfill-php80": "^1.15"
@ -3478,7 +3241,7 @@
],
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
"time": "2020-05-16T12:09:30+00:00"
"time": "2020-05-20T17:44:07+00:00"
},
{
"name": "symfony/event-dispatcher-contracts",
@ -3486,16 +3249,16 @@
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
"reference": "a66baaea4423031259070211f5123aa9200e7c42"
"reference": "405952c4e90941a17e52ef7489a2bd94870bb290"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a66baaea4423031259070211f5123aa9200e7c42",
"reference": "a66baaea4423031259070211f5123aa9200e7c42",
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/405952c4e90941a17e52ef7489a2bd94870bb290",
"reference": "405952c4e90941a17e52ef7489a2bd94870bb290",
"shasum": ""
},
"require": {
"php": "^7.2.5",
"php": ">=7.2.5",
"psr/event-dispatcher": "^1"
},
"suggest": {
@ -3536,7 +3299,7 @@
"interoperability",
"standards"
],
"time": "2020-05-08T21:41:03+00:00"
"time": "2020-05-20T17:43:50+00:00"
},
{
"name": "symfony/finder",
@ -3544,16 +3307,16 @@
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "b4dedc777901a8fd8b44937c03cae86ab462a1f7"
"reference": "2a63a45741144325f84d28ea1e67bc1b669b1748"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/b4dedc777901a8fd8b44937c03cae86ab462a1f7",
"reference": "b4dedc777901a8fd8b44937c03cae86ab462a1f7",
"url": "https://api.github.com/repos/symfony/finder/zipball/2a63a45741144325f84d28ea1e67bc1b669b1748",
"reference": "2a63a45741144325f84d28ea1e67bc1b669b1748",
"shasum": ""
},
"require": {
"php": "^7.2.5"
"php": ">=7.2.5"
},
"type": "library",
"extra": {
@ -3585,7 +3348,7 @@
],
"description": "Symfony Finder Component",
"homepage": "https://symfony.com",
"time": "2020-05-16T12:09:30+00:00"
"time": "2020-05-20T17:44:07+00:00"
},
{
"name": "symfony/polyfill-iconv",
@ -3706,6 +3469,68 @@
],
"time": "2020-05-12T16:47:27+00:00"
},
{
"name": "symfony/polyfill-intl-idn",
"version": "v1.17.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3bff59ea7047e925be6b7f2059d60af31bb46d6a",
"reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/polyfill-mbstring": "^1.3",
"symfony/polyfill-php72": "^1.10"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.17-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"idn",
"intl",
"polyfill",
"portable",
"shim"
],
"time": "2020-05-12T16:47:27+00:00"
},
{
"name": "symfony/polyfill-intl-normalizer",
"version": "dev-master",
@ -3769,6 +3594,61 @@
],
"time": "2020-05-12T16:14:59+00:00"
},
{
"name": "symfony/polyfill-php72",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
"reference": "f048e612a3905f34931127360bdd2def19a5e582"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582",
"reference": "f048e612a3905f34931127360bdd2def19a5e582",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.17-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"time": "2020-05-12T16:47:27+00:00"
},
{
"name": "symfony/polyfill-php73",
"version": "dev-master",
@ -3895,16 +3775,16 @@
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "ff3652f695b7bd4d6da14bbe651d26b3d6c2bbcc"
"reference": "66a8f0957a3ca54e4f724e49028ab19d75a8918b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/ff3652f695b7bd4d6da14bbe651d26b3d6c2bbcc",
"reference": "ff3652f695b7bd4d6da14bbe651d26b3d6c2bbcc",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/66a8f0957a3ca54e4f724e49028ab19d75a8918b",
"reference": "66a8f0957a3ca54e4f724e49028ab19d75a8918b",
"shasum": ""
},
"require": {
"php": "^7.2.5",
"php": ">=7.2.5",
"psr/container": "^1.0"
},
"suggest": {
@ -3945,7 +3825,7 @@
"interoperability",
"standards"
],
"time": "2020-05-08T21:41:03+00:00"
"time": "2020-05-20T17:43:50+00:00"
},
{
"name": "symfony/string",
@ -3953,16 +3833,16 @@
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "bd36f61f332df0960309ea75a07ec1405e9f3fbb"
"reference": "5a3def001d333ffba82085f63efb575f09a9c724"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/bd36f61f332df0960309ea75a07ec1405e9f3fbb",
"reference": "bd36f61f332df0960309ea75a07ec1405e9f3fbb",
"url": "https://api.github.com/repos/symfony/string/zipball/5a3def001d333ffba82085f63efb575f09a9c724",
"reference": "5a3def001d333ffba82085f63efb575f09a9c724",
"shasum": ""
},
"require": {
"php": "^7.2.5",
"php": ">=7.2.5",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
@ -4016,7 +3896,7 @@
"utf-8",
"utf8"
],
"time": "2020-05-16T12:09:30+00:00"
"time": "2020-05-20T17:44:07+00:00"
},
{
"name": "symfony/translation",
@ -4024,16 +3904,16 @@
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
"reference": "4a7e60d23053697d456b70bc8a51801dc295289e"
"reference": "4f640e4983f86002cc4a6d1ff0a1e888fb97a9fe"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/4a7e60d23053697d456b70bc8a51801dc295289e",
"reference": "4a7e60d23053697d456b70bc8a51801dc295289e",
"url": "https://api.github.com/repos/symfony/translation/zipball/4f640e4983f86002cc4a6d1ff0a1e888fb97a9fe",
"reference": "4f640e4983f86002cc4a6d1ff0a1e888fb97a9fe",
"shasum": ""
},
"require": {
"php": "^7.2.5",
"php": ">=7.2.5",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.15",
"symfony/translation-contracts": "^2"
@ -4094,7 +3974,7 @@
],
"description": "Symfony Translation Component",
"homepage": "https://symfony.com",
"time": "2020-05-16T12:09:30+00:00"
"time": "2020-05-20T17:44:07+00:00"
},
{
"name": "symfony/translation-contracts",
@ -4102,16 +3982,16 @@
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
"reference": "cfa7f3f5bda0cffdb415d41dd86aa980a3837218"
"reference": "e5ca07c8f817f865f618aa072c2fe8e0e637340e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/cfa7f3f5bda0cffdb415d41dd86aa980a3837218",
"reference": "cfa7f3f5bda0cffdb415d41dd86aa980a3837218",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/e5ca07c8f817f865f618aa072c2fe8e0e637340e",
"reference": "e5ca07c8f817f865f618aa072c2fe8e0e637340e",
"shasum": ""
},
"require": {
"php": "^7.2.5"
"php": ">=7.2.5"
},
"suggest": {
"symfony/translation-implementation": ""
@ -4151,7 +4031,7 @@
"interoperability",
"standards"
],
"time": "2020-05-08T21:41:03+00:00"
"time": "2020-05-20T17:43:50+00:00"
},
{
"name": "symfony/yaml",
@ -4159,16 +4039,16 @@
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "07184ce41432ca9267fa1300a97592b31c40edd5"
"reference": "90faa846d8e34b647d3021227ee37b838f1001b5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/07184ce41432ca9267fa1300a97592b31c40edd5",
"reference": "07184ce41432ca9267fa1300a97592b31c40edd5",
"url": "https://api.github.com/repos/symfony/yaml/zipball/90faa846d8e34b647d3021227ee37b838f1001b5",
"reference": "90faa846d8e34b647d3021227ee37b838f1001b5",
"shasum": ""
},
"require": {
"php": "^7.2.5",
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-ctype": "~1.8"
},
@ -4214,7 +4094,7 @@
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
"time": "2020-05-16T12:09:30+00:00"
"time": "2020-05-20T17:44:07+00:00"
},
{
"name": "theseer/tokenizer",
@ -4481,7 +4361,6 @@
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"egulias/email-validator": 20,
"twig/twig": 20,
"tracy/tracy": 20,
"delight-im/auth": 20,