|
|
|
@ -10360,22 +10360,22 @@ |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/error-handler", |
|
|
|
|
"version": "v6.4.14", |
|
|
|
|
"version": "v7.2.0", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/error-handler.git", |
|
|
|
|
"reference": "9e024324511eeb00983ee76b9aedc3e6ecd993d9" |
|
|
|
|
"reference": "672b3dd1ef8b87119b446d67c58c106c43f965fe" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/error-handler/zipball/9e024324511eeb00983ee76b9aedc3e6ecd993d9", |
|
|
|
|
"reference": "9e024324511eeb00983ee76b9aedc3e6ecd993d9", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/error-handler/zipball/672b3dd1ef8b87119b446d67c58c106c43f965fe", |
|
|
|
|
"reference": "672b3dd1ef8b87119b446d67c58c106c43f965fe", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=8.1", |
|
|
|
|
"php": ">=8.2", |
|
|
|
|
"psr/log": "^1|^2|^3", |
|
|
|
|
"symfony/var-dumper": "^5.4|^6.0|^7.0" |
|
|
|
|
"symfony/var-dumper": "^6.4|^7.0" |
|
|
|
|
}, |
|
|
|
|
"conflict": { |
|
|
|
|
"symfony/deprecation-contracts": "<2.5", |
|
|
|
@ -10384,7 +10384,7 @@ |
|
|
|
|
"require-dev": { |
|
|
|
|
"symfony/deprecation-contracts": "^2.5|^3", |
|
|
|
|
"symfony/http-kernel": "^6.4|^7.0", |
|
|
|
|
"symfony/serializer": "^5.4|^6.0|^7.0" |
|
|
|
|
"symfony/serializer": "^6.4|^7.0" |
|
|
|
|
}, |
|
|
|
|
"bin": [ |
|
|
|
|
"Resources/bin/patch-type-declarations" |
|
|
|
@ -10415,7 +10415,7 @@ |
|
|
|
|
"description": "Provides tools to manage errors and ease debugging PHP code", |
|
|
|
|
"homepage": "https://symfony.com", |
|
|
|
|
"support": { |
|
|
|
|
"source": "https://github.com/symfony/error-handler/tree/v6.4.14" |
|
|
|
|
"source": "https://github.com/symfony/error-handler/tree/v7.2.0" |
|
|
|
|
}, |
|
|
|
|
"funding": [ |
|
|
|
|
{ |
|
|
|
@ -10431,7 +10431,7 @@ |
|
|
|
|
"type": "tidelift" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"time": "2024-11-05T15:34:40+00:00" |
|
|
|
|
"time": "2024-11-05T15:35:02+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/event-dispatcher", |
|
|
|
@ -12170,27 +12170,27 @@ |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/password-hasher", |
|
|
|
|
"version": "v6.4.13", |
|
|
|
|
"version": "v7.2.0", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/password-hasher.git", |
|
|
|
|
"reference": "e97a1b31f60b8bdfc1fdedab4398538da9441d47" |
|
|
|
|
"reference": "d8bd3d66d074c0acba1214a0d42f5941a8e1e94d" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/password-hasher/zipball/e97a1b31f60b8bdfc1fdedab4398538da9441d47", |
|
|
|
|
"reference": "e97a1b31f60b8bdfc1fdedab4398538da9441d47", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/password-hasher/zipball/d8bd3d66d074c0acba1214a0d42f5941a8e1e94d", |
|
|
|
|
"reference": "d8bd3d66d074c0acba1214a0d42f5941a8e1e94d", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=8.1" |
|
|
|
|
"php": ">=8.2" |
|
|
|
|
}, |
|
|
|
|
"conflict": { |
|
|
|
|
"symfony/security-core": "<5.4" |
|
|
|
|
"symfony/security-core": "<6.4" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"symfony/console": "^5.4|^6.0|^7.0", |
|
|
|
|
"symfony/security-core": "^5.4|^6.0|^7.0" |
|
|
|
|
"symfony/console": "^6.4|^7.0", |
|
|
|
|
"symfony/security-core": "^6.4|^7.0" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"autoload": { |
|
|
|
@ -12222,7 +12222,7 @@ |
|
|
|
|
"password" |
|
|
|
|
], |
|
|
|
|
"support": { |
|
|
|
|
"source": "https://github.com/symfony/password-hasher/tree/v6.4.13" |
|
|
|
|
"source": "https://github.com/symfony/password-hasher/tree/v7.2.0" |
|
|
|
|
}, |
|
|
|
|
"funding": [ |
|
|
|
|
{ |
|
|
|
@ -12238,7 +12238,7 @@ |
|
|
|
|
"type": "tidelift" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"time": "2024-09-25T14:18:03+00:00" |
|
|
|
|
"time": "2024-09-25T14:21:43+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/polyfill-intl-grapheme", |
|
|
|
@ -13478,44 +13478,45 @@ |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/security-core", |
|
|
|
|
"version": "v6.4.16", |
|
|
|
|
"version": "v7.2.0", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/security-core.git", |
|
|
|
|
"reference": "19cdb7de86e556202ab16e0cffd1a97348231bc0" |
|
|
|
|
"reference": "fdbf318b939a86f89b0c071f60b9d551261d3cc1" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/security-core/zipball/19cdb7de86e556202ab16e0cffd1a97348231bc0", |
|
|
|
|
"reference": "19cdb7de86e556202ab16e0cffd1a97348231bc0", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/security-core/zipball/fdbf318b939a86f89b0c071f60b9d551261d3cc1", |
|
|
|
|
"reference": "fdbf318b939a86f89b0c071f60b9d551261d3cc1", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=8.1", |
|
|
|
|
"php": ">=8.2", |
|
|
|
|
"symfony/deprecation-contracts": "^2.5|^3", |
|
|
|
|
"symfony/event-dispatcher-contracts": "^2.5|^3", |
|
|
|
|
"symfony/password-hasher": "^5.4|^6.0|^7.0", |
|
|
|
|
"symfony/password-hasher": "^6.4|^7.0", |
|
|
|
|
"symfony/service-contracts": "^2.5|^3" |
|
|
|
|
}, |
|
|
|
|
"conflict": { |
|
|
|
|
"symfony/event-dispatcher": "<5.4", |
|
|
|
|
"symfony/http-foundation": "<5.4", |
|
|
|
|
"symfony/ldap": "<5.4", |
|
|
|
|
"symfony/security-guard": "<5.4", |
|
|
|
|
"symfony/translation": "<5.4.35|>=6.0,<6.3.12|>=6.4,<6.4.3|>=7.0,<7.0.3", |
|
|
|
|
"symfony/validator": "<5.4" |
|
|
|
|
"symfony/dependency-injection": "<6.4", |
|
|
|
|
"symfony/event-dispatcher": "<6.4", |
|
|
|
|
"symfony/http-foundation": "<6.4", |
|
|
|
|
"symfony/ldap": "<6.4", |
|
|
|
|
"symfony/translation": "<6.4.3|>=7.0,<7.0.3", |
|
|
|
|
"symfony/validator": "<6.4" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"psr/cache": "^1.0|^2.0|^3.0", |
|
|
|
|
"psr/container": "^1.1|^2.0", |
|
|
|
|
"psr/log": "^1|^2|^3", |
|
|
|
|
"symfony/cache": "^5.4|^6.0|^7.0", |
|
|
|
|
"symfony/event-dispatcher": "^5.4|^6.0|^7.0", |
|
|
|
|
"symfony/expression-language": "^5.4|^6.0|^7.0", |
|
|
|
|
"symfony/http-foundation": "^5.4|^6.0|^7.0", |
|
|
|
|
"symfony/ldap": "^5.4|^6.0|^7.0", |
|
|
|
|
"symfony/string": "^5.4|^6.0|^7.0", |
|
|
|
|
"symfony/translation": "^5.4.35|~6.3.12|^6.4.3|^7.0.3", |
|
|
|
|
"symfony/cache": "^6.4|^7.0", |
|
|
|
|
"symfony/dependency-injection": "^6.4|^7.0", |
|
|
|
|
"symfony/event-dispatcher": "^6.4|^7.0", |
|
|
|
|
"symfony/expression-language": "^6.4|^7.0", |
|
|
|
|
"symfony/http-foundation": "^6.4|^7.0", |
|
|
|
|
"symfony/ldap": "^6.4|^7.0", |
|
|
|
|
"symfony/string": "^6.4|^7.0", |
|
|
|
|
"symfony/translation": "^6.4.3|^7.0.3", |
|
|
|
|
"symfony/validator": "^6.4|^7.0" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
@ -13544,7 +13545,7 @@ |
|
|
|
|
"description": "Symfony Security Component - Core Library", |
|
|
|
|
"homepage": "https://symfony.com", |
|
|
|
|
"support": { |
|
|
|
|
"source": "https://github.com/symfony/security-core/tree/v6.4.16" |
|
|
|
|
"source": "https://github.com/symfony/security-core/tree/v7.2.0" |
|
|
|
|
}, |
|
|
|
|
"funding": [ |
|
|
|
|
{ |
|
|
|
@ -13560,7 +13561,7 @@ |
|
|
|
|
"type": "tidelift" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"time": "2024-11-27T09:48:51+00:00" |
|
|
|
|
"time": "2024-11-27T09:50:52+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/security-csrf", |
|
|
|
@ -13632,47 +13633,47 @@ |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/security-http", |
|
|
|
|
"version": "v6.4.15", |
|
|
|
|
"version": "v7.2.0", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/security-http.git", |
|
|
|
|
"reference": "ded1e078f952e686b058d9eac98e497bea47b308" |
|
|
|
|
"reference": "0d0ab4d491f22306c893b2d30ce73ea911201a61" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/security-http/zipball/ded1e078f952e686b058d9eac98e497bea47b308", |
|
|
|
|
"reference": "ded1e078f952e686b058d9eac98e497bea47b308", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/security-http/zipball/0d0ab4d491f22306c893b2d30ce73ea911201a61", |
|
|
|
|
"reference": "0d0ab4d491f22306c893b2d30ce73ea911201a61", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=8.1", |
|
|
|
|
"php": ">=8.2", |
|
|
|
|
"symfony/deprecation-contracts": "^2.5|^3", |
|
|
|
|
"symfony/http-foundation": "^6.2|^7.0", |
|
|
|
|
"symfony/http-kernel": "^6.3|^7.0", |
|
|
|
|
"symfony/http-foundation": "^6.4|^7.0", |
|
|
|
|
"symfony/http-kernel": "^6.4|^7.0", |
|
|
|
|
"symfony/polyfill-mbstring": "~1.0", |
|
|
|
|
"symfony/property-access": "^5.4|^6.0|^7.0", |
|
|
|
|
"symfony/security-core": "^6.4|^7.0", |
|
|
|
|
"symfony/property-access": "^6.4|^7.0", |
|
|
|
|
"symfony/security-core": "^7.2", |
|
|
|
|
"symfony/service-contracts": "^2.5|^3" |
|
|
|
|
}, |
|
|
|
|
"conflict": { |
|
|
|
|
"symfony/clock": "<6.3", |
|
|
|
|
"symfony/event-dispatcher": "<5.4.9|>=6,<6.0.9", |
|
|
|
|
"symfony/clock": "<6.4", |
|
|
|
|
"symfony/event-dispatcher": "<6.4", |
|
|
|
|
"symfony/http-client-contracts": "<3.0", |
|
|
|
|
"symfony/security-bundle": "<5.4", |
|
|
|
|
"symfony/security-csrf": "<5.4" |
|
|
|
|
"symfony/security-bundle": "<6.4", |
|
|
|
|
"symfony/security-csrf": "<6.4" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"psr/log": "^1|^2|^3", |
|
|
|
|
"symfony/cache": "^5.4|^6.0|^7.0", |
|
|
|
|
"symfony/clock": "^6.3|^7.0", |
|
|
|
|
"symfony/expression-language": "^5.4|^6.0|^7.0", |
|
|
|
|
"symfony/cache": "^6.4|^7.0", |
|
|
|
|
"symfony/clock": "^6.4|^7.0", |
|
|
|
|
"symfony/expression-language": "^6.4|^7.0", |
|
|
|
|
"symfony/http-client": "^6.4|^7.0", |
|
|
|
|
"symfony/http-client-contracts": "^3.0", |
|
|
|
|
"symfony/rate-limiter": "^5.4|^6.0|^7.0", |
|
|
|
|
"symfony/routing": "^5.4|^6.0|^7.0", |
|
|
|
|
"symfony/security-csrf": "^5.4|^6.0|^7.0", |
|
|
|
|
"symfony/translation": "^5.4|^6.0|^7.0", |
|
|
|
|
"web-token/jwt-checker": "^3.1", |
|
|
|
|
"web-token/jwt-signature-algorithm-ecdsa": "^3.1" |
|
|
|
|
"symfony/rate-limiter": "^6.4|^7.0", |
|
|
|
|
"symfony/routing": "^6.4|^7.0", |
|
|
|
|
"symfony/security-csrf": "^6.4|^7.0", |
|
|
|
|
"symfony/translation": "^6.4|^7.0", |
|
|
|
|
"web-token/jwt-library": "^3.3.2|^4.0" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"autoload": { |
|
|
|
@ -13700,7 +13701,7 @@ |
|
|
|
|
"description": "Symfony Security Component - HTTP Integration", |
|
|
|
|
"homepage": "https://symfony.com", |
|
|
|
|
"support": { |
|
|
|
|
"source": "https://github.com/symfony/security-http/tree/v6.4.15" |
|
|
|
|
"source": "https://github.com/symfony/security-http/tree/v7.2.0" |
|
|
|
|
}, |
|
|
|
|
"funding": [ |
|
|
|
|
{ |
|
|
|
@ -13716,7 +13717,7 @@ |
|
|
|
|
"type": "tidelift" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"time": "2024-11-13T13:40:18+00:00" |
|
|
|
|
"time": "2024-11-13T13:40:36+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/serializer", |
|
|
|
|