|
@@ -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": "25635044dfd9ba42712e0f640b98c453",
|
|
|
+ "content-hash": "b90c6c01b6b2836ce21293a49dfe7719",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "anankke/omnipay-alipay",
|
|
@@ -5223,6 +5223,88 @@
|
|
|
],
|
|
|
"time": "2023-05-12T14:21:09+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-ctype",
|
|
|
+ "version": "v1.28.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-ctype.git",
|
|
|
+ "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
|
|
|
+ "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "ext-ctype": "*"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-ctype": "For best performance"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "1.28-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/polyfill",
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "bootstrap.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Polyfill\\Ctype\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Gert de Pagter",
|
|
|
+ "email": "[email protected]"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Symfony polyfill for ctype functions",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "compatibility",
|
|
|
+ "ctype",
|
|
|
+ "polyfill",
|
|
|
+ "portable"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.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": "2023-01-26T09:26:14+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "symfony/polyfill-iconv",
|
|
|
"version": "v1.28.0",
|
|
@@ -6101,6 +6183,78 @@
|
|
|
},
|
|
|
"time": "2023-10-25T22:16:50+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "twig/twig",
|
|
|
+ "version": "v3.8.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/twigphp/Twig.git",
|
|
|
+ "reference": "9d15f0ac07f44dc4217883ec6ae02fd555c6f71d"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/twigphp/Twig/zipball/9d15f0ac07f44dc4217883ec6ae02fd555c6f71d",
|
|
|
+ "reference": "9d15f0ac07f44dc4217883ec6ae02fd555c6f71d",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "symfony/polyfill-ctype": "^1.8",
|
|
|
+ "symfony/polyfill-mbstring": "^1.3",
|
|
|
+ "symfony/polyfill-php80": "^1.22"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "psr/container": "^1.0|^2.0",
|
|
|
+ "symfony/phpunit-bridge": "^5.4.9|^6.3|^7.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Twig\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Fabien Potencier",
|
|
|
+ "email": "[email protected]",
|
|
|
+ "homepage": "http://fabien.potencier.org",
|
|
|
+ "role": "Lead Developer"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Twig Team",
|
|
|
+ "role": "Contributors"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Armin Ronacher",
|
|
|
+ "email": "[email protected]",
|
|
|
+ "role": "Project Founder"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Twig, the flexible, fast, and secure template language for PHP",
|
|
|
+ "homepage": "https://twig.symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "templating"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/twigphp/Twig/issues",
|
|
|
+ "source": "https://github.com/twigphp/Twig/tree/v3.8.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/twig/twig",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2023-11-21T18:54:41+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "vectorface/googleauthenticator",
|
|
|
"version": "v3.0",
|
|
@@ -9573,88 +9727,6 @@
|
|
|
],
|
|
|
"time": "2023-09-26T12:56:25+00:00"
|
|
|
},
|
|
|
- {
|
|
|
- "name": "symfony/polyfill-ctype",
|
|
|
- "version": "v1.28.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/polyfill-ctype.git",
|
|
|
- "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
|
|
|
- "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1"
|
|
|
- },
|
|
|
- "provide": {
|
|
|
- "ext-ctype": "*"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-ctype": "For best performance"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-main": "1.28-dev"
|
|
|
- },
|
|
|
- "thanks": {
|
|
|
- "name": "symfony/polyfill",
|
|
|
- "url": "https://github.com/symfony/polyfill"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "bootstrap.php"
|
|
|
- ],
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Polyfill\\Ctype\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Gert de Pagter",
|
|
|
- "email": "[email protected]"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Symfony Community",
|
|
|
- "homepage": "https://symfony.com/contributors"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Symfony polyfill for ctype functions",
|
|
|
- "homepage": "https://symfony.com",
|
|
|
- "keywords": [
|
|
|
- "compatibility",
|
|
|
- "ctype",
|
|
|
- "polyfill",
|
|
|
- "portable"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.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": "2023-01-26T09:26:14+00:00"
|
|
|
- },
|
|
|
{
|
|
|
"name": "symfony/polyfill-php81",
|
|
|
"version": "v1.28.0",
|