|
|
@@ -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": "2804e81bca9a58669546bcb9ce9ff709",
|
|
|
+ "content-hash": "31b61db839e1410d99f242c8e3775a26",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "dibi/dibi",
|
|
|
@@ -1048,16 +1048,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/deprecation-contracts",
|
|
|
- "version": "v2.5.2",
|
|
|
+ "version": "v2.5.3",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
|
|
- "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
|
|
|
+ "reference": "80d075412b557d41002320b96a096ca65aa2c98d"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
|
|
|
- "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
|
|
|
+ "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/80d075412b557d41002320b96a096ca65aa2c98d",
|
|
|
+ "reference": "80d075412b557d41002320b96a096ca65aa2c98d",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
@@ -1095,7 +1095,7 @@
|
|
|
"description": "A generic function and convention to trigger deprecation notices",
|
|
|
"homepage": "https://symfony.com",
|
|
|
"support": {
|
|
|
- "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
|
|
|
+ "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.3"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
|
@@ -1111,7 +1111,7 @@
|
|
|
"type": "tidelift"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2022-01-02T09:53:40+00:00"
|
|
|
+ "time": "2023-01-24T14:02:46+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/event-dispatcher-contracts",
|
|
|
@@ -1194,27 +1194,35 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/http-foundation",
|
|
|
- "version": "v4.4.49",
|
|
|
+ "version": "v5.4.46",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/http-foundation.git",
|
|
|
- "reference": "191413c7b832c015bb38eae963f2e57498c3c173"
|
|
|
+ "reference": "168b77c71e6f02d8fc479db78beaf742a37d3cab"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/http-foundation/zipball/191413c7b832c015bb38eae963f2e57498c3c173",
|
|
|
- "reference": "191413c7b832c015bb38eae963f2e57498c3c173",
|
|
|
+ "url": "https://api.github.com/repos/symfony/http-foundation/zipball/168b77c71e6f02d8fc479db78beaf742a37d3cab",
|
|
|
+ "reference": "168b77c71e6f02d8fc479db78beaf742a37d3cab",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": ">=7.1.3",
|
|
|
- "symfony/mime": "^4.3|^5.0",
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "symfony/deprecation-contracts": "^2.1|^3",
|
|
|
"symfony/polyfill-mbstring": "~1.1",
|
|
|
"symfony/polyfill-php80": "^1.16"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
- "predis/predis": "~1.0",
|
|
|
- "symfony/expression-language": "^3.4|^4.0|^5.0"
|
|
|
+ "predis/predis": "^1.0|^2.0",
|
|
|
+ "symfony/cache": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/dependency-injection": "^5.4|^6.0",
|
|
|
+ "symfony/expression-language": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
|
|
|
+ "symfony/mime": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/rate-limiter": "^5.2|^6.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/mime": "To use the file extension guesser"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"autoload": {
|
|
|
@@ -1242,262 +1250,7 @@
|
|
|
"description": "Defines an object-oriented layer for the HTTP specification",
|
|
|
"homepage": "https://symfony.com",
|
|
|
"support": {
|
|
|
- "source": "https://github.com/symfony/http-foundation/tree/v4.4.49"
|
|
|
- },
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://symfony.com/sponsor",
|
|
|
- "type": "custom"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://github.com/fabpot",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
- "type": "tidelift"
|
|
|
- }
|
|
|
- ],
|
|
|
- "time": "2022-11-04T16:17:57+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/mime",
|
|
|
- "version": "v5.4.19",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/mime.git",
|
|
|
- "reference": "a858429a9c704edc53fe057228cf9ca282ba48eb"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/mime/zipball/a858429a9c704edc53fe057228cf9ca282ba48eb",
|
|
|
- "reference": "a858429a9c704edc53fe057228cf9ca282ba48eb",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.2.5",
|
|
|
- "symfony/deprecation-contracts": "^2.1|^3",
|
|
|
- "symfony/polyfill-intl-idn": "^1.10",
|
|
|
- "symfony/polyfill-mbstring": "^1.0",
|
|
|
- "symfony/polyfill-php80": "^1.16"
|
|
|
- },
|
|
|
- "conflict": {
|
|
|
- "egulias/email-validator": "~3.0.0",
|
|
|
- "phpdocumentor/reflection-docblock": "<3.2.2",
|
|
|
- "phpdocumentor/type-resolver": "<1.4.0",
|
|
|
- "symfony/mailer": "<4.4",
|
|
|
- "symfony/serializer": "<5.4.14|>=6.0,<6.0.14|>=6.1,<6.1.6"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "egulias/email-validator": "^2.1.10|^3.1|^4",
|
|
|
- "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
|
|
|
- "symfony/dependency-injection": "^4.4|^5.0|^6.0",
|
|
|
- "symfony/property-access": "^4.4|^5.1|^6.0",
|
|
|
- "symfony/property-info": "^4.4|^5.1|^6.0",
|
|
|
- "symfony/serializer": "^5.4.14|~6.0.14|^6.1.6"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Component\\Mime\\": ""
|
|
|
- },
|
|
|
- "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": "Allows manipulating MIME messages",
|
|
|
- "homepage": "https://symfony.com",
|
|
|
- "keywords": [
|
|
|
- "mime",
|
|
|
- "mime-type"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "source": "https://github.com/symfony/mime/tree/v5.4.19"
|
|
|
- },
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://symfony.com/sponsor",
|
|
|
- "type": "custom"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://github.com/fabpot",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
- "type": "tidelift"
|
|
|
- }
|
|
|
- ],
|
|
|
- "time": "2023-01-09T05:43:46+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/polyfill-intl-idn",
|
|
|
- "version": "v1.27.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/polyfill-intl-idn.git",
|
|
|
- "reference": "639084e360537a19f9ee352433b84ce831f3d2da"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da",
|
|
|
- "reference": "639084e360537a19f9ee352433b84ce831f3d2da",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1",
|
|
|
- "symfony/polyfill-intl-normalizer": "^1.10",
|
|
|
- "symfony/polyfill-php72": "^1.10"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-intl": "For best performance"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-main": "1.27-dev"
|
|
|
- },
|
|
|
- "thanks": {
|
|
|
- "name": "symfony/polyfill",
|
|
|
- "url": "https://github.com/symfony/polyfill"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "bootstrap.php"
|
|
|
- ],
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Polyfill\\Intl\\Idn\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Laurent Bassin",
|
|
|
- "email": "laurent@bassin.info"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Trevor Rowbotham",
|
|
|
- "email": "trevor.rowbotham@pm.me"
|
|
|
- },
|
|
|
- {
|
|
|
- "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"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0"
|
|
|
- },
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://symfony.com/sponsor",
|
|
|
- "type": "custom"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://github.com/fabpot",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
- "type": "tidelift"
|
|
|
- }
|
|
|
- ],
|
|
|
- "time": "2022-11-03T14:55:06+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/polyfill-intl-normalizer",
|
|
|
- "version": "v1.27.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
|
|
- "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
|
|
|
- "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-intl": "For best performance"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-main": "1.27-dev"
|
|
|
- },
|
|
|
- "thanks": {
|
|
|
- "name": "symfony/polyfill",
|
|
|
- "url": "https://github.com/symfony/polyfill"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "bootstrap.php"
|
|
|
- ],
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
|
|
|
- },
|
|
|
- "classmap": [
|
|
|
- "Resources/stubs"
|
|
|
- ]
|
|
|
- },
|
|
|
- "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 for intl's Normalizer class and related functions",
|
|
|
- "homepage": "https://symfony.com",
|
|
|
- "keywords": [
|
|
|
- "compatibility",
|
|
|
- "intl",
|
|
|
- "normalizer",
|
|
|
- "polyfill",
|
|
|
- "portable",
|
|
|
- "shim"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
|
|
|
+ "source": "https://github.com/symfony/http-foundation/tree/v5.4.46"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
|
@@ -1513,24 +1266,24 @@
|
|
|
"type": "tidelift"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2022-11-03T14:55:06+00:00"
|
|
|
+ "time": "2024-11-05T15:52:21+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/polyfill-mbstring",
|
|
|
- "version": "v1.27.0",
|
|
|
+ "version": "v1.31.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
|
- "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
|
|
|
+ "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
|
|
|
- "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
|
|
|
+ "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": ">=7.1"
|
|
|
+ "php": ">=7.2"
|
|
|
},
|
|
|
"provide": {
|
|
|
"ext-mbstring": "*"
|
|
|
@@ -1540,9 +1293,6 @@
|
|
|
},
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-main": "1.27-dev"
|
|
|
- },
|
|
|
"thanks": {
|
|
|
"name": "symfony/polyfill",
|
|
|
"url": "https://github.com/symfony/polyfill"
|
|
|
@@ -1580,83 +1330,7 @@
|
|
|
"shim"
|
|
|
],
|
|
|
"support": {
|
|
|
- "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
|
|
|
- },
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://symfony.com/sponsor",
|
|
|
- "type": "custom"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://github.com/fabpot",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
- "type": "tidelift"
|
|
|
- }
|
|
|
- ],
|
|
|
- "time": "2022-11-03T14:55:06+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/polyfill-php72",
|
|
|
- "version": "v1.27.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/polyfill-php72.git",
|
|
|
- "reference": "869329b1e9894268a8a61dabb69153029b7a8c97"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97",
|
|
|
- "reference": "869329b1e9894268a8a61dabb69153029b7a8c97",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-main": "1.27-dev"
|
|
|
- },
|
|
|
- "thanks": {
|
|
|
- "name": "symfony/polyfill",
|
|
|
- "url": "https://github.com/symfony/polyfill"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "bootstrap.php"
|
|
|
- ],
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Polyfill\\Php72\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "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"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0"
|
|
|
+ "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
|
@@ -1672,30 +1346,27 @@
|
|
|
"type": "tidelift"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2022-11-03T14:55:06+00:00"
|
|
|
+ "time": "2024-09-09T11:45:10+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/polyfill-php80",
|
|
|
- "version": "v1.27.0",
|
|
|
+ "version": "v1.31.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
|
|
- "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
|
|
|
+ "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
|
|
|
- "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
|
|
|
+ "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": ">=7.1"
|
|
|
+ "php": ">=7.2"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-main": "1.27-dev"
|
|
|
- },
|
|
|
"thanks": {
|
|
|
"name": "symfony/polyfill",
|
|
|
"url": "https://github.com/symfony/polyfill"
|
|
|
@@ -1739,7 +1410,7 @@
|
|
|
"shim"
|
|
|
],
|
|
|
"support": {
|
|
|
- "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
|
|
|
+ "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
|
@@ -1755,7 +1426,7 @@
|
|
|
"type": "tidelift"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2022-11-03T14:55:06+00:00"
|
|
|
+ "time": "2024-09-09T11:45:10+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/security-core",
|
|
|
@@ -4536,6 +4207,82 @@
|
|
|
],
|
|
|
"time": "2022-07-29T07:35:46+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-php72",
|
|
|
+ "version": "v1.27.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-php72.git",
|
|
|
+ "reference": "869329b1e9894268a8a61dabb69153029b7a8c97"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97",
|
|
|
+ "reference": "869329b1e9894268a8a61dabb69153029b7a8c97",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "1.27-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/polyfill",
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "bootstrap.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Polyfill\\Php72\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-11-03T14:55:06+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "symfony/polyfill-php73",
|
|
|
"version": "v1.27.0",
|