diff --git a/.env.dist b/.env.dist
index 8038018..039fe3f 100644
--- a/.env.dist
+++ b/.env.dist
@@ -38,3 +38,8 @@ BLACKFIRE_LOG_LEVEL=0
###> symfony/mailer ###
# MAILER_DSN=smtp://localhost
###< symfony/mailer ###
+
+###> pixelopen/cloudflare-turnstile-bundle ###
+TURNSTILE_KEY=3x00000000000000000000FF
+TURNSTILE_SECRET=1x0000000000000000000000000000000AA
+###< pixelopen/cloudflare-turnstile-bundle ###
diff --git a/composer.json b/composer.json
index e35ec8e..e389217 100644
--- a/composer.json
+++ b/composer.json
@@ -1,66 +1,94 @@
{
"name": "bolt/project",
"type": "project",
- "description": "Bolt 4 standard project skeleton",
+ "description": "Bolt 5 standard project skeleton",
"license": "MIT",
"require": {
+ "php": "^8.2",
"bobdenotter/weatherwidget": "^1.0",
- "bolt/assets": "^4.0",
- "bolt/core": "^4.0",
+ "bolt/assets": "^5.2",
+ "bolt/core": "^5.2",
"bolt/newswidget": "^1.1",
"bolt/themes": "^3.1",
- "symfony/flex": "^1.6",
+ "symfony/flex": "^2",
"bobdenotter/configuration-notices": "^1.0",
- "bolt/redactor": "^1.0",
+ "bolt/redactor": "^2.0",
"twig/twig": "^3.0",
"guzzlehttp/guzzle": "^7.0.1",
"ext-json": "*",
- "bolt/article": "^1.0",
+ "bolt/article": "^2.0",
"bolt/forms": "^1.0",
"twig/markdown-extra": "^3.3",
"twig/extra-bundle": "^3.3",
"twig/cache-extra": "^3.3",
"knplabs/github-api": "^3.0",
"http-interop/http-factory-guzzle": "^1.0",
- "bobdenotter/conimex": "^1.3",
+ "bobdenotter/conimex": "^2",
"bolt/redirector": "^1.0"
},
+ "minimum-stability": "beta",
+ "prefer-stable": true,
+ "replace": {
+ "paragonie/random_compat": "*"
+ },
+ "require-dev": {
+ "phpstan/phpstan": "^0.12.48",
+ "phpstan/phpstan-doctrine": "^0.12.20",
+ "phpstan/phpstan-symfony": "^0.12.8",
+ "symplify/easy-coding-standard": "^9.4"
+ },
+ "config": {
+ "optimize-autoloader": true,
+ "preferred-install": {
+ "*": "dist"
+ },
+ "sort-packages": true,
+ "allow-plugins": {
+ "composer/package-versions-deprecated": true,
+ "drupol/composer-packages": true,
+ "symfony/flex": true,
+ "php-http/discovery": true
+ }
+ },
+ "extra": {
+ "public-dir": "public",
+ "symfony": {
+ "allow-contrib": true,
+ "require": "^5.1"
+ }
+ },
"autoload": {
"psr-4": {
- "App\\": "src/"
+ "App\\": "src/",
+ "Bolt\\ComposerScripts\\": "vendor/bolt/core/bin/composer-script/"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "App\\Tests\\": "tests/"
}
},
- "minimum-stability": "dev",
- "prefer-stable": true,
"scripts": {
- "auto-scripts": {
- "cache:clear --no-warmup": "symfony-cmd",
- "assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd",
- "bolt:copy-assets": "symfony-cmd"
- },
- "post-create-project-cmd": [
- "php bin/post-create-project.php",
- "php bin/console bolt:copy-themes"
+ "pre-install-cmd": [
+ "Bolt\\ComposerScripts\\ProjectEventHandler::preInstall"
],
"post-install-cmd": [
- "@auto-scripts",
- "php bin/console extensions:configure --with-config",
- "php bin/console bolt:info"
+ "Bolt\\ComposerScripts\\ProjectEventHandler::postInstall"
+ ],
+ "pre-update-cmd": [
+ "Bolt\\ComposerScripts\\ProjectEventHandler::preUpdate"
],
"post-update-cmd": [
- "@auto-scripts",
- "php bin/console extensions:configure",
- "php bin/console bolt:info"
+ "Bolt\\ComposerScripts\\ProjectEventHandler::postUpdate"
],
- "periodical-tasks": [
- "security-checker security:check"
- ]
- },
- "extra": {
- "symfony": {
- "allow-contrib": true,
- "require": "^5.1"
- },
- "public-dir": "public"
+ "post-create-project-cmd": [
+ "Bolt\\ComposerScripts\\ProjectEventHandler::postCreateProject"
+ ],
+ "pre-package-uninstall": [
+ "Bolt\\ComposerScripts\\ProjectEventHandler::prePackageUninstall"
+ ],
+ "lint": "@php vendor/bin/ecs check --no-progress-bar --no-interaction",
+ "lint:fix": "@php vendor/bin/ecs check --no-progress-bar --no-interaction --fix",
+ "phpstan": "@php vendor/bin/phpstan --memory-limit=1G analyse -c phpstan.neon src"
}
}
diff --git a/composer.lock b/composer.lock
index 40c19fa..0c1fd57 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,128 +4,139 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "26794d44031cc5f8d5458d399cd0fa7e",
+ "content-hash": "239f1770911ed38fc8a7b100dbfe2e9a",
"packages": [
{
"name": "api-platform/core",
- "version": "v2.5.3",
+ "version": "v2.7.16",
"source": {
"type": "git",
"url": "https://github.com/api-platform/core.git",
- "reference": "2d402688c485457adbc771e347e6498e70c6f232"
+ "reference": "e6f77e20b4ed9cb3e44c7398d6cda971d32190b0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/api-platform/core/zipball/2d402688c485457adbc771e347e6498e70c6f232",
- "reference": "2d402688c485457adbc771e347e6498e70c6f232",
+ "url": "https://api.github.com/repos/api-platform/core/zipball/e6f77e20b4ed9cb3e44c7398d6cda971d32190b0",
+ "reference": "e6f77e20b4ed9cb3e44c7398d6cda971d32190b0",
"shasum": ""
},
"require": {
- "doctrine/inflector": "^1.0",
- "fig/link-util": "^1.0",
+ "doctrine/inflector": "^1.0 || ^2.0",
"php": ">=7.1",
- "psr/cache": "^1.0",
- "psr/container": "^1.0",
- "symfony/http-foundation": "^4.3.6 || ^5.0",
- "symfony/http-kernel": "^4.3.7 || ^5.0",
- "symfony/property-access": "^3.4 || ^4.0 || ^5.0",
- "symfony/property-info": "^3.4 || ^4.0 || ^5.0",
- "symfony/serializer": "^4.3 || ^5.0",
- "symfony/web-link": "^4.1 || ^5.0",
- "willdurand/negotiation": "^2.0.3"
+ "psr/cache": "^1.0 || ^2.0 || ^3.0",
+ "psr/container": "^1.0 || ^2.0",
+ "symfony/deprecation-contracts": "^2.1 || ^3.0",
+ "symfony/http-foundation": "^4.4 || ^5.1 || ^6.0",
+ "symfony/http-kernel": "^4.4 || ^5.1 || ^6.0",
+ "symfony/property-access": "^3.4.19 || ^4.4 || ^5.1 || ^6.0",
+ "symfony/property-info": "^3.4 || ^4.4 || ^5.2.1 || ^6.0",
+ "symfony/serializer": "^4.4 || ^5.1 || ^6.0",
+ "symfony/web-link": "^4.4 || ^5.1 || ^6.0",
+ "willdurand/negotiation": "^2.0.3 || ^3.0"
},
"conflict": {
"doctrine/common": "<2.7",
- "doctrine/mongodb-odm": "<2.0"
+ "doctrine/dbal": "<2.10",
+ "doctrine/mongodb-odm": "<2.2",
+ "doctrine/persistence": "<1.3",
+ "elasticsearch/elasticsearch": ">=8.0"
},
"require-dev": {
"behat/behat": "^3.1",
- "behat/mink": "^1.7",
- "behat/mink-browserkit-driver": "^1.3.1",
- "behat/mink-extension": "^2.2",
- "behat/symfony2-extension": "^2.1.1",
- "behatch/contexts": "^3.1.0",
+ "behat/mink": "^1.9@dev",
"doctrine/annotations": "^1.7",
- "doctrine/common": "^2.11",
+ "doctrine/cache": "^1.11 || ^2.1",
+ "doctrine/common": "^2.11 || ^3.0",
"doctrine/data-fixtures": "^1.2.2",
- "doctrine/doctrine-bundle": "^1.8 || ^2.0",
- "doctrine/doctrine-cache-bundle": "^1.3.5",
- "doctrine/mongodb-odm": "^2.0",
+ "doctrine/dbal": "^2.6 || ^3.0",
+ "doctrine/doctrine-bundle": "^1.12 || ^2.0",
+ "doctrine/mongodb-odm": "^2.2",
"doctrine/mongodb-odm-bundle": "^4.0",
"doctrine/orm": "^2.6.4",
- "elasticsearch/elasticsearch": "^6.0",
- "friendsofsymfony/user-bundle": "^2.2@dev",
- "guzzlehttp/guzzle": "^6.0",
- "jangregor/phpstan-prophecy": "^0.4.2",
+ "elasticsearch/elasticsearch": "^7.11.0",
+ "friends-of-behat/mink-browserkit-driver": "^1.3.1",
+ "friends-of-behat/mink-extension": "^2.2",
+ "friends-of-behat/symfony-extension": "^2.1",
+ "guzzlehttp/guzzle": "^6.0 || ^7.0",
+ "jangregor/phpstan-prophecy": "^1.0",
"justinrainbow/json-schema": "^5.2.1",
- "nelmio/api-doc-bundle": "^2.13.4",
- "phpdocumentor/reflection-docblock": "^3.0 || ^4.0",
- "phpdocumentor/type-resolver": "^0.3 || ^0.4",
- "phpspec/prophecy": "^1.8",
- "phpstan/extension-installer": "^1.0",
- "phpstan/phpstan": "^0.11.10",
- "phpstan/phpstan-doctrine": "^0.11.5",
- "phpstan/phpstan-phpunit": "^0.11.2",
- "phpstan/phpstan-symfony": "^0.11.6",
- "phpunit/phpunit": "^7.5.2 || ^8.0",
- "psr/log": "^1.0",
- "ramsey/uuid": "^3.7",
+ "phpdocumentor/reflection-docblock": "^3.0 || ^4.0 || ^5.1",
+ "phpdocumentor/type-resolver": "^0.3 || ^0.4 || ^1.4",
+ "phpspec/prophecy": "^1.10",
+ "phpstan/extension-installer": "^1.1",
+ "phpstan/phpstan": "^1.1",
+ "phpstan/phpstan-doctrine": "^1.0",
+ "phpstan/phpstan-phpunit": "^1.0",
+ "phpstan/phpstan-symfony": "^1.0",
+ "psr/log": "^1.0 || ^2.0 || ^3.0",
+ "ramsey/uuid": "^3.7 || ^4.0",
"ramsey/uuid-doctrine": "^1.4",
- "sebastian/object-enumerator": "^3.0.3",
- "symfony/asset": "^3.4 || ^4.0 || ^5.0",
- "symfony/browser-kit": "^4.3 || ^5.0",
- "symfony/cache": "^3.4 || ^4.0 || ^5.0",
- "symfony/config": "^3.4 || ^4.0 || ^5.0",
- "symfony/console": "^3.4 || ^4.0 || ^5.0",
- "symfony/css-selector": "^3.4 || ^4.0 || ^5.0",
- "symfony/debug": "^3.4 || ^4.0",
- "symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0",
- "symfony/doctrine-bridge": "^3.4 || ^4.0 || ^5.0",
- "symfony/dom-crawler": "^3.4 || ^4.0 || ^5.0",
- "symfony/event-dispatcher": "^3.4 || ^4.0 || ^5.0",
- "symfony/expression-language": "^3.4 || ^4.0 || ^5.0",
- "symfony/finder": "^3.4 || ^4.0 || ^5.0",
- "symfony/form": "^3.4 || ^4.0 || ^5.0",
- "symfony/framework-bundle": "^4.3.2 || ^5.0",
- "symfony/http-client": "^4.3 || ^5.0",
+ "soyuka/contexts": "^3.3.6",
+ "soyuka/stubs-mongodb": "^1.0",
+ "symfony/asset": "^3.4 || ^4.4 || ^5.1 || ^6.0",
+ "symfony/browser-kit": "^4.4 || ^5.1 || ^6.0",
+ "symfony/cache": "^3.4 || ^4.4 || ^5.1 || ^6.0",
+ "symfony/config": "^3.4 || ^4.4 || ^5.1 || ^6.0",
+ "symfony/console": "^3.4 || ^4.4 || ^5.1 || ^6.0",
+ "symfony/css-selector": "^3.4 || ^4.4 || ^5.1 || ^6.0",
+ "symfony/debug": "^3.4 || ^4.4 || ^5.1 || ^6.0",
+ "symfony/dependency-injection": "^3.4 || ^4.4 || ^5.1 || ^6.0",
+ "symfony/doctrine-bridge": "^3.4 || ^4.4 || ^5.1 || ^6.0",
+ "symfony/dom-crawler": "^3.4 || ^4.4 || ^5.1 || ^6.0",
+ "symfony/event-dispatcher": "^3.4 || ^4.4 || ^5.1 || ^6.0",
+ "symfony/expression-language": "^3.4 || ^4.4 || ^5.1 || ^6.0",
+ "symfony/finder": "^3.4 || ^4.4 || ^5.1 || ^6.0",
+ "symfony/form": "^3.4 || ^4.4 || ^5.1 || ^6.0",
+ "symfony/framework-bundle": "^4.4 || ^5.1 || ^6.0",
+ "symfony/http-client": "^4.4 || ^5.1 || ^6.0",
+ "symfony/intl": "^4.4 || ^5.3 || ^6.0",
+ "symfony/maker-bundle": "^1.24",
"symfony/mercure-bundle": "*",
- "symfony/messenger": "^4.3 || ^5.0",
- "symfony/phpunit-bridge": "^4.3 || ^5.0",
- "symfony/routing": "^3.4 || ^4.3 || ^5.0",
- "symfony/security-bundle": "^3.4 || ^4.0 || ^5.0",
- "symfony/security-core": "^4.3 || ^5.0",
- "symfony/twig-bundle": "^3.4 || ^4.0 || ^5.0",
- "symfony/validator": "^3.4 || ^4.0 || ^5.0",
- "symfony/web-profiler-bundle": "^4.2 || ^5.0",
- "symfony/yaml": "^3.4 || ^4.0 || ^5.0",
- "twig/twig": "^1.42.3 || ^2.12",
- "webonyx/graphql-php": ">=0.13.1 <1.0"
+ "symfony/messenger": "^4.4 || ^5.1 || ^6.0",
+ "symfony/phpunit-bridge": "^5.4 || ^6.0",
+ "symfony/routing": "^3.4 || ^4.4 || ^5.1 || ^6.0",
+ "symfony/security-bundle": "^3.4 || ^4.4 || ^5.1 || ^6.0",
+ "symfony/security-core": "^4.4 || ^5.1 || ^6.0",
+ "symfony/twig-bundle": "^3.4 || ^4.4 || ^5.1 || ^6.0",
+ "symfony/validator": "^3.4 || ^4.4 || ^5.1 || ^6.0",
+ "symfony/web-profiler-bundle": "^4.4 || ^5.1 || ^6.0",
+ "symfony/yaml": "^3.4 || ^4.4 || ^5.1 || ^6.0",
+ "twig/twig": "^1.42.3 || ^2.12 || ^3.0",
+ "webonyx/graphql-php": "^14.0"
},
"suggest": {
"doctrine/mongodb-odm-bundle": "To support MongoDB. Only versions 4.0 and later are supported.",
"elasticsearch/elasticsearch": "To support Elasticsearch.",
- "friendsofsymfony/user-bundle": "To use the FOSUserBundle bridge.",
- "guzzlehttp/guzzle": "To use the HTTP cache invalidation system.",
+ "ocramius/package-versions": "To display the API Platform's version in the debug bar.",
"phpdocumentor/reflection-docblock": "To support extracting metadata from PHPDoc.",
"psr/cache-implementation": "To use metadata caching.",
"ramsey/uuid": "To support Ramsey's UUID identifiers.",
"symfony/cache": "To have metadata caching when using Symfony integration.",
"symfony/config": "To load XML configuration files.",
"symfony/expression-language": "To use authorization features.",
+ "symfony/http-client": "To use the HTTP cache invalidation system.",
+ "symfony/messenger": "To support messenger integration.",
"symfony/security": "To use authorization features.",
"symfony/twig-bundle": "To use the Swagger UI integration.",
+ "symfony/uid": "To support Symfony UUID/ULID identifiers.",
"symfony/web-profiler-bundle": "To use the data collector.",
"webonyx/graphql-php": "To support GraphQL."
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.5.x-dev"
+ "dev-main": "2.7.x-dev"
+ },
+ "symfony": {
+ "require": "^3.4 || ^4.4 || ^5.1 || ^6.0"
}
},
"autoload": {
+ "files": [
+ "src/deprecation.php"
+ ],
"psr-4": {
- "ApiPlatform\\Core\\": "src/"
+ "ApiPlatform\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -135,11 +146,11 @@
"authors": [
{
"name": "Kévin Dunglas",
- "email": "dunglas@gmail.com",
+ "email": "kevin@dunglas.fr",
"homepage": "https://dunglas.fr"
}
],
- "description": "Build a fully-featured hypermedia or GraphQL API in minutes",
+ "description": "Build a fully-featured hypermedia or GraphQL API in minutes!",
"homepage": "https://api-platform.com",
"keywords": [
"Hydra",
@@ -154,34 +165,40 @@
],
"support": {
"issues": "https://github.com/api-platform/core/issues",
- "source": "https://github.com/api-platform/core/tree/2.5"
+ "source": "https://github.com/api-platform/core/tree/v2.7.16"
},
- "time": "2019-11-23T11:27:39+00:00"
+ "funding": [
+ {
+ "url": "https://tidelift.com/funding/github/packagist/api-platform/core",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-10-06T10:13:25+00:00"
},
{
"name": "babdev/pagerfanta-bundle",
- "version": "v2.10.1",
+ "version": "v2.11.0",
"source": {
"type": "git",
"url": "https://github.com/BabDev/PagerfantaBundle.git",
- "reference": "29946e1ee001a0cf4311aab61b29587e002810dc"
+ "reference": "98bd0756de82080ace1a2e41e66f618e469da943"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/BabDev/PagerfantaBundle/zipball/29946e1ee001a0cf4311aab61b29587e002810dc",
- "reference": "29946e1ee001a0cf4311aab61b29587e002810dc",
+ "url": "https://api.github.com/repos/BabDev/PagerfantaBundle/zipball/98bd0756de82080ace1a2e41e66f618e469da943",
+ "reference": "98bd0756de82080ace1a2e41e66f618e469da943",
"shasum": ""
},
"require": {
"pagerfanta/pagerfanta": "^2.7",
"php": "^7.2 || ^8.0",
- "symfony/config": "^3.4 || ^4.4 || ^5.2",
- "symfony/dependency-injection": "^3.4 || ^4.4 || ^5.2",
+ "symfony/config": "^3.4 || ^4.4 || ^5.3",
+ "symfony/dependency-injection": "^3.4 || ^4.4 || ^5.3",
"symfony/deprecation-contracts": "^2.1",
- "symfony/http-foundation": "^3.4 || ^4.4 || ^5.2",
- "symfony/http-kernel": "^3.4 || ^4.4 || ^5.2",
- "symfony/property-access": "^3.4 || ^4.4 || ^5.2",
- "symfony/routing": "^3.4 || ^4.4 || ^5.2"
+ "symfony/http-foundation": "^3.4 || ^4.4 || ^5.3",
+ "symfony/http-kernel": "^3.4 || ^4.4 || ^5.3",
+ "symfony/property-access": "^3.4 || ^4.4 || ^5.3",
+ "symfony/routing": "^3.4 || ^4.4 || ^5.3"
},
"conflict": {
"twig/twig": "<1.35 || >=2.0,<2.5",
@@ -189,19 +206,19 @@
},
"require-dev": {
"doctrine/annotations": "^1.8",
- "friendsofphp/php-cs-fixer": "^2.18.5",
"jms/serializer": "^3.0",
"jms/serializer-bundle": "^3.0",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
"phpstan/extension-installer": "^1.1",
- "phpstan/phpstan": "^0.12.84",
- "phpstan/phpstan-phpunit": "^0.12.18",
- "phpstan/phpstan-symfony": "^0.12.27",
+ "phpstan/phpstan": "^0.12.94",
+ "phpstan/phpstan-phpunit": "^0.12.21",
+ "phpstan/phpstan-symfony": "^0.12.41",
"phpunit/phpunit": "^8.5 || ^9.3",
- "symfony/serializer": "^3.4 || ^4.4 || ^5.2",
- "symfony/translation": "^3.4 || ^4.4 || ^5.2",
- "symfony/twig-bridge": "^3.4 || ^4.4 || ^5.2",
- "symfony/twig-bundle": "^3.4 || ^4.4 || ^5.2",
+ "symfony/phpunit-bridge": "^4.4 || ^5.3",
+ "symfony/serializer": "^3.4 || ^4.4 || ^5.3",
+ "symfony/translation": "^3.4 || ^4.4 || ^5.3",
+ "symfony/twig-bridge": "^3.4 || ^4.4 || ^5.3",
+ "symfony/twig-bundle": "^3.4 || ^4.4 || ^5.3",
"twig/twig": "^1.35 || ^2.5 || ^3.0"
},
"suggest": {
@@ -231,7 +248,7 @@
],
"support": {
"issues": "https://github.com/BabDev/PagerfantaBundle/issues",
- "source": "https://github.com/BabDev/PagerfantaBundle/tree/v2.10.1"
+ "source": "https://github.com/BabDev/PagerfantaBundle/tree/v2.11.0"
},
"funding": [
{
@@ -239,7 +256,7 @@
"type": "github"
}
],
- "time": "2021-06-09T23:41:34+00:00"
+ "time": "2021-08-01T16:42:35+00:00"
},
{
"name": "beberlei/doctrineextensions",
@@ -298,25 +315,81 @@
},
"time": "2020-11-29T07:37:23+00:00"
},
+ {
+ "name": "bobdenotter/commando",
+ "version": "1.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/bobdenotter/commando.git",
+ "reference": "9427d0b265dc91c28e8de6822eea56e6f2c0e4ee"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/bobdenotter/commando/zipball/9427d0b265dc91c28e8de6822eea56e6f2c0e4ee",
+ "reference": "9427d0b265dc91c28e8de6822eea56e6f2c0e4ee",
+ "shasum": ""
+ },
+ "require": {
+ "kevinlebrun/colors.php": "^0.4",
+ "php": ">=8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.5"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Commando": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nate Good",
+ "email": "me@nategood.com"
+ },
+ {
+ "name": "Bob den Otter",
+ "email": "bob@twokings.nl"
+ }
+ ],
+ "description": "PHP CLI Commando Style",
+ "homepage": "http://github.com/nategood/commando",
+ "keywords": [
+ "automation",
+ "cli",
+ "command",
+ "command line",
+ "command line interface",
+ "scripting"
+ ],
+ "support": {
+ "source": "https://github.com/bobdenotter/commando/tree/1.0.1"
+ },
+ "time": "2023-04-13T18:19:00+00:00"
+ },
{
"name": "bobdenotter/configuration-notices",
- "version": "1.2.1",
+ "version": "1.4.1",
"source": {
"type": "git",
"url": "https://github.com/bobdenotter/configuration-notices.git",
- "reference": "b388cb02398c86c25b3b74193e99d48811d447c5"
+ "reference": "8a02d0a420c070968027cbb1fda46ddbcd00a26e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/bobdenotter/configuration-notices/zipball/b388cb02398c86c25b3b74193e99d48811d447c5",
- "reference": "b388cb02398c86c25b3b74193e99d48811d447c5",
+ "url": "https://api.github.com/repos/bobdenotter/configuration-notices/zipball/8a02d0a420c070968027cbb1fda46ddbcd00a26e",
+ "reference": "8a02d0a420c070968027cbb1fda46ddbcd00a26e",
"shasum": ""
},
"require": {
"php": ">=7.2.9"
},
"require-dev": {
- "bolt/core": "^4.1 || ^5.0",
+ "bolt/core": "^5.2",
"symplify/easy-coding-standard": "^8.3"
},
"type": "bolt-extension",
@@ -341,34 +414,34 @@
"email": "bob@twokings.nl"
}
],
- "description": "💡 A small tool to point out common pitfalls for Bolt 4 configuration settings",
+ "description": "💡 A small tool to point out common pitfalls for Bolt 5 configuration settings",
"support": {
"issues": "https://github.com/bobdenotter/configuration-notices/issues",
- "source": "https://github.com/bobdenotter/configuration-notices/tree/1.2.1"
+ "source": "https://github.com/bobdenotter/configuration-notices/tree/1.4.1"
},
- "time": "2021-07-30T14:07:48+00:00"
+ "time": "2023-03-16T11:32:33+00:00"
},
{
"name": "bobdenotter/conimex",
- "version": "1.3.4",
+ "version": "2.1.5",
"source": {
"type": "git",
"url": "https://github.com/bobdenotter/conimex.git",
- "reference": "c63fd835dce9f1791151261be0931f48e0dff3e1"
+ "reference": "0eb963dbc771e970168f7c8e5add62e1651bf01f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/bobdenotter/conimex/zipball/c63fd835dce9f1791151261be0931f48e0dff3e1",
- "reference": "c63fd835dce9f1791151261be0931f48e0dff3e1",
+ "url": "https://api.github.com/repos/bobdenotter/conimex/zipball/0eb963dbc771e970168f7c8e5add62e1651bf01f",
+ "reference": "0eb963dbc771e970168f7c8e5add62e1651bf01f",
"shasum": ""
},
"require": {
"league/csv": "^9.6",
- "php": "^7.2.5",
+ "php": "^7.2.9 || ^8.0",
"twig/twig": "^2.0 || ^3.0"
},
"require-dev": {
- "bolt/core": "^5.0.0",
+ "bolt/core": "^5.1.15",
"symplify/easy-coding-standard": "^8.0"
},
"type": "bolt-extension",
@@ -393,9 +466,9 @@
"description": "🍛 Extension to Import and Export content as Yaml files",
"support": {
"issues": "https://github.com/bobdenotter/conimex/issues",
- "source": "https://github.com/bobdenotter/conimex/tree/2.0.0"
+ "source": "https://github.com/bobdenotter/conimex/tree/2.1.5"
},
- "time": "2021-06-09T14:40:19+00:00"
+ "time": "2023-01-19T08:49:45+00:00"
},
{
"name": "bobdenotter/weatherwidget",
@@ -449,21 +522,21 @@
},
{
"name": "bobdenotter/yaml-migrations",
- "version": "1.0.3",
+ "version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/bobdenotter/yaml-migrations.git",
- "reference": "75693ab0e750ffd02fae8a62d6ebd53c2bb45072"
+ "reference": "274935b427db0cffd34382d948b207f54ef3a8bb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/bobdenotter/yaml-migrations/zipball/75693ab0e750ffd02fae8a62d6ebd53c2bb45072",
- "reference": "75693ab0e750ffd02fae8a62d6ebd53c2bb45072",
+ "url": "https://api.github.com/repos/bobdenotter/yaml-migrations/zipball/274935b427db0cffd34382d948b207f54ef3a8bb",
+ "reference": "274935b427db0cffd34382d948b207f54ef3a8bb",
"shasum": ""
},
"require": {
+ "bobdenotter/commando": "^0.4 || ^1.0",
"composer/semver": "^3.2",
- "nategood/commando": "^0.4.0",
"symfony/finder": "^5.1",
"symfony/var-dumper": "^5.1",
"symfony/yaml": "^5.1",
@@ -495,29 +568,29 @@
"description": "A library to facilitate migrations for YAML configuration files",
"support": {
"issues": "https://github.com/bobdenotter/yaml-migrations/issues",
- "source": "https://github.com/bobdenotter/yaml-migrations/tree/1.0.3"
+ "source": "https://github.com/bobdenotter/yaml-migrations/tree/1.2.0"
},
- "time": "2021-01-06T16:15:24+00:00"
+ "time": "2023-02-14T11:00:45+00:00"
},
{
"name": "bolt/article",
- "version": "1.0.27",
+ "version": "2.1.5",
"source": {
"type": "git",
"url": "https://github.com/bolt/article.git",
- "reference": "3cc84eb3260bb184e47efe890c38b7cc06af8c55"
+ "reference": "8d8b59896ef83a61e9358f252e76e3d0618880ff"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/bolt/article/zipball/3cc84eb3260bb184e47efe890c38b7cc06af8c55",
- "reference": "3cc84eb3260bb184e47efe890c38b7cc06af8c55",
+ "url": "https://api.github.com/repos/bolt/article/zipball/8d8b59896ef83a61e9358f252e76e3d0618880ff",
+ "reference": "8d8b59896ef83a61e9358f252e76e3d0618880ff",
"shasum": ""
},
"require": {
"php": ">=7.2.9"
},
"require-dev": {
- "bolt/core": "^4.0.0",
+ "bolt/core": "^5.0",
"symplify/easy-coding-standard": "^7.0"
},
"type": "bolt-extension",
@@ -545,26 +618,26 @@
"description": "📝 Bolt Extension to add the Article FieldType",
"support": {
"issues": "https://github.com/bolt/article/issues",
- "source": "https://github.com/bolt/article/tree/1.0.27"
+ "source": "https://github.com/bolt/article/tree/2.1.5"
},
- "time": "2021-07-30T14:09:59+00:00"
+ "time": "2023-09-25T13:55:57+00:00"
},
{
"name": "bolt/assets",
- "version": "4.2.0",
+ "version": "5.2.0-beta.25",
"source": {
"type": "git",
"url": "https://github.com/bolt/assets.git",
- "reference": "1d17d477c78a7f9ec683d1ce066f4cd5806ae82d"
+ "reference": "b1079015d4ccff90f1e0629558212d984d06bd37"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/bolt/assets/zipball/1d17d477c78a7f9ec683d1ce066f4cd5806ae82d",
- "reference": "1d17d477c78a7f9ec683d1ce066f4cd5806ae82d",
+ "url": "https://api.github.com/repos/bolt/assets/zipball/b1079015d4ccff90f1e0629558212d984d06bd37",
+ "reference": "b1079015d4ccff90f1e0629558212d984d06bd37",
"shasum": ""
},
"require-dev": {
- "bolt/core": "^4.0.0"
+ "bolt/core": "^5.0.6"
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
@@ -577,29 +650,29 @@
"email": "bob@twokings.nl"
}
],
- "description": "🛠 Assets used in Bolt's backend. Do not use directly.",
+ "description": "🛠 Javascript and CSS Assets used in Bolt's backend. Do not `require` directly.",
"support": {
"issues": "https://github.com/bolt/assets/issues",
- "source": "https://github.com/bolt/assets/tree/4.2.0"
+ "source": "https://github.com/bolt/assets/tree/5.2.0-beta.25"
},
- "time": "2021-07-27T14:54:05+00:00"
+ "time": "2023-10-19T14:22:47+00:00"
},
{
"name": "bolt/common",
- "version": "2.1.12",
+ "version": "3.0.7",
"source": {
"type": "git",
"url": "https://github.com/bolt/common.git",
- "reference": "eae0e5a04d047c2ac642095913c8768dd50d75be"
+ "reference": "754b350d6c5e0cf57a28b26be0bc374bf9720cbc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/bolt/common/zipball/eae0e5a04d047c2ac642095913c8768dd50d75be",
- "reference": "eae0e5a04d047c2ac642095913c8768dd50d75be",
+ "url": "https://api.github.com/repos/bolt/common/zipball/754b350d6c5e0cf57a28b26be0bc374bf9720cbc",
+ "reference": "754b350d6c5e0cf57a28b26be0bc374bf9720cbc",
"shasum": ""
},
"require": {
- "php": ">=7.2.5",
+ "php": ">=7.2.5 || ^8.0",
"seld/jsonlint": "^1.7",
"webmozart/assert": "^1.6"
},
@@ -636,156 +709,161 @@
"description": "🧰 Common utilities for all Bolt libraries",
"support": {
"issues": "https://github.com/bolt/common/issues",
- "source": "https://github.com/bolt/common/tree/2.1.12"
+ "source": "https://github.com/bolt/common/tree/3.0.7"
},
- "time": "2021-04-14T10:16:03+00:00"
+ "time": "2021-11-08T14:47:20+00:00"
},
{
"name": "bolt/core",
- "version": "4.2.0",
+ "version": "5.2.0-beta.25",
"source": {
"type": "git",
"url": "https://github.com/bolt/core.git",
- "reference": "89dd040b440434e60bee9001ca69fa262dce061c"
+ "reference": "f11c645872347a7b8451e2779944e0a9737df8d8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/bolt/core/zipball/89dd040b440434e60bee9001ca69fa262dce061c",
- "reference": "89dd040b440434e60bee9001ca69fa262dce061c",
+ "url": "https://api.github.com/repos/bolt/core/zipball/f11c645872347a7b8451e2779944e0a9737df8d8",
+ "reference": "f11c645872347a7b8451e2779944e0a9737df8d8",
"shasum": ""
},
"require": {
- "api-platform/core": "2.5.3.*",
- "babdev/pagerfanta-bundle": "^2.5",
- "beberlei/doctrineextensions": "^1.2",
- "bobdenotter/yaml-migrations": "^1.0",
- "bolt/common": "^2.1.12",
+ "api-platform/core": "^2.6",
+ "babdev/pagerfanta-bundle": "^2.11",
+ "beberlei/doctrineextensions": "^1.3",
+ "bobdenotter/yaml-migrations": "^1.1.1",
+ "bolt/common": "^3.0.5",
"cocur/slugify": "^4.0",
"composer-runtime-api": "^2",
"composer/composer": "^2.0",
"composer/package-versions-deprecated": "^1.11",
- "doctrine/doctrine-bundle": "^2.1",
- "doctrine/doctrine-fixtures-bundle": "^3.3",
- "doctrine/orm": "^2.7",
+ "doctrine/doctrine-bundle": "^2.4",
+ "doctrine/doctrine-fixtures-bundle": "^3.4",
+ "doctrine/doctrine-migrations-bundle": "^3.2",
+ "doctrine/orm": "^2.10",
"drupol/composer-packages": "^2.0",
"embed/embed": "^3.4",
"erusev/parsedown": "^1.7",
+ "erusev/parsedown-extra": "^0.8.1",
"ext-json": "*",
"ext-mbstring": "*",
"ext-pdo": "*",
- "fakerphp/faker": "^1.10",
- "knplabs/doctrine-behaviors": "^2.0.3",
- "knplabs/knp-menu-bundle": "^3.0",
- "league/glide-symfony": "^1.0",
+ "fakerphp/faker": "^1.16",
+ "jasny/twig-extensions": "^1.3",
+ "knplabs/doctrine-behaviors": "^2.1",
+ "knplabs/knp-menu-bundle": "^3.1",
+ "league/glide-symfony": "^1.0.4",
"miljar/php-exif": "^0.6.4",
- "nelexa/zip": "^3.3",
+ "nelexa/zip": "^3.3 || ^4.0",
"nelmio/cors-bundle": "^2.1",
- "nesbot/carbon": "^2.39",
+ "nesbot/carbon": "^2.53",
"php": ">=7.2.9",
"php-translation/symfony-bundle": "^0.12",
- "phpdocumentor/reflection-docblock": "^4.3",
+ "phpdocumentor/reflection-docblock": "^5.3",
"psr/event-dispatcher": "^1.0",
"psr/simple-cache": "^1.0",
- "scienta/doctrine-json-functions": "^4.1",
- "sensio/framework-extra-bundle": "^6.1",
- "sensiolabs/security-checker": "^6.0",
+ "scienta/doctrine-json-functions": "^4.4",
+ "sensio/framework-extra-bundle": "^6.2",
"siriusphp/upload": "^3.0.1",
- "squirrelphp/twig-php-syntax": "^1.5",
- "symfony/asset": "^5.1",
- "symfony/console": "^5.1",
- "symfony/debug-bundle": "^5.1",
- "symfony/dependency-injection": "^5.1",
- "symfony/dotenv": "^5.1",
- "symfony/expression-language": "^5.1",
- "symfony/flex": "^1.9",
- "symfony/form": "^5.1",
- "symfony/framework-bundle": "^5.1",
- "symfony/http-client": "^5.1",
- "symfony/mailer": "^5.1",
- "symfony/maker-bundle": "^1.14",
- "symfony/monolog-bridge": "^5.1",
- "symfony/monolog-bundle": "^3.5",
- "symfony/polyfill-php72": "^1.13",
- "symfony/security-bundle": "^5.1",
- "symfony/serializer": "^5.1",
- "symfony/stopwatch": "^5.1",
- "symfony/translation": "^5.1",
- "symfony/twig-bundle": "^5.1",
- "symfony/validator": "^5.1",
- "symfony/var-dumper": "^5.1",
- "symfony/web-profiler-bundle": "^5.1",
+ "squirrelphp/twig-php-syntax": "^1.6",
+ "symfony/asset": "^5.3",
+ "symfony/cache": "^5.3",
+ "symfony/console": "^5.3",
+ "symfony/debug-bundle": "^5.3",
+ "symfony/dependency-injection": "^5.3",
+ "symfony/dotenv": "^5.3",
+ "symfony/error-handler": "^5.3",
+ "symfony/event-dispatcher": "^5.3",
+ "symfony/expression-language": "^5.3",
+ "symfony/flex": "^1.17 || ^2.0",
+ "symfony/form": "^5.3",
+ "symfony/framework-bundle": "^5.3",
+ "symfony/http-client": "^5.3",
+ "symfony/mailer": "^5.3",
+ "symfony/mime": "^5.3",
+ "symfony/monolog-bridge": "^5.3",
+ "symfony/monolog-bundle": "^3.7",
+ "symfony/password-hasher": "^5.3",
+ "symfony/polyfill-php72": "^1.23",
+ "symfony/security-bundle": "^5.3",
+ "symfony/security-csrf": "^5.3",
+ "symfony/serializer": "^5.3",
+ "symfony/stopwatch": "^5.3",
+ "symfony/string": "^5.3",
+ "symfony/translation": "^5.3",
+ "symfony/twig-bridge": "^5.3",
+ "symfony/twig-bundle": "^5.3",
+ "symfony/validator": "^5.3",
+ "symfony/var-dumper": "^5.3",
+ "symfony/var-exporter": "^5.3",
+ "symfony/web-profiler-bundle": "^5.3",
"symfony/web-server-bundle": "^4.4",
- "symfony/webpack-encore-bundle": "^1.7",
- "symfony/yaml": "^5.1",
- "symplify/package-builder": "^8.0",
- "tightenco/collect": "^7.25",
- "twig/twig": "^3.0",
+ "symfony/webpack-encore-bundle": "^1.12",
+ "symfony/yaml": "^5.3",
+ "symfonycasts/reset-password-bundle": "^1.9",
+ "tightenco/collect": "^v8.34",
+ "twig/extra-bundle": "^3.3",
+ "twig/html-extra": "^3.3",
+ "twig/intl-extra": "^3.3",
+ "twig/twig": "^3.3",
"ua-parser/uap-php": "^3.9",
"webimpress/safe-writer": "^2.1",
- "webmozart/path-util": "^2.3",
- "webonyx/graphql-php": "^0.13",
+ "webonyx/graphql-php": "^14.9",
"xemlock/htmlpurifier-html5": "^0.1.11"
},
"conflict": {
- "doctrine/common": ">=3.0",
- "doctrine/persistence": "<1.3",
- "friendsofphp/php-cs-fixer": ">=2.19.0",
+ "cocur/slugify": "4.5.0",
+ "doctrine/dbal": "^3.0",
+ "symfony/dependency-injection": "5.3.7",
"symfony/security-http": "v5.3.0 v5.3.1"
},
"require-dev": {
"acmecorp/reference-extension": "^1.2",
- "behat/mink-goutte-driver": "^1.2",
- "behat/mink-selenium2-driver": "^1.4",
- "behatch/contexts": "^3.3",
- "bobdenotter/configuration-notices": "^1.1.10",
+ "bobdenotter/configuration-notices": "^1.2",
"bobdenotter/weatherwidget": "^1.1",
- "bolt/binary-chromedriver": "^5.1.1",
- "bolt/newswidget": "^1.2",
- "coduo/php-matcher": "^4.0.2",
- "dama/doctrine-test-bundle": "^6.2.0",
- "doctrine/doctrine-migrations-bundle": "^2.2",
+ "bolt/newswidget": "^1.3",
+ "coduo/php-matcher": "^5.0",
+ "dama/doctrine-test-bundle": "^6.6.0",
"ext-curl": "*",
"ext-pdo_sqlite": "*",
- "friends-of-behat/mink": "^1.8",
- "friends-of-behat/mink-browserkit-driver": "^1.4",
- "friends-of-behat/symfony-extension": "^2.1",
- "lakion/mink-debug-extension": "^1.2",
- "ondram/ci-detector": "^3.5",
- "php-http/httplug-pack": "^1.2",
+ "nyholm/psr7": "^1.4",
+ "ondram/ci-detector": "^4.1",
+ "php-http/curl-client": "^2.2",
+ "php-http/discovery": "^1.14",
+ "php-http/httplug-bundle": "^1.19",
+ "php-http/message": "^1.12",
"php-translation/loco-adapter": "^0.11",
- "phpspec/phpspec": "^6.2.1",
- "phpspec/prophecy": "^1.10",
- "phpstan/phpstan": "^0.12",
- "phpstan/phpstan-doctrine": "^0.12",
- "phpstan/phpstan-symfony": "^0.12",
- "phpunit/phpunit": "^7.5",
- "roave/security-advisories": "dev-master@dev",
+ "phpstan/phpstan": "^1.2.0",
+ "phpstan/phpstan-doctrine": "^1.0",
+ "phpstan/phpstan-symfony": "^1.0.1",
+ "phpunit/phpunit": "^8.5",
"se/selenium-server-standalone": "^3.141",
- "symfony/browser-kit": "^5.1",
- "symfony/css-selector": "^5.1",
- "symplify/easy-coding-standard": "^8.2.3"
+ "symfony/browser-kit": "^5.3",
+ "symfony/css-selector": "^5.3",
+ "symplify/easy-coding-standard": "^10.0"
},
"type": "library",
"extra": {
"public-dir": "public",
"symfony": {
"allow-contrib": true,
- "require": "^5.1"
+ "require": "^5.2"
}
},
"autoload": {
"psr-4": {
- "Bolt\\": "src/"
+ "Bolt\\": "src/",
+ "Bolt\\ComposerScripts\\": "bin/composer-script/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
- "description": "🧿 Bolt 4 Core",
+ "description": "🧿 Bolt 5 Core",
"support": {
"issues": "https://github.com/bolt/core/issues",
- "source": "https://github.com/bolt/core/tree/4.2.0"
+ "source": "https://github.com/bolt/core/tree/5.2.0-beta.25"
},
"funding": [
{
@@ -793,33 +871,35 @@
"type": "github"
}
],
- "time": "2021-07-27T14:43:04+00:00"
+ "time": "2023-10-19T13:48:15+00:00"
},
{
"name": "bolt/forms",
- "version": "1.4.7",
+ "version": "1.6.10",
"source": {
"type": "git",
"url": "https://github.com/bolt/forms.git",
- "reference": "ec1fdde4893173750d9d1aec493f6a4262786ea6"
+ "reference": "475b1b5ba70b8f570f62957932e2c25754e7312e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/bolt/forms/zipball/ec1fdde4893173750d9d1aec493f6a4262786ea6",
- "reference": "ec1fdde4893173750d9d1aec493f6a4262786ea6",
+ "url": "https://api.github.com/repos/bolt/forms/zipball/475b1b5ba70b8f570f62957932e2c25754e7312e",
+ "reference": "475b1b5ba70b8f570f62957932e2c25754e7312e",
"shasum": ""
},
"require": {
"ext-json": "*",
+ "gregwar/captcha-bundle": "^2.2",
"php": ">=7.2.9",
- "twig/twig": "^2.12 | ^3.0"
+ "pixelopen/cloudflare-turnstile-bundle": "^0.1.3",
+ "twig/twig": "^2.12 || ^3.0"
},
"require-dev": {
- "bolt/core": "^4.1",
+ "bolt/core": "^5.1",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-doctrine": "^0.12",
"phpstan/phpstan-symfony": "^0.12",
- "symplify/easy-coding-standard": "^8.3"
+ "symplify/easy-coding-standard": "^10.2"
},
"type": "bolt-extension",
"extra": {
@@ -840,12 +920,12 @@
"email": "bobdenotter@gmail.com"
}
],
- "description": "📦 This Bolt extension can be used to handle forms in your Bolt 4 project.",
+ "description": "📦 This Bolt extension can be used to handle forms in your Bolt 5 project.",
"support": {
"issues": "https://github.com/bolt/forms/issues",
- "source": "https://github.com/bolt/forms/tree/1.4.7"
+ "source": "https://github.com/bolt/forms/tree/1.6.10"
},
- "time": "2021-07-27T13:48:34+00:00"
+ "time": "2023-05-30T13:07:25+00:00"
},
{
"name": "bolt/newswidget",
@@ -899,23 +979,23 @@
},
{
"name": "bolt/redactor",
- "version": "1.0.34",
+ "version": "2.1.5",
"source": {
"type": "git",
"url": "https://github.com/bolt/redactor.git",
- "reference": "590d0fafeb1084773cea1506d4b8ce52c66d98b7"
+ "reference": "c4378d41146a9362ce1011d8235c4339247af312"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/bolt/redactor/zipball/590d0fafeb1084773cea1506d4b8ce52c66d98b7",
- "reference": "590d0fafeb1084773cea1506d4b8ce52c66d98b7",
+ "url": "https://api.github.com/repos/bolt/redactor/zipball/c4378d41146a9362ce1011d8235c4339247af312",
+ "reference": "c4378d41146a9362ce1011d8235c4339247af312",
"shasum": ""
},
"require": {
"php": ">=7.2.9"
},
"require-dev": {
- "bolt/core": "^4.0.0",
+ "bolt/core": "^5.0",
"symplify/easy-coding-standard": "^7.0"
},
"type": "bolt-extension",
@@ -943,22 +1023,22 @@
"description": "📝 Bolt Extension to add the Redactor FieldType",
"support": {
"issues": "https://github.com/bolt/redactor/issues",
- "source": "https://github.com/bolt/redactor/tree/1.0.34"
+ "source": "https://github.com/bolt/redactor/tree/2.1.5"
},
- "time": "2021-07-30T14:08:43+00:00"
+ "time": "2023-03-09T13:29:06+00:00"
},
{
"name": "bolt/redirector",
- "version": "1.0.1",
+ "version": "1.0.6",
"source": {
"type": "git",
"url": "https://github.com/bolt/redirector.git",
- "reference": "7525d0d3a66ae14374061646bfceea070bab88ef"
+ "reference": "87c54f72a399fba71905a43b69c56e45c4a2b688"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/bolt/redirector/zipball/7525d0d3a66ae14374061646bfceea070bab88ef",
- "reference": "7525d0d3a66ae14374061646bfceea070bab88ef",
+ "url": "https://api.github.com/repos/bolt/redirector/zipball/87c54f72a399fba71905a43b69c56e45c4a2b688",
+ "reference": "87c54f72a399fba71905a43b69c56e45c4a2b688",
"shasum": ""
},
"require": {
@@ -991,27 +1071,30 @@
"description": "🔄 This Bolt extension adds redirects using YAML",
"support": {
"issues": "https://github.com/bolt/redirector/issues",
- "source": "https://github.com/bolt/redirector/tree/1.0.1"
+ "source": "https://github.com/bolt/redirector/tree/1.0.6"
},
- "time": "2021-07-30T14:13:34+00:00"
+ "time": "2022-09-29T14:57:27+00:00"
},
{
"name": "bolt/themes",
- "version": "3.5.0",
+ "version": "3.6.1",
"source": {
"type": "git",
"url": "https://github.com/bolt/themes.git",
- "reference": "ea9a68675fd6914519837af1ef231490bc09cf34"
+ "reference": "205f78a1b2999cb08b4570816bcb2185d3dbd3a2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/bolt/themes/zipball/ea9a68675fd6914519837af1ef231490bc09cf34",
- "reference": "ea9a68675fd6914519837af1ef231490bc09cf34",
+ "url": "https://api.github.com/repos/bolt/themes/zipball/205f78a1b2999cb08b4570816bcb2185d3dbd3a2",
+ "reference": "205f78a1b2999cb08b4570816bcb2185d3dbd3a2",
"shasum": ""
},
"require": {
- "bolt/core": "^4.1 || ^5.0",
- "twig/twig": "^2.0 || ^3.0"
+ "php": ">=7.2.9",
+ "twig/twig": "^2.12 | ^3.0"
+ },
+ "require-dev": {
+ "bolt/core": "^4.1 || ^5.0"
},
"type": "bolt-theme",
"extra": {
@@ -1031,39 +1114,38 @@
"MIT"
],
"description": "🎨 Starter themes for Bolt",
- "homepage": "http://boltcms.io",
+ "homepage": "https://boltcms.io",
"keywords": [
"cms",
"twig"
],
"support": {
"issues": "https://github.com/bolt/themes/issues",
- "source": "https://github.com/bolt/themes/tree/3.5.0"
+ "source": "https://github.com/bolt/themes/tree/3.6.1"
},
- "time": "2021-04-29T12:40:32+00:00"
+ "time": "2023-04-25T06:19:26+00:00"
},
{
"name": "brick/math",
- "version": "0.9.2",
+ "version": "0.11.0",
"source": {
"type": "git",
"url": "https://github.com/brick/math.git",
- "reference": "dff976c2f3487d42c1db75a3b180e2b9f0e72ce0"
+ "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/brick/math/zipball/dff976c2f3487d42c1db75a3b180e2b9f0e72ce0",
- "reference": "dff976c2f3487d42c1db75a3b180e2b9f0e72ce0",
+ "url": "https://api.github.com/repos/brick/math/zipball/0ad82ce168c82ba30d1c01ec86116ab52f589478",
+ "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478",
"shasum": ""
},
"require": {
- "ext-json": "*",
- "php": "^7.1 || ^8.0"
+ "php": "^8.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.2",
- "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
- "vimeo/psalm": "4.3.2"
+ "phpunit/phpunit": "^9.0",
+ "vimeo/psalm": "5.0.0"
},
"type": "library",
"autoload": {
@@ -1088,28 +1170,28 @@
],
"support": {
"issues": "https://github.com/brick/math/issues",
- "source": "https://github.com/brick/math/tree/0.9.2"
+ "source": "https://github.com/brick/math/tree/0.11.0"
},
"funding": [
{
- "url": "https://tidelift.com/funding/github/packagist/brick/math",
- "type": "tidelift"
+ "url": "https://github.com/BenMorel",
+ "type": "github"
}
],
- "time": "2021-01-20T22:51:39+00:00"
+ "time": "2023-01-15T23:15:59+00:00"
},
{
"name": "clue/stream-filter",
- "version": "v1.5.0",
+ "version": "v1.6.0",
"source": {
"type": "git",
"url": "https://github.com/clue/stream-filter.git",
- "reference": "aeb7d8ea49c7963d3b581378955dbf5bc49aa320"
+ "reference": "d6169430c7731d8509da7aecd0af756a5747b78e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/clue/stream-filter/zipball/aeb7d8ea49c7963d3b581378955dbf5bc49aa320",
- "reference": "aeb7d8ea49c7963d3b581378955dbf5bc49aa320",
+ "url": "https://api.github.com/repos/clue/stream-filter/zipball/d6169430c7731d8509da7aecd0af756a5747b78e",
+ "reference": "d6169430c7731d8509da7aecd0af756a5747b78e",
"shasum": ""
},
"require": {
@@ -1120,12 +1202,12 @@
},
"type": "library",
"autoload": {
- "psr-4": {
- "Clue\\StreamFilter\\": "src/"
- },
"files": [
"src/functions_include.php"
- ]
+ ],
+ "psr-4": {
+ "Clue\\StreamFilter\\": "src/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -1150,7 +1232,7 @@
],
"support": {
"issues": "https://github.com/clue/stream-filter/issues",
- "source": "https://github.com/clue/stream-filter/tree/v1.5.0"
+ "source": "https://github.com/clue/stream-filter/tree/v1.6.0"
},
"funding": [
{
@@ -1162,25 +1244,25 @@
"type": "github"
}
],
- "time": "2020-10-02T12:38:20+00:00"
+ "time": "2022-02-21T13:15:14+00:00"
},
{
"name": "cocur/slugify",
- "version": "v4.0.0",
+ "version": "v4.5.1",
"source": {
"type": "git",
"url": "https://github.com/cocur/slugify.git",
- "reference": "3f1ffc300f164f23abe8b64ffb3f92d35cec8307"
+ "reference": "7c6e088228b9f082050876ae8b0cd287b117b840"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/cocur/slugify/zipball/3f1ffc300f164f23abe8b64ffb3f92d35cec8307",
- "reference": "3f1ffc300f164f23abe8b64ffb3f92d35cec8307",
+ "url": "https://api.github.com/repos/cocur/slugify/zipball/7c6e088228b9f082050876ae8b0cd287b117b840",
+ "reference": "7c6e088228b9f082050876ae8b0cd287b117b840",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
- "php": ">=7.0"
+ "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
},
"conflict": {
"symfony/config": "<3.4 || >=4,<4.3",
@@ -1189,18 +1271,18 @@
"twig/twig": "<2.12.1"
},
"require-dev": {
- "laravel/framework": "~5.1",
+ "laravel/framework": "^5.0|^6.0|^7.0|^8.0",
"latte/latte": "~2.2",
"league/container": "^2.2.0",
"mikey179/vfsstream": "~1.6.8",
"mockery/mockery": "^1.3",
"nette/di": "~2.4",
- "phpunit/phpunit": "^5.7.27",
"pimple/pimple": "~1.1",
"plumphp/plum": "~0.1",
- "symfony/config": "^3.4 || ^4.3 || ^5.0",
- "symfony/dependency-injection": "^3.4 || ^4.3 || ^5.0",
- "symfony/http-kernel": "^3.4 || ^4.3 || ^5.0",
+ "symfony/config": "^3.4 || ^4.3 || ^5.0 || ^6.0",
+ "symfony/dependency-injection": "^3.4 || ^4.3 || ^5.0 || ^6.0",
+ "symfony/http-kernel": "^3.4 || ^4.3 || ^5.0 || ^6.0",
+ "symfony/phpunit-bridge": "^5.4 || ^6.0",
"twig/twig": "^2.12.1 || ~3.0",
"zendframework/zend-modulemanager": "~2.2",
"zendframework/zend-servicemanager": "~2.2",
@@ -1234,22 +1316,22 @@
],
"support": {
"issues": "https://github.com/cocur/slugify/issues",
- "source": "https://github.com/cocur/slugify/tree/master"
+ "source": "https://github.com/cocur/slugify/tree/v4.5.1"
},
- "time": "2019-12-14T13:04:14+00:00"
+ "time": "2023-09-17T07:26:20+00:00"
},
{
"name": "composer/ca-bundle",
- "version": "1.2.11",
+ "version": "1.3.7",
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
- "reference": "0b072d51c5a9c6f3412f7ea3ab043d6603cb2582"
+ "reference": "76e46335014860eec1aa5a724799a00a2e47cc85"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/ca-bundle/zipball/0b072d51c5a9c6f3412f7ea3ab043d6603cb2582",
- "reference": "0b072d51c5a9c6f3412f7ea3ab043d6603cb2582",
+ "url": "https://api.github.com/repos/composer/ca-bundle/zipball/76e46335014860eec1aa5a724799a00a2e47cc85",
+ "reference": "76e46335014860eec1aa5a724799a00a2e47cc85",
"shasum": ""
},
"require": {
@@ -1296,7 +1378,80 @@
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/ca-bundle/issues",
- "source": "https://github.com/composer/ca-bundle/tree/1.2.11"
+ "source": "https://github.com/composer/ca-bundle/tree/1.3.7"
+ },
+ "funding": [
+ {
+ "url": "https://packagist.com",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/composer",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/composer/composer",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-08-30T09:31:38+00:00"
+ },
+ {
+ "name": "composer/class-map-generator",
+ "version": "1.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/composer/class-map-generator.git",
+ "reference": "953cc4ea32e0c31f2185549c7d216d7921f03da9"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/composer/class-map-generator/zipball/953cc4ea32e0c31f2185549c7d216d7921f03da9",
+ "reference": "953cc4ea32e0c31f2185549c7d216d7921f03da9",
+ "shasum": ""
+ },
+ "require": {
+ "composer/pcre": "^2.1 || ^3.1",
+ "php": "^7.2 || ^8.0",
+ "symfony/finder": "^4.4 || ^5.3 || ^6 || ^7"
+ },
+ "require-dev": {
+ "phpstan/phpstan": "^1.6",
+ "phpstan/phpstan-deprecation-rules": "^1",
+ "phpstan/phpstan-phpunit": "^1",
+ "phpstan/phpstan-strict-rules": "^1.1",
+ "symfony/filesystem": "^5.4 || ^6",
+ "symfony/phpunit-bridge": "^5"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "1.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Composer\\ClassMapGenerator\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Jordi Boggiano",
+ "email": "j.boggiano@seld.be",
+ "homepage": "https://seld.be"
+ }
+ ],
+ "description": "Utilities to scan PHP code and generate class maps.",
+ "keywords": [
+ "classmap"
+ ],
+ "support": {
+ "issues": "https://github.com/composer/class-map-generator/issues",
+ "source": "https://github.com/composer/class-map-generator/tree/1.1.0"
},
"funding": [
{
@@ -1312,42 +1467,52 @@
"type": "tidelift"
}
],
- "time": "2021-09-25T20:32:43+00:00"
+ "time": "2023-06-30T13:58:57+00:00"
},
{
"name": "composer/composer",
- "version": "2.1.9",
+ "version": "2.6.5",
"source": {
"type": "git",
"url": "https://github.com/composer/composer.git",
- "reference": "e558c88f28d102d497adec4852802c0dc14c7077"
+ "reference": "4b0fe89db9e65b1e64df633a992e70a7a215ab33"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/composer/zipball/e558c88f28d102d497adec4852802c0dc14c7077",
- "reference": "e558c88f28d102d497adec4852802c0dc14c7077",
+ "url": "https://api.github.com/repos/composer/composer/zipball/4b0fe89db9e65b1e64df633a992e70a7a215ab33",
+ "reference": "4b0fe89db9e65b1e64df633a992e70a7a215ab33",
"shasum": ""
},
"require": {
"composer/ca-bundle": "^1.0",
+ "composer/class-map-generator": "^1.0",
"composer/metadata-minifier": "^1.0",
- "composer/semver": "^3.0",
- "composer/spdx-licenses": "^1.2",
- "composer/xdebug-handler": "^2.0",
+ "composer/pcre": "^2.1 || ^3.1",
+ "composer/semver": "^3.2.5",
+ "composer/spdx-licenses": "^1.5.7",
+ "composer/xdebug-handler": "^2.0.2 || ^3.0.3",
"justinrainbow/json-schema": "^5.2.11",
- "php": "^5.3.2 || ^7.0 || ^8.0",
- "psr/log": "^1.0",
- "react/promise": "^1.2 || ^2.7",
+ "php": "^7.2.5 || ^8.0",
+ "psr/log": "^1.0 || ^2.0 || ^3.0",
+ "react/promise": "^2.8 || ^3",
"seld/jsonlint": "^1.4",
- "seld/phar-utils": "^1.0",
- "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
- "symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
- "symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
- "symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0"
- },
- "require-dev": {
- "phpspec/prophecy": "^1.10",
- "symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0"
+ "seld/phar-utils": "^1.2",
+ "seld/signal-handler": "^2.0",
+ "symfony/console": "^5.4.11 || ^6.0.11 || ^7",
+ "symfony/filesystem": "^5.4 || ^6.0 || ^7",
+ "symfony/finder": "^5.4 || ^6.0 || ^7",
+ "symfony/polyfill-php73": "^1.24",
+ "symfony/polyfill-php80": "^1.24",
+ "symfony/polyfill-php81": "^1.24",
+ "symfony/process": "^5.4 || ^6.0 || ^7"
+ },
+ "require-dev": {
+ "phpstan/phpstan": "^1.9.3",
+ "phpstan/phpstan-deprecation-rules": "^1",
+ "phpstan/phpstan-phpunit": "^1.0",
+ "phpstan/phpstan-strict-rules": "^1",
+ "phpstan/phpstan-symfony": "^1.2.10",
+ "symfony/phpunit-bridge": "^6.0 || ^7"
},
"suggest": {
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
@@ -1360,12 +1525,17 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.1-dev"
+ "dev-main": "2.6-dev"
+ },
+ "phpstan": {
+ "includes": [
+ "phpstan/rules.neon"
+ ]
}
},
"autoload": {
"psr-4": {
- "Composer\\": "src/Composer"
+ "Composer\\": "src/Composer/"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -1394,7 +1564,8 @@
"support": {
"irc": "ircs://irc.libera.chat:6697/composer",
"issues": "https://github.com/composer/composer/issues",
- "source": "https://github.com/composer/composer/tree/2.1.9"
+ "security": "https://github.com/composer/composer/security/policy",
+ "source": "https://github.com/composer/composer/tree/2.6.5"
},
"funding": [
{
@@ -1410,7 +1581,7 @@
"type": "tidelift"
}
],
- "time": "2021-10-05T07:47:38+00:00"
+ "time": "2023-10-06T08:11:52+00:00"
},
{
"name": "composer/metadata-minifier",
@@ -1483,16 +1654,16 @@
},
{
"name": "composer/package-versions-deprecated",
- "version": "1.11.99.2",
+ "version": "1.11.99.5",
"source": {
"type": "git",
"url": "https://github.com/composer/package-versions-deprecated.git",
- "reference": "c6522afe5540d5fc46675043d3ed5a45a740b27c"
+ "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/c6522afe5540d5fc46675043d3ed5a45a740b27c",
- "reference": "c6522afe5540d5fc46675043d3ed5a45a740b27c",
+ "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b4f54f74ef3453349c24a845d22392cd31e65f1d",
+ "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d",
"shasum": ""
},
"require": {
@@ -1536,7 +1707,78 @@
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
"support": {
"issues": "https://github.com/composer/package-versions-deprecated/issues",
- "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.2"
+ "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.5"
+ },
+ "funding": [
+ {
+ "url": "https://packagist.com",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/composer",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/composer/composer",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2022-01-17T14:14:24+00:00"
+ },
+ {
+ "name": "composer/pcre",
+ "version": "3.1.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/composer/pcre.git",
+ "reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/composer/pcre/zipball/00104306927c7a0919b4ced2aaa6782c1e61a3c9",
+ "reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.4 || ^8.0"
+ },
+ "require-dev": {
+ "phpstan/phpstan": "^1.3",
+ "phpstan/phpstan-strict-rules": "^1.1",
+ "symfony/phpunit-bridge": "^5"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "3.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Composer\\Pcre\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Jordi Boggiano",
+ "email": "j.boggiano@seld.be",
+ "homepage": "http://seld.be"
+ }
+ ],
+ "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
+ "keywords": [
+ "PCRE",
+ "preg",
+ "regex",
+ "regular expression"
+ ],
+ "support": {
+ "issues": "https://github.com/composer/pcre/issues",
+ "source": "https://github.com/composer/pcre/tree/3.1.1"
},
"funding": [
{
@@ -1552,27 +1794,27 @@
"type": "tidelift"
}
],
- "time": "2021-05-24T07:46:03+00:00"
+ "time": "2023-10-11T07:11:09+00:00"
},
{
"name": "composer/semver",
- "version": "3.2.5",
+ "version": "3.4.0",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
- "reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9"
+ "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/semver/zipball/31f3ea725711245195f62e54ffa402d8ef2fdba9",
- "reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9",
+ "url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32",
+ "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
- "phpstan/phpstan": "^0.12.54",
+ "phpstan/phpstan": "^1.4",
"symfony/phpunit-bridge": "^4.2 || ^5"
},
"type": "library",
@@ -1615,9 +1857,9 @@
"versioning"
],
"support": {
- "irc": "irc://irc.freenode.org/composer",
+ "irc": "ircs://irc.libera.chat:6697/composer",
"issues": "https://github.com/composer/semver/issues",
- "source": "https://github.com/composer/semver/tree/3.2.5"
+ "source": "https://github.com/composer/semver/tree/3.4.0"
},
"funding": [
{
@@ -1633,27 +1875,28 @@
"type": "tidelift"
}
],
- "time": "2021-05-24T12:41:47+00:00"
+ "time": "2023-08-31T09:50:34+00:00"
},
{
"name": "composer/spdx-licenses",
- "version": "1.5.5",
+ "version": "1.5.7",
"source": {
"type": "git",
"url": "https://github.com/composer/spdx-licenses.git",
- "reference": "de30328a7af8680efdc03e396aad24befd513200"
+ "reference": "c848241796da2abf65837d51dce1fae55a960149"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/de30328a7af8680efdc03e396aad24befd513200",
- "reference": "de30328a7af8680efdc03e396aad24befd513200",
+ "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/c848241796da2abf65837d51dce1fae55a960149",
+ "reference": "c848241796da2abf65837d51dce1fae55a960149",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
- "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
+ "phpstan/phpstan": "^0.12.55",
+ "symfony/phpunit-bridge": "^4.2 || ^5"
},
"type": "library",
"extra": {
@@ -1696,7 +1939,7 @@
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/spdx-licenses/issues",
- "source": "https://github.com/composer/spdx-licenses/tree/1.5.5"
+ "source": "https://github.com/composer/spdx-licenses/tree/1.5.7"
},
"funding": [
{
@@ -1712,29 +1955,31 @@
"type": "tidelift"
}
],
- "time": "2020-12-03T16:04:16+00:00"
+ "time": "2022-05-23T07:37:50+00:00"
},
{
"name": "composer/xdebug-handler",
- "version": "2.0.2",
+ "version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
- "reference": "84674dd3a7575ba617f5a76d7e9e29a7d3891339"
+ "reference": "ced299686f41dce890debac69273b47ffe98a40c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/84674dd3a7575ba617f5a76d7e9e29a7d3891339",
- "reference": "84674dd3a7575ba617f5a76d7e9e29a7d3891339",
+ "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c",
+ "reference": "ced299686f41dce890debac69273b47ffe98a40c",
"shasum": ""
},
"require": {
- "php": "^5.3.2 || ^7.0 || ^8.0",
+ "composer/pcre": "^1 || ^2 || ^3",
+ "php": "^7.2.5 || ^8.0",
"psr/log": "^1 || ^2 || ^3"
},
"require-dev": {
- "phpstan/phpstan": "^0.12.55",
- "symfony/phpunit-bridge": "^4.2 || ^5"
+ "phpstan/phpstan": "^1.0",
+ "phpstan/phpstan-strict-rules": "^1.1",
+ "symfony/phpunit-bridge": "^6.0"
},
"type": "library",
"autoload": {
@@ -1760,7 +2005,7 @@
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/xdebug-handler/issues",
- "source": "https://github.com/composer/xdebug-handler/tree/2.0.2"
+ "source": "https://github.com/composer/xdebug-handler/tree/3.0.3"
},
"funding": [
{
@@ -1776,34 +2021,38 @@
"type": "tidelift"
}
],
- "time": "2021-07-31T17:03:58+00:00"
+ "time": "2022-02-25T21:32:43+00:00"
},
{
"name": "doctrine/annotations",
- "version": "1.13.1",
+ "version": "1.14.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
- "reference": "e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f"
+ "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/annotations/zipball/e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f",
- "reference": "e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f",
+ "url": "https://api.github.com/repos/doctrine/annotations/zipball/fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af",
+ "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af",
"shasum": ""
},
"require": {
- "doctrine/lexer": "1.*",
+ "doctrine/lexer": "^1 || ^2",
"ext-tokenizer": "*",
"php": "^7.1 || ^8.0",
"psr/cache": "^1 || ^2 || ^3"
},
"require-dev": {
"doctrine/cache": "^1.11 || ^2.0",
- "doctrine/coding-standard": "^6.0 || ^8.1",
- "phpstan/phpstan": "^0.12.20",
- "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
- "symfony/cache": "^4.4 || ^5.2"
+ "doctrine/coding-standard": "^9 || ^10",
+ "phpstan/phpstan": "~1.4.10 || ^1.8.0",
+ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
+ "symfony/cache": "^4.4 || ^5.4 || ^6",
+ "vimeo/psalm": "^4.10"
+ },
+ "suggest": {
+ "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations"
},
"type": "library",
"autoload": {
@@ -1846,22 +2095,22 @@
],
"support": {
"issues": "https://github.com/doctrine/annotations/issues",
- "source": "https://github.com/doctrine/annotations/tree/1.13.1"
+ "source": "https://github.com/doctrine/annotations/tree/1.14.3"
},
- "time": "2021-05-16T18:07:53+00:00"
+ "time": "2023-02-01T09:20:38+00:00"
},
{
"name": "doctrine/cache",
- "version": "1.12.1",
+ "version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
- "reference": "4cf401d14df219fa6f38b671f5493449151c9ad8"
+ "reference": "1ca8f21980e770095a31456042471a57bc4c68fb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/cache/zipball/4cf401d14df219fa6f38b671f5493449151c9ad8",
- "reference": "4cf401d14df219fa6f38b671f5493449151c9ad8",
+ "url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb",
+ "reference": "1ca8f21980e770095a31456042471a57bc4c68fb",
"shasum": ""
},
"require": {
@@ -1871,18 +2120,12 @@
"doctrine/common": ">2.2,<2.4"
},
"require-dev": {
- "alcaeus/mongo-php-adapter": "^1.1",
"cache/integration-tests": "dev-master",
- "doctrine/coding-standard": "^8.0",
- "mongodb/mongodb": "^1.1",
- "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
- "predis/predis": "~1.0",
+ "doctrine/coding-standard": "^9",
+ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"psr/cache": "^1.0 || ^2.0 || ^3.0",
- "symfony/cache": "^4.4 || ^5.2 || ^6.0@dev",
- "symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev"
- },
- "suggest": {
- "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
+ "symfony/cache": "^4.4 || ^5.4 || ^6",
+ "symfony/var-exporter": "^4.4 || ^5.4 || ^6"
},
"type": "library",
"autoload": {
@@ -1931,7 +2174,7 @@
],
"support": {
"issues": "https://github.com/doctrine/cache/issues",
- "source": "https://github.com/doctrine/cache/tree/1.12.1"
+ "source": "https://github.com/doctrine/cache/tree/2.2.0"
},
"funding": [
{
@@ -1947,30 +2190,31 @@
"type": "tidelift"
}
],
- "time": "2021-07-17T14:39:21+00:00"
+ "time": "2022-05-20T20:07:39+00:00"
},
{
"name": "doctrine/collections",
- "version": "1.6.7",
+ "version": "1.8.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
- "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a"
+ "reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/collections/zipball/55f8b799269a1a472457bd1a41b4f379d4cfba4a",
- "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a",
+ "url": "https://api.github.com/repos/doctrine/collections/zipball/2b44dd4cbca8b5744327de78bafef5945c7e7b5e",
+ "reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e",
"shasum": ""
},
"require": {
+ "doctrine/deprecations": "^0.5.3 || ^1",
"php": "^7.1.3 || ^8.0"
},
"require-dev": {
- "doctrine/coding-standard": "^6.0",
- "phpstan/phpstan-shim": "^0.9.2",
- "phpunit/phpunit": "^7.0",
- "vimeo/psalm": "^3.8.1"
+ "doctrine/coding-standard": "^9.0 || ^10.0",
+ "phpstan/phpstan": "^1.4.8",
+ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5",
+ "vimeo/psalm": "^4.22"
},
"type": "library",
"autoload": {
@@ -2014,52 +2258,42 @@
],
"support": {
"issues": "https://github.com/doctrine/collections/issues",
- "source": "https://github.com/doctrine/collections/tree/1.6.7"
+ "source": "https://github.com/doctrine/collections/tree/1.8.0"
},
- "time": "2020-07-27T17:53:49+00:00"
+ "time": "2022-09-01T20:12:10+00:00"
},
{
"name": "doctrine/common",
- "version": "2.13.3",
+ "version": "3.4.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/common.git",
- "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f"
+ "reference": "8b5e5650391f851ed58910b3e3d48a71062eeced"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/common/zipball/f3812c026e557892c34ef37f6ab808a6b567da7f",
- "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f",
+ "url": "https://api.github.com/repos/doctrine/common/zipball/8b5e5650391f851ed58910b3e3d48a71062eeced",
+ "reference": "8b5e5650391f851ed58910b3e3d48a71062eeced",
"shasum": ""
},
"require": {
- "doctrine/annotations": "^1.0",
- "doctrine/cache": "^1.0",
- "doctrine/collections": "^1.0",
- "doctrine/event-manager": "^1.0",
- "doctrine/inflector": "^1.0",
- "doctrine/lexer": "^1.0",
- "doctrine/persistence": "^1.3.3",
- "doctrine/reflection": "^1.0",
+ "doctrine/persistence": "^2.0 || ^3.0",
"php": "^7.1 || ^8.0"
},
"require-dev": {
- "doctrine/coding-standard": "^1.0",
- "phpstan/phpstan": "^0.11",
- "phpstan/phpstan-phpunit": "^0.11",
- "phpunit/phpunit": "^7.0",
+ "doctrine/coding-standard": "^9.0 || ^10.0",
+ "doctrine/collections": "^1",
+ "phpstan/phpstan": "^1.4.1",
+ "phpstan/phpstan-phpunit": "^1",
+ "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0",
"squizlabs/php_codesniffer": "^3.0",
- "symfony/phpunit-bridge": "^4.0.5"
+ "symfony/phpunit-bridge": "^6.1",
+ "vimeo/psalm": "^4.4"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.11.x-dev"
- }
- },
"autoload": {
"psr-4": {
- "Doctrine\\Common\\": "lib/Doctrine/Common"
+ "Doctrine\\Common\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -2092,7 +2326,7 @@
"email": "ocramius@gmail.com"
}
],
- "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
+ "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, proxies and much more.",
"homepage": "https://www.doctrine-project.org/projects/common.html",
"keywords": [
"common",
@@ -2101,7 +2335,7 @@
],
"support": {
"issues": "https://github.com/doctrine/common/issues",
- "source": "https://github.com/doctrine/common/tree/2.13.x"
+ "source": "https://github.com/doctrine/common/tree/3.4.3"
},
"funding": [
{
@@ -2117,37 +2351,42 @@
"type": "tidelift"
}
],
- "time": "2020-06-05T16:46:05+00:00"
+ "time": "2022-10-09T11:47:59+00:00"
},
{
"name": "doctrine/data-fixtures",
- "version": "1.5.0",
+ "version": "1.6.7",
"source": {
"type": "git",
"url": "https://github.com/doctrine/data-fixtures.git",
- "reference": "51d3d4880d28951fff42a635a2389f8c63baddc5"
+ "reference": "ae4e845decbe177348fdbecd04331f4fb96aa301"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/51d3d4880d28951fff42a635a2389f8c63baddc5",
- "reference": "51d3d4880d28951fff42a635a2389f8c63baddc5",
+ "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/ae4e845decbe177348fdbecd04331f4fb96aa301",
+ "reference": "ae4e845decbe177348fdbecd04331f4fb96aa301",
"shasum": ""
},
"require": {
- "doctrine/common": "^2.13|^3.0",
- "doctrine/persistence": "^1.3.3|^2.0",
+ "doctrine/deprecations": "^0.5.3 || ^1.0",
+ "doctrine/persistence": "^1.3.3 || ^2.0 || ^3.0",
"php": "^7.2 || ^8.0"
},
"conflict": {
+ "doctrine/dbal": "<2.13",
+ "doctrine/orm": "<2.14",
"doctrine/phpcr-odm": "<1.3.0"
},
"require-dev": {
- "doctrine/coding-standard": "^8.2",
- "doctrine/dbal": "^2.5.4",
+ "doctrine/coding-standard": "^11.0",
+ "doctrine/dbal": "^2.13 || ^3.0",
"doctrine/mongodb-odm": "^1.3.0 || ^2.0.0",
- "doctrine/orm": "^2.7.0",
+ "doctrine/orm": "^2.14",
"ext-sqlite3": "*",
- "phpunit/phpunit": "^8.0"
+ "phpstan/phpstan": "^1.5",
+ "phpunit/phpunit": "^8.5 || ^9.5 || ^10.0",
+ "symfony/cache": "^5.0 || ^6.0",
+ "vimeo/psalm": "^4.10 || ^5.9"
},
"suggest": {
"alcaeus/mongo-php-adapter": "For using MongoDB ODM 1.3 with PHP 7 (deprecated)",
@@ -2158,7 +2397,7 @@
"type": "library",
"autoload": {
"psr-4": {
- "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
+ "Doctrine\\Common\\DataFixtures\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -2172,13 +2411,13 @@
}
],
"description": "Data Fixtures for all Doctrine Object Managers",
- "homepage": "http://www.doctrine-project.org",
+ "homepage": "https://www.doctrine-project.org",
"keywords": [
"database"
],
"support": {
"issues": "https://github.com/doctrine/data-fixtures/issues",
- "source": "https://github.com/doctrine/data-fixtures/tree/1.5.0"
+ "source": "https://github.com/doctrine/data-fixtures/tree/1.6.7"
},
"funding": [
{
@@ -2194,38 +2433,39 @@
"type": "tidelift"
}
],
- "time": "2021-01-23T10:20:43+00:00"
+ "time": "2023-08-17T21:15:33+00:00"
},
{
"name": "doctrine/dbal",
- "version": "2.13.2",
+ "version": "2.13.9",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
- "reference": "8dd39d2ead4409ce652fd4f02621060f009ea5e4"
+ "reference": "c480849ca3ad6706a39c970cdfe6888fa8a058b8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/dbal/zipball/8dd39d2ead4409ce652fd4f02621060f009ea5e4",
- "reference": "8dd39d2ead4409ce652fd4f02621060f009ea5e4",
+ "url": "https://api.github.com/repos/doctrine/dbal/zipball/c480849ca3ad6706a39c970cdfe6888fa8a058b8",
+ "reference": "c480849ca3ad6706a39c970cdfe6888fa8a058b8",
"shasum": ""
},
"require": {
"doctrine/cache": "^1.0|^2.0",
- "doctrine/deprecations": "^0.5.3",
+ "doctrine/deprecations": "^0.5.3|^1",
"doctrine/event-manager": "^1.0",
"ext-pdo": "*",
"php": "^7.1 || ^8"
},
"require-dev": {
"doctrine/coding-standard": "9.0.0",
- "jetbrains/phpstorm-stubs": "2020.2",
- "phpstan/phpstan": "0.12.81",
- "phpunit/phpunit": "^7.5.20|^8.5|9.5.5",
- "squizlabs/php_codesniffer": "3.6.0",
+ "jetbrains/phpstorm-stubs": "2021.1",
+ "phpstan/phpstan": "1.4.6",
+ "phpunit/phpunit": "^7.5.20|^8.5|9.5.16",
+ "psalm/plugin-phpunit": "0.16.1",
+ "squizlabs/php_codesniffer": "3.6.2",
"symfony/cache": "^4.4",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
- "vimeo/psalm": "4.6.4"
+ "vimeo/psalm": "4.22.0"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
@@ -2286,7 +2526,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
- "source": "https://github.com/doctrine/dbal/tree/2.13.2"
+ "source": "https://github.com/doctrine/dbal/tree/2.13.9"
},
"funding": [
{
@@ -2302,29 +2542,33 @@
"type": "tidelift"
}
],
- "time": "2021-06-18T21:48:39+00:00"
+ "time": "2022-05-02T20:28:55+00:00"
},
{
"name": "doctrine/deprecations",
- "version": "v0.5.3",
+ "version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/deprecations.git",
- "reference": "9504165960a1f83cc1480e2be1dd0a0478561314"
+ "reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/deprecations/zipball/9504165960a1f83cc1480e2be1dd0a0478561314",
- "reference": "9504165960a1f83cc1480e2be1dd0a0478561314",
+ "url": "https://api.github.com/repos/doctrine/deprecations/zipball/4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
+ "reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
"shasum": ""
},
"require": {
- "php": "^7.1|^8.0"
+ "php": "^7.1 || ^8.0"
},
"require-dev": {
- "doctrine/coding-standard": "^6.0|^7.0|^8.0",
- "phpunit/phpunit": "^7.0|^8.0|^9.0",
- "psr/log": "^1.0"
+ "doctrine/coding-standard": "^9",
+ "phpstan/phpstan": "1.4.10 || 1.10.15",
+ "phpstan/phpstan-phpunit": "^1.0",
+ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
+ "psalm/plugin-phpunit": "0.18.4",
+ "psr/log": "^1 || ^2 || ^3",
+ "vimeo/psalm": "4.30.0 || 5.12.0"
},
"suggest": {
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
@@ -2343,57 +2587,61 @@
"homepage": "https://www.doctrine-project.org/",
"support": {
"issues": "https://github.com/doctrine/deprecations/issues",
- "source": "https://github.com/doctrine/deprecations/tree/v0.5.3"
+ "source": "https://github.com/doctrine/deprecations/tree/1.1.2"
},
- "time": "2021-03-21T12:59:47+00:00"
+ "time": "2023-09-27T20:04:15+00:00"
},
{
"name": "doctrine/doctrine-bundle",
- "version": "2.3.2",
+ "version": "2.7.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineBundle.git",
- "reference": "d6b3c37804539a24ba8a7d647a6144cab2f13242"
+ "reference": "22d53b2c5ad03929628fb4a928b01135585b7179"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/d6b3c37804539a24ba8a7d647a6144cab2f13242",
- "reference": "d6b3c37804539a24ba8a7d647a6144cab2f13242",
+ "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/22d53b2c5ad03929628fb4a928b01135585b7179",
+ "reference": "22d53b2c5ad03929628fb4a928b01135585b7179",
"shasum": ""
},
"require": {
- "doctrine/dbal": "^2.9.0|^3.0",
- "doctrine/persistence": "^1.3.3|^2.0",
+ "doctrine/annotations": "^1",
+ "doctrine/cache": "^1.11 || ^2.0",
+ "doctrine/dbal": "^2.13.1 || ^3.3.2",
+ "doctrine/persistence": "^2.2 || ^3",
"doctrine/sql-formatter": "^1.0.1",
"php": "^7.1 || ^8.0",
- "symfony/cache": "^4.3.3|^5.0",
- "symfony/config": "^4.3.3|^5.0",
- "symfony/console": "^3.4.30|^4.3.3|^5.0",
- "symfony/dependency-injection": "^4.3.3|^5.0",
- "symfony/doctrine-bridge": "^4.4.7|^5.0",
- "symfony/framework-bundle": "^3.4.30|^4.3.3|^5.0",
- "symfony/service-contracts": "^1.1.1|^2.0"
+ "symfony/cache": "^4.4 || ^5.4 || ^6.0",
+ "symfony/config": "^4.4.3 || ^5.4 || ^6.0",
+ "symfony/console": "^4.4 || ^5.4 || ^6.0",
+ "symfony/dependency-injection": "^4.4.18 || ^5.4 || ^6.0",
+ "symfony/deprecation-contracts": "^2.1 || ^3",
+ "symfony/doctrine-bridge": "^4.4.22 || ^5.4 || ^6.0",
+ "symfony/framework-bundle": "^4.4 || ^5.4 || ^6.0",
+ "symfony/service-contracts": "^1.1.1 || ^2.0 || ^3"
},
"conflict": {
- "doctrine/orm": "<2.6",
- "twig/twig": "<1.34|>=2.0,<2.4"
+ "doctrine/orm": "<2.11 || >=3.0",
+ "twig/twig": "<1.34 || >=2.0,<2.4"
},
"require-dev": {
- "doctrine/coding-standard": "^8.0",
- "doctrine/orm": "^2.6",
+ "doctrine/coding-standard": "^9.0",
+ "doctrine/orm": "^2.11 || ^3.0",
"friendsofphp/proxy-manager-lts": "^1.0",
- "phpunit/phpunit": "^7.5 || ^8.0 || ^9.3",
- "psalm/plugin-phpunit": "^0.15.1",
- "psalm/plugin-symfony": "^2.2.4",
- "symfony/phpunit-bridge": "^5.2",
- "symfony/property-info": "^4.3.3|^5.0",
- "symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0",
- "symfony/security-bundle": "^4.4|^5.0",
- "symfony/twig-bridge": "^3.4.30|^4.3.3|^5.0",
- "symfony/validator": "^3.4.30|^4.3.3|^5.0",
- "symfony/web-profiler-bundle": "^3.4.30|^4.3.3|^5.0",
- "symfony/yaml": "^3.4.30|^4.3.3|^5.0",
- "twig/twig": "^1.34|^2.12|^3.0",
+ "phpunit/phpunit": "^7.5 || ^8.0 || ^9.3 || ^10.0",
+ "psalm/plugin-phpunit": "^0.16.1",
+ "psalm/plugin-symfony": "^3",
+ "psr/log": "^1.1.4 || ^2.0 || ^3.0",
+ "symfony/phpunit-bridge": "^6.1",
+ "symfony/property-info": "^4.4 || ^5.4 || ^6.0",
+ "symfony/proxy-manager-bridge": "^4.4 || ^5.4 || ^6.0",
+ "symfony/security-bundle": "^4.4 || ^5.4 || ^6.0",
+ "symfony/twig-bridge": "^4.4 || ^5.4 || ^6.0",
+ "symfony/validator": "^4.4 || ^5.4 || ^6.0",
+ "symfony/web-profiler-bundle": "^4.4 || ^5.4 || ^6.0",
+ "symfony/yaml": "^4.4 || ^5.4 || ^6.0",
+ "twig/twig": "^1.34 || ^2.12 || ^3.0",
"vimeo/psalm": "^4.7"
},
"suggest": {
@@ -2422,15 +2670,15 @@
},
{
"name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
+ "homepage": "https://symfony.com/contributors"
},
{
"name": "Doctrine Project",
- "homepage": "http://www.doctrine-project.org/"
+ "homepage": "https://www.doctrine-project.org/"
}
],
"description": "Symfony DoctrineBundle",
- "homepage": "http://www.doctrine-project.org",
+ "homepage": "https://www.doctrine-project.org",
"keywords": [
"database",
"dbal",
@@ -2439,7 +2687,7 @@
],
"support": {
"issues": "https://github.com/doctrine/DoctrineBundle/issues",
- "source": "https://github.com/doctrine/DoctrineBundle/tree/2.3.2"
+ "source": "https://github.com/doctrine/DoctrineBundle/tree/2.7.2"
},
"funding": [
{
@@ -2455,38 +2703,40 @@
"type": "tidelift"
}
],
- "time": "2021-05-06T19:21:22+00:00"
+ "time": "2022-12-07T12:07:11+00:00"
},
{
"name": "doctrine/doctrine-fixtures-bundle",
- "version": "3.4.0",
+ "version": "3.4.4",
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
- "reference": "870189619a7770f468ffb0b80925302e065a3b34"
+ "reference": "9ec3139c52a42e94c9fd1e95f8d2bca94326edfb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/870189619a7770f468ffb0b80925302e065a3b34",
- "reference": "870189619a7770f468ffb0b80925302e065a3b34",
+ "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/9ec3139c52a42e94c9fd1e95f8d2bca94326edfb",
+ "reference": "9ec3139c52a42e94c9fd1e95f8d2bca94326edfb",
"shasum": ""
},
"require": {
"doctrine/data-fixtures": "^1.3",
"doctrine/doctrine-bundle": "^1.11|^2.0",
"doctrine/orm": "^2.6.0",
- "doctrine/persistence": "^1.3.7|^2.0",
+ "doctrine/persistence": "^1.3.7|^2.0|^3.0",
"php": "^7.1 || ^8.0",
- "symfony/config": "^3.4|^4.3|^5.0",
- "symfony/console": "^3.4|^4.3|^5.0",
- "symfony/dependency-injection": "^3.4|^4.3|^5.0",
- "symfony/doctrine-bridge": "^3.4|^4.1|^5.0",
- "symfony/http-kernel": "^3.4|^4.3|^5.0"
+ "symfony/config": "^3.4|^4.3|^5.0|^6.0",
+ "symfony/console": "^3.4|^4.3|^5.0|^6.0",
+ "symfony/dependency-injection": "^3.4.47|^4.3|^5.0|^6.0",
+ "symfony/doctrine-bridge": "^3.4|^4.1|^5.0|^6.0",
+ "symfony/http-kernel": "^3.4|^4.3|^5.0|^6.0"
},
"require-dev": {
- "doctrine/coding-standard": "^6.0",
- "phpunit/phpunit": "^7.4 || ^8.0 || ^9.2",
- "symfony/phpunit-bridge": "^4.1|^5.0"
+ "doctrine/coding-standard": "^9",
+ "phpstan/phpstan": "^1.4.10",
+ "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
+ "symfony/phpunit-bridge": "^6.0.8",
+ "vimeo/psalm": "^4.22"
},
"type": "symfony-bundle",
"autoload": {
@@ -2505,22 +2755,22 @@
},
{
"name": "Doctrine Project",
- "homepage": "http://www.doctrine-project.org"
+ "homepage": "https://www.doctrine-project.org"
},
{
"name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
+ "homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony DoctrineFixturesBundle",
- "homepage": "http://www.doctrine-project.org",
+ "homepage": "https://www.doctrine-project.org",
"keywords": [
"Fixture",
"persistence"
],
"support": {
"issues": "https://github.com/doctrine/DoctrineFixturesBundle/issues",
- "source": "https://github.com/doctrine/DoctrineFixturesBundle/tree/3.4.0"
+ "source": "https://github.com/doctrine/DoctrineFixturesBundle/tree/3.4.4"
},
"funding": [
{
@@ -2536,41 +2786,124 @@
"type": "tidelift"
}
],
- "time": "2020-11-14T09:36:49+00:00"
+ "time": "2023-05-02T15:12:16+00:00"
+ },
+ {
+ "name": "doctrine/doctrine-migrations-bundle",
+ "version": "3.2.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
+ "reference": "94e6b0fe1a50901d52f59dbb9b4b0737718b2c1e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/94e6b0fe1a50901d52f59dbb9b4b0737718b2c1e",
+ "reference": "94e6b0fe1a50901d52f59dbb9b4b0737718b2c1e",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/doctrine-bundle": "~1.0|~2.0",
+ "doctrine/migrations": "^3.2",
+ "php": "^7.2|^8.0",
+ "symfony/framework-bundle": "~3.4|~4.0|~5.0|~6.0"
+ },
+ "require-dev": {
+ "doctrine/coding-standard": "^9",
+ "doctrine/orm": "^2.6",
+ "doctrine/persistence": "^1.3||^2.0",
+ "phpstan/phpstan": "^1.4",
+ "phpstan/phpstan-deprecation-rules": "^1",
+ "phpstan/phpstan-phpunit": "^1",
+ "phpstan/phpstan-strict-rules": "^1.1",
+ "phpunit/phpunit": "^8.5|^9.5",
+ "vimeo/psalm": "^4.22"
+ },
+ "type": "symfony-bundle",
+ "autoload": {
+ "psr-4": {
+ "Doctrine\\Bundle\\MigrationsBundle\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Doctrine Project",
+ "homepage": "https://www.doctrine-project.org"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony DoctrineMigrationsBundle",
+ "homepage": "https://www.doctrine-project.org",
+ "keywords": [
+ "dbal",
+ "migrations",
+ "schema"
+ ],
+ "support": {
+ "issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues",
+ "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.2.4"
+ },
+ "funding": [
+ {
+ "url": "https://www.doctrine-project.org/sponsorship.html",
+ "type": "custom"
+ },
+ {
+ "url": "https://www.patreon.com/phpdoctrine",
+ "type": "patreon"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-migrations-bundle",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-06-02T08:19:26+00:00"
},
{
"name": "doctrine/event-manager",
- "version": "1.1.1",
+ "version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/event-manager.git",
- "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
+ "reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
- "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
+ "url": "https://api.github.com/repos/doctrine/event-manager/zipball/95aa4cb529f1e96576f3fda9f5705ada4056a520",
+ "reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520",
"shasum": ""
},
"require": {
+ "doctrine/deprecations": "^0.5.3 || ^1",
"php": "^7.1 || ^8.0"
},
"conflict": {
- "doctrine/common": "<2.9@dev"
+ "doctrine/common": "<2.9"
},
"require-dev": {
- "doctrine/coding-standard": "^6.0",
- "phpunit/phpunit": "^7.0"
+ "doctrine/coding-standard": "^9 || ^10",
+ "phpstan/phpstan": "~1.4.10 || ^1.8.8",
+ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
+ "vimeo/psalm": "^4.24"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
"autoload": {
"psr-4": {
- "Doctrine\\Common\\": "lib/Doctrine/Common"
+ "Doctrine\\Common\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -2614,7 +2947,7 @@
],
"support": {
"issues": "https://github.com/doctrine/event-manager/issues",
- "source": "https://github.com/doctrine/event-manager/tree/1.1.x"
+ "source": "https://github.com/doctrine/event-manager/tree/1.2.0"
},
"funding": [
{
@@ -2630,41 +2963,36 @@
"type": "tidelift"
}
],
- "time": "2020-05-29T18:28:51+00:00"
+ "time": "2022-10-12T20:51:15+00:00"
},
{
"name": "doctrine/inflector",
- "version": "1.4.4",
+ "version": "2.0.8",
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
- "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9"
+ "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/inflector/zipball/4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9",
- "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9",
+ "url": "https://api.github.com/repos/doctrine/inflector/zipball/f9301a5b2fb1216b2b08f02ba04dc45423db6bff",
+ "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff",
"shasum": ""
},
"require": {
- "php": "^7.1 || ^8.0"
+ "php": "^7.2 || ^8.0"
},
"require-dev": {
- "doctrine/coding-standard": "^8.0",
- "phpstan/phpstan": "^0.12",
- "phpstan/phpstan-phpunit": "^0.12",
- "phpstan/phpstan-strict-rules": "^0.12",
- "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
+ "doctrine/coding-standard": "^11.0",
+ "phpstan/phpstan": "^1.8",
+ "phpstan/phpstan-phpunit": "^1.1",
+ "phpstan/phpstan-strict-rules": "^1.3",
+ "phpunit/phpunit": "^8.5 || ^9.5",
+ "vimeo/psalm": "^4.25 || ^5.4"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
"autoload": {
"psr-4": {
- "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector",
"Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
}
},
@@ -2710,7 +3038,7 @@
],
"support": {
"issues": "https://github.com/doctrine/inflector/issues",
- "source": "https://github.com/doctrine/inflector/tree/1.4.4"
+ "source": "https://github.com/doctrine/inflector/tree/2.0.8"
},
"funding": [
{
@@ -2726,33 +3054,34 @@
"type": "tidelift"
}
],
- "time": "2021-04-16T17:34:40+00:00"
+ "time": "2023-06-16T13:40:37+00:00"
},
{
"name": "doctrine/instantiator",
- "version": "1.4.0",
+ "version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
- "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
+ "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
- "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
+ "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
+ "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
"shasum": ""
},
"require": {
- "php": "^7.1 || ^8.0"
+ "php": "^8.1"
},
"require-dev": {
- "doctrine/coding-standard": "^8.0",
+ "doctrine/coding-standard": "^11",
"ext-pdo": "*",
"ext-phar": "*",
- "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
- "phpstan/phpstan": "^0.12",
- "phpstan/phpstan-phpunit": "^0.12",
- "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
+ "phpbench/phpbench": "^1.2",
+ "phpstan/phpstan": "^1.9.4",
+ "phpstan/phpstan-phpunit": "^1.3",
+ "phpunit/phpunit": "^9.5.27",
+ "vimeo/psalm": "^5.4"
},
"type": "library",
"autoload": {
@@ -2779,7 +3108,7 @@
],
"support": {
"issues": "https://github.com/doctrine/instantiator/issues",
- "source": "https://github.com/doctrine/instantiator/tree/1.4.0"
+ "source": "https://github.com/doctrine/instantiator/tree/2.0.0"
},
"funding": [
{
@@ -2795,39 +3124,37 @@
"type": "tidelift"
}
],
- "time": "2020-11-10T18:47:58+00:00"
+ "time": "2022-12-30T00:23:10+00:00"
},
{
"name": "doctrine/lexer",
- "version": "1.2.1",
+ "version": "2.1.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
- "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
+ "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
- "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
+ "url": "https://api.github.com/repos/doctrine/lexer/zipball/39ab8fcf5a51ce4b85ca97c7a7d033eb12831124",
+ "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124",
"shasum": ""
},
"require": {
- "php": "^7.2 || ^8.0"
+ "doctrine/deprecations": "^1.0",
+ "php": "^7.1 || ^8.0"
},
"require-dev": {
- "doctrine/coding-standard": "^6.0",
- "phpstan/phpstan": "^0.11.8",
- "phpunit/phpunit": "^8.2"
+ "doctrine/coding-standard": "^9 || ^10",
+ "phpstan/phpstan": "^1.3",
+ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
+ "psalm/plugin-phpunit": "^0.18.3",
+ "vimeo/psalm": "^4.11 || ^5.0"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.2.x-dev"
- }
- },
"autoload": {
"psr-4": {
- "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
+ "Doctrine\\Common\\Lexer\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -2859,7 +3186,7 @@
],
"support": {
"issues": "https://github.com/doctrine/lexer/issues",
- "source": "https://github.com/doctrine/lexer/tree/1.2.1"
+ "source": "https://github.com/doctrine/lexer/tree/2.1.0"
},
"funding": [
{
@@ -2875,60 +3202,67 @@
"type": "tidelift"
}
],
- "time": "2020-05-25T17:44:05+00:00"
+ "time": "2022-12-14T08:49:07+00:00"
},
{
- "name": "doctrine/orm",
- "version": "2.7.5",
+ "name": "doctrine/migrations",
+ "version": "3.4.3",
"source": {
"type": "git",
- "url": "https://github.com/doctrine/orm.git",
- "reference": "01187c9260cd085529ddd1273665217cae659640"
+ "url": "https://github.com/doctrine/migrations.git",
+ "reference": "362f07ff732a2b4498be919561536800cec29500"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/orm/zipball/01187c9260cd085529ddd1273665217cae659640",
- "reference": "01187c9260cd085529ddd1273665217cae659640",
+ "url": "https://api.github.com/repos/doctrine/migrations/zipball/362f07ff732a2b4498be919561536800cec29500",
+ "reference": "362f07ff732a2b4498be919561536800cec29500",
"shasum": ""
},
"require": {
- "composer/package-versions-deprecated": "^1.8",
- "doctrine/annotations": "^1.11.1",
- "doctrine/cache": "^1.9.1",
- "doctrine/collections": "^1.5",
- "doctrine/common": "^2.11 || ^3.0",
- "doctrine/dbal": "^2.9.3",
- "doctrine/event-manager": "^1.1",
- "doctrine/inflector": "^1.0",
- "doctrine/instantiator": "^1.3",
- "doctrine/lexer": "^1.0",
- "doctrine/persistence": "^1.3.3 || ^2.0",
- "ext-pdo": "*",
- "php": "^7.1",
- "symfony/console": "^3.0|^4.0|^5.0"
+ "composer-runtime-api": "^2",
+ "doctrine/dbal": "^2.11 || ^3.0",
+ "doctrine/deprecations": "^0.5.3 || ^1",
+ "doctrine/event-manager": "^1.0",
+ "friendsofphp/proxy-manager-lts": "^1.0",
+ "php": "^7.2 || ^8.0",
+ "psr/log": "^1.1.3 || ^2 || ^3",
+ "symfony/console": "^3.4 || ^4.4.16 || ^5.0 || ^6.0",
+ "symfony/stopwatch": "^3.4 || ^4.0 || ^5.0 || ^6.0"
},
"require-dev": {
- "doctrine/coding-standard": "^6.0",
- "phpstan/phpstan": "^0.12.18",
- "phpunit/phpunit": "^8.0",
- "symfony/yaml": "^3.4|^4.0|^5.0",
- "vimeo/psalm": "^3.11"
+ "doctrine/coding-standard": "^9",
+ "doctrine/orm": "^2.6",
+ "doctrine/persistence": "^1.3 || ^2.0",
+ "doctrine/sql-formatter": "^1.0",
+ "ergebnis/composer-normalize": "^2.9",
+ "ext-pdo_sqlite": "*",
+ "phpstan/phpstan": "^1.5",
+ "phpstan/phpstan-deprecation-rules": "^1",
+ "phpstan/phpstan-phpunit": "^1.1",
+ "phpstan/phpstan-strict-rules": "^1.1",
+ "phpstan/phpstan-symfony": "^1.1",
+ "phpunit/phpunit": "^8.5 || ^9.4",
+ "symfony/cache": "^3.4.26 || ^4.2.12 || ^5.0 || ^6.0",
+ "symfony/process": "^3.4 || ^4.0 || ^5.0 || ^6.0",
+ "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0"
},
"suggest": {
- "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
+ "doctrine/sql-formatter": "Allows to generate formatted SQL with the diff command.",
+ "symfony/yaml": "Allows the use of yaml for migration configuration files."
},
"bin": [
- "bin/doctrine"
+ "bin/doctrine-migrations"
],
"type": "library",
"extra": {
- "branch-alias": {
- "dev-master": "2.7.x-dev"
+ "composer-normalize": {
+ "indent-size": 4,
+ "indent-style": "space"
}
},
"autoload": {
"psr-4": {
- "Doctrine\\ORM\\": "lib/Doctrine/ORM"
+ "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -2936,14 +3270,6 @@
"MIT"
],
"authors": [
- {
- "name": "Guilherme Blanco",
- "email": "guilhermeblanco@gmail.com"
- },
- {
- "name": "Roman Borschel",
- "email": "roman@code-factory.org"
- },
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
@@ -2953,63 +3279,98 @@
"email": "jonwage@gmail.com"
},
{
- "name": "Marco Pivetta",
- "email": "ocramius@gmail.com"
+ "name": "Michael Simonson",
+ "email": "contact@mikesimonson.com"
}
],
- "description": "Object-Relational-Mapper for PHP",
- "homepage": "https://www.doctrine-project.org/projects/orm.html",
+ "description": "PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.",
+ "homepage": "https://www.doctrine-project.org/projects/migrations.html",
"keywords": [
"database",
- "orm"
+ "dbal",
+ "migrations"
],
"support": {
- "issues": "https://github.com/doctrine/orm/issues",
- "source": "https://github.com/doctrine/orm/tree/2.7.5"
+ "issues": "https://github.com/doctrine/migrations/issues",
+ "source": "https://github.com/doctrine/migrations/tree/3.4.3"
},
- "time": "2020-12-03T08:52:14+00:00"
+ "funding": [
+ {
+ "url": "https://www.doctrine-project.org/sponsorship.html",
+ "type": "custom"
+ },
+ {
+ "url": "https://www.patreon.com/phpdoctrine",
+ "type": "patreon"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fmigrations",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-09-07T12:23:11+00:00"
},
{
- "name": "doctrine/persistence",
- "version": "1.3.8",
+ "name": "doctrine/orm",
+ "version": "2.16.2",
"source": {
"type": "git",
- "url": "https://github.com/doctrine/persistence.git",
- "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288"
+ "url": "https://github.com/doctrine/orm.git",
+ "reference": "17500f56eaa930f5cd14d765bc2cd851c7d37cc0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/persistence/zipball/7a6eac9fb6f61bba91328f15aa7547f4806ca288",
- "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288",
+ "url": "https://api.github.com/repos/doctrine/orm/zipball/17500f56eaa930f5cd14d765bc2cd851c7d37cc0",
+ "reference": "17500f56eaa930f5cd14d765bc2cd851c7d37cc0",
"shasum": ""
},
"require": {
- "doctrine/annotations": "^1.0",
- "doctrine/cache": "^1.0",
- "doctrine/collections": "^1.0",
- "doctrine/event-manager": "^1.0",
- "doctrine/reflection": "^1.2",
- "php": "^7.1 || ^8.0"
+ "composer-runtime-api": "^2",
+ "doctrine/cache": "^1.12.1 || ^2.1.1",
+ "doctrine/collections": "^1.5 || ^2.1",
+ "doctrine/common": "^3.0.3",
+ "doctrine/dbal": "^2.13.1 || ^3.2",
+ "doctrine/deprecations": "^0.5.3 || ^1",
+ "doctrine/event-manager": "^1.2 || ^2",
+ "doctrine/inflector": "^1.4 || ^2.0",
+ "doctrine/instantiator": "^1.3 || ^2",
+ "doctrine/lexer": "^2",
+ "doctrine/persistence": "^2.4 || ^3",
+ "ext-ctype": "*",
+ "php": "^7.1 || ^8.0",
+ "psr/cache": "^1 || ^2 || ^3",
+ "symfony/console": "^4.2 || ^5.0 || ^6.0",
+ "symfony/polyfill-php72": "^1.23",
+ "symfony/polyfill-php80": "^1.16"
},
"conflict": {
- "doctrine/common": "<2.10@dev"
+ "doctrine/annotations": "<1.13 || >= 3.0"
},
"require-dev": {
- "doctrine/coding-standard": "^6.0",
- "phpstan/phpstan": "^0.11",
- "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
- "vimeo/psalm": "^3.11"
+ "doctrine/annotations": "^1.13 || ^2",
+ "doctrine/coding-standard": "^9.0.2 || ^12.0",
+ "phpbench/phpbench": "^0.16.10 || ^1.0",
+ "phpstan/phpstan": "~1.4.10 || 1.10.28",
+ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6",
+ "psr/log": "^1 || ^2 || ^3",
+ "squizlabs/php_codesniffer": "3.7.2",
+ "symfony/cache": "^4.4 || ^5.4 || ^6.0",
+ "symfony/var-exporter": "^4.4 || ^5.4 || ^6.2",
+ "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
+ "vimeo/psalm": "4.30.0 || 5.14.1"
},
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.3.x-dev"
- }
+ "suggest": {
+ "ext-dom": "Provides support for XSD validation for XML mapping files",
+ "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0",
+ "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
},
+ "bin": [
+ "bin/doctrine"
+ ],
+ "type": "library",
"autoload": {
"psr-4": {
- "Doctrine\\Common\\": "lib/Doctrine/Common",
- "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
+ "Doctrine\\ORM\\": "lib/Doctrine/ORM"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -3033,82 +3394,64 @@
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
- {
- "name": "Johannes Schmitt",
- "email": "schmittjoh@gmail.com"
- },
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
- "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
- "homepage": "https://doctrine-project.org/projects/persistence.html",
+ "description": "Object-Relational-Mapper for PHP",
+ "homepage": "https://www.doctrine-project.org/projects/orm.html",
"keywords": [
- "mapper",
- "object",
- "odm",
- "orm",
- "persistence"
+ "database",
+ "orm"
],
"support": {
- "issues": "https://github.com/doctrine/persistence/issues",
- "source": "https://github.com/doctrine/persistence/tree/1.3.x"
+ "issues": "https://github.com/doctrine/orm/issues",
+ "source": "https://github.com/doctrine/orm/tree/2.16.2"
},
- "funding": [
- {
- "url": "https://www.doctrine-project.org/sponsorship.html",
- "type": "custom"
- },
- {
- "url": "https://www.patreon.com/phpdoctrine",
- "type": "patreon"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
- "type": "tidelift"
- }
- ],
- "time": "2020-06-20T12:56:16+00:00"
+ "time": "2023-08-27T18:21:56+00:00"
},
{
- "name": "doctrine/reflection",
- "version": "1.2.2",
+ "name": "doctrine/persistence",
+ "version": "2.5.7",
"source": {
"type": "git",
- "url": "https://github.com/doctrine/reflection.git",
- "reference": "fa587178be682efe90d005e3a322590d6ebb59a5"
+ "url": "https://github.com/doctrine/persistence.git",
+ "reference": "e36f22765f4d10a7748228babbf73da5edfeed3c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/reflection/zipball/fa587178be682efe90d005e3a322590d6ebb59a5",
- "reference": "fa587178be682efe90d005e3a322590d6ebb59a5",
+ "url": "https://api.github.com/repos/doctrine/persistence/zipball/e36f22765f4d10a7748228babbf73da5edfeed3c",
+ "reference": "e36f22765f4d10a7748228babbf73da5edfeed3c",
"shasum": ""
},
"require": {
- "doctrine/annotations": "^1.0",
- "ext-tokenizer": "*",
- "php": "^7.1 || ^8.0"
+ "doctrine/cache": "^1.11 || ^2.0",
+ "doctrine/collections": "^1.0",
+ "doctrine/deprecations": "^0.5.3 || ^1",
+ "doctrine/event-manager": "^1 || ^2",
+ "php": "^7.1 || ^8.0",
+ "psr/cache": "^1.0 || ^2.0 || ^3.0"
},
"conflict": {
- "doctrine/common": "<2.9"
+ "doctrine/annotations": "<1.0 || >=3.0",
+ "doctrine/common": "<2.10"
},
"require-dev": {
- "doctrine/coding-standard": "^6.0 || ^8.2.0",
- "doctrine/common": "^2.10",
- "phpstan/phpstan": "^0.11.0 || ^0.12.20",
- "phpstan/phpstan-phpunit": "^0.11.0 || ^0.12.16",
- "phpunit/phpunit": "^7.5 || ^9.1.5"
+ "composer/package-versions-deprecated": "^1.11",
+ "doctrine/annotations": "^1 || ^2",
+ "doctrine/coding-standard": "^9 || ^11",
+ "doctrine/common": "^3.0",
+ "phpstan/phpstan": "~1.4.10 || 1.9.4",
+ "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.5",
+ "symfony/cache": "^4.4 || ^5.4 || ^6.0",
+ "vimeo/psalm": "4.30.0 || 5.3.0"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.2.x-dev"
- }
- },
"autoload": {
"psr-4": {
- "Doctrine\\Common\\": "lib/Doctrine/Common"
+ "Doctrine\\Common\\": "src/Common",
+ "Doctrine\\Persistence\\": "src/Persistence"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -3141,31 +3484,47 @@
"email": "ocramius@gmail.com"
}
],
- "description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.",
- "homepage": "https://www.doctrine-project.org/projects/reflection.html",
+ "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
+ "homepage": "https://doctrine-project.org/projects/persistence.html",
"keywords": [
- "reflection",
- "static"
+ "mapper",
+ "object",
+ "odm",
+ "orm",
+ "persistence"
],
"support": {
- "issues": "https://github.com/doctrine/reflection/issues",
- "source": "https://github.com/doctrine/reflection/tree/1.2.2"
+ "issues": "https://github.com/doctrine/persistence/issues",
+ "source": "https://github.com/doctrine/persistence/tree/2.5.7"
},
- "abandoned": "roave/better-reflection",
- "time": "2020-10-27T21:46:55+00:00"
+ "funding": [
+ {
+ "url": "https://www.doctrine-project.org/sponsorship.html",
+ "type": "custom"
+ },
+ {
+ "url": "https://www.patreon.com/phpdoctrine",
+ "type": "patreon"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-02-03T15:51:16+00:00"
},
{
"name": "doctrine/sql-formatter",
- "version": "1.1.1",
+ "version": "1.1.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/sql-formatter.git",
- "reference": "56070bebac6e77230ed7d306ad13528e60732871"
+ "reference": "25a06c7bf4c6b8218f47928654252863ffc890a5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/56070bebac6e77230ed7d306ad13528e60732871",
- "reference": "56070bebac6e77230ed7d306ad13528e60732871",
+ "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/25a06c7bf4c6b8218f47928654252863ffc890a5",
+ "reference": "25a06c7bf4c6b8218f47928654252863ffc890a5",
"shasum": ""
},
"require": {
@@ -3178,11 +3537,6 @@
"bin/sql-formatter"
],
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.x-dev"
- }
- },
"autoload": {
"psr-4": {
"Doctrine\\SqlFormatter\\": "src"
@@ -3196,7 +3550,7 @@
{
"name": "Jeremy Dorn",
"email": "jeremy@jeremydorn.com",
- "homepage": "http://jeremydorn.com/"
+ "homepage": "https://jeremydorn.com/"
}
],
"description": "a PHP SQL highlighting library",
@@ -3207,9 +3561,9 @@
],
"support": {
"issues": "https://github.com/doctrine/sql-formatter/issues",
- "source": "https://github.com/doctrine/sql-formatter/tree/1.1.x"
+ "source": "https://github.com/doctrine/sql-formatter/tree/1.1.3"
},
- "time": "2020-07-30T16:57:33+00:00"
+ "time": "2022-05-23T21:33:49+00:00"
},
{
"name": "drupol/composer-packages",
@@ -3277,27 +3631,26 @@
},
{
"name": "egulias/email-validator",
- "version": "3.1.1",
+ "version": "4.0.2",
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
- "reference": "c81f18a3efb941d8c4d2e025f6183b5c6d697307"
+ "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/c81f18a3efb941d8c4d2e025f6183b5c6d697307",
- "reference": "c81f18a3efb941d8c4d2e025f6183b5c6d697307",
+ "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ebaaf5be6c0286928352e054f2d5125608e5405e",
+ "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e",
"shasum": ""
},
"require": {
- "doctrine/lexer": "^1.2",
- "php": ">=7.2",
- "symfony/polyfill-intl-idn": "^1.15"
+ "doctrine/lexer": "^2.0 || ^3.0",
+ "php": ">=8.1",
+ "symfony/polyfill-intl-idn": "^1.26"
},
"require-dev": {
- "php-coveralls/php-coveralls": "^2.2",
- "phpunit/phpunit": "^8.5.8|^9.3.3",
- "vimeo/psalm": "^4"
+ "phpunit/phpunit": "^10.2",
+ "vimeo/psalm": "^5.12"
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
@@ -3305,7 +3658,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "3.0.x-dev"
+ "dev-master": "4.0.x-dev"
}
},
"autoload": {
@@ -3333,7 +3686,7 @@
],
"support": {
"issues": "https://github.com/egulias/EmailValidator/issues",
- "source": "https://github.com/egulias/EmailValidator/tree/3.1.1"
+ "source": "https://github.com/egulias/EmailValidator/tree/4.0.2"
},
"funding": [
{
@@ -3341,20 +3694,20 @@
"type": "github"
}
],
- "time": "2021-04-01T18:37:14+00:00"
+ "time": "2023-10-06T06:47:41+00:00"
},
{
"name": "embed/embed",
- "version": "3.4.17",
+ "version": "v3.4.18",
"source": {
"type": "git",
"url": "https://github.com/oscarotero/Embed.git",
- "reference": "2c0e112f7332597ec6a55174f2353e04859ba356"
+ "reference": "fe379f61d3ecca7a0824c4bb3839ebe0a1819520"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/oscarotero/Embed/zipball/2c0e112f7332597ec6a55174f2353e04859ba356",
- "reference": "2c0e112f7332597ec6a55174f2353e04859ba356",
+ "url": "https://api.github.com/repos/oscarotero/Embed/zipball/fe379f61d3ecca7a0824c4bb3839ebe0a1819520",
+ "reference": "fe379f61d3ecca7a0824c4bb3839ebe0a1819520",
"shasum": ""
},
"require": {
@@ -3398,19 +3751,33 @@
"support": {
"email": "oom@oscarotero.com",
"issues": "https://github.com/oscarotero/Embed/issues",
- "source": "https://github.com/oscarotero/Embed/tree/3.4.17"
- },
- "time": "2021-05-30T11:21:47+00:00"
- },
- {
- "name": "erusev/parsedown",
- "version": "1.7.4",
- "source": {
- "type": "git",
- "url": "https://github.com/erusev/parsedown.git",
- "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
+ "source": "https://github.com/oscarotero/Embed/tree/v3.4.18"
},
- "dist": {
+ "funding": [
+ {
+ "url": "https://paypal.me/oscarotero",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/oscarotero",
+ "type": "github"
+ },
+ {
+ "url": "https://www.patreon.com/misteroom",
+ "type": "patreon"
+ }
+ ],
+ "time": "2022-07-15T09:34:07+00:00"
+ },
+ {
+ "name": "erusev/parsedown",
+ "version": "1.7.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/erusev/parsedown.git",
+ "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
+ },
+ "dist": {
"type": "zip",
"url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
"reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
@@ -3452,34 +3819,92 @@
},
"time": "2019-12-30T22:54:17+00:00"
},
+ {
+ "name": "erusev/parsedown-extra",
+ "version": "0.8.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/erusev/parsedown-extra.git",
+ "reference": "91ac3ff98f0cea243bdccc688df43810f044dcef"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/erusev/parsedown-extra/zipball/91ac3ff98f0cea243bdccc688df43810f044dcef",
+ "reference": "91ac3ff98f0cea243bdccc688df43810f044dcef",
+ "shasum": ""
+ },
+ "require": {
+ "erusev/parsedown": "^1.7.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.8.35"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "ParsedownExtra": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Emanuil Rusev",
+ "email": "hello@erusev.com",
+ "homepage": "http://erusev.com"
+ }
+ ],
+ "description": "An extension of Parsedown that adds support for Markdown Extra.",
+ "homepage": "https://github.com/erusev/parsedown-extra",
+ "keywords": [
+ "markdown",
+ "markdown extra",
+ "parsedown",
+ "parser"
+ ],
+ "support": {
+ "issues": "https://github.com/erusev/parsedown-extra/issues",
+ "source": "https://github.com/erusev/parsedown-extra/tree/0.8.x"
+ },
+ "time": "2019-12-30T23:20:37+00:00"
+ },
{
"name": "ezyang/htmlpurifier",
- "version": "v4.13.0",
+ "version": "v4.16.0",
"source": {
"type": "git",
"url": "https://github.com/ezyang/htmlpurifier.git",
- "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75"
+ "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
- "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
+ "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8",
+ "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8",
"shasum": ""
},
"require": {
- "php": ">=5.2"
+ "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
},
"require-dev": {
- "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
+ "cerdic/css-tidy": "^1.7 || ^2.0",
+ "simpletest/simpletest": "dev-master"
+ },
+ "suggest": {
+ "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
+ "ext-bcmath": "Used for unit conversion and imagecrash protection",
+ "ext-iconv": "Converts text to and from non-UTF-8 encodings",
+ "ext-tidy": "Used for pretty-printing HTML"
},
"type": "library",
"autoload": {
- "psr-0": {
- "HTMLPurifier": "library/"
- },
"files": [
"library/HTMLPurifier.composer.php"
],
+ "psr-0": {
+ "HTMLPurifier": "library/"
+ },
"exclude-from-classmap": [
"/library/HTMLPurifier/Language/"
]
@@ -3502,38 +3927,41 @@
],
"support": {
"issues": "https://github.com/ezyang/htmlpurifier/issues",
- "source": "https://github.com/ezyang/htmlpurifier/tree/master"
+ "source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0"
},
- "time": "2020-06-29T00:56:53+00:00"
+ "time": "2022-09-18T07:06:19+00:00"
},
{
"name": "fakerphp/faker",
- "version": "v1.15.0",
+ "version": "v1.23.0",
"source": {
"type": "git",
"url": "https://github.com/FakerPHP/Faker.git",
- "reference": "89c6201c74db25fa759ff16e78a4d8f32547770e"
+ "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/89c6201c74db25fa759ff16e78a4d8f32547770e",
- "reference": "89c6201c74db25fa759ff16e78a4d8f32547770e",
+ "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e3daa170d00fde61ea7719ef47bb09bb8f1d9b01",
+ "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01",
"shasum": ""
},
"require": {
- "php": "^7.1 || ^8.0",
- "psr/container": "^1.0",
- "symfony/deprecation-contracts": "^2.2"
+ "php": "^7.4 || ^8.0",
+ "psr/container": "^1.0 || ^2.0",
+ "symfony/deprecation-contracts": "^2.2 || ^3.0"
},
"conflict": {
"fzaninotto/faker": "*"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4.1",
+ "doctrine/persistence": "^1.3 || ^2.0",
"ext-intl": "*",
- "symfony/phpunit-bridge": "^4.4 || ^5.2"
+ "phpunit/phpunit": "^9.5.26",
+ "symfony/phpunit-bridge": "^5.4.16"
},
"suggest": {
+ "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
"ext-curl": "Required by Faker\\Provider\\Image to download images.",
"ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
"ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
@@ -3542,7 +3970,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "v1.15-dev"
+ "dev-main": "v1.21-dev"
}
},
"autoload": {
@@ -3567,44 +3995,50 @@
],
"support": {
"issues": "https://github.com/FakerPHP/Faker/issues",
- "source": "https://github.com/FakerPHP/Faker/tree/v1.15.0"
+ "source": "https://github.com/FakerPHP/Faker/tree/v1.23.0"
},
- "time": "2021-07-06T20:39:40+00:00"
+ "time": "2023-06-12T08:44:38+00:00"
},
{
- "name": "fig/link-util",
- "version": "1.1.2",
+ "name": "friendsofphp/proxy-manager-lts",
+ "version": "v1.0.16",
"source": {
"type": "git",
- "url": "https://github.com/php-fig/link-util.git",
- "reference": "5d7b8d04ed3393b4b59968ca1e906fb7186d81e8"
+ "url": "https://github.com/FriendsOfPHP/proxy-manager-lts.git",
+ "reference": "ecadbdc9052e4ad08c60c8a02268712e50427f7c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-fig/link-util/zipball/5d7b8d04ed3393b4b59968ca1e906fb7186d81e8",
- "reference": "5d7b8d04ed3393b4b59968ca1e906fb7186d81e8",
+ "url": "https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/ecadbdc9052e4ad08c60c8a02268712e50427f7c",
+ "reference": "ecadbdc9052e4ad08c60c8a02268712e50427f7c",
"shasum": ""
},
"require": {
- "php": ">=5.5.0",
- "psr/link": "~1.0@dev"
+ "laminas/laminas-code": "~3.4.1|^4.0",
+ "php": ">=7.1",
+ "symfony/filesystem": "^4.4.17|^5.0|^6.0|^7.0"
},
- "provide": {
- "psr/link-implementation": "1.0"
+ "conflict": {
+ "laminas/laminas-stdlib": "<3.2.1",
+ "zendframework/zend-stdlib": "<3.2.1"
+ },
+ "replace": {
+ "ocramius/proxy-manager": "^2.1"
},
"require-dev": {
- "phpunit/phpunit": "^5.1",
- "squizlabs/php_codesniffer": "^2.3.1"
+ "ext-phar": "*",
+ "symfony/phpunit-bridge": "^5.4|^6.0|^7.0"
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
+ "thanks": {
+ "name": "ocramius/proxy-manager",
+ "url": "https://github.com/Ocramius/ProxyManager"
}
},
"autoload": {
"psr-4": {
- "Fig\\Link\\": "src/"
+ "ProxyManager\\": "src/ProxyManager"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -3613,43 +4047,181 @@
],
"authors": [
{
- "name": "PHP-FIG",
- "homepage": "https://www.php-fig.org/"
+ "name": "Marco Pivetta",
+ "email": "ocramius@gmail.com",
+ "homepage": "https://ocramius.github.io/"
+ },
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
}
],
- "description": "Common utility implementations for HTTP links",
+ "description": "Adding support for a wider range of PHP versions to ocramius/proxy-manager",
+ "homepage": "https://github.com/FriendsOfPHP/proxy-manager-lts",
"keywords": [
- "http",
- "http-link",
- "link",
- "psr",
- "psr-13",
- "rest"
+ "aop",
+ "lazy loading",
+ "proxy",
+ "proxy pattern",
+ "service proxies"
+ ],
+ "support": {
+ "issues": "https://github.com/FriendsOfPHP/proxy-manager-lts/issues",
+ "source": "https://github.com/FriendsOfPHP/proxy-manager-lts/tree/v1.0.16"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/Ocramius",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/ocramius/proxy-manager",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-05-24T07:17:17+00:00"
+ },
+ {
+ "name": "gregwar/captcha",
+ "version": "v1.2.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/Gregwar/Captcha.git",
+ "reference": "229d3cdfe33d6f1349e0aec94a26e9205a6db08e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/Gregwar/Captcha/zipball/229d3cdfe33d6f1349e0aec94a26e9205a6db08e",
+ "reference": "229d3cdfe33d6f1349e0aec94a26e9205a6db08e",
+ "shasum": ""
+ },
+ "require": {
+ "ext-gd": "*",
+ "ext-mbstring": "*",
+ "php": ">=5.3.0",
+ "symfony/finder": "*"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^6.4"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Gregwar\\": "src/Gregwar"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Grégoire Passault",
+ "email": "g.passault@gmail.com",
+ "homepage": "http://www.gregwar.com/"
+ },
+ {
+ "name": "Jeremy Livingston",
+ "email": "jeremy.j.livingston@gmail.com"
+ }
+ ],
+ "description": "Captcha generator",
+ "homepage": "https://github.com/Gregwar/Captcha",
+ "keywords": [
+ "bot",
+ "captcha",
+ "spam"
+ ],
+ "support": {
+ "issues": "https://github.com/Gregwar/Captcha/issues",
+ "source": "https://github.com/Gregwar/Captcha/tree/v1.2.1"
+ },
+ "time": "2023-09-26T13:45:37+00:00"
+ },
+ {
+ "name": "gregwar/captcha-bundle",
+ "version": "v2.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/Gregwar/CaptchaBundle.git",
+ "reference": "2b55ba41fd890f1a94d30e53a530c344bf12d6a5"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/Gregwar/CaptchaBundle/zipball/2b55ba41fd890f1a94d30e53a530c344bf12d6a5",
+ "reference": "2b55ba41fd890f1a94d30e53a530c344bf12d6a5",
+ "shasum": ""
+ },
+ "require": {
+ "ext-gd": "*",
+ "gregwar/captcha": "^1.1.9",
+ "php": ">=7.1.3",
+ "symfony/form": "~5.0|~6.0",
+ "symfony/framework-bundle": "~5.0|~6.0",
+ "symfony/translation": "~5.0|^6.0",
+ "twig/twig": "^2.10|^3.0"
+ },
+ "require-dev": {
+ "phpstan/phpstan": "^0.12.66",
+ "symplify/easy-coding-standard": "^6.1"
+ },
+ "type": "symfony-bundle",
+ "autoload": {
+ "psr-4": {
+ "Gregwar\\CaptchaBundle\\": "/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Grégoire Passault",
+ "email": "g.passault@gmail.com",
+ "homepage": "http://www.gregwar.com/"
+ },
+ {
+ "name": "Jeremy Livingston",
+ "email": "jeremy.j.livingston@gmail.com"
+ }
+ ],
+ "description": "Captcha bundle",
+ "homepage": "https://github.com/Gregwar/CaptchaBundle",
+ "keywords": [
+ "Symfony2",
+ "bot",
+ "captcha",
+ "code",
+ "security",
+ "spam",
+ "symfony",
+ "visual"
],
"support": {
- "issues": "https://github.com/php-fig/link-util/issues",
- "source": "https://github.com/php-fig/link-util/tree/1.1.2"
+ "issues": "https://github.com/Gregwar/CaptchaBundle/issues",
+ "source": "https://github.com/Gregwar/CaptchaBundle/tree/v2.2.0"
},
- "time": "2021-02-03T23:36:04+00:00"
+ "time": "2022-01-11T08:28:06+00:00"
},
{
"name": "guzzlehttp/guzzle",
- "version": "7.4.3",
+ "version": "7.8.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
- "reference": "74a8602c6faec9ef74b7a9391ac82c5e65b1cdab"
+ "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/guzzle/guzzle/zipball/74a8602c6faec9ef74b7a9391ac82c5e65b1cdab",
- "reference": "74a8602c6faec9ef74b7a9391ac82c5e65b1cdab",
+ "url": "https://api.github.com/repos/guzzle/guzzle/zipball/1110f66a6530a40fe7aea0378fe608ee2b2248f9",
+ "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9",
"shasum": ""
},
"require": {
"ext-json": "*",
- "guzzlehttp/promises": "^1.5",
- "guzzlehttp/psr7": "^1.8.3 || ^2.1",
+ "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
+ "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
"php": "^7.2.5 || ^8.0",
"psr/http-client": "^1.0",
"symfony/deprecation-contracts": "^2.2 || ^3.0"
@@ -3658,10 +4230,11 @@
"psr/http-client-implementation": "1.0"
},
"require-dev": {
- "bamarni/composer-bin-plugin": "^1.4.1",
+ "bamarni/composer-bin-plugin": "^1.8.1",
"ext-curl": "*",
- "php-http/client-integration-tests": "^3.0",
- "phpunit/phpunit": "^8.5.5 || ^9.3.5",
+ "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
+ "php-http/message-factory": "^1.1",
+ "phpunit/phpunit": "^8.5.29 || ^9.5.23",
"psr/log": "^1.1 || ^2.0 || ^3.0"
},
"suggest": {
@@ -3671,8 +4244,9 @@
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-master": "7.4-dev"
+ "bamarni-bin": {
+ "bin-links": true,
+ "forward-command": false
}
},
"autoload": {
@@ -3738,7 +4312,7 @@
],
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
- "source": "https://github.com/guzzle/guzzle/tree/7.4.3"
+ "source": "https://github.com/guzzle/guzzle/tree/7.8.0"
},
"funding": [
{
@@ -3754,38 +4328,37 @@
"type": "tidelift"
}
],
- "time": "2022-05-25T13:24:33+00:00"
+ "time": "2023-08-27T10:20:53+00:00"
},
{
"name": "guzzlehttp/promises",
- "version": "1.5.1",
+ "version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
- "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
+ "reference": "111166291a0f8130081195ac4556a5587d7f1b5d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
- "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
+ "url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d",
+ "reference": "111166291a0f8130081195ac4556a5587d7f1b5d",
"shasum": ""
},
"require": {
- "php": ">=5.5"
+ "php": "^7.2.5 || ^8.0"
},
"require-dev": {
- "symfony/phpunit-bridge": "^4.4 || ^5.1"
+ "bamarni/composer-bin-plugin": "^1.8.1",
+ "phpunit/phpunit": "^8.5.29 || ^9.5.23"
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-master": "1.5-dev"
+ "bamarni-bin": {
+ "bin-links": true,
+ "forward-command": false
}
},
"autoload": {
- "files": [
- "src/functions_include.php"
- ],
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
}
@@ -3822,7 +4395,7 @@
],
"support": {
"issues": "https://github.com/guzzle/promises/issues",
- "source": "https://github.com/guzzle/promises/tree/1.5.1"
+ "source": "https://github.com/guzzle/promises/tree/2.0.1"
},
"funding": [
{
@@ -3838,26 +4411,26 @@
"type": "tidelift"
}
],
- "time": "2021-10-22T20:56:57+00:00"
+ "time": "2023-08-03T15:11:55+00:00"
},
{
"name": "guzzlehttp/psr7",
- "version": "2.2.1",
+ "version": "2.6.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
- "reference": "c94a94f120803a18554c1805ef2e539f8285f9a2"
+ "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/guzzle/psr7/zipball/c94a94f120803a18554c1805ef2e539f8285f9a2",
- "reference": "c94a94f120803a18554c1805ef2e539f8285f9a2",
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
+ "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0",
"psr/http-factory": "^1.0",
- "psr/http-message": "^1.0",
+ "psr/http-message": "^1.1 || ^2.0",
"ralouphie/getallheaders": "^3.0"
},
"provide": {
@@ -3865,17 +4438,18 @@
"psr/http-message-implementation": "1.0"
},
"require-dev": {
- "bamarni/composer-bin-plugin": "^1.4.1",
+ "bamarni/composer-bin-plugin": "^1.8.1",
"http-interop/http-factory-tests": "^0.9",
- "phpunit/phpunit": "^8.5.8 || ^9.3.10"
+ "phpunit/phpunit": "^8.5.29 || ^9.5.23"
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-master": "2.2-dev"
+ "bamarni-bin": {
+ "bin-links": true,
+ "forward-command": false
}
},
"autoload": {
@@ -3937,7 +4511,7 @@
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
- "source": "https://github.com/guzzle/psr7/tree/2.2.1"
+ "source": "https://github.com/guzzle/psr7/tree/2.6.1"
},
"funding": [
{
@@ -3953,24 +4527,25 @@
"type": "tidelift"
}
],
- "time": "2022-03-20T21:55:58+00:00"
+ "time": "2023-08-27T10:13:57+00:00"
},
{
"name": "http-interop/http-factory-guzzle",
- "version": "1.1.1",
+ "version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/http-interop/http-factory-guzzle.git",
- "reference": "6e1efa1e020bf1c47cf0f13654e8ef9efb1463b3"
+ "reference": "8f06e92b95405216b237521cc64c804dd44c4a81"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/6e1efa1e020bf1c47cf0f13654e8ef9efb1463b3",
- "reference": "6e1efa1e020bf1c47cf0f13654e8ef9efb1463b3",
+ "url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/8f06e92b95405216b237521cc64c804dd44c4a81",
+ "reference": "8f06e92b95405216b237521cc64c804dd44c4a81",
"shasum": ""
},
"require": {
- "guzzlehttp/psr7": "^1.4.2||^2.0",
+ "guzzlehttp/psr7": "^1.7||^2.0",
+ "php": ">=7.3",
"psr/http-factory": "^1.0"
},
"provide": {
@@ -3978,7 +4553,10 @@
},
"require-dev": {
"http-interop/http-factory-tests": "^0.9",
- "phpunit/phpunit": "^8.5"
+ "phpunit/phpunit": "^9.5"
+ },
+ "suggest": {
+ "guzzlehttp/psr7": "Includes an HTTP factory starting in version 2.0"
},
"type": "library",
"autoload": {
@@ -4005,22 +4583,22 @@
],
"support": {
"issues": "https://github.com/http-interop/http-factory-guzzle/issues",
- "source": "https://github.com/http-interop/http-factory-guzzle/tree/1.1.1"
+ "source": "https://github.com/http-interop/http-factory-guzzle/tree/1.2.0"
},
- "time": "2021-07-23T15:14:50+00:00"
+ "time": "2021-07-21T13:50:14+00:00"
},
{
"name": "intervention/image",
- "version": "2.6.1",
+ "version": "2.7.2",
"source": {
"type": "git",
"url": "https://github.com/Intervention/image.git",
- "reference": "0925f10b259679b5d8ca58f3a2add9255ffcda45"
+ "reference": "04be355f8d6734c826045d02a1079ad658322dad"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Intervention/image/zipball/0925f10b259679b5d8ca58f3a2add9255ffcda45",
- "reference": "0925f10b259679b5d8ca58f3a2add9255ffcda45",
+ "url": "https://api.github.com/repos/Intervention/image/zipball/04be355f8d6734c826045d02a1079ad658322dad",
+ "reference": "04be355f8d6734c826045d02a1079ad658322dad",
"shasum": ""
},
"require": {
@@ -4063,8 +4641,8 @@
"authors": [
{
"name": "Oliver Vogel",
- "email": "oliver@olivervogel.com",
- "homepage": "http://olivervogel.com/"
+ "email": "oliver@intervention.io",
+ "homepage": "https://intervention.io/"
}
],
"description": "Image handling and manipulation library with support for Laravel integration",
@@ -4079,11 +4657,11 @@
],
"support": {
"issues": "https://github.com/Intervention/image/issues",
- "source": "https://github.com/Intervention/image/tree/2.6.1"
+ "source": "https://github.com/Intervention/image/tree/2.7.2"
},
"funding": [
{
- "url": "https://www.paypal.me/interventionphp",
+ "url": "https://paypal.me/interventionio",
"type": "custom"
},
{
@@ -4091,20 +4669,84 @@
"type": "github"
}
],
- "time": "2021-07-22T14:31:53+00:00"
+ "time": "2022-05-21T17:30:32+00:00"
+ },
+ {
+ "name": "jasny/twig-extensions",
+ "version": "v1.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/jasny/twig-extensions.git",
+ "reference": "a694eb02f6fc14ff8e2fceb8b80882c0c926102b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/jasny/twig-extensions/zipball/a694eb02f6fc14ff8e2fceb8b80882c0c926102b",
+ "reference": "a694eb02f6fc14ff8e2fceb8b80882c0c926102b",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.0.0",
+ "twig/twig": "^2.0 | ^3.0"
+ },
+ "require-dev": {
+ "ext-intl": "*",
+ "ext-pcre": "*",
+ "jasny/php-code-quality": "^2.5",
+ "php": ">=7.2.0"
+ },
+ "suggest": {
+ "ext-intl": "Required for the use of the LocalDate Twig extension",
+ "ext-pcre": "Required for the use of the PCRE Twig extension"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Jasny\\Twig\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Arnold Daniels",
+ "email": "arnold@jasny.net",
+ "homepage": "http://www.jasny.net"
+ }
+ ],
+ "description": "A set of useful Twig filters",
+ "homepage": "http://github.com/jasny/twig-extensions#README",
+ "keywords": [
+ "PCRE",
+ "array",
+ "date",
+ "datetime",
+ "preg",
+ "regex",
+ "templating",
+ "text",
+ "time"
+ ],
+ "support": {
+ "issues": "https://github.com/jasny/twig-extensions/issues",
+ "source": "https://github.com/jasny/twig-extensions"
+ },
+ "time": "2019-12-10T16:04:23+00:00"
},
{
"name": "justinrainbow/json-schema",
- "version": "5.2.11",
+ "version": "v5.2.13",
"source": {
"type": "git",
"url": "https://github.com/justinrainbow/json-schema.git",
- "reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa"
+ "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ab6744b7296ded80f8cc4f9509abbff393399aa",
- "reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa",
+ "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/fbbe7e5d79f618997bc3332a6f49246036c45793",
+ "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793",
"shasum": ""
},
"require": {
@@ -4159,9 +4801,9 @@
],
"support": {
"issues": "https://github.com/justinrainbow/json-schema/issues",
- "source": "https://github.com/justinrainbow/json-schema/tree/5.2.11"
+ "source": "https://github.com/justinrainbow/json-schema/tree/v5.2.13"
},
- "time": "2021-07-22T09:24:00+00:00"
+ "time": "2023-09-26T02:20:38+00:00"
},
{
"name": "kevinlebrun/colors.php",
@@ -4220,52 +4862,55 @@
},
{
"name": "knplabs/doctrine-behaviors",
- "version": "2.1.0",
+ "version": "2.5.0",
"source": {
"type": "git",
"url": "https://github.com/KnpLabs/DoctrineBehaviors.git",
- "reference": "a788a8f16e3c7126b64dd5ab0ec07eec8d075a14"
+ "reference": "a6a4bf3b118137de11b9913a76c58ae89f68c307"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/KnpLabs/DoctrineBehaviors/zipball/a788a8f16e3c7126b64dd5ab0ec07eec8d075a14",
- "reference": "a788a8f16e3c7126b64dd5ab0ec07eec8d075a14",
+ "url": "https://api.github.com/repos/KnpLabs/DoctrineBehaviors/zipball/a6a4bf3b118137de11b9913a76c58ae89f68c307",
+ "reference": "a6a4bf3b118137de11b9913a76c58ae89f68c307",
"shasum": ""
},
"require": {
- "doctrine/common": "^2.7|^3.0",
- "doctrine/dbal": "^2.9",
- "doctrine/orm": "^2.7",
- "doctrine/persistence": "^1.3.4|^2.0",
- "nette/utils": "^3.0",
- "php": "^7.2|^8.0",
- "ramsey/uuid": "^3.9|^4.0",
- "symfony/cache": "^4.4|^5.1",
- "symfony/dependency-injection": "^4.4|^5.1",
- "symfony/framework-bundle": "^4.4|^5.1",
- "symfony/http-kernel": "^4.4|^5.1",
- "symfony/polyfill-php80": "^1.18",
- "symfony/security-core": "^4.4|^5.1",
- "symfony/string": "^5.0",
- "symfony/translation-contracts": "^2.1"
+ "doctrine/common": "^3.1",
+ "doctrine/dbal": "^2.3|^3.1",
+ "doctrine/doctrine-bundle": "^2.4",
+ "doctrine/orm": "^2.9.3",
+ "doctrine/persistence": "^2.2",
+ "nette/utils": "^3.2",
+ "php": ">=8.0",
+ "ramsey/uuid": "^4.2",
+ "symfony/cache": "^5.3|^6.0",
+ "symfony/dependency-injection": "^5.3|^6.0",
+ "symfony/framework-bundle": "^5.3|^6.0",
+ "symfony/http-kernel": "^5.3|^6.0",
+ "symfony/security-core": "^5.3|^6.0",
+ "symfony/string": "^5.3|^6.0",
+ "symfony/translation-contracts": "^2.4"
},
"require-dev": {
- "doctrine/annotations": "^1.8",
- "doctrine/doctrine-bundle": "^2.0",
+ "doctrine/annotations": "^1.13",
"ext-pdo_mysql": "*",
"ext-pdo_pgsql": "*",
"ext-pdo_sqlite": "*",
- "php-parallel-lint/php-parallel-lint": "^1.2",
- "phpstan/phpstan": "^0.12.80",
- "phpstan/phpstan-doctrine": "^0.12.33",
- "phpstan/phpstan-phpunit": "^0.12.18",
- "phpunit/phpunit": "^8.5|^9.2",
+ "php-parallel-lint/php-parallel-lint": "^1.3",
+ "phpstan/extension-installer": "^1.1",
+ "phpstan/phpstan": "^0.12.94",
+ "phpstan/phpstan-doctrine": "^0.12.42",
+ "phpstan/phpstan-phpunit": "^0.12",
+ "phpunit/phpunit": "^9.5",
"psr/log": "^1.1",
- "rector/rector-prefixed": "^0.9",
- "symplify/easy-coding-standard": "^9.2.6",
- "symplify/package-builder": "^9.2.6",
- "symplify/phpstan-extensions": "^9.2.6",
- "symplify/phpstan-rules": "^9.2.6"
+ "rector/rector": "^0.11.46",
+ "symplify/amnesia": "^9.4",
+ "symplify/config-transformer": "^9.4",
+ "symplify/easy-ci": "^9.4",
+ "symplify/easy-coding-standard": "^9.4",
+ "symplify/package-builder": "^9.4",
+ "symplify/phpstan-extensions": "^9.4",
+ "symplify/phpstan-rules": "^9.4"
},
"type": "symfony-bundle",
"autoload": {
@@ -4298,22 +4943,22 @@
],
"support": {
"issues": "https://github.com/KnpLabs/DoctrineBehaviors/issues",
- "source": "https://github.com/KnpLabs/DoctrineBehaviors/tree/2.1.0"
+ "source": "https://github.com/KnpLabs/DoctrineBehaviors/tree/2.5.0"
},
- "time": "2021-03-08T21:34:43+00:00"
+ "time": "2021-11-22T10:10:15+00:00"
},
{
"name": "knplabs/github-api",
- "version": "v3.3.0",
+ "version": "v3.12.0",
"source": {
"type": "git",
"url": "https://github.com/KnpLabs/php-github-api.git",
- "reference": "0442abd1361956e3a87e71683154c5c33c5a0dad"
+ "reference": "b50fc1f40bb5ac50957d32c5732fcde9167ac30a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/KnpLabs/php-github-api/zipball/0442abd1361956e3a87e71683154c5c33c5a0dad",
- "reference": "0442abd1361956e3a87e71683154c5c33c5a0dad",
+ "url": "https://api.github.com/repos/KnpLabs/php-github-api/zipball/b50fc1f40bb5ac50957d32c5732fcde9167ac30a",
+ "reference": "b50fc1f40bb5ac50957d32c5732fcde9167ac30a",
"shasum": ""
},
"require": {
@@ -4324,11 +4969,11 @@
"php-http/discovery": "^1.12",
"php-http/httplug": "^2.2",
"php-http/multipart-stream-builder": "^1.1.2",
- "psr/cache": "^1.0",
+ "psr/cache": "^1.0|^2.0|^3.0",
"psr/http-client-implementation": "^1.0",
"psr/http-factory-implementation": "^1.0",
- "psr/http-message": "^1.0",
- "symfony/deprecation-contracts": "^2.2",
+ "psr/http-message": "^1.0|^2.0",
+ "symfony/deprecation-contracts": "^2.2|^3.0",
"symfony/polyfill-php80": "^1.17"
},
"require-dev": {
@@ -4347,7 +4992,7 @@
"extra": {
"branch-alias": {
"dev-2.x": "2.20.x-dev",
- "dev-master": "3.3.x-dev"
+ "dev-master": "3.11.x-dev"
}
},
"autoload": {
@@ -4380,7 +5025,7 @@
],
"support": {
"issues": "https://github.com/KnpLabs/php-github-api/issues",
- "source": "https://github.com/KnpLabs/php-github-api/tree/v3.3.0"
+ "source": "https://github.com/KnpLabs/php-github-api/tree/v3.12.0"
},
"funding": [
{
@@ -4388,35 +5033,36 @@
"type": "github"
}
],
- "time": "2021-05-20T20:28:41+00:00"
+ "time": "2023-09-30T16:42:04+00:00"
},
{
"name": "knplabs/knp-menu",
- "version": "v3.2.0",
+ "version": "v3.4.0",
"source": {
"type": "git",
"url": "https://github.com/KnpLabs/KnpMenu.git",
- "reference": "9e7f174862c9a91f1249d18b5c2fa039eef81b8f"
+ "reference": "bf7d89a7ef406fd2ec1aae6f30f722e844bf6d31"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/9e7f174862c9a91f1249d18b5c2fa039eef81b8f",
- "reference": "9e7f174862c9a91f1249d18b5c2fa039eef81b8f",
+ "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/bf7d89a7ef406fd2ec1aae6f30f722e844bf6d31",
+ "reference": "bf7d89a7ef406fd2ec1aae6f30f722e844bf6d31",
"shasum": ""
},
"require": {
- "php": "^7.2 || ^8.0"
+ "php": "^8.0"
},
"conflict": {
- "twig/twig": "<1.40 || >=2,<2.9"
+ "twig/twig": "<1.42.3 || >=2,<2.9"
},
"require-dev": {
- "phpspec/prophecy": "^1.8",
+ "phpstan/phpstan": "^1.10",
+ "phpunit/phpunit": "^9.6",
"psr/container": "^1.0",
- "symfony/http-foundation": "^3.4 || ^4.2|| ^5.0",
- "symfony/phpunit-bridge": "^3.3 || ^4.2|| ^5.0",
- "symfony/routing": "^3.4 || ^4.2|| ^5.0",
- "twig/twig": "^1.40 || ^2.9 || ^3.0"
+ "symfony/http-foundation": "^5.4 || ^6.0",
+ "symfony/phpunit-bridge": "^6.2",
+ "symfony/routing": "^5.4 || ^6.0",
+ "twig/twig": "^2.9 || ^3.0"
},
"suggest": {
"twig/twig": "for the TwigRenderer and the integration with your templates"
@@ -4424,7 +5070,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "3.2-dev"
+ "dev-master": "3.x-dev"
}
},
"autoload": {
@@ -4458,34 +5104,34 @@
],
"support": {
"issues": "https://github.com/KnpLabs/KnpMenu/issues",
- "source": "https://github.com/KnpLabs/KnpMenu/tree/v3.2.0"
+ "source": "https://github.com/KnpLabs/KnpMenu/tree/v3.4.0"
},
- "time": "2021-05-28T09:10:39+00:00"
+ "time": "2023-05-17T18:48:46+00:00"
},
{
"name": "knplabs/knp-menu-bundle",
- "version": "v3.1.0",
+ "version": "v3.2.0",
"source": {
"type": "git",
"url": "https://github.com/KnpLabs/KnpMenuBundle.git",
- "reference": "2b4c3bcba1646aef17b5e368f3004b108330c59b"
+ "reference": "a0b4224f872d74ae939589eb1ccf0e11291370a9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/2b4c3bcba1646aef17b5e368f3004b108330c59b",
- "reference": "2b4c3bcba1646aef17b5e368f3004b108330c59b",
+ "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/a0b4224f872d74ae939589eb1ccf0e11291370a9",
+ "reference": "a0b4224f872d74ae939589eb1ccf0e11291370a9",
"shasum": ""
},
"require": {
"knplabs/knp-menu": "^3.1",
"php": "^7.2 || ^8.0",
- "symfony/framework-bundle": "^3.4 | ^4.4 | ^5.0"
+ "symfony/framework-bundle": "^3.4 | ^4.4 | ^5.0 | ^6.0"
},
"require-dev": {
- "phpspec/prophecy": "^1.8",
- "symfony/expression-language": "^3.4 | ^4.4 | ^5.0",
- "symfony/phpunit-bridge": "^3.4 | ^4.4 | ^5.0",
- "symfony/templating": "^3.4 | ^4.4 | ^5.0"
+ "phpunit/phpunit": "^8.5 | ^9.5",
+ "symfony/expression-language": "^3.4 | ^4.4 | ^5.0 | ^6.0",
+ "symfony/phpunit-bridge": "^5.2 | ^6.0",
+ "symfony/templating": "^3.4 | ^4.4 | ^5.0 | ^6.0"
},
"type": "symfony-bundle",
"extra": {
@@ -4522,40 +5168,107 @@
],
"support": {
"issues": "https://github.com/KnpLabs/KnpMenuBundle/issues",
- "source": "https://github.com/KnpLabs/KnpMenuBundle/tree/v3.1.0"
+ "source": "https://github.com/KnpLabs/KnpMenuBundle/tree/v3.2.0"
},
- "time": "2020-11-29T17:04:51+00:00"
+ "time": "2021-10-24T07:53:34+00:00"
},
{
- "name": "league/csv",
- "version": "9.6.2",
+ "name": "laminas/laminas-code",
+ "version": "4.13.0",
"source": {
"type": "git",
- "url": "https://github.com/thephpleague/csv.git",
- "reference": "f28da6e483bf979bac10e2add384c90ae9983e4e"
+ "url": "https://github.com/laminas/laminas-code.git",
+ "reference": "7353d4099ad5388e84737dd16994316a04f48dbf"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/csv/zipball/f28da6e483bf979bac10e2add384c90ae9983e4e",
- "reference": "f28da6e483bf979bac10e2add384c90ae9983e4e",
+ "url": "https://api.github.com/repos/laminas/laminas-code/zipball/7353d4099ad5388e84737dd16994316a04f48dbf",
+ "reference": "7353d4099ad5388e84737dd16994316a04f48dbf",
"shasum": ""
},
"require": {
- "ext-json": "*",
- "ext-mbstring": "*",
- "php": ">=7.2.5"
+ "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
},
"require-dev": {
- "ext-curl": "*",
- "ext-dom": "*",
- "friendsofphp/php-cs-fixer": "^2.16",
- "phpstan/phpstan": "^0.12.0",
- "phpstan/phpstan-phpunit": "^0.12.0",
- "phpstan/phpstan-strict-rules": "^0.12.0",
- "phpunit/phpunit": "^8.5"
+ "doctrine/annotations": "^2.0.1",
+ "ext-phar": "*",
+ "laminas/laminas-coding-standard": "^2.5.0",
+ "laminas/laminas-stdlib": "^3.17.0",
+ "phpunit/phpunit": "^10.3.3",
+ "psalm/plugin-phpunit": "^0.18.4",
+ "vimeo/psalm": "^5.15.0"
+ },
+ "suggest": {
+ "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
+ "laminas/laminas-stdlib": "Laminas\\Stdlib component"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Laminas\\Code\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
+ "homepage": "https://laminas.dev",
+ "keywords": [
+ "code",
+ "laminas",
+ "laminasframework"
+ ],
+ "support": {
+ "chat": "https://laminas.dev/chat",
+ "docs": "https://docs.laminas.dev/laminas-code/",
+ "forum": "https://discourse.laminas.dev",
+ "issues": "https://github.com/laminas/laminas-code/issues",
+ "rss": "https://github.com/laminas/laminas-code/releases.atom",
+ "source": "https://github.com/laminas/laminas-code"
+ },
+ "funding": [
+ {
+ "url": "https://funding.communitybridge.org/projects/laminas-project",
+ "type": "community_bridge"
+ }
+ ],
+ "time": "2023-10-18T10:00:55+00:00"
+ },
+ {
+ "name": "league/csv",
+ "version": "9.11.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/csv.git",
+ "reference": "33149c4bea4949aa4fa3d03fb11ed28682168b39"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/csv/zipball/33149c4bea4949aa4fa3d03fb11ed28682168b39",
+ "reference": "33149c4bea4949aa4fa3d03fb11ed28682168b39",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "ext-mbstring": "*",
+ "php": "^8.1.2"
+ },
+ "require-dev": {
+ "doctrine/collections": "^2.1.3",
+ "ext-dom": "*",
+ "ext-xdebug": "*",
+ "friendsofphp/php-cs-fixer": "^v3.22.0",
+ "phpbench/phpbench": "^1.2.14",
+ "phpstan/phpstan": "^1.10.26",
+ "phpstan/phpstan-deprecation-rules": "^1.1.3",
+ "phpstan/phpstan-phpunit": "^1.3.13",
+ "phpstan/phpstan-strict-rules": "^1.5.1",
+ "phpunit/phpunit": "^10.3.1",
+ "symfony/var-dumper": "^6.3.3"
},
"suggest": {
- "ext-dom": "Required to use the XMLConverter and or the HTMLConverter classes",
+ "ext-dom": "Required to use the XMLConverter and the HTMLConverter classes",
"ext-iconv": "Needed to ease transcoding CSV using iconv stream filters"
},
"type": "library",
@@ -4565,12 +5278,12 @@
}
},
"autoload": {
- "psr-4": {
- "League\\Csv\\": "src"
- },
"files": [
"src/functions_include.php"
- ]
+ ],
+ "psr-4": {
+ "League\\Csv\\": "src"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -4585,7 +5298,7 @@
}
],
"description": "CSV data manipulation made easy in PHP",
- "homepage": "http://csv.thephpleague.com",
+ "homepage": "https://csv.thephpleague.com",
"keywords": [
"convert",
"csv",
@@ -4608,58 +5321,56 @@
"type": "github"
}
],
- "time": "2020-12-10T19:40:30+00:00"
+ "time": "2023-09-23T10:09:54+00:00"
},
{
"name": "league/flysystem",
- "version": "1.1.4",
+ "version": "3.18.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
- "reference": "f3ad69181b8afed2c9edf7be5a2918144ff4ea32"
+ "reference": "015633a05aee22490495159237a5944091d8281e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f3ad69181b8afed2c9edf7be5a2918144ff4ea32",
- "reference": "f3ad69181b8afed2c9edf7be5a2918144ff4ea32",
+ "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/015633a05aee22490495159237a5944091d8281e",
+ "reference": "015633a05aee22490495159237a5944091d8281e",
"shasum": ""
},
"require": {
- "ext-fileinfo": "*",
- "league/mime-type-detection": "^1.3",
- "php": "^7.2.5 || ^8.0"
+ "league/flysystem-local": "^3.0.0",
+ "league/mime-type-detection": "^1.0.0",
+ "php": "^8.0.2"
},
"conflict": {
- "league/flysystem-sftp": "<1.0.6"
- },
- "require-dev": {
- "phpspec/prophecy": "^1.11.1",
- "phpunit/phpunit": "^8.5.8"
- },
- "suggest": {
- "ext-ftp": "Allows you to use FTP server storage",
- "ext-openssl": "Allows you to use FTPS server storage",
- "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
- "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
- "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
- "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
- "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
- "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
- "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
- "league/flysystem-webdav": "Allows you to use WebDAV storage",
- "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
- "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
- "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
+ "async-aws/core": "<1.19.0",
+ "async-aws/s3": "<1.14.0",
+ "aws/aws-sdk-php": "3.209.31 || 3.210.0",
+ "guzzlehttp/guzzle": "<7.0",
+ "guzzlehttp/ringphp": "<1.1.1",
+ "phpseclib/phpseclib": "3.0.15",
+ "symfony/http-client": "<5.2"
+ },
+ "require-dev": {
+ "async-aws/s3": "^1.5 || ^2.0",
+ "async-aws/simple-s3": "^1.1 || ^2.0",
+ "aws/aws-sdk-php": "^3.220.0",
+ "composer/semver": "^3.0",
+ "ext-fileinfo": "*",
+ "ext-ftp": "*",
+ "ext-zip": "*",
+ "friendsofphp/php-cs-fixer": "^3.5",
+ "google/cloud-storage": "^1.23",
+ "microsoft/azure-storage-blob": "^1.1",
+ "phpseclib/phpseclib": "^3.0.14",
+ "phpstan/phpstan": "^1.10",
+ "phpunit/phpunit": "^9.5.11|^10.0",
+ "sabre/dav": "^4.3.1"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.1-dev"
- }
- },
"autoload": {
"psr-4": {
- "League\\Flysystem\\": "src/"
+ "League\\Flysystem\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -4669,60 +5380,118 @@
"authors": [
{
"name": "Frank de Jonge",
- "email": "info@frenky.net"
+ "email": "info@frankdejonge.nl"
}
],
- "description": "Filesystem abstraction: Many filesystems, one API.",
+ "description": "File storage abstraction for PHP",
"keywords": [
- "Cloud Files",
"WebDAV",
- "abstraction",
"aws",
"cloud",
- "copy.com",
- "dropbox",
- "file systems",
+ "file",
"files",
"filesystem",
"filesystems",
"ftp",
- "rackspace",
- "remote",
"s3",
"sftp",
"storage"
],
"support": {
"issues": "https://github.com/thephpleague/flysystem/issues",
- "source": "https://github.com/thephpleague/flysystem/tree/1.1.4"
+ "source": "https://github.com/thephpleague/flysystem/tree/3.18.0"
+ },
+ "funding": [
+ {
+ "url": "https://ecologi.com/frankdejonge",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/frankdejonge",
+ "type": "github"
+ }
+ ],
+ "time": "2023-10-20T17:59:40+00:00"
+ },
+ {
+ "name": "league/flysystem-local",
+ "version": "3.18.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/flysystem-local.git",
+ "reference": "e7381ef7643f658b87efb7dbe98fe538fb1bbf32"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/e7381ef7643f658b87efb7dbe98fe538fb1bbf32",
+ "reference": "e7381ef7643f658b87efb7dbe98fe538fb1bbf32",
+ "shasum": ""
+ },
+ "require": {
+ "ext-fileinfo": "*",
+ "league/flysystem": "^3.0.0",
+ "league/mime-type-detection": "^1.0.0",
+ "php": "^8.0.2"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "League\\Flysystem\\Local\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Frank de Jonge",
+ "email": "info@frankdejonge.nl"
+ }
+ ],
+ "description": "Local filesystem adapter for Flysystem.",
+ "keywords": [
+ "Flysystem",
+ "file",
+ "files",
+ "filesystem",
+ "local"
+ ],
+ "support": {
+ "issues": "https://github.com/thephpleague/flysystem-local/issues",
+ "source": "https://github.com/thephpleague/flysystem-local/tree/3.18.0"
},
"funding": [
{
- "url": "https://offset.earth/frankdejonge",
- "type": "other"
+ "url": "https://ecologi.com/frankdejonge",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/frankdejonge",
+ "type": "github"
}
],
- "time": "2021-06-23T21:56:05+00:00"
+ "time": "2023-10-19T20:07:13+00:00"
},
{
"name": "league/glide",
- "version": "1.7.0",
+ "version": "2.3.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/glide.git",
- "reference": "ae5e26700573cb678919d28e425a8b87bc71c546"
+ "reference": "2ff92c8f1edc80b74e2d3c5efccfc7223f74d407"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/glide/zipball/ae5e26700573cb678919d28e425a8b87bc71c546",
- "reference": "ae5e26700573cb678919d28e425a8b87bc71c546",
+ "url": "https://api.github.com/repos/thephpleague/glide/zipball/2ff92c8f1edc80b74e2d3c5efccfc7223f74d407",
+ "reference": "2ff92c8f1edc80b74e2d3c5efccfc7223f74d407",
"shasum": ""
},
"require": {
- "intervention/image": "^2.4",
- "league/flysystem": "^1.0",
+ "intervention/image": "^2.7",
+ "league/flysystem": "^2.0|^3.0",
"php": "^7.2|^8.0",
- "psr/http-message": "^1.0"
+ "psr/http-message": "^1.0|^2.0"
},
"require-dev": {
"mockery/mockery": "^1.3.3",
@@ -4730,11 +5499,6 @@
"phpunit/phpunit": "^8.5|^9.0"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.1-dev"
- }
- },
"autoload": {
"psr-4": {
"League\\Glide\\": "src/"
@@ -4749,6 +5513,11 @@
"name": "Jonathan Reinink",
"email": "jonathan@reinink.ca",
"homepage": "http://reinink.ca"
+ },
+ {
+ "name": "Titouan Galopin",
+ "email": "galopintitouan@gmail.com",
+ "homepage": "https://titouangalopin.com"
}
],
"description": "Wonderfully easy on-demand image manipulation library with an HTTP based API.",
@@ -4765,31 +5534,31 @@
],
"support": {
"issues": "https://github.com/thephpleague/glide/issues",
- "source": "https://github.com/thephpleague/glide/tree/1.7.0"
+ "source": "https://github.com/thephpleague/glide/tree/2.3.0"
},
- "time": "2020-11-05T17:34:03+00:00"
+ "time": "2023-07-08T06:26:07+00:00"
},
{
"name": "league/glide-symfony",
- "version": "1.0.4",
+ "version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/glide-symfony.git",
- "reference": "8162ec0e0b070e53e88a840a67208ec4baec9291"
+ "reference": "8d0b117d5335699c374288a7cd6a041b7612e198"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/glide-symfony/zipball/8162ec0e0b070e53e88a840a67208ec4baec9291",
- "reference": "8162ec0e0b070e53e88a840a67208ec4baec9291",
+ "url": "https://api.github.com/repos/thephpleague/glide-symfony/zipball/8d0b117d5335699c374288a7cd6a041b7612e198",
+ "reference": "8d0b117d5335699c374288a7cd6a041b7612e198",
"shasum": ""
},
"require": {
- "league/glide": "^1.0",
- "symfony/http-foundation": "^2.3|^3.0|^4.0|^5.0"
+ "league/glide": "^2.0",
+ "symfony/http-foundation": "^2.3|^3.0|^4.0|^5.0|^6.0"
},
"require-dev": {
- "mockery/mockery": "^0.9",
- "phpunit/phpunit": "^4.0"
+ "mockery/mockery": "^1.3.3",
+ "phpunit/phpunit": "^8.5|^9.4"
},
"type": "library",
"autoload": {
@@ -4812,32 +5581,32 @@
"homepage": "http://glide.thephpleague.com",
"support": {
"issues": "https://github.com/thephpleague/glide-symfony/issues",
- "source": "https://github.com/thephpleague/glide-symfony/tree/master"
+ "source": "https://github.com/thephpleague/glide-symfony/tree/1.1.0"
},
- "time": "2020-03-05T12:38:10+00:00"
+ "time": "2021-12-01T13:25:09+00:00"
},
{
"name": "league/mime-type-detection",
- "version": "1.7.0",
+ "version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/mime-type-detection.git",
- "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3"
+ "reference": "b6a5854368533df0295c5761a0253656a2e52d9e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
- "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
+ "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/b6a5854368533df0295c5761a0253656a2e52d9e",
+ "reference": "b6a5854368533df0295c5761a0253656a2e52d9e",
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
- "php": "^7.2 || ^8.0"
+ "php": "^7.4 || ^8.0"
},
"require-dev": {
- "friendsofphp/php-cs-fixer": "^2.18",
+ "friendsofphp/php-cs-fixer": "^3.2",
"phpstan/phpstan": "^0.12.68",
- "phpunit/phpunit": "^8.5.8 || ^9.3"
+ "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
},
"type": "library",
"autoload": {
@@ -4858,7 +5627,7 @@
"description": "Mime-type detection for Flysystem",
"support": {
"issues": "https://github.com/thephpleague/mime-type-detection/issues",
- "source": "https://github.com/thephpleague/mime-type-detection/tree/1.7.0"
+ "source": "https://github.com/thephpleague/mime-type-detection/tree/1.14.0"
},
"funding": [
{
@@ -4870,7 +5639,7 @@
"type": "tidelift"
}
],
- "time": "2021-01-18T20:58:21+00:00"
+ "time": "2023-10-17T14:13:20+00:00"
},
{
"name": "miljar/php-exif",
@@ -4934,52 +5703,58 @@
},
{
"name": "monolog/monolog",
- "version": "2.3.2",
+ "version": "2.9.2",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
- "reference": "71312564759a7db5b789296369c1a264efc43aad"
+ "reference": "437cb3628f4cf6042cc10ae97fc2b8472e48ca1f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Seldaek/monolog/zipball/71312564759a7db5b789296369c1a264efc43aad",
- "reference": "71312564759a7db5b789296369c1a264efc43aad",
+ "url": "https://api.github.com/repos/Seldaek/monolog/zipball/437cb3628f4cf6042cc10ae97fc2b8472e48ca1f",
+ "reference": "437cb3628f4cf6042cc10ae97fc2b8472e48ca1f",
"shasum": ""
},
"require": {
"php": ">=7.2",
- "psr/log": "^1.0.1"
+ "psr/log": "^1.0.1 || ^2.0 || ^3.0"
},
"provide": {
- "psr/log-implementation": "1.0.0"
+ "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
},
"require-dev": {
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
"doctrine/couchdb": "~1.0@dev",
- "elasticsearch/elasticsearch": "^7",
- "graylog2/gelf-php": "^1.4.2",
+ "elasticsearch/elasticsearch": "^7 || ^8",
+ "ext-json": "*",
+ "graylog2/gelf-php": "^1.4.2 || ^2@dev",
+ "guzzlehttp/guzzle": "^7.4",
+ "guzzlehttp/psr7": "^2.2",
"mongodb/mongodb": "^1.8",
- "php-amqplib/php-amqplib": "~2.4",
- "php-console/php-console": "^3.1.3",
- "phpspec/prophecy": "^1.6.1",
+ "php-amqplib/php-amqplib": "~2.4 || ^3",
+ "phpspec/prophecy": "^1.15",
"phpstan/phpstan": "^0.12.91",
- "phpunit/phpunit": "^8.5",
- "predis/predis": "^1.1",
- "rollbar/rollbar": "^1.3",
- "ruflin/elastica": ">=0.90 <7.0.1",
- "swiftmailer/swiftmailer": "^5.3|^6.0"
+ "phpunit/phpunit": "^8.5.14",
+ "predis/predis": "^1.1 || ^2.0",
+ "rollbar/rollbar": "^1.3 || ^2 || ^3",
+ "ruflin/elastica": "^7",
+ "swiftmailer/swiftmailer": "^5.3|^6.0",
+ "symfony/mailer": "^5.4 || ^6",
+ "symfony/mime": "^5.4 || ^6"
},
"suggest": {
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
"elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
+ "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
"ext-mbstring": "Allow to work properly with unicode symbols",
"ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
+ "ext-openssl": "Required to send log messages using SSL",
+ "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
"mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
- "php-console/php-console": "Allow sending log messages to Google Chrome",
"rollbar/rollbar": "Allow sending log messages to Rollbar",
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
},
@@ -5014,7 +5789,7 @@
],
"support": {
"issues": "https://github.com/Seldaek/monolog/issues",
- "source": "https://github.com/Seldaek/monolog/tree/2.3.2"
+ "source": "https://github.com/Seldaek/monolog/tree/2.9.2"
},
"funding": [
{
@@ -5026,92 +5801,46 @@
"type": "tidelift"
}
],
- "time": "2021-07-23T07:42:52+00:00"
- },
- {
- "name": "nategood/commando",
- "version": "0.4.0",
- "source": {
- "type": "git",
- "url": "https://github.com/nategood/commando.git",
- "reference": "8fedd49fcb694faf60d87d5c2c4defdffa298fa0"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/nategood/commando/zipball/8fedd49fcb694faf60d87d5c2c4defdffa298fa0",
- "reference": "8fedd49fcb694faf60d87d5c2c4defdffa298fa0",
- "shasum": ""
- },
- "require": {
- "kevinlebrun/colors.php": "~0.2",
- "php": ">=5.6"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "Commando": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nate Good",
- "email": "me@nategood.com"
- }
- ],
- "description": "PHP CLI Commando Style",
- "homepage": "http://github.com/nategood/commando",
- "keywords": [
- "automation",
- "cli",
- "command",
- "command line",
- "command line interface",
- "scripting"
- ],
- "support": {
- "issues": "https://github.com/nategood/commando/issues",
- "source": "https://github.com/nategood/commando/tree/v0.4.0"
- },
- "time": "2019-07-10T02:37:11+00:00"
+ "time": "2023-10-27T15:25:26+00:00"
},
{
"name": "nelexa/zip",
- "version": "3.3.3",
+ "version": "4.0.2",
"source": {
"type": "git",
"url": "https://github.com/Ne-Lexa/php-zip.git",
- "reference": "501b52f6fc393a599b44ff348a42740e1eaac7c6"
+ "reference": "88a1b6549be813278ff2dd3b6b2ac188827634a7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Ne-Lexa/php-zip/zipball/501b52f6fc393a599b44ff348a42740e1eaac7c6",
- "reference": "501b52f6fc393a599b44ff348a42740e1eaac7c6",
+ "url": "https://api.github.com/repos/Ne-Lexa/php-zip/zipball/88a1b6549be813278ff2dd3b6b2ac188827634a7",
+ "reference": "88a1b6549be813278ff2dd3b6b2ac188827634a7",
"shasum": ""
},
"require": {
"ext-zlib": "*",
- "paragonie/random_compat": "*",
- "php": "^5.5.9 || ^7.0",
- "psr/http-message": "^1.0",
- "symfony/finder": "^3.0|^4.0|^5.0"
+ "php": "^7.4 || ^8.0",
+ "psr/http-message": "*",
+ "symfony/finder": "*"
},
"require-dev": {
"ext-bz2": "*",
+ "ext-dom": "*",
"ext-fileinfo": "*",
+ "ext-iconv": "*",
"ext-openssl": "*",
"ext-xml": "*",
+ "friendsofphp/php-cs-fixer": "^3.4.0",
"guzzlehttp/psr7": "^1.6",
- "phpunit/phpunit": "^4.8|^5.7",
- "symfony/var-dumper": "^3.0|^4.0|^5.0"
+ "phpunit/phpunit": "^9",
+ "symfony/http-foundation": "*",
+ "symfony/var-dumper": "*",
+ "vimeo/psalm": "^4.6"
},
"suggest": {
"ext-bz2": "Needed to support BZIP2 compression",
"ext-fileinfo": "Needed to get mime-type file",
- "ext-mcrypt": "Needed to support encrypt zip entries or use ext-openssl",
+ "ext-iconv": "Needed to support convert zip entry name to requested character encoding",
"ext-openssl": "Needed to support encrypt zip entries or use ext-mcrypt"
},
"type": "library",
@@ -5131,7 +5860,7 @@
"role": "Developer"
}
],
- "description": "PhpZip is a php-library for extended work with ZIP-archives. Open, create, update, delete, extract and get info tool. Supports appending to existing ZIP files, WinZip AES encryption, Traditional PKWARE Encryption, ZipAlign tool, BZIP2 compression, external file attributes and ZIP64 extensions. Alternative ZipArchive. It does not require php-zip extension.",
+ "description": "PhpZip is a php-library for extended work with ZIP-archives. Open, create, update, delete, extract and get info tool. Supports appending to existing ZIP files, WinZip AES encryption, Traditional PKWARE Encryption, BZIP2 compression, external file attributes and ZIP64 extensions. Alternative ZipArchive. It does not require php-zip extension.",
"homepage": "https://github.com/Ne-Lexa/php-zip",
"keywords": [
"archive",
@@ -5139,40 +5868,40 @@
"unzip",
"winzip",
"zip",
- "zipalign",
"ziparchive"
],
"support": {
"issues": "https://github.com/Ne-Lexa/php-zip/issues",
- "source": "https://github.com/Ne-Lexa/php-zip/tree/3.3.3"
+ "source": "https://github.com/Ne-Lexa/php-zip/tree/4.0.2"
},
- "time": "2020-07-11T21:01:42+00:00"
+ "time": "2022-06-17T11:17:46+00:00"
},
{
"name": "nelmio/cors-bundle",
- "version": "2.1.1",
+ "version": "2.3.1",
"source": {
"type": "git",
"url": "https://github.com/nelmio/NelmioCorsBundle.git",
- "reference": "0b964b665016dfb61dd0fd2bb8c24afb1ae45a93"
+ "reference": "185d2c0ae50a3f0b628790170164d5f1c5b7c281"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/0b964b665016dfb61dd0fd2bb8c24afb1ae45a93",
- "reference": "0b964b665016dfb61dd0fd2bb8c24afb1ae45a93",
+ "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/185d2c0ae50a3f0b628790170164d5f1c5b7c281",
+ "reference": "185d2c0ae50a3f0b628790170164d5f1c5b7c281",
"shasum": ""
},
"require": {
- "symfony/framework-bundle": "^4.3 || ^5.0"
+ "psr/log": "^1.0 || ^2.0 || ^3.0",
+ "symfony/framework-bundle": "^4.4 || ^5.4 || ^6.0"
},
"require-dev": {
"mockery/mockery": "^1.2",
- "symfony/phpunit-bridge": "^4.3 || ^5.0"
+ "symfony/phpunit-bridge": "^4.4 || ^5.4 || ^6.0"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
- "dev-master": "2.0.x-dev"
+ "dev-master": "2.x-dev"
}
},
"autoload": {
@@ -5205,39 +5934,46 @@
],
"support": {
"issues": "https://github.com/nelmio/NelmioCorsBundle/issues",
- "source": "https://github.com/nelmio/NelmioCorsBundle/tree/2.1.1"
+ "source": "https://github.com/nelmio/NelmioCorsBundle/tree/2.3.1"
},
- "time": "2021-04-20T08:27:05+00:00"
+ "time": "2023-02-16T08:49:29+00:00"
},
{
"name": "nesbot/carbon",
- "version": "2.51.1",
+ "version": "2.71.0",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
- "reference": "8619c299d1e0d4b344e1f98ca07a1ce2cfbf1922"
+ "reference": "98276233188583f2ff845a0f992a235472d9466a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/8619c299d1e0d4b344e1f98ca07a1ce2cfbf1922",
- "reference": "8619c299d1e0d4b344e1f98ca07a1ce2cfbf1922",
+ "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/98276233188583f2ff845a0f992a235472d9466a",
+ "reference": "98276233188583f2ff845a0f992a235472d9466a",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^7.1.8 || ^8.0",
+ "psr/clock": "^1.0",
"symfony/polyfill-mbstring": "^1.0",
"symfony/polyfill-php80": "^1.16",
- "symfony/translation": "^3.4 || ^4.0 || ^5.0"
+ "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
+ },
+ "provide": {
+ "psr/clock-implementation": "1.0"
},
"require-dev": {
+ "doctrine/dbal": "^2.0 || ^3.1.4",
"doctrine/orm": "^2.7",
- "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
+ "friendsofphp/php-cs-fixer": "^3.0",
"kylekatarnls/multi-tester": "^2.0",
+ "ondrejmirtes/better-reflection": "*",
"phpmd/phpmd": "^2.9",
"phpstan/extension-installer": "^1.0",
- "phpstan/phpstan": "^0.12.54",
- "phpunit/phpunit": "^7.5.20 || ^8.5.14",
+ "phpstan/phpstan": "^0.12.99 || ^1.7.14",
+ "phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
+ "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
"squizlabs/php_codesniffer": "^3.4"
},
"bin": [
@@ -5288,111 +6024,50 @@
"time"
],
"support": {
+ "docs": "https://carbon.nesbot.com/docs",
"issues": "https://github.com/briannesbitt/Carbon/issues",
"source": "https://github.com/briannesbitt/Carbon"
},
"funding": [
{
- "url": "https://opencollective.com/Carbon",
- "type": "open_collective"
+ "url": "https://github.com/sponsors/kylekatarnls",
+ "type": "github"
},
{
- "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
- "type": "tidelift"
- }
- ],
- "time": "2021-07-28T13:16:28+00:00"
- },
- {
- "name": "nette/finder",
- "version": "v2.5.2",
- "source": {
- "type": "git",
- "url": "https://github.com/nette/finder.git",
- "reference": "4ad2c298eb8c687dd0e74ae84206a4186eeaed50"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/nette/finder/zipball/4ad2c298eb8c687dd0e74ae84206a4186eeaed50",
- "reference": "4ad2c298eb8c687dd0e74ae84206a4186eeaed50",
- "shasum": ""
- },
- "require": {
- "nette/utils": "^2.4 || ^3.0",
- "php": ">=7.1"
- },
- "conflict": {
- "nette/nette": "<2.2"
- },
- "require-dev": {
- "nette/tester": "^2.0",
- "phpstan/phpstan": "^0.12",
- "tracy/tracy": "^2.3"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.5-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause",
- "GPL-2.0",
- "GPL-3.0"
- ],
- "authors": [
- {
- "name": "David Grudl",
- "homepage": "https://davidgrudl.com"
+ "url": "https://opencollective.com/Carbon#sponsor",
+ "type": "opencollective"
},
{
- "name": "Nette Community",
- "homepage": "https://nette.org/contributors"
+ "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
+ "type": "tidelift"
}
],
- "description": "🔍 Nette Finder: find files and directories with an intuitive API.",
- "homepage": "https://nette.org",
- "keywords": [
- "filesystem",
- "glob",
- "iterator",
- "nette"
- ],
- "support": {
- "issues": "https://github.com/nette/finder/issues",
- "source": "https://github.com/nette/finder/tree/v2.5.2"
- },
- "time": "2020-01-03T20:35:40+00:00"
+ "time": "2023-09-25T11:31:05+00:00"
},
{
"name": "nette/utils",
- "version": "v3.2.2",
+ "version": "v3.2.10",
"source": {
"type": "git",
"url": "https://github.com/nette/utils.git",
- "reference": "967cfc4f9a1acd5f1058d76715a424c53343c20c"
+ "reference": "a4175c62652f2300c8017fb7e640f9ccb11648d2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nette/utils/zipball/967cfc4f9a1acd5f1058d76715a424c53343c20c",
- "reference": "967cfc4f9a1acd5f1058d76715a424c53343c20c",
+ "url": "https://api.github.com/repos/nette/utils/zipball/a4175c62652f2300c8017fb7e640f9ccb11648d2",
+ "reference": "a4175c62652f2300c8017fb7e640f9ccb11648d2",
"shasum": ""
},
"require": {
- "php": ">=7.2 <8.1"
+ "php": ">=7.2 <8.4"
},
"conflict": {
"nette/di": "<3.0.6"
},
"require-dev": {
+ "jetbrains/phpstorm-attributes": "dev-master",
"nette/tester": "~2.0",
- "phpstan/phpstan": "^0.12",
+ "phpstan/phpstan": "^1.0",
"tracy/tracy": "^2.3"
},
"suggest": {
@@ -5451,22 +6126,22 @@
],
"support": {
"issues": "https://github.com/nette/utils/issues",
- "source": "https://github.com/nette/utils/tree/v3.2.2"
+ "source": "https://github.com/nette/utils/tree/v3.2.10"
},
- "time": "2021-03-03T22:53:25+00:00"
+ "time": "2023-07-30T15:38:18+00:00"
},
{
"name": "nikic/php-parser",
- "version": "v4.12.0",
+ "version": "v4.17.1",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
- "reference": "6608f01670c3cc5079e18c1dab1104e002579143"
+ "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6608f01670c3cc5079e18c1dab1104e002579143",
- "reference": "6608f01670c3cc5079e18c1dab1104e002579143",
+ "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
+ "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
"shasum": ""
},
"require": {
@@ -5507,9 +6182,9 @@
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
- "source": "https://github.com/nikic/PHP-Parser/tree/v4.12.0"
+ "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1"
},
- "time": "2021-07-21T10:44:31+00:00"
+ "time": "2023-08-13T19:53:39+00:00"
},
{
"name": "nyholm/nsa",
@@ -5570,22 +6245,23 @@
},
{
"name": "pagerfanta/pagerfanta",
- "version": "v2.7.1",
+ "version": "v2.7.3",
"source": {
"type": "git",
"url": "https://github.com/BabDev/Pagerfanta.git",
- "reference": "630f38d57c86b67565b644db9d270ffb6d67123f"
+ "reference": "5f2aa1f1c9d1a6520f459e84b63e2bc25e9eea5b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/BabDev/Pagerfanta/zipball/630f38d57c86b67565b644db9d270ffb6d67123f",
- "reference": "630f38d57c86b67565b644db9d270ffb6d67123f",
+ "url": "https://api.github.com/repos/BabDev/Pagerfanta/zipball/5f2aa1f1c9d1a6520f459e84b63e2bc25e9eea5b",
+ "reference": "5f2aa1f1c9d1a6520f459e84b63e2bc25e9eea5b",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^7.2 || ^8.0",
- "symfony/deprecation-contracts": "^2.1"
+ "symfony/deprecation-contracts": "^2.1",
+ "symfony/polyfill-php80": "^1.15"
},
"conflict": {
"twig/twig": "<1.35 || >=2.0,<2.5"
@@ -5602,22 +6278,24 @@
"pagerfanta/twig": "self.version"
},
"require-dev": {
- "dg/bypass-finals": "^1.2.2",
+ "dg/bypass-finals": "^1.3.1",
+ "doctrine/cache": "^1.11 || ^2.0",
"doctrine/collections": "^1.4",
"doctrine/dbal": "^2.5 || ^3.0",
"doctrine/orm": "^2.5",
"doctrine/phpcr-odm": "^1.3",
- "friendsofphp/php-cs-fixer": "^2.18.2",
+ "friendsofphp/php-cs-fixer": "^3.0",
"jackalope/jackalope-doctrine-dbal": "^1.3",
"mandango/mandango": "^1.0@dev",
- "phpstan/extension-installer": "^1.0.4",
- "phpstan/phpstan": "^0.12.79",
- "phpstan/phpstan-phpunit": "^0.12.17",
- "phpunit/phpunit": "^8.5 || ^9.0",
+ "phpstan/extension-installer": "^1.1",
+ "phpstan/phpstan": "^0.12.93",
+ "phpstan/phpstan-phpunit": "^0.12.21",
+ "phpunit/phpunit": "^8.5 || ^9.5",
"propel/propel": "^2.0@dev",
"propel/propel1": "^1.7",
"ruflin/elastica": "^1.3 || ^2.0 || ^3.0 || ^5.0 || ^6.0 || ^7.0",
"solarium/solarium": "^2.3 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
+ "symfony/cache": "^4.4 || ^5.2 || ^6.0",
"twig/twig": "^1.35 || ^2.5 || ^3.0"
},
"suggest": {
@@ -5627,15 +6305,15 @@
"autoload": {
"psr-4": {
"Pagerfanta\\": "lib/Core/",
+ "Pagerfanta\\Twig\\": "lib/Twig/",
"Pagerfanta\\Adapter\\": "src/Adapter/",
- "Pagerfanta\\Doctrine\\Collections\\": "lib/Adapter/Doctrine/Collections/",
- "Pagerfanta\\Doctrine\\DBAL\\": "lib/Adapter/Doctrine/DBAL/",
- "Pagerfanta\\Doctrine\\MongoDBODM\\": "lib/Adapter/Doctrine/MongoDBODM/",
- "Pagerfanta\\Doctrine\\ORM\\": "lib/Adapter/Doctrine/ORM/",
- "Pagerfanta\\Doctrine\\PHPCRODM\\": "lib/Adapter/Doctrine/PHPCRODM/",
"Pagerfanta\\Elastica\\": "lib/Adapter/Elastica/",
"Pagerfanta\\Solarium\\": "lib/Adapter/Solarium/",
- "Pagerfanta\\Twig\\": "lib/Twig/"
+ "Pagerfanta\\Doctrine\\ORM\\": "lib/Adapter/Doctrine/ORM/",
+ "Pagerfanta\\Doctrine\\DBAL\\": "lib/Adapter/Doctrine/DBAL/",
+ "Pagerfanta\\Doctrine\\PHPCRODM\\": "lib/Adapter/Doctrine/PHPCRODM/",
+ "Pagerfanta\\Doctrine\\MongoDBODM\\": "lib/Adapter/Doctrine/MongoDBODM/",
+ "Pagerfanta\\Doctrine\\Collections\\": "lib/Adapter/Doctrine/Collections/"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -5651,7 +6329,7 @@
],
"support": {
"issues": "https://github.com/BabDev/Pagerfanta/issues",
- "source": "https://github.com/BabDev/Pagerfanta/tree/v2.7.1"
+ "source": "https://github.com/BabDev/Pagerfanta/tree/v2.7.3"
},
"funding": [
{
@@ -5659,105 +6337,50 @@
"type": "github"
}
],
- "time": "2021-02-28T18:15:42+00:00"
+ "time": "2022-03-03T00:01:24+00:00"
},
{
- "name": "paragonie/random_compat",
- "version": "v9.99.100",
+ "name": "php-http/cache-plugin",
+ "version": "1.8.0",
"source": {
"type": "git",
- "url": "https://github.com/paragonie/random_compat.git",
- "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
+ "url": "https://github.com/php-http/cache-plugin.git",
+ "reference": "6bf9fbf66193f61d90c2381b75eb1fa0202fd314"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
- "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
+ "url": "https://api.github.com/repos/php-http/cache-plugin/zipball/6bf9fbf66193f61d90c2381b75eb1fa0202fd314",
+ "reference": "6bf9fbf66193f61d90c2381b75eb1fa0202fd314",
"shasum": ""
},
"require": {
- "php": ">= 7"
+ "php": "^7.1 || ^8.0",
+ "php-http/client-common": "^1.9 || ^2.0",
+ "php-http/message-factory": "^1.0",
+ "psr/cache": "^1.0 || ^2.0 || ^3.0",
+ "symfony/options-resolver": "^2.6 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
},
"require-dev": {
- "phpunit/phpunit": "4.*|5.*",
- "vimeo/psalm": "^1"
- },
- "suggest": {
- "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
+ "phpspec/phpspec": "^5.1 || ^6.0 || ^7.0"
},
"type": "library",
+ "autoload": {
+ "psr-4": {
+ "Http\\Client\\Common\\Plugin\\": "src/"
+ }
+ },
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
- "name": "Paragon Initiative Enterprises",
- "email": "security@paragonie.com",
- "homepage": "https://paragonie.com"
+ "name": "Márk Sági-Kazár",
+ "email": "mark.sagikazar@gmail.com"
}
],
- "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
- "keywords": [
- "csprng",
- "polyfill",
- "pseudorandom",
- "random"
- ],
- "support": {
- "email": "info@paragonie.com",
- "issues": "https://github.com/paragonie/random_compat/issues",
- "source": "https://github.com/paragonie/random_compat"
- },
- "time": "2020-10-15T08:29:30+00:00"
- },
- {
- "name": "php-http/cache-plugin",
- "version": "1.7.2",
- "source": {
- "type": "git",
- "url": "https://github.com/php-http/cache-plugin.git",
- "reference": "922409f10541b0d581b8ffe5cd810f4efc9e9e32"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-http/cache-plugin/zipball/922409f10541b0d581b8ffe5cd810f4efc9e9e32",
- "reference": "922409f10541b0d581b8ffe5cd810f4efc9e9e32",
- "shasum": ""
- },
- "require": {
- "php": "^7.1 || ^8.0",
- "php-http/client-common": "^1.9 || ^2.0",
- "php-http/message-factory": "^1.0",
- "psr/cache": "^1.0 || ^2.0",
- "symfony/options-resolver": "^2.6 || ^3.0 || ^4.0 || ^5.0"
- },
- "require-dev": {
- "phpspec/phpspec": "^5.1 || ^6.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.6-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Http\\Client\\Common\\Plugin\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Márk Sági-Kazár",
- "email": "mark.sagikazar@gmail.com"
- }
- ],
- "description": "PSR-6 Cache plugin for HTTPlug",
- "homepage": "http://httplug.io",
+ "description": "PSR-6 Cache plugin for HTTPlug",
+ "homepage": "http://httplug.io",
"keywords": [
"cache",
"http",
@@ -5766,42 +6389,41 @@
],
"support": {
"issues": "https://github.com/php-http/cache-plugin/issues",
- "source": "https://github.com/php-http/cache-plugin/tree/1.7.2"
+ "source": "https://github.com/php-http/cache-plugin/tree/1.8.0"
},
- "time": "2021-04-14T06:06:08+00:00"
+ "time": "2023-04-28T10:56:55+00:00"
},
{
"name": "php-http/client-common",
- "version": "2.4.0",
+ "version": "2.7.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/client-common.git",
- "reference": "29e0c60d982f04017069483e832b92074d0a90b2"
+ "reference": "880509727a447474d2a71b7d7fa5d268ddd3db4b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-http/client-common/zipball/29e0c60d982f04017069483e832b92074d0a90b2",
- "reference": "29e0c60d982f04017069483e832b92074d0a90b2",
+ "url": "https://api.github.com/repos/php-http/client-common/zipball/880509727a447474d2a71b7d7fa5d268ddd3db4b",
+ "reference": "880509727a447474d2a71b7d7fa5d268ddd3db4b",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0",
"php-http/httplug": "^2.0",
"php-http/message": "^1.6",
- "php-http/message-factory": "^1.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
- "psr/http-message": "^1.0",
- "symfony/options-resolver": "^2.6 || ^3.4.20 || ~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0",
+ "psr/http-message": "^1.0 || ^2.0",
+ "symfony/options-resolver": "~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0 || ^6.0",
"symfony/polyfill-php80": "^1.17"
},
"require-dev": {
"doctrine/instantiator": "^1.1",
"guzzlehttp/psr7": "^1.4",
"nyholm/psr7": "^1.2",
- "phpspec/phpspec": "^5.1 || ^6.0",
+ "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1",
"phpspec/prophecy": "^1.10.2",
- "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.3"
+ "phpunit/phpunit": "^7.5.20 || ^8.5.33 || ^9.6.7"
},
"suggest": {
"ext-json": "To detect JSON responses with the ContentTypePlugin",
@@ -5811,11 +6433,6 @@
"php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.3.x-dev"
- }
- },
"autoload": {
"psr-4": {
"Http\\Client\\Common\\": "src/"
@@ -5841,50 +6458,59 @@
],
"support": {
"issues": "https://github.com/php-http/client-common/issues",
- "source": "https://github.com/php-http/client-common/tree/2.4.0"
+ "source": "https://github.com/php-http/client-common/tree/2.7.0"
},
- "time": "2021-07-05T08:19:25+00:00"
+ "time": "2023-05-17T06:46:59+00:00"
},
{
"name": "php-http/discovery",
- "version": "1.14.0",
+ "version": "1.19.1",
"source": {
"type": "git",
"url": "https://github.com/php-http/discovery.git",
- "reference": "778f722e29250c1fac0bbdef2c122fa5d038c9eb"
+ "reference": "57f3de01d32085fea20865f9b16fb0e69347c39e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-http/discovery/zipball/778f722e29250c1fac0bbdef2c122fa5d038c9eb",
- "reference": "778f722e29250c1fac0bbdef2c122fa5d038c9eb",
+ "url": "https://api.github.com/repos/php-http/discovery/zipball/57f3de01d32085fea20865f9b16fb0e69347c39e",
+ "reference": "57f3de01d32085fea20865f9b16fb0e69347c39e",
"shasum": ""
},
"require": {
+ "composer-plugin-api": "^1.0|^2.0",
"php": "^7.1 || ^8.0"
},
"conflict": {
- "nyholm/psr7": "<1.0"
+ "nyholm/psr7": "<1.0",
+ "zendframework/zend-diactoros": "*"
+ },
+ "provide": {
+ "php-http/async-client-implementation": "*",
+ "php-http/client-implementation": "*",
+ "psr/http-client-implementation": "*",
+ "psr/http-factory-implementation": "*",
+ "psr/http-message-implementation": "*"
},
"require-dev": {
+ "composer/composer": "^1.0.2|^2.0",
"graham-campbell/phpspec-skip-example-extension": "^5.0",
"php-http/httplug": "^1.0 || ^2.0",
"php-http/message-factory": "^1.0",
- "phpspec/phpspec": "^5.1 || ^6.1",
- "puli/composer-plugin": "1.0.0-beta10"
- },
- "suggest": {
- "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories"
+ "phpspec/phpspec": "^5.1 || ^6.1 || ^7.3",
+ "symfony/phpunit-bridge": "^6.2"
},
- "type": "library",
+ "type": "composer-plugin",
"extra": {
- "branch-alias": {
- "dev-master": "1.9-dev"
- }
+ "class": "Http\\Discovery\\Composer\\Plugin",
+ "plugin-optional": true
},
"autoload": {
"psr-4": {
"Http\\Discovery\\": "src/"
- }
+ },
+ "exclude-from-classmap": [
+ "src/Composer/Plugin.php"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -5896,7 +6522,7 @@
"email": "mark.sagikazar@gmail.com"
}
],
- "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
+ "description": "Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations",
"homepage": "http://php-http.org",
"keywords": [
"adapter",
@@ -5905,44 +6531,40 @@
"factory",
"http",
"message",
+ "psr17",
"psr7"
],
"support": {
"issues": "https://github.com/php-http/discovery/issues",
- "source": "https://github.com/php-http/discovery/tree/1.14.0"
+ "source": "https://github.com/php-http/discovery/tree/1.19.1"
},
- "time": "2021-06-01T14:30:21+00:00"
+ "time": "2023-07-11T07:02:26+00:00"
},
{
"name": "php-http/httplug",
- "version": "2.2.0",
+ "version": "2.4.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/httplug.git",
- "reference": "191a0a1b41ed026b717421931f8d3bd2514ffbf9"
+ "reference": "625ad742c360c8ac580fcc647a1541d29e257f67"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-http/httplug/zipball/191a0a1b41ed026b717421931f8d3bd2514ffbf9",
- "reference": "191a0a1b41ed026b717421931f8d3bd2514ffbf9",
+ "url": "https://api.github.com/repos/php-http/httplug/zipball/625ad742c360c8ac580fcc647a1541d29e257f67",
+ "reference": "625ad742c360c8ac580fcc647a1541d29e257f67",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0",
"php-http/promise": "^1.1",
"psr/http-client": "^1.0",
- "psr/http-message": "^1.0"
+ "psr/http-message": "^1.0 || ^2.0"
},
"require-dev": {
- "friends-of-phpspec/phpspec-code-coverage": "^4.1",
- "phpspec/phpspec": "^5.1 || ^6.0"
+ "friends-of-phpspec/phpspec-code-coverage": "^4.1 || ^5.0 || ^6.0",
+ "phpspec/phpspec": "^5.1 || ^6.0 || ^7.0"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.x-dev"
- }
- },
"autoload": {
"psr-4": {
"Http\\Client\\": "src/"
@@ -5971,29 +6593,28 @@
],
"support": {
"issues": "https://github.com/php-http/httplug/issues",
- "source": "https://github.com/php-http/httplug/tree/master"
+ "source": "https://github.com/php-http/httplug/tree/2.4.0"
},
- "time": "2020-07-13T15:43:23+00:00"
+ "time": "2023-04-14T15:10:03+00:00"
},
{
"name": "php-http/message",
- "version": "1.11.1",
+ "version": "1.16.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/message.git",
- "reference": "887734d9c515ad9a564f6581a682fff87a6253cc"
+ "reference": "47a14338bf4ebd67d317bf1144253d7db4ab55fd"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-http/message/zipball/887734d9c515ad9a564f6581a682fff87a6253cc",
- "reference": "887734d9c515ad9a564f6581a682fff87a6253cc",
+ "url": "https://api.github.com/repos/php-http/message/zipball/47a14338bf4ebd67d317bf1144253d7db4ab55fd",
+ "reference": "47a14338bf4ebd67d317bf1144253d7db4ab55fd",
"shasum": ""
},
"require": {
"clue/stream-filter": "^1.5",
- "php": "^7.1 || ^8.0",
- "php-http/message-factory": "^1.0.2",
- "psr/http-message": "^1.0"
+ "php": "^7.2 || ^8.0",
+ "psr/http-message": "^1.1 || ^2.0"
},
"provide": {
"php-http/message-factory-implementation": "1.0"
@@ -6001,9 +6622,10 @@
"require-dev": {
"ergebnis/composer-normalize": "^2.6",
"ext-zlib": "*",
- "guzzlehttp/psr7": "^1.0",
- "laminas/laminas-diactoros": "^2.0",
- "phpspec/phpspec": "^5.1 || ^6.3",
+ "guzzlehttp/psr7": "^1.0 || ^2.0",
+ "laminas/laminas-diactoros": "^2.0 || ^3.0",
+ "php-http/message-factory": "^1.0.2",
+ "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1",
"slim/slim": "^3.0"
},
"suggest": {
@@ -6013,18 +6635,13 @@
"slim/slim": "Used with Slim Framework PSR-7 implementation"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.10-dev"
- }
- },
"autoload": {
- "psr-4": {
- "Http\\Message\\": "src/"
- },
"files": [
"src/filters.php"
- ]
+ ],
+ "psr-4": {
+ "Http\\Message\\": "src/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -6045,32 +6662,32 @@
],
"support": {
"issues": "https://github.com/php-http/message/issues",
- "source": "https://github.com/php-http/message/tree/1.11.1"
+ "source": "https://github.com/php-http/message/tree/1.16.0"
},
- "time": "2021-05-24T18:11:08+00:00"
+ "time": "2023-05-17T06:43:38+00:00"
},
{
"name": "php-http/message-factory",
- "version": "v1.0.2",
+ "version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/message-factory.git",
- "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
+ "reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
- "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
+ "url": "https://api.github.com/repos/php-http/message-factory/zipball/4d8778e1c7d405cbb471574821c1ff5b68cc8f57",
+ "reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57",
"shasum": ""
},
"require": {
"php": ">=5.4",
- "psr/http-message": "^1.0"
+ "psr/http-message": "^1.0 || ^2.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.0-dev"
+ "dev-master": "1.x-dev"
}
},
"autoload": {
@@ -6099,42 +6716,37 @@
],
"support": {
"issues": "https://github.com/php-http/message-factory/issues",
- "source": "https://github.com/php-http/message-factory/tree/master"
+ "source": "https://github.com/php-http/message-factory/tree/1.1.0"
},
- "time": "2015-12-19T14:08:53+00:00"
+ "abandoned": "psr/http-factory",
+ "time": "2023-04-14T14:16:17+00:00"
},
{
"name": "php-http/multipart-stream-builder",
- "version": "1.2.0",
+ "version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/multipart-stream-builder.git",
- "reference": "11c1d31f72e01c738bbce9e27649a7cca829c30e"
+ "reference": "f5938fd135d9fa442cc297dc98481805acfe2b6a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-http/multipart-stream-builder/zipball/11c1d31f72e01c738bbce9e27649a7cca829c30e",
- "reference": "11c1d31f72e01c738bbce9e27649a7cca829c30e",
+ "url": "https://api.github.com/repos/php-http/multipart-stream-builder/zipball/f5938fd135d9fa442cc297dc98481805acfe2b6a",
+ "reference": "f5938fd135d9fa442cc297dc98481805acfe2b6a",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0",
- "php-http/discovery": "^1.7",
- "php-http/message-factory": "^1.0.2",
- "psr/http-factory": "^1.0",
- "psr/http-message": "^1.0"
+ "php-http/discovery": "^1.15",
+ "psr/http-factory-implementation": "^1.0"
},
"require-dev": {
"nyholm/psr7": "^1.0",
"php-http/message": "^1.5",
+ "php-http/message-factory": "^1.0.2",
"phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.3"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.x-dev"
- }
- },
"autoload": {
"psr-4": {
"Http\\Message\\MultipartStream\\": "src/"
@@ -6161,37 +6773,32 @@
],
"support": {
"issues": "https://github.com/php-http/multipart-stream-builder/issues",
- "source": "https://github.com/php-http/multipart-stream-builder/tree/1.2.0"
+ "source": "https://github.com/php-http/multipart-stream-builder/tree/1.3.0"
},
- "time": "2021-05-21T08:32:01+00:00"
+ "time": "2023-04-28T14:10:22+00:00"
},
{
"name": "php-http/promise",
- "version": "1.1.0",
+ "version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/promise.git",
- "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88"
+ "reference": "ef4905bfb492ff389eb7f12e26925a0f20073050"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-http/promise/zipball/4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
- "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
+ "url": "https://api.github.com/repos/php-http/promise/zipball/ef4905bfb492ff389eb7f12e26925a0f20073050",
+ "reference": "ef4905bfb492ff389eb7f12e26925a0f20073050",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
- "friends-of-phpspec/phpspec-code-coverage": "^4.3.2",
- "phpspec/phpspec": "^5.1.2 || ^6.2"
+ "friends-of-phpspec/phpspec-code-coverage": "^4.3.2 || ^6.3",
+ "phpspec/phpspec": "^5.1.2 || ^6.2 || ^7.4"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.1-dev"
- }
- },
"autoload": {
"psr-4": {
"Http\\Promise\\": "src/"
@@ -6218,31 +6825,31 @@
],
"support": {
"issues": "https://github.com/php-http/promise/issues",
- "source": "https://github.com/php-http/promise/tree/1.1.0"
+ "source": "https://github.com/php-http/promise/tree/1.2.0"
},
- "time": "2020-07-07T09:29:14+00:00"
+ "time": "2023-10-24T09:20:26+00:00"
},
{
"name": "php-translation/common",
- "version": "3.1.0",
+ "version": "3.2.0",
"source": {
"type": "git",
"url": "https://github.com/php-translation/common.git",
- "reference": "fcb8338be8d4a65e76e916660c053c06e8376765"
+ "reference": "986ddf4e3b2b3458d2a7353658bd40764d8ca1d1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-translation/common/zipball/fcb8338be8d4a65e76e916660c053c06e8376765",
- "reference": "fcb8338be8d4a65e76e916660c053c06e8376765",
+ "url": "https://api.github.com/repos/php-translation/common/zipball/986ddf4e3b2b3458d2a7353658bd40764d8ca1d1",
+ "reference": "986ddf4e3b2b3458d2a7353658bd40764d8ca1d1",
"shasum": ""
},
"require": {
"php": ">=7.2",
- "symfony/translation": " ^3.4 || ^4.3 || ^5.0"
+ "symfony/translation": " ^3.4 || ^4.3 || ^5.0 || ^6.0"
},
"require-dev": {
"phpunit/phpunit": "^8.4",
- "symfony/phpunit-bridge": "^4.3 || ^5.0"
+ "symfony/phpunit-bridge": "^4.3 || ^5.0 || ^6.0"
},
"type": "library",
"autoload": {
@@ -6263,38 +6870,37 @@
"description": "Common translation stuff",
"support": {
"issues": "https://github.com/php-translation/common/issues",
- "source": "https://github.com/php-translation/common/tree/3.1.0"
+ "source": "https://github.com/php-translation/common/tree/3.2.0"
},
- "time": "2021-03-26T17:44:48+00:00"
+ "time": "2022-02-04T11:49:38+00:00"
},
{
"name": "php-translation/extractor",
- "version": "2.0.3",
+ "version": "2.1.1",
"source": {
"type": "git",
"url": "https://github.com/php-translation/extractor.git",
- "reference": "296026263aeabb5f17c6b6958608ba255b92ad9c"
+ "reference": "09ad2f3654e6badb95a739b0284f5785531f7c8d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-translation/extractor/zipball/296026263aeabb5f17c6b6958608ba255b92ad9c",
- "reference": "296026263aeabb5f17c6b6958608ba255b92ad9c",
+ "url": "https://api.github.com/repos/php-translation/extractor/zipball/09ad2f3654e6badb95a739b0284f5785531f7c8d",
+ "reference": "09ad2f3654e6badb95a739b0284f5785531f7c8d",
"shasum": ""
},
"require": {
- "doctrine/annotations": "^1.2",
+ "doctrine/annotations": "^1.7 || ^2.0",
"nikic/php-parser": "^3.0 || ^4.0",
"php": "^7.2 || ^8.0",
- "symfony/finder": "^3.4 || ^4.3 || ^5.0",
+ "symfony/finder": "^3.4 || ^4.4 || ^5.0 || ^6.0",
"twig/twig": "^2.0 || ^3.0"
},
"require-dev": {
"knplabs/knp-menu": "^3.1",
- "phpunit/phpunit": "^8.4",
- "symfony/phpunit-bridge": "^5.0",
- "symfony/translation": "^3.4 || ^4.3 || ^5.0",
- "symfony/twig-bridge": "^3.4 || ^4.3 || ^5.0",
- "symfony/validator": "^3.4 || ^4.3 || ^5.0"
+ "symfony/phpunit-bridge": "^5.0 || ^6.0",
+ "symfony/translation": "^3.4 || ^4.4 || ^5.0 || ^6.0",
+ "symfony/twig-bridge": "^3.4 || ^4.4 || ^5.0 || ^6.0",
+ "symfony/validator": "^3.4 || ^4.4 || ^5.0 || ^6.0"
},
"type": "library",
"extra": {
@@ -6320,22 +6926,22 @@
"description": "Extract translations form the source code",
"support": {
"issues": "https://github.com/php-translation/extractor/issues",
- "source": "https://github.com/php-translation/extractor/tree/2.0.3"
+ "source": "https://github.com/php-translation/extractor/tree/2.1.1"
},
- "time": "2021-03-25T18:08:57+00:00"
+ "time": "2023-03-28T11:37:22+00:00"
},
{
"name": "php-translation/symfony-bundle",
- "version": "0.12.3",
+ "version": "0.12.8",
"source": {
"type": "git",
"url": "https://github.com/php-translation/symfony-bundle.git",
- "reference": "ccdf1e2a4acf314488caf608cfb1b7a6191a83ea"
+ "reference": "9bd3ecace0a4019a7a4327ca9ea8df1c23ff0da3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-translation/symfony-bundle/zipball/ccdf1e2a4acf314488caf608cfb1b7a6191a83ea",
- "reference": "ccdf1e2a4acf314488caf608cfb1b7a6191a83ea",
+ "url": "https://api.github.com/repos/php-translation/symfony-bundle/zipball/9bd3ecace0a4019a7a4327ca9ea8df1c23ff0da3",
+ "reference": "9bd3ecace0a4019a7a4327ca9ea8df1c23ff0da3",
"shasum": ""
},
"require": {
@@ -6343,12 +6949,13 @@
"php": "^7.2 || ^8.0",
"php-translation/extractor": "^2.0",
"php-translation/symfony-storage": "^2.1",
- "symfony/finder": "^4.4.20 || ^5.2.4",
- "symfony/framework-bundle": "^4.4.20 || ^5.2.5",
- "symfony/intl": "^4.4.20 || ^5.2.4",
- "symfony/translation": "^4.4.20 || ^5.2.5",
- "symfony/twig-bundle": "^4.4.20 || ^5.2.4",
- "symfony/validator": "^4.4.20 || ^5.2.5",
+ "symfony/asset": "^4.4.20 || ^5.2.4 || ^6.0",
+ "symfony/finder": "^4.4.20 || ^5.2.4 || ^6.0",
+ "symfony/framework-bundle": "^4.4.20 || ^5.2.5 || ^6.0",
+ "symfony/intl": "^4.4.20 || ^5.2.4 || ^6.0",
+ "symfony/translation": "^4.4.20 || ^5.2.5 || ^6.0",
+ "symfony/twig-bundle": "^4.4.20 || ^5.2.4 || ^6.0",
+ "symfony/validator": "^4.4.20 || ^5.2.5 || ^6.0",
"twig/twig": "^2.14.4 || ^3.3"
},
"require-dev": {
@@ -6356,17 +6963,16 @@
"matthiasnoback/symfony-config-test": "^4.1",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
"nyholm/psr7": "^1.1",
- "nyholm/symfony-bundle-test": "^1.6.1",
+ "nyholm/symfony-bundle-test": "^2.0",
"php-http/curl-client": "^1.7 || ^2.0",
"php-http/message": "^1.11",
"php-http/message-factory": "^1.0.2",
"php-translation/translator": "^1.0",
- "symfony/asset": "^4.4.20 || ^5.2.4",
- "symfony/console": "^4.4.20 || ^5.2.5",
- "symfony/dependency-injection": "^4.4.20 || ^5.2.5",
- "symfony/phpunit-bridge": "^5.2",
- "symfony/twig-bridge": "^4.4.20 || ^5.2.5",
- "symfony/web-profiler-bundle": "^4.4.20 || ^5.2.4"
+ "symfony/console": "^4.4.20 || ^5.2.5 || ^6.0",
+ "symfony/dependency-injection": "^4.4.20 || ^5.2.5 || ^6.0",
+ "symfony/phpunit-bridge": "^5.2 || ^6.0",
+ "symfony/twig-bridge": "^4.4.20 || ^5.2.5 || ^6.0",
+ "symfony/web-profiler-bundle": "^4.4.20 || ^5.2.4 || ^6.0"
},
"suggest": {
"php-http/httplug-bundle": "To easier configure your httplug clients."
@@ -6397,37 +7003,37 @@
],
"support": {
"issues": "https://github.com/php-translation/symfony-bundle/issues",
- "source": "https://github.com/php-translation/symfony-bundle/tree/0.12.3"
+ "source": "https://github.com/php-translation/symfony-bundle/tree/0.12.8"
},
- "time": "2021-03-26T20:13:10+00:00"
+ "time": "2022-12-19T12:38:39+00:00"
},
{
"name": "php-translation/symfony-storage",
- "version": "2.3.0",
+ "version": "2.3.1",
"source": {
"type": "git",
"url": "https://github.com/php-translation/symfony-storage.git",
- "reference": "8b1954b9b4933245250bc5b3d45f0d7bde38c761"
+ "reference": "95d52dd86d41fe0ec2c75e1469b5003956044cc8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-translation/symfony-storage/zipball/8b1954b9b4933245250bc5b3d45f0d7bde38c761",
- "reference": "8b1954b9b4933245250bc5b3d45f0d7bde38c761",
+ "url": "https://api.github.com/repos/php-translation/symfony-storage/zipball/95d52dd86d41fe0ec2c75e1469b5003956044cc8",
+ "reference": "95d52dd86d41fe0ec2c75e1469b5003956044cc8",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
"php-translation/common": "^3.0",
- "symfony/translation": "^3.4 || ^4.2 || ^5.0"
+ "symfony/translation": "^3.4 || ^4.2 || ^5.0 || ^6.0"
},
"require-dev": {
- "phpunit/phpunit": "^8.4",
- "symfony/framework-bundle": " ^3.4 || ^4.2 || ^5.0"
+ "phpunit/phpunit": ">=8.5.20",
+ "symfony/framework-bundle": " ^3.4 || ^4.2 || ^5.0 || ^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.2-dev"
+ "dev-master": "2.4-dev"
}
},
"autoload": {
@@ -6448,9 +7054,9 @@
"description": "A translation file storage using Symfony translation component.",
"support": {
"issues": "https://github.com/php-translation/symfony-storage/issues",
- "source": "https://github.com/php-translation/symfony-storage/tree/2.3.0"
+ "source": "https://github.com/php-translation/symfony-storage/tree/2.3.1"
},
- "time": "2021-03-26T18:01:29+00:00"
+ "time": "2022-02-14T11:36:15+00:00"
},
{
"name": "phpdocumentor/reflection-common",
@@ -6507,41 +7113,38 @@
},
{
"name": "phpdocumentor/reflection-docblock",
- "version": "4.3.4",
+ "version": "5.3.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
- "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c"
+ "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c",
- "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c",
+ "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
+ "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
"shasum": ""
},
"require": {
- "php": "^7.0",
- "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
- "phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
- "webmozart/assert": "^1.0"
+ "ext-filter": "*",
+ "php": "^7.2 || ^8.0",
+ "phpdocumentor/reflection-common": "^2.2",
+ "phpdocumentor/type-resolver": "^1.3",
+ "webmozart/assert": "^1.9.1"
},
"require-dev": {
- "doctrine/instantiator": "^1.0.5",
- "mockery/mockery": "^1.0",
- "phpdocumentor/type-resolver": "0.4.*",
- "phpunit/phpunit": "^6.4"
+ "mockery/mockery": "~1.3.2",
+ "psalm/phar": "^4.8"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "4.x-dev"
+ "dev-master": "5.x-dev"
}
},
"autoload": {
"psr-4": {
- "phpDocumentor\\Reflection\\": [
- "src/"
- ]
+ "phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -6552,36 +7155,48 @@
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
+ },
+ {
+ "name": "Jaap van Otterdijk",
+ "email": "account@ijaap.nl"
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
- "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/release/4.x"
+ "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
},
- "time": "2019-12-28T18:55:12+00:00"
+ "time": "2021-10-19T17:43:47+00:00"
},
{
"name": "phpdocumentor/type-resolver",
- "version": "1.5.1",
+ "version": "1.7.3",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
- "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae"
+ "reference": "3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/a12f7e301eb7258bb68acd89d4aefa05c2906cae",
- "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae",
+ "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419",
+ "reference": "3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419",
"shasum": ""
},
"require": {
- "php": "^7.2 || ^8.0",
- "phpdocumentor/reflection-common": "^2.0"
+ "doctrine/deprecations": "^1.0",
+ "php": "^7.4 || ^8.0",
+ "phpdocumentor/reflection-common": "^2.0",
+ "phpstan/phpdoc-parser": "^1.13"
},
"require-dev": {
"ext-tokenizer": "*",
- "psalm/phar": "^4.8"
+ "phpbench/phpbench": "^1.2",
+ "phpstan/extension-installer": "^1.1",
+ "phpstan/phpstan": "^1.8",
+ "phpstan/phpstan-phpunit": "^1.1",
+ "phpunit/phpunit": "^9.5",
+ "rector/rector": "^0.13.9",
+ "vimeo/psalm": "^4.25"
},
"type": "library",
"extra": {
@@ -6607,26 +7222,131 @@
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
- "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.5.1"
+ "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.7.3"
+ },
+ "time": "2023-08-12T11:01:26+00:00"
+ },
+ {
+ "name": "phpstan/phpdoc-parser",
+ "version": "1.24.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phpstan/phpdoc-parser.git",
+ "reference": "bcad8d995980440892759db0c32acae7c8e79442"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/bcad8d995980440892759db0c32acae7c8e79442",
+ "reference": "bcad8d995980440892759db0c32acae7c8e79442",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2 || ^8.0"
+ },
+ "require-dev": {
+ "doctrine/annotations": "^2.0",
+ "nikic/php-parser": "^4.15",
+ "php-parallel-lint/php-parallel-lint": "^1.2",
+ "phpstan/extension-installer": "^1.0",
+ "phpstan/phpstan": "^1.5",
+ "phpstan/phpstan-phpunit": "^1.1",
+ "phpstan/phpstan-strict-rules": "^1.0",
+ "phpunit/phpunit": "^9.5",
+ "symfony/process": "^5.2"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "PHPStan\\PhpDocParser\\": [
+ "src/"
+ ]
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "PHPDoc parser with support for nullable, intersection and generic types",
+ "support": {
+ "issues": "https://github.com/phpstan/phpdoc-parser/issues",
+ "source": "https://github.com/phpstan/phpdoc-parser/tree/1.24.2"
+ },
+ "time": "2023-09-26T12:28:12+00:00"
+ },
+ {
+ "name": "pixelopen/cloudflare-turnstile-bundle",
+ "version": "0.1.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/Pixel-Open/cloudflare-turnstile-bundle.git",
+ "reference": "75b5385e4353db08dcc885cb1a921015fc7a1714"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/Pixel-Open/cloudflare-turnstile-bundle/zipball/75b5385e4353db08dcc885cb1a921015fc7a1714",
+ "reference": "75b5385e4353db08dcc885cb1a921015fc7a1714",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.4",
+ "symfony/form": "^5.0|^6.0",
+ "symfony/framework-bundle": "^5.0|^6.0",
+ "symfony/http-client": "^5.0|^6.0",
+ "symfony/twig-bundle": "^5.0|^6.0",
+ "symfony/validator": "^5.0|^6.0",
+ "symfony/yaml": "^5.0|^6.0"
+ },
+ "require-dev": {
+ "phpstan/phpstan": "^1.8",
+ "phpstan/phpstan-symfony": "^1.2",
+ "rector/rector": "^0.14.5",
+ "symplify/easy-coding-standard": "^11.1"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "PixelOpen\\CloudflareTurnstileBundle\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Pixel Open Team",
+ "homepage": "https://pixel-open.org/projects/symfony-bundle-cloudflare-turnstile/"
+ }
+ ],
+ "description": "A simple package to help integrate Cloudflare Turnstile on Symfony.",
+ "keywords": [
+ "Symfony Bundle",
+ "captcha",
+ "cloudflare-turnstile",
+ "form security"
+ ],
+ "support": {
+ "issues": "https://github.com/Pixel-Open/cloudflare-turnstile-bundle/issues",
+ "source": "https://github.com/Pixel-Open/cloudflare-turnstile-bundle/tree/0.1.4"
},
- "time": "2021-10-02T14:08:47+00:00"
+ "time": "2023-07-07T05:16:44+00:00"
},
{
"name": "psr/cache",
- "version": "1.0.1",
+ "version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/cache.git",
- "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
+ "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
- "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
+ "url": "https://api.github.com/repos/php-fig/cache/zipball/213f9dbc5b9bfbc4f8db86d2838dc968752ce13b",
+ "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b",
"shasum": ""
},
"require": {
- "php": ">=5.3.0"
+ "php": ">=8.0.0"
},
"type": "library",
"extra": {
@@ -6646,7 +7366,7 @@
"authors": [
{
"name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
+ "homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for caching libraries",
@@ -6656,9 +7376,57 @@
"psr-6"
],
"support": {
- "source": "https://github.com/php-fig/cache/tree/master"
+ "source": "https://github.com/php-fig/cache/tree/2.0.0"
+ },
+ "time": "2021-02-03T23:23:37+00:00"
+ },
+ {
+ "name": "psr/clock",
+ "version": "1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/clock.git",
+ "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
+ "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.0 || ^8.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Psr\\Clock\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
+ }
+ ],
+ "description": "Common interface for reading the clock.",
+ "homepage": "https://github.com/php-fig/clock",
+ "keywords": [
+ "clock",
+ "now",
+ "psr",
+ "psr-20",
+ "time"
+ ],
+ "support": {
+ "issues": "https://github.com/php-fig/clock/issues",
+ "source": "https://github.com/php-fig/clock/tree/1.0.0"
},
- "time": "2016-08-06T20:24:11+00:00"
+ "time": "2022-11-25T14:36:26+00:00"
},
{
"name": "psr/container",
@@ -6760,21 +7528,21 @@
},
{
"name": "psr/http-client",
- "version": "1.0.1",
+ "version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-client.git",
- "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
+ "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
- "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
+ "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
+ "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0",
- "psr/http-message": "^1.0"
+ "psr/http-message": "^1.0 || ^2.0"
},
"type": "library",
"extra": {
@@ -6794,7 +7562,7 @@
"authors": [
{
"name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
+ "homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for HTTP clients",
@@ -6806,27 +7574,27 @@
"psr-18"
],
"support": {
- "source": "https://github.com/php-fig/http-client/tree/master"
+ "source": "https://github.com/php-fig/http-client"
},
- "time": "2020-06-29T06:28:15+00:00"
+ "time": "2023-09-23T14:17:50+00:00"
},
{
"name": "psr/http-factory",
- "version": "1.0.1",
+ "version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
- "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
+ "reference": "e616d01114759c4c489f93b099585439f795fe35"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
- "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
+ "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
+ "reference": "e616d01114759c4c489f93b099585439f795fe35",
"shasum": ""
},
"require": {
"php": ">=7.0.0",
- "psr/http-message": "^1.0"
+ "psr/http-message": "^1.0 || ^2.0"
},
"type": "library",
"extra": {
@@ -6846,7 +7614,7 @@
"authors": [
{
"name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
+ "homepage": "https://www.php-fig.org/"
}
],
"description": "Common interfaces for PSR-7 HTTP message factories",
@@ -6861,31 +7629,31 @@
"response"
],
"support": {
- "source": "https://github.com/php-fig/http-factory/tree/master"
+ "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
},
- "time": "2019-04-30T12:38:16+00:00"
+ "time": "2023-04-10T20:10:41+00:00"
},
{
"name": "psr/http-message",
- "version": "1.0.1",
+ "version": "2.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
- "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
+ "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
- "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
+ "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
+ "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
"shasum": ""
},
"require": {
- "php": ">=5.3.0"
+ "php": "^7.2 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.0.x-dev"
+ "dev-master": "2.0.x-dev"
}
},
"autoload": {
@@ -6900,7 +7668,7 @@
"authors": [
{
"name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
+ "homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
@@ -6914,26 +7682,26 @@
"response"
],
"support": {
- "source": "https://github.com/php-fig/http-message/tree/master"
+ "source": "https://github.com/php-fig/http-message/tree/2.0"
},
- "time": "2016-08-06T14:39:51+00:00"
+ "time": "2023-04-04T09:54:51+00:00"
},
{
"name": "psr/link",
- "version": "1.0.0",
+ "version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/link.git",
- "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
+ "reference": "846c25f58a1f02b93a00f2404e3626b6bf9b7807"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
- "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
+ "url": "https://api.github.com/repos/php-fig/link/zipball/846c25f58a1f02b93a00f2404e3626b6bf9b7807",
+ "reference": "846c25f58a1f02b93a00f2404e3626b6bf9b7807",
"shasum": ""
},
"require": {
- "php": ">=5.3.0"
+ "php": ">=8.0.0"
},
"type": "library",
"extra": {
@@ -6957,6 +7725,7 @@
}
],
"description": "Common interfaces for HTTP links",
+ "homepage": "https://github.com/php-fig/link",
"keywords": [
"http",
"http-link",
@@ -6966,36 +7735,36 @@
"rest"
],
"support": {
- "source": "https://github.com/php-fig/link/tree/master"
+ "source": "https://github.com/php-fig/link/tree/1.1.1"
},
- "time": "2016-10-28T16:06:13+00:00"
+ "time": "2021-03-11T22:59:13+00:00"
},
{
"name": "psr/log",
- "version": "1.1.4",
+ "version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
- "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
+ "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
- "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
+ "url": "https://api.github.com/repos/php-fig/log/zipball/ef29f6d262798707a9edd554e2b82517ef3a9376",
+ "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376",
"shasum": ""
},
"require": {
- "php": ">=5.3.0"
+ "php": ">=8.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.1.x-dev"
+ "dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
- "Psr\\Log\\": "Psr/Log/"
+ "Psr\\Log\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -7016,9 +7785,9 @@
"psr-3"
],
"support": {
- "source": "https://github.com/php-fig/log/tree/1.1.4"
+ "source": "https://github.com/php-fig/log/tree/2.0.0"
},
- "time": "2021-05-03T11:20:27+00:00"
+ "time": "2021-07-14T16:41:46+00:00"
},
{
"name": "psr/simple-cache",
@@ -7117,42 +7886,54 @@
},
{
"name": "ramsey/collection",
- "version": "1.1.4",
+ "version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/ramsey/collection.git",
- "reference": "ab2237657ad99667a5143e32ba2683c8029563d4"
+ "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ramsey/collection/zipball/ab2237657ad99667a5143e32ba2683c8029563d4",
- "reference": "ab2237657ad99667a5143e32ba2683c8029563d4",
+ "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
+ "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
"shasum": ""
},
"require": {
- "php": "^7.2 || ^8"
+ "php": "^8.1"
},
"require-dev": {
- "captainhook/captainhook": "^5.3",
- "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
- "ergebnis/composer-normalize": "^2.6",
- "fakerphp/faker": "^1.5",
- "hamcrest/hamcrest-php": "^2",
- "jangregor/phpstan-prophecy": "^0.8",
- "mockery/mockery": "^1.3",
- "phpstan/extension-installer": "^1",
- "phpstan/phpstan": "^0.12.32",
- "phpstan/phpstan-mockery": "^0.12.5",
- "phpstan/phpstan-phpunit": "^0.12.11",
- "phpunit/phpunit": "^8.5 || ^9",
- "psy/psysh": "^0.10.4",
- "slevomat/coding-standard": "^6.3",
- "squizlabs/php_codesniffer": "^3.5",
- "vimeo/psalm": "^4.4"
+ "captainhook/plugin-composer": "^5.3",
+ "ergebnis/composer-normalize": "^2.28.3",
+ "fakerphp/faker": "^1.21",
+ "hamcrest/hamcrest-php": "^2.0",
+ "jangregor/phpstan-prophecy": "^1.0",
+ "mockery/mockery": "^1.5",
+ "php-parallel-lint/php-console-highlighter": "^1.0",
+ "php-parallel-lint/php-parallel-lint": "^1.3",
+ "phpcsstandards/phpcsutils": "^1.0.0-rc1",
+ "phpspec/prophecy-phpunit": "^2.0",
+ "phpstan/extension-installer": "^1.2",
+ "phpstan/phpstan": "^1.9",
+ "phpstan/phpstan-mockery": "^1.1",
+ "phpstan/phpstan-phpunit": "^1.3",
+ "phpunit/phpunit": "^9.5",
+ "psalm/plugin-mockery": "^1.1",
+ "psalm/plugin-phpunit": "^0.18.4",
+ "ramsey/coding-standard": "^2.0.3",
+ "ramsey/conventional-commits": "^1.3",
+ "vimeo/psalm": "^5.4"
},
"type": "library",
- "autoload": {
- "psr-4": {
+ "extra": {
+ "captainhook": {
+ "force-install": true
+ },
+ "ramsey/conventional-commits": {
+ "configFile": "conventional-commits.json"
+ }
+ },
+ "autoload": {
+ "psr-4": {
"Ramsey\\Collection\\": "src/"
}
},
@@ -7167,7 +7948,7 @@
"homepage": "https://benramsey.com"
}
],
- "description": "A PHP 7.2+ library for representing and manipulating collections.",
+ "description": "A PHP library for representing and manipulating collections.",
"keywords": [
"array",
"collection",
@@ -7178,7 +7959,7 @@
],
"support": {
"issues": "https://github.com/ramsey/collection/issues",
- "source": "https://github.com/ramsey/collection/tree/1.1.4"
+ "source": "https://github.com/ramsey/collection/tree/2.0.0"
},
"funding": [
{
@@ -7190,57 +7971,55 @@
"type": "tidelift"
}
],
- "time": "2021-07-30T00:58:27+00:00"
+ "time": "2022-12-31T21:50:55+00:00"
},
{
"name": "ramsey/uuid",
- "version": "4.1.1",
+ "version": "4.7.4",
"source": {
"type": "git",
"url": "https://github.com/ramsey/uuid.git",
- "reference": "cd4032040a750077205918c86049aa0f43d22947"
+ "reference": "60a4c63ab724854332900504274f6150ff26d286"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ramsey/uuid/zipball/cd4032040a750077205918c86049aa0f43d22947",
- "reference": "cd4032040a750077205918c86049aa0f43d22947",
+ "url": "https://api.github.com/repos/ramsey/uuid/zipball/60a4c63ab724854332900504274f6150ff26d286",
+ "reference": "60a4c63ab724854332900504274f6150ff26d286",
"shasum": ""
},
"require": {
- "brick/math": "^0.8 || ^0.9",
+ "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11",
"ext-json": "*",
- "php": "^7.2 || ^8",
- "ramsey/collection": "^1.0",
- "symfony/polyfill-ctype": "^1.8"
+ "php": "^8.0",
+ "ramsey/collection": "^1.2 || ^2.0"
},
"replace": {
"rhumsaa/uuid": "self.version"
},
"require-dev": {
- "codeception/aspect-mock": "^3",
- "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7.0",
+ "captainhook/captainhook": "^5.10",
+ "captainhook/plugin-composer": "^5.3",
+ "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"doctrine/annotations": "^1.8",
- "goaop/framework": "^2",
+ "ergebnis/composer-normalize": "^2.15",
"mockery/mockery": "^1.3",
- "moontoast/math": "^1.1",
"paragonie/random-lib": "^2",
+ "php-mock/php-mock": "^2.2",
"php-mock/php-mock-mockery": "^1.3",
- "php-mock/php-mock-phpunit": "^2.5",
"php-parallel-lint/php-parallel-lint": "^1.1",
- "phpbench/phpbench": "^0.17.1",
- "phpstan/extension-installer": "^1.0",
- "phpstan/phpstan": "^0.12",
- "phpstan/phpstan-mockery": "^0.12",
- "phpstan/phpstan-phpunit": "^0.12",
- "phpunit/phpunit": "^8.5",
- "psy/psysh": "^0.10.0",
- "slevomat/coding-standard": "^6.0",
+ "phpbench/phpbench": "^1.0",
+ "phpstan/extension-installer": "^1.1",
+ "phpstan/phpstan": "^1.8",
+ "phpstan/phpstan-mockery": "^1.1",
+ "phpstan/phpstan-phpunit": "^1.1",
+ "phpunit/phpunit": "^8.5 || ^9",
+ "ramsey/composer-repl": "^1.4",
+ "slevomat/coding-standard": "^8.4",
"squizlabs/php_codesniffer": "^3.5",
- "vimeo/psalm": "3.9.4"
+ "vimeo/psalm": "^4.9"
},
"suggest": {
"ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
- "ext-ctype": "Enables faster processing of character classification using ctype functions.",
"ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
"ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
"paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
@@ -7248,24 +8027,23 @@
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-master": "4.x-dev"
+ "captainhook": {
+ "force-install": true
}
},
"autoload": {
- "psr-4": {
- "Ramsey\\Uuid\\": "src/"
- },
"files": [
"src/functions.php"
- ]
+ ],
+ "psr-4": {
+ "Ramsey\\Uuid\\": "src/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
- "homepage": "https://github.com/ramsey/uuid",
"keywords": [
"guid",
"identifier",
@@ -7273,45 +8051,49 @@
],
"support": {
"issues": "https://github.com/ramsey/uuid/issues",
- "rss": "https://github.com/ramsey/uuid/releases.atom",
- "source": "https://github.com/ramsey/uuid"
+ "source": "https://github.com/ramsey/uuid/tree/4.7.4"
},
"funding": [
{
"url": "https://github.com/ramsey",
"type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
+ "type": "tidelift"
}
],
- "time": "2020-08-18T17:17:46+00:00"
+ "time": "2023-04-15T23:01:58+00:00"
},
{
"name": "react/promise",
- "version": "v2.8.0",
+ "version": "v3.0.0",
"source": {
"type": "git",
"url": "https://github.com/reactphp/promise.git",
- "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4"
+ "reference": "c86753c76fd3be465d93b308f18d189f01a22be4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4",
- "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4",
+ "url": "https://api.github.com/repos/reactphp/promise/zipball/c86753c76fd3be465d93b308f18d189f01a22be4",
+ "reference": "c86753c76fd3be465d93b308f18d189f01a22be4",
"shasum": ""
},
"require": {
- "php": ">=5.4.0"
+ "php": ">=7.1.0"
},
"require-dev": {
- "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36"
+ "phpstan/phpstan": "1.10.20 || 1.4.10",
+ "phpunit/phpunit": "^9.5 || ^7.5"
},
"type": "library",
"autoload": {
- "psr-4": {
- "React\\Promise\\": "src/"
- },
"files": [
"src/functions_include.php"
- ]
+ ],
+ "psr-4": {
+ "React\\Promise\\": "src/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -7320,7 +8102,23 @@
"authors": [
{
"name": "Jan Sorgalla",
- "email": "jsorgalla@gmail.com"
+ "email": "jsorgalla@gmail.com",
+ "homepage": "https://sorgalla.com/"
+ },
+ {
+ "name": "Christian Lück",
+ "email": "christian@clue.engineering",
+ "homepage": "https://clue.engineering/"
+ },
+ {
+ "name": "Cees-Jan Kiewiet",
+ "email": "reactphp@ceesjankiewiet.nl",
+ "homepage": "https://wyrihaximus.net/"
+ },
+ {
+ "name": "Chris Boden",
+ "email": "cboden@gmail.com",
+ "homepage": "https://cboden.dev/"
}
],
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
@@ -7330,25 +8128,33 @@
],
"support": {
"issues": "https://github.com/reactphp/promise/issues",
- "source": "https://github.com/reactphp/promise/tree/v2.8.0"
+ "source": "https://github.com/reactphp/promise/tree/v3.0.0"
},
- "time": "2020-05-12T15:16:56+00:00"
+ "funding": [
+ {
+ "url": "https://opencollective.com/reactphp",
+ "type": "open_collective"
+ }
+ ],
+ "time": "2023-07-11T16:12:49+00:00"
},
{
"name": "scienta/doctrine-json-functions",
- "version": "4.3.0",
+ "version": "4.5.0",
"source": {
"type": "git",
"url": "https://github.com/ScientaNL/DoctrineJsonFunctions.git",
- "reference": "355e9ef9c2319c087805b3b31ee98e58cbc76204"
+ "reference": "138a017a92d9f0dfd22e221584b66517f005c222"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ScientaNL/DoctrineJsonFunctions/zipball/355e9ef9c2319c087805b3b31ee98e58cbc76204",
- "reference": "355e9ef9c2319c087805b3b31ee98e58cbc76204",
+ "url": "https://api.github.com/repos/ScientaNL/DoctrineJsonFunctions/zipball/138a017a92d9f0dfd22e221584b66517f005c222",
+ "reference": "138a017a92d9f0dfd22e221584b66517f005c222",
"shasum": ""
},
"require": {
+ "doctrine/dbal": "2.*",
+ "doctrine/orm": "2.*",
"ext-pdo": "*",
"php": "^7.1 || ^8.0"
},
@@ -7396,29 +8202,30 @@
],
"support": {
"issues": "https://github.com/ScientaNL/DoctrineJsonFunctions/issues",
- "source": "https://github.com/ScientaNL/DoctrineJsonFunctions/tree/4.3.0"
+ "source": "https://github.com/ScientaNL/DoctrineJsonFunctions/tree/4.5.0"
},
- "time": "2020-12-21T15:46:36+00:00"
+ "time": "2022-01-12T09:54:17+00:00"
},
{
"name": "seld/jsonlint",
- "version": "1.8.3",
+ "version": "1.10.0",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/jsonlint.git",
- "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57"
+ "reference": "594fd6462aad8ecee0b45ca5045acea4776667f1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
- "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
+ "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/594fd6462aad8ecee0b45ca5045acea4776667f1",
+ "reference": "594fd6462aad8ecee0b45ca5045acea4776667f1",
"shasum": ""
},
"require": {
"php": "^5.3 || ^7.0 || ^8.0"
},
"require-dev": {
- "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
+ "phpstan/phpstan": "^1.5",
+ "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13"
},
"bin": [
"bin/jsonlint"
@@ -7449,7 +8256,7 @@
],
"support": {
"issues": "https://github.com/Seldaek/jsonlint/issues",
- "source": "https://github.com/Seldaek/jsonlint/tree/1.8.3"
+ "source": "https://github.com/Seldaek/jsonlint/tree/1.10.0"
},
"funding": [
{
@@ -7461,20 +8268,20 @@
"type": "tidelift"
}
],
- "time": "2020-11-11T09:19:24+00:00"
+ "time": "2023-05-11T13:16:46+00:00"
},
{
"name": "seld/phar-utils",
- "version": "1.1.2",
+ "version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/phar-utils.git",
- "reference": "749042a2315705d2dfbbc59234dd9ceb22bf3ff0"
+ "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/749042a2315705d2dfbbc59234dd9ceb22bf3ff0",
- "reference": "749042a2315705d2dfbbc59234dd9ceb22bf3ff0",
+ "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",
+ "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",
"shasum": ""
},
"require": {
@@ -7507,66 +8314,45 @@
],
"support": {
"issues": "https://github.com/Seldaek/phar-utils/issues",
- "source": "https://github.com/Seldaek/phar-utils/tree/1.1.2"
+ "source": "https://github.com/Seldaek/phar-utils/tree/1.2.1"
},
- "time": "2021-08-19T21:01:38+00:00"
+ "time": "2022-08-31T10:31:18+00:00"
},
{
- "name": "sensio/framework-extra-bundle",
- "version": "v6.1.5",
+ "name": "seld/signal-handler",
+ "version": "2.0.2",
"source": {
"type": "git",
- "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
- "reference": "62c5909f49cf74dccdf50a294511cc24be2f969c"
+ "url": "https://github.com/Seldaek/signal-handler.git",
+ "reference": "04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/62c5909f49cf74dccdf50a294511cc24be2f969c",
- "reference": "62c5909f49cf74dccdf50a294511cc24be2f969c",
+ "url": "https://api.github.com/repos/Seldaek/signal-handler/zipball/04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98",
+ "reference": "04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98",
"shasum": ""
},
"require": {
- "doctrine/annotations": "^1.0",
- "php": ">=7.2.5",
- "symfony/config": "^4.4|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/framework-bundle": "^4.4|^5.0",
- "symfony/http-kernel": "^4.4|^5.0"
- },
- "conflict": {
- "doctrine/doctrine-cache-bundle": "<1.3.1",
- "doctrine/persistence": "<1.3"
+ "php": ">=7.2.0"
},
"require-dev": {
- "doctrine/dbal": "^2.10|^3.0",
- "doctrine/doctrine-bundle": "^1.11|^2.0",
- "doctrine/orm": "^2.5",
- "symfony/browser-kit": "^4.4|^5.0",
- "symfony/doctrine-bridge": "^4.4|^5.0",
- "symfony/dom-crawler": "^4.4|^5.0",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/finder": "^4.4|^5.0",
- "symfony/monolog-bridge": "^4.0|^5.0",
- "symfony/monolog-bundle": "^3.2",
- "symfony/phpunit-bridge": "^4.4.9|^5.0.9",
- "symfony/security-bundle": "^4.4|^5.0",
- "symfony/twig-bundle": "^4.4|^5.0",
- "symfony/yaml": "^4.4|^5.0",
- "twig/twig": "^1.34|^2.4|^3.0"
+ "phpstan/phpstan": "^1",
+ "phpstan/phpstan-deprecation-rules": "^1.0",
+ "phpstan/phpstan-phpunit": "^1",
+ "phpstan/phpstan-strict-rules": "^1.3",
+ "phpunit/phpunit": "^7.5.20 || ^8.5.23",
+ "psr/log": "^1 || ^2 || ^3"
},
- "type": "symfony-bundle",
+ "type": "library",
"extra": {
"branch-alias": {
- "dev-master": "6.1.x-dev"
+ "dev-main": "2.x-dev"
}
},
"autoload": {
"psr-4": {
- "Sensio\\Bundle\\FrameworkExtraBundle\\": "src/"
- },
- "exclude-from-classmap": [
- "/tests/"
- ]
+ "Seld\\Signal\\": "src/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -7574,55 +8360,81 @@
],
"authors": [
{
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
+ "name": "Jordi Boggiano",
+ "email": "j.boggiano@seld.be",
+ "homepage": "http://seld.be"
}
],
- "description": "This bundle provides a way to configure your controllers with annotations",
+ "description": "Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development",
"keywords": [
- "annotations",
- "controllers"
+ "posix",
+ "sigint",
+ "signal",
+ "sigterm",
+ "unix"
],
"support": {
- "issues": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/issues",
- "source": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/tree/v6.1.5"
+ "issues": "https://github.com/Seldaek/signal-handler/issues",
+ "source": "https://github.com/Seldaek/signal-handler/tree/2.0.2"
},
- "time": "2021-05-31T10:40:46+00:00"
+ "time": "2023-09-03T09:24:00+00:00"
},
{
- "name": "sensiolabs/security-checker",
- "version": "v6.0.3",
+ "name": "sensio/framework-extra-bundle",
+ "version": "v6.2.10",
"source": {
"type": "git",
- "url": "https://github.com/sensiolabs/security-checker.git",
- "reference": "a576c01520d9761901f269c4934ba55448be4a54"
+ "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
+ "reference": "2f886f4b31f23c76496901acaedfedb6936ba61f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/a576c01520d9761901f269c4934ba55448be4a54",
- "reference": "a576c01520d9761901f269c4934ba55448be4a54",
+ "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/2f886f4b31f23c76496901acaedfedb6936ba61f",
+ "reference": "2f886f4b31f23c76496901acaedfedb6936ba61f",
"shasum": ""
},
"require": {
- "php": ">=7.1.3",
- "symfony/console": "^2.8|^3.4|^4.2|^5.0",
- "symfony/http-client": "^4.3|^5.0",
- "symfony/mime": "^4.3|^5.0",
- "symfony/polyfill-ctype": "^1.11"
+ "doctrine/annotations": "^1.0|^2.0",
+ "php": ">=7.2.5",
+ "symfony/config": "^4.4|^5.0|^6.0",
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
+ "symfony/framework-bundle": "^4.4|^5.0|^6.0",
+ "symfony/http-kernel": "^4.4|^5.0|^6.0"
},
- "bin": [
- "security-checker"
- ],
- "type": "library",
+ "conflict": {
+ "doctrine/doctrine-cache-bundle": "<1.3.1",
+ "doctrine/persistence": "<1.3"
+ },
+ "require-dev": {
+ "doctrine/dbal": "^2.10|^3.0",
+ "doctrine/doctrine-bundle": "^1.11|^2.0",
+ "doctrine/orm": "^2.5",
+ "symfony/browser-kit": "^4.4|^5.0|^6.0",
+ "symfony/doctrine-bridge": "^4.4|^5.0|^6.0",
+ "symfony/dom-crawler": "^4.4|^5.0|^6.0",
+ "symfony/expression-language": "^4.4|^5.0|^6.0",
+ "symfony/finder": "^4.4|^5.0|^6.0",
+ "symfony/monolog-bridge": "^4.0|^5.0|^6.0",
+ "symfony/monolog-bundle": "^3.2",
+ "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0",
+ "symfony/security-bundle": "^4.4|^5.0|^6.0",
+ "symfony/twig-bundle": "^4.4|^5.0|^6.0",
+ "symfony/yaml": "^4.4|^5.0|^6.0",
+ "twig/twig": "^1.34|^2.4|^3.0"
+ },
+ "type": "symfony-bundle",
"extra": {
"branch-alias": {
- "dev-master": "6.0-dev"
+ "dev-master": "6.1.x-dev"
}
},
"autoload": {
"psr-4": {
- "SensioLabs\\Security\\": "SensioLabs/Security"
- }
+ "Sensio\\Bundle\\FrameworkExtraBundle\\": "src/"
+ },
+ "exclude-from-classmap": [
+ "/tests/"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -7631,16 +8443,19 @@
"authors": [
{
"name": "Fabien Potencier",
- "email": "fabien.potencier@gmail.com"
+ "email": "fabien@symfony.com"
}
],
- "description": "A security checker for your composer.lock",
+ "description": "This bundle provides a way to configure your controllers with annotations",
+ "keywords": [
+ "annotations",
+ "controllers"
+ ],
"support": {
- "issues": "https://github.com/sensiolabs/security-checker/issues",
- "source": "https://github.com/sensiolabs/security-checker/tree/master"
+ "source": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/tree/v6.2.10"
},
- "abandoned": "https://github.com/fabpot/local-php-security-checker",
- "time": "2019-11-01T13:20:14+00:00"
+ "abandoned": "Symfony",
+ "time": "2023-02-24T14:57:12+00:00"
},
{
"name": "siriusphp/upload",
@@ -7703,16 +8518,16 @@
},
{
"name": "siriusphp/validation",
- "version": "3.0.2",
+ "version": "3.1.0",
"source": {
"type": "git",
"url": "https://github.com/siriusphp/validation.git",
- "reference": "1d03185dfbf34a45d7c415b43605a699cfc3af71"
+ "reference": "14dd292b10053d6269126f4cb6e334f78d4686c4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/siriusphp/validation/zipball/1d03185dfbf34a45d7c415b43605a699cfc3af71",
- "reference": "1d03185dfbf34a45d7c415b43605a699cfc3af71",
+ "url": "https://api.github.com/repos/siriusphp/validation/zipball/14dd292b10053d6269126f4cb6e334f78d4686c4",
+ "reference": "14dd292b10053d6269126f4cb6e334f78d4686c4",
"shasum": ""
},
"require": {
@@ -7747,22 +8562,22 @@
],
"support": {
"issues": "https://github.com/siriusphp/validation/issues",
- "source": "https://github.com/siriusphp/validation/tree/3.0.2"
+ "source": "https://github.com/siriusphp/validation/tree/3.1.0"
},
- "time": "2020-11-24T14:58:51+00:00"
+ "time": "2022-09-21T19:51:46+00:00"
},
{
"name": "squirrelphp/twig-php-syntax",
- "version": "v1.6",
+ "version": "v1.7",
"source": {
"type": "git",
"url": "https://github.com/squirrelphp/twig-php-syntax.git",
- "reference": "c9ca9b3e806709ddb3140e934480339661d9519b"
+ "reference": "97738f7533de0fd5ed8f03d052d219bd23398976"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/squirrelphp/twig-php-syntax/zipball/c9ca9b3e806709ddb3140e934480339661d9519b",
- "reference": "c9ca9b3e806709ddb3140e934480339661d9519b",
+ "url": "https://api.github.com/repos/squirrelphp/twig-php-syntax/zipball/97738f7533de0fd5ed8f03d052d219bd23398976",
+ "reference": "97738f7533de0fd5ed8f03d052d219bd23398976",
"shasum": ""
},
"require": {
@@ -7800,36 +8615,36 @@
],
"support": {
"issues": "https://github.com/squirrelphp/twig-php-syntax/issues",
- "source": "https://github.com/squirrelphp/twig-php-syntax/tree/v1.6"
+ "source": "https://github.com/squirrelphp/twig-php-syntax/tree/v1.7"
},
- "time": "2021-01-26T18:06:48+00:00"
+ "time": "2021-11-29T23:24:13+00:00"
},
{
"name": "symfony/asset",
- "version": "v5.3.4",
+ "version": "v5.4.21",
"source": {
"type": "git",
"url": "https://github.com/symfony/asset.git",
- "reference": "9bd222a8fdd13ecca91384e403247103198f80a1"
+ "reference": "1504b6773c6b90118f9871e90a67833b5d1dca3c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/asset/zipball/9bd222a8fdd13ecca91384e403247103198f80a1",
- "reference": "9bd222a8fdd13ecca91384e403247103198f80a1",
+ "url": "https://api.github.com/repos/symfony/asset/zipball/1504b6773c6b90118f9871e90a67833b5d1dca3c",
+ "reference": "1504b6773c6b90118f9871e90a67833b5d1dca3c",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php80": "^1.16"
},
"conflict": {
"symfony/http-foundation": "<5.3"
},
"require-dev": {
- "symfony/http-client": "^4.4|^5.0",
- "symfony/http-foundation": "^5.3",
- "symfony/http-kernel": "^4.4|^5.0"
+ "symfony/http-client": "^4.4|^5.0|^6.0",
+ "symfony/http-foundation": "^5.3|^6.0",
+ "symfony/http-kernel": "^4.4|^5.0|^6.0"
},
"suggest": {
"symfony/http-foundation": ""
@@ -7860,7 +8675,7 @@
"description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/asset/tree/v5.3.4"
+ "source": "https://github.com/symfony/asset/tree/v5.4.21"
},
"funding": [
{
@@ -7876,20 +8691,20 @@
"type": "tidelift"
}
],
- "time": "2021-07-21T12:40:44+00:00"
+ "time": "2023-02-14T08:03:56+00:00"
},
{
"name": "symfony/cache",
- "version": "v5.3.4",
+ "version": "v5.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
- "reference": "944db6004fc374fbe032d18e07cce51cc4e1e661"
+ "reference": "2742d1b595927210546bb7a0887094cf1494de21"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/cache/zipball/944db6004fc374fbe032d18e07cce51cc4e1e661",
- "reference": "944db6004fc374fbe032d18e07cce51cc4e1e661",
+ "url": "https://api.github.com/repos/symfony/cache/zipball/2742d1b595927210546bb7a0887094cf1494de21",
+ "reference": "2742d1b595927210546bb7a0887094cf1494de21",
"shasum": ""
},
"require": {
@@ -7897,34 +8712,35 @@
"psr/cache": "^1.0|^2.0",
"psr/log": "^1.1|^2|^3",
"symfony/cache-contracts": "^1.1.7|^2",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/polyfill-php73": "^1.9",
"symfony/polyfill-php80": "^1.16",
- "symfony/service-contracts": "^1.1|^2",
- "symfony/var-exporter": "^4.4|^5.0"
+ "symfony/service-contracts": "^1.1|^2|^3",
+ "symfony/var-exporter": "^4.4|^5.0|^6.0"
},
"conflict": {
- "doctrine/dbal": "<2.10",
+ "doctrine/dbal": "<2.13.1",
"symfony/dependency-injection": "<4.4",
"symfony/http-kernel": "<4.4",
"symfony/var-dumper": "<4.4"
},
"provide": {
"psr/cache-implementation": "1.0|2.0",
- "psr/simple-cache-implementation": "1.0",
+ "psr/simple-cache-implementation": "1.0|2.0",
"symfony/cache-implementation": "1.0|2.0"
},
"require-dev": {
"cache/integration-tests": "dev-master",
"doctrine/cache": "^1.6|^2.0",
- "doctrine/dbal": "^2.10|^3.0",
+ "doctrine/dbal": "^2.13.1|^3|^4",
"predis/predis": "^1.1",
- "psr/simple-cache": "^1.0",
- "symfony/config": "^4.4|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/filesystem": "^4.4|^5.0",
- "symfony/http-kernel": "^4.4|^5.0",
- "symfony/messenger": "^4.4|^5.0",
- "symfony/var-dumper": "^4.4|^5.0"
+ "psr/simple-cache": "^1.0|^2.0",
+ "symfony/config": "^4.4|^5.0|^6.0",
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
+ "symfony/filesystem": "^4.4|^5.0|^6.0",
+ "symfony/http-kernel": "^4.4|^5.0|^6.0",
+ "symfony/messenger": "^4.4|^5.0|^6.0",
+ "symfony/var-dumper": "^4.4|^5.0|^6.0"
},
"type": "library",
"autoload": {
@@ -7949,14 +8765,14 @@
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Provides an extended PSR-6, PSR-16 (and tags) implementation",
+ "description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
"homepage": "https://symfony.com",
"keywords": [
"caching",
"psr6"
],
"support": {
- "source": "https://github.com/symfony/cache/tree/v5.3.4"
+ "source": "https://github.com/symfony/cache/tree/v5.4.30"
},
"funding": [
{
@@ -7972,20 +8788,20 @@
"type": "tidelift"
}
],
- "time": "2021-07-23T15:55:36+00:00"
+ "time": "2023-10-17T14:17:25+00:00"
},
{
"name": "symfony/cache-contracts",
- "version": "v2.5.0",
+ "version": "v2.5.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache-contracts.git",
- "reference": "ac2e168102a2e06a2624f0379bde94cd5854ced2"
+ "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/ac2e168102a2e06a2624f0379bde94cd5854ced2",
- "reference": "ac2e168102a2e06a2624f0379bde94cd5854ced2",
+ "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
+ "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
"shasum": ""
},
"require": {
@@ -8035,7 +8851,7 @@
"standards"
],
"support": {
- "source": "https://github.com/symfony/cache-contracts/tree/v2.5.0"
+ "source": "https://github.com/symfony/cache-contracts/tree/v2.5.2"
},
"funding": [
{
@@ -8051,26 +8867,26 @@
"type": "tidelift"
}
],
- "time": "2021-08-17T14:20:01+00:00"
+ "time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/config",
- "version": "v5.3.11",
+ "version": "v5.4.26",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
- "reference": "f080af00c441f1df40cf5c269707fdebe5740557"
+ "reference": "8109892f27beed9252bd1f1c1880aeb4ad842650"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/config/zipball/f080af00c441f1df40cf5c269707fdebe5740557",
- "reference": "f080af00c441f1df40cf5c269707fdebe5740557",
+ "url": "https://api.github.com/repos/symfony/config/zipball/8109892f27beed9252bd1f1c1880aeb4ad842650",
+ "reference": "8109892f27beed9252bd1f1c1880aeb4ad842650",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/filesystem": "^4.4|^5.0",
+ "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/filesystem": "^4.4|^5.0|^6.0",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-php80": "^1.16",
"symfony/polyfill-php81": "^1.22"
@@ -8079,11 +8895,11 @@
"symfony/finder": "<4.4"
},
"require-dev": {
- "symfony/event-dispatcher": "^4.4|^5.0",
- "symfony/finder": "^4.4|^5.0",
- "symfony/messenger": "^4.4|^5.0",
- "symfony/service-contracts": "^1.1|^2",
- "symfony/yaml": "^4.4|^5.0"
+ "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
+ "symfony/finder": "^4.4|^5.0|^6.0",
+ "symfony/messenger": "^4.4|^5.0|^6.0",
+ "symfony/service-contracts": "^1.1|^2|^3",
+ "symfony/yaml": "^4.4|^5.0|^6.0"
},
"suggest": {
"symfony/yaml": "To use the yaml reference dumper"
@@ -8114,7 +8930,7 @@
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/config/tree/v5.3.11"
+ "source": "https://github.com/symfony/config/tree/v5.4.26"
},
"funding": [
{
@@ -8130,30 +8946,30 @@
"type": "tidelift"
}
],
- "time": "2021-10-29T16:05:40+00:00"
+ "time": "2023-07-19T20:21:11+00:00"
},
{
"name": "symfony/console",
- "version": "v5.3.7",
+ "version": "v5.4.28",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
- "reference": "8b1008344647462ae6ec57559da166c2bfa5e16a"
+ "reference": "f4f71842f24c2023b91237c72a365306f3c58827"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/console/zipball/8b1008344647462ae6ec57559da166c2bfa5e16a",
- "reference": "8b1008344647462ae6ec57559da166c2bfa5e16a",
+ "url": "https://api.github.com/repos/symfony/console/zipball/f4f71842f24c2023b91237c72a365306f3c58827",
+ "reference": "f4f71842f24c2023b91237c72a365306f3c58827",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-mbstring": "~1.0",
- "symfony/polyfill-php73": "^1.8",
+ "symfony/polyfill-php73": "^1.9",
"symfony/polyfill-php80": "^1.16",
- "symfony/service-contracts": "^1.1|^2",
- "symfony/string": "^5.1"
+ "symfony/service-contracts": "^1.1|^2|^3",
+ "symfony/string": "^5.1|^6.0"
},
"conflict": {
"psr/log": ">=3",
@@ -8168,12 +8984,12 @@
},
"require-dev": {
"psr/log": "^1|^2",
- "symfony/config": "^4.4|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/event-dispatcher": "^4.4|^5.0",
- "symfony/lock": "^4.4|^5.0",
- "symfony/process": "^4.4|^5.0",
- "symfony/var-dumper": "^4.4|^5.0"
+ "symfony/config": "^4.4|^5.0|^6.0",
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
+ "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
+ "symfony/lock": "^4.4|^5.0|^6.0",
+ "symfony/process": "^4.4|^5.0|^6.0",
+ "symfony/var-dumper": "^4.4|^5.0|^6.0"
},
"suggest": {
"psr/log": "For using the console logger",
@@ -8208,12 +9024,12 @@
"homepage": "https://symfony.com",
"keywords": [
"cli",
- "command line",
+ "command-line",
"console",
"terminal"
],
"support": {
- "source": "https://github.com/symfony/console/tree/v5.3.7"
+ "source": "https://github.com/symfony/console/tree/v5.4.28"
},
"funding": [
{
@@ -8229,38 +9045,38 @@
"type": "tidelift"
}
],
- "time": "2021-08-25T20:02:16+00:00"
+ "time": "2023-08-07T06:12:30+00:00"
},
{
"name": "symfony/debug-bundle",
- "version": "v5.3.4",
+ "version": "v5.4.26",
"source": {
"type": "git",
"url": "https://github.com/symfony/debug-bundle.git",
- "reference": "356c7d2acb6bc93b1c091255068ccfb9ad55a3e0"
+ "reference": "17c372891d4554d5d2f5cf602aef02c859ad52d8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/356c7d2acb6bc93b1c091255068ccfb9ad55a3e0",
- "reference": "356c7d2acb6bc93b1c091255068ccfb9ad55a3e0",
+ "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/17c372891d4554d5d2f5cf602aef02c859ad52d8",
+ "reference": "17c372891d4554d5d2f5cf602aef02c859ad52d8",
"shasum": ""
},
"require": {
"ext-xml": "*",
"php": ">=7.2.5",
- "symfony/http-kernel": "^4.4|^5.0",
+ "symfony/http-kernel": "^4.4|^5.0|^6.0",
"symfony/polyfill-php80": "^1.16",
- "symfony/twig-bridge": "^4.4|^5.0",
- "symfony/var-dumper": "^4.4|^5.0"
+ "symfony/twig-bridge": "^4.4|^5.0|^6.0",
+ "symfony/var-dumper": "^4.4|^5.0|^6.0"
},
"conflict": {
"symfony/config": "<4.4",
"symfony/dependency-injection": "<5.2"
},
"require-dev": {
- "symfony/config": "^4.4|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/web-profiler-bundle": "^4.4|^5.0"
+ "symfony/config": "^4.4|^5.0|^6.0",
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
+ "symfony/web-profiler-bundle": "^4.4|^5.0|^6.0"
},
"suggest": {
"symfony/config": "For service container configuration",
@@ -8289,10 +9105,10 @@
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Provides a tight integration of the Symfony Debug component into the Symfony full-stack framework",
+ "description": "Provides a tight integration of the Symfony VarDumper component and the ServerLogCommand from MonologBridge into the Symfony full-stack framework",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/debug-bundle/tree/v5.3.4"
+ "source": "https://github.com/symfony/debug-bundle/tree/v5.4.26"
},
"funding": [
{
@@ -8308,27 +9124,28 @@
"type": "tidelift"
}
],
- "time": "2021-07-21T12:40:44+00:00"
+ "time": "2023-07-11T21:42:03+00:00"
},
{
"name": "symfony/dependency-injection",
- "version": "v5.3.11",
+ "version": "v5.4.29",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
- "reference": "3793617321eb39b2e8e708f6fd61f875ec5f0ed6"
+ "reference": "338638ed8c9d5c7fcb136a73f5c7043465ae2f05"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/3793617321eb39b2e8e708f6fd61f875ec5f0ed6",
- "reference": "3793617321eb39b2e8e708f6fd61f875ec5f0ed6",
+ "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/338638ed8c9d5c7fcb136a73f5c7043465ae2f05",
+ "reference": "338638ed8c9d5c7fcb136a73f5c7043465ae2f05",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/container": "^1.1.1",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php80": "^1.16",
+ "symfony/polyfill-php81": "^1.22",
"symfony/service-contracts": "^1.1.6|^2"
},
"conflict": {
@@ -8336,16 +9153,16 @@
"symfony/config": "<5.3",
"symfony/finder": "<4.4",
"symfony/proxy-manager-bridge": "<4.4",
- "symfony/yaml": "<4.4"
+ "symfony/yaml": "<4.4.26"
},
"provide": {
"psr/container-implementation": "1.0",
"symfony/service-implementation": "1.0|2.0"
},
"require-dev": {
- "symfony/config": "^5.3",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/yaml": "^4.4|^5.0"
+ "symfony/config": "^5.3|^6.0",
+ "symfony/expression-language": "^4.4|^5.0|^6.0",
+ "symfony/yaml": "^4.4.26|^5.0|^6.0"
},
"suggest": {
"symfony/config": "",
@@ -8380,7 +9197,7 @@
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/dependency-injection/tree/v5.3.11"
+ "source": "https://github.com/symfony/dependency-injection/tree/v5.4.29"
},
"funding": [
{
@@ -8396,11 +9213,11 @@
"type": "tidelift"
}
],
- "time": "2021-11-17T12:16:12+00:00"
+ "time": "2023-09-20T06:23:43+00:00"
},
{
"name": "symfony/deprecation-contracts",
- "version": "v2.5.1",
+ "version": "v2.5.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
@@ -8447,7 +9264,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.1"
+ "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
},
"funding": [
{
@@ -8467,63 +9284,67 @@
},
{
"name": "symfony/doctrine-bridge",
- "version": "v5.1.11",
+ "version": "v5.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/doctrine-bridge.git",
- "reference": "290deda49060e6694f151ac4aa889467935ee3ea"
+ "reference": "b7cb6a9121181c725aa626fc0d5ea964fc004a3c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/290deda49060e6694f151ac4aa889467935ee3ea",
- "reference": "290deda49060e6694f151ac4aa889467935ee3ea",
+ "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/b7cb6a9121181c725aa626fc0d5ea964fc004a3c",
+ "reference": "b7cb6a9121181c725aa626fc0d5ea964fc004a3c",
"shasum": ""
},
"require": {
"doctrine/event-manager": "~1.0",
- "doctrine/persistence": "^1.3|^2",
+ "doctrine/persistence": "^2|^3",
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0",
- "symfony/polyfill-php80": "^1.15",
- "symfony/service-contracts": "^1.1|^2"
+ "symfony/polyfill-php80": "^1.16",
+ "symfony/service-contracts": "^1.1|^2|^3"
},
"conflict": {
- "phpunit/phpunit": "<5.4.3",
+ "doctrine/dbal": "<2.13.1",
+ "doctrine/lexer": "<1.1",
+ "doctrine/orm": "<2.7.4",
+ "symfony/cache": "<5.4",
"symfony/dependency-injection": "<4.4",
- "symfony/form": "<5.1",
+ "symfony/form": "<5.4.21|>=6,<6.2.7",
"symfony/http-kernel": "<5",
"symfony/messenger": "<4.4",
"symfony/property-info": "<5",
+ "symfony/proxy-manager-bridge": "<4.4.19",
"symfony/security-bundle": "<5",
- "symfony/security-core": "<5",
- "symfony/validator": "<5.0.2"
+ "symfony/security-core": "<5.3",
+ "symfony/validator": "<5.4.25|>=6,<6.2.12|>=6.3,<6.3.1"
},
"require-dev": {
- "composer/package-versions-deprecated": "^1.8",
- "doctrine/annotations": "^1.10.4",
- "doctrine/cache": "~1.6",
- "doctrine/collections": "~1.0",
+ "doctrine/annotations": "^1.10.4|^2",
+ "doctrine/collections": "^1.0|^2.0",
"doctrine/data-fixtures": "^1.1",
- "doctrine/dbal": "^2.6|^3.0",
- "doctrine/orm": "^2.6.3",
- "symfony/cache": "^5.1",
- "symfony/config": "^4.4|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/doctrine-messenger": "^5.1",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/form": "^5.1.3",
- "symfony/http-kernel": "^5.0",
- "symfony/messenger": "^4.4|^5.0",
- "symfony/property-access": "^4.4|^5.0",
- "symfony/property-info": "^5.0",
- "symfony/proxy-manager-bridge": "^4.4|^5.0",
- "symfony/security-core": "^5.0",
- "symfony/stopwatch": "^4.4|^5.0",
- "symfony/translation": "^4.4|^5.0",
- "symfony/validator": "^5.0.2",
- "symfony/var-dumper": "^4.4|^5.0"
+ "doctrine/dbal": "^2.13.1|^3|^4",
+ "doctrine/orm": "^2.7.4|^3",
+ "psr/log": "^1|^2|^3",
+ "symfony/cache": "^5.4|^6.0",
+ "symfony/config": "^4.4|^5.0|^6.0",
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
+ "symfony/doctrine-messenger": "^5.1|^6.0",
+ "symfony/expression-language": "^4.4|^5.0|^6.0",
+ "symfony/form": "^5.4.21|^6.2.7",
+ "symfony/http-kernel": "^5.0|^6.0",
+ "symfony/messenger": "^4.4|^5.0|^6.0",
+ "symfony/property-access": "^4.4|^5.0|^6.0",
+ "symfony/property-info": "^5.0|^6.0",
+ "symfony/proxy-manager-bridge": "^4.4|^5.0|^6.0",
+ "symfony/security-core": "^5.3|^6.0",
+ "symfony/stopwatch": "^4.4|^5.0|^6.0",
+ "symfony/translation": "^4.4|^5.0|^6.0",
+ "symfony/uid": "^5.1|^6.0",
+ "symfony/validator": "^5.4.25|~6.2.12|^6.3.1",
+ "symfony/var-dumper": "^4.4|^5.0|^6.0"
},
"suggest": {
"doctrine/data-fixtures": "",
@@ -8559,7 +9380,7 @@
"description": "Provides integration for Doctrine with various Symfony components",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/doctrine-bridge/tree/v5.1.11"
+ "source": "https://github.com/symfony/doctrine-bridge/tree/v5.4.30"
},
"funding": [
{
@@ -8575,28 +9396,29 @@
"type": "tidelift"
}
],
- "time": "2021-01-27T10:01:46+00:00"
+ "time": "2023-10-27T12:07:07+00:00"
},
{
"name": "symfony/dotenv",
- "version": "v5.3.6",
+ "version": "v5.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/dotenv.git",
- "reference": "b6d44663cff8c9880ee64d232870293a11e14cd6"
+ "reference": "ceed2cd28442adcf3679a9a82dacd45baeefc458"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/dotenv/zipball/b6d44663cff8c9880ee64d232870293a11e14cd6",
- "reference": "b6d44663cff8c9880ee64d232870293a11e14cd6",
+ "url": "https://api.github.com/repos/symfony/dotenv/zipball/ceed2cd28442adcf3679a9a82dacd45baeefc458",
+ "reference": "ceed2cd28442adcf3679a9a82dacd45baeefc458",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1"
+ "symfony/deprecation-contracts": "^2.1|^3"
},
"require-dev": {
- "symfony/process": "^4.4|^5.0"
+ "symfony/console": "^4.4|^5.0|^6.0",
+ "symfony/process": "^4.4|^5.0|^6.0"
},
"type": "library",
"autoload": {
@@ -8629,7 +9451,7 @@
"environment"
],
"support": {
- "source": "https://github.com/symfony/dotenv/tree/v5.3.6"
+ "source": "https://github.com/symfony/dotenv/tree/v5.4.30"
},
"funding": [
{
@@ -8645,32 +9467,35 @@
"type": "tidelift"
}
],
- "time": "2021-07-29T06:20:01+00:00"
+ "time": "2023-10-26T16:37:39+00:00"
},
{
"name": "symfony/error-handler",
- "version": "v5.3.11",
+ "version": "v5.4.29",
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
- "reference": "eec73dd7218713f48a7996583a741b3bae58c8d3"
+ "reference": "328c6fcfd2f90b64c16efaf0ea67a311d672f078"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/error-handler/zipball/eec73dd7218713f48a7996583a741b3bae58c8d3",
- "reference": "eec73dd7218713f48a7996583a741b3bae58c8d3",
+ "url": "https://api.github.com/repos/symfony/error-handler/zipball/328c6fcfd2f90b64c16efaf0ea67a311d672f078",
+ "reference": "328c6fcfd2f90b64c16efaf0ea67a311d672f078",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/log": "^1|^2|^3",
- "symfony/var-dumper": "^4.4|^5.0"
+ "symfony/var-dumper": "^4.4|^5.0|^6.0"
},
"require-dev": {
- "symfony/deprecation-contracts": "^2.1",
- "symfony/http-kernel": "^4.4|^5.0",
- "symfony/serializer": "^4.4|^5.0"
+ "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/http-kernel": "^4.4|^5.0|^6.0",
+ "symfony/serializer": "^4.4|^5.0|^6.0"
},
+ "bin": [
+ "Resources/bin/patch-type-declarations"
+ ],
"type": "library",
"autoload": {
"psr-4": {
@@ -8697,7 +9522,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/v5.3.11"
+ "source": "https://github.com/symfony/error-handler/tree/v5.4.29"
},
"funding": [
{
@@ -8713,26 +9538,26 @@
"type": "tidelift"
}
],
- "time": "2021-11-13T13:42:37+00:00"
+ "time": "2023-09-06T21:54:06+00:00"
},
{
"name": "symfony/event-dispatcher",
- "version": "v5.3.11",
+ "version": "v5.4.26",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
- "reference": "661a7a6e085394f8513945669e31f7c1338a7e69"
+ "reference": "5dcc00e03413f05c1e7900090927bb7247cb0aac"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/661a7a6e085394f8513945669e31f7c1338a7e69",
- "reference": "661a7a6e085394f8513945669e31f7c1338a7e69",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/5dcc00e03413f05c1e7900090927bb7247cb0aac",
+ "reference": "5dcc00e03413f05c1e7900090927bb7247cb0aac",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/event-dispatcher-contracts": "^2",
+ "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/event-dispatcher-contracts": "^2|^3",
"symfony/polyfill-php80": "^1.16"
},
"conflict": {
@@ -8744,13 +9569,13 @@
},
"require-dev": {
"psr/log": "^1|^2|^3",
- "symfony/config": "^4.4|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/error-handler": "^4.4|^5.0",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/http-foundation": "^4.4|^5.0",
- "symfony/service-contracts": "^1.1|^2",
- "symfony/stopwatch": "^4.4|^5.0"
+ "symfony/config": "^4.4|^5.0|^6.0",
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
+ "symfony/error-handler": "^4.4|^5.0|^6.0",
+ "symfony/expression-language": "^4.4|^5.0|^6.0",
+ "symfony/http-foundation": "^4.4|^5.0|^6.0",
+ "symfony/service-contracts": "^1.1|^2|^3",
+ "symfony/stopwatch": "^4.4|^5.0|^6.0"
},
"suggest": {
"symfony/dependency-injection": "",
@@ -8782,7 +9607,7 @@
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/event-dispatcher/tree/v5.3.11"
+ "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.26"
},
"funding": [
{
@@ -8798,33 +9623,30 @@
"type": "tidelift"
}
],
- "time": "2021-11-17T12:16:12+00:00"
+ "time": "2023-07-06T06:34:20+00:00"
},
{
"name": "symfony/event-dispatcher-contracts",
- "version": "v2.5.0",
+ "version": "v3.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
- "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a"
+ "reference": "a76aed96a42d2b521153fb382d418e30d18b59df"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/66bea3b09be61613cd3b4043a65a8ec48cfa6d2a",
- "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df",
+ "reference": "a76aed96a42d2b521153fb382d418e30d18b59df",
"shasum": ""
},
"require": {
- "php": ">=7.2.5",
+ "php": ">=8.1",
"psr/event-dispatcher": "^1"
},
- "suggest": {
- "symfony/event-dispatcher-implementation": ""
- },
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "2.5-dev"
+ "dev-main": "3.4-dev"
},
"thanks": {
"name": "symfony/contracts",
@@ -8861,7 +9683,7 @@
"standards"
],
"support": {
- "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.0"
+ "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.3.0"
},
"funding": [
{
@@ -8877,27 +9699,26 @@
"type": "tidelift"
}
],
- "time": "2021-07-12T14:48:14+00:00"
+ "time": "2023-05-23T14:45:45+00:00"
},
{
"name": "symfony/expression-language",
- "version": "v5.3.4",
+ "version": "v5.4.21",
"source": {
"type": "git",
"url": "https://github.com/symfony/expression-language.git",
- "reference": "d4367d36217dd395b10f61649a6bf2c1367140d8"
+ "reference": "501589522b844b8eecf012c133f0404f0eef77ac"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/expression-language/zipball/d4367d36217dd395b10f61649a6bf2c1367140d8",
- "reference": "d4367d36217dd395b10f61649a6bf2c1367140d8",
+ "url": "https://api.github.com/repos/symfony/expression-language/zipball/501589522b844b8eecf012c133f0404f0eef77ac",
+ "reference": "501589522b844b8eecf012c133f0404f0eef77ac",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/cache": "^4.4|^5.0",
- "symfony/polyfill-php80": "^1.16",
- "symfony/service-contracts": "^1.1|^2"
+ "symfony/cache": "^4.4|^5.0|^6.0",
+ "symfony/service-contracts": "^1.1|^2|^3"
},
"type": "library",
"autoload": {
@@ -8925,7 +9746,7 @@
"description": "Provides an engine that can compile and evaluate expressions",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/expression-language/tree/v5.3.4"
+ "source": "https://github.com/symfony/expression-language/tree/v5.4.21"
},
"funding": [
{
@@ -8941,25 +9762,26 @@
"type": "tidelift"
}
],
- "time": "2021-07-21T12:38:00+00:00"
+ "time": "2023-02-14T08:03:56+00:00"
},
{
"name": "symfony/filesystem",
- "version": "v5.3.4",
+ "version": "v5.4.25",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
- "reference": "343f4fe324383ca46792cae728a3b6e2f708fb32"
+ "reference": "0ce3a62c9579a53358d3a7eb6b3dfb79789a6364"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/343f4fe324383ca46792cae728a3b6e2f708fb32",
- "reference": "343f4fe324383ca46792cae728a3b6e2f708fb32",
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/0ce3a62c9579a53358d3a7eb6b3dfb79789a6364",
+ "reference": "0ce3a62c9579a53358d3a7eb6b3dfb79789a6364",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-ctype": "~1.8",
+ "symfony/polyfill-mbstring": "~1.8",
"symfony/polyfill-php80": "^1.16"
},
"type": "library",
@@ -8988,7 +9810,7 @@
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/filesystem/tree/v5.3.4"
+ "source": "https://github.com/symfony/filesystem/tree/v5.4.25"
},
"funding": [
{
@@ -9004,24 +9826,25 @@
"type": "tidelift"
}
],
- "time": "2021-07-21T12:40:44+00:00"
+ "time": "2023-05-31T13:04:02+00:00"
},
{
"name": "symfony/finder",
- "version": "v5.3.7",
+ "version": "v5.4.27",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
- "reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93"
+ "reference": "ff4bce3c33451e7ec778070e45bd23f74214cd5d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/finder/zipball/a10000ada1e600d109a6c7632e9ac42e8bf2fb93",
- "reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93",
+ "url": "https://api.github.com/repos/symfony/finder/zipball/ff4bce3c33451e7ec778070e45bd23f74214cd5d",
+ "reference": "ff4bce3c33451e7ec778070e45bd23f74214cd5d",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php80": "^1.16"
},
"type": "library",
@@ -9050,7 +9873,7 @@
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/finder/tree/v5.3.7"
+ "source": "https://github.com/symfony/finder/tree/v5.4.27"
},
"funding": [
{
@@ -9066,38 +9889,35 @@
"type": "tidelift"
}
],
- "time": "2021-08-04T21:20:46+00:00"
+ "time": "2023-07-31T08:02:31+00:00"
},
{
"name": "symfony/flex",
- "version": "v1.13.3",
+ "version": "v2.4.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/flex.git",
- "reference": "2597d0dda8042c43eed44a9cd07236b897e427d7"
+ "reference": "46bebc3d097d1bb1dce04c5ba83658afd79988f9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/flex/zipball/2597d0dda8042c43eed44a9cd07236b897e427d7",
- "reference": "2597d0dda8042c43eed44a9cd07236b897e427d7",
+ "url": "https://api.github.com/repos/symfony/flex/zipball/46bebc3d097d1bb1dce04c5ba83658afd79988f9",
+ "reference": "46bebc3d097d1bb1dce04c5ba83658afd79988f9",
"shasum": ""
},
"require": {
- "composer-plugin-api": "^1.0|^2.0",
- "php": ">=7.1"
+ "composer-plugin-api": "^2.1",
+ "php": ">=8.0"
},
"require-dev": {
- "composer/composer": "^1.0.2|^2.0",
- "symfony/dotenv": "^4.4|^5.0",
- "symfony/filesystem": "^4.4|^5.0",
- "symfony/phpunit-bridge": "^4.4|^5.0",
- "symfony/process": "^3.4|^4.4|^5.0"
+ "composer/composer": "^2.1",
+ "symfony/dotenv": "^5.4|^6.0",
+ "symfony/filesystem": "^5.4|^6.0",
+ "symfony/phpunit-bridge": "^5.4|^6.0",
+ "symfony/process": "^5.4|^6.0"
},
"type": "composer-plugin",
"extra": {
- "branch-alias": {
- "dev-main": "1.13-dev"
- },
"class": "Symfony\\Flex\\Flex"
},
"autoload": {
@@ -9118,7 +9938,7 @@
"description": "Composer plugin for Symfony",
"support": {
"issues": "https://github.com/symfony/flex/issues",
- "source": "https://github.com/symfony/flex/tree/v1.13.3"
+ "source": "https://github.com/symfony/flex/tree/v2.4.0"
},
"funding": [
{
@@ -9134,60 +9954,60 @@
"type": "tidelift"
}
],
- "time": "2021-05-19T07:19:15+00:00"
+ "time": "2023-10-22T18:05:25+00:00"
},
{
"name": "symfony/form",
- "version": "v5.3.4",
+ "version": "v5.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/form.git",
- "reference": "7d3ece4f98a1d4f7fea4331982ff210dd08bb2f9"
+ "reference": "8768ad112f28278c8386bb7fcbb261e0078a9a13"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/form/zipball/7d3ece4f98a1d4f7fea4331982ff210dd08bb2f9",
- "reference": "7d3ece4f98a1d4f7fea4331982ff210dd08bb2f9",
+ "url": "https://api.github.com/repos/symfony/form/zipball/8768ad112f28278c8386bb7fcbb261e0078a9a13",
+ "reference": "8768ad112f28278c8386bb7fcbb261e0078a9a13",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/event-dispatcher": "^4.4|^5.0",
- "symfony/options-resolver": "^5.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
+ "symfony/options-resolver": "^5.1|^6.0",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-icu": "^1.21",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.16",
- "symfony/property-access": "^5.0.8",
- "symfony/service-contracts": "^1.1|^2"
+ "symfony/polyfill-php81": "^1.23",
+ "symfony/property-access": "^5.0.8|^6.0",
+ "symfony/service-contracts": "^1.1|^2|^3"
},
"conflict": {
- "phpunit/phpunit": "<5.4.3",
"symfony/console": "<4.4",
"symfony/dependency-injection": "<4.4",
- "symfony/doctrine-bridge": "<4.4",
+ "symfony/doctrine-bridge": "<5.4.21|>=6,<6.2.7",
"symfony/error-handler": "<4.4.5",
"symfony/framework-bundle": "<4.4",
"symfony/http-kernel": "<4.4",
"symfony/translation": "<4.4",
"symfony/translation-contracts": "<1.1.7",
- "symfony/twig-bridge": "<4.4"
- },
- "require-dev": {
- "doctrine/collections": "~1.0",
- "symfony/config": "^4.4|^5.0",
- "symfony/console": "^4.4|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/http-foundation": "^4.4|^5.0",
- "symfony/http-kernel": "^4.4|^5.0",
- "symfony/intl": "^4.4|^5.0",
- "symfony/security-csrf": "^4.4|^5.0",
- "symfony/translation": "^4.4|^5.0",
- "symfony/uid": "^5.1",
- "symfony/validator": "^4.4.17|^5.1.9",
- "symfony/var-dumper": "^4.4|^5.0"
+ "symfony/twig-bridge": "<5.4.21|>=6,<6.2.7"
+ },
+ "require-dev": {
+ "doctrine/collections": "^1.0|^2.0",
+ "symfony/config": "^4.4|^5.0|^6.0",
+ "symfony/console": "^5.4|^6.0",
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
+ "symfony/expression-language": "^4.4|^5.0|^6.0",
+ "symfony/http-foundation": "^4.4|^5.0|^6.0",
+ "symfony/http-kernel": "^4.4|^5.0|^6.0",
+ "symfony/intl": "^4.4|^5.0|^6.0",
+ "symfony/security-csrf": "^4.4|^5.0|^6.0",
+ "symfony/translation": "^4.4|^5.0|^6.0",
+ "symfony/uid": "^5.1|^6.0",
+ "symfony/validator": "^4.4.17|^5.1.9|^6.0",
+ "symfony/var-dumper": "^4.4|^5.0|^6.0"
},
"suggest": {
"symfony/security-csrf": "For protecting forms against CSRF attacks.",
@@ -9220,7 +10040,7 @@
"description": "Allows to easily create, process and reuse HTML forms",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/form/tree/v5.3.4"
+ "source": "https://github.com/symfony/form/tree/v5.4.30"
},
"funding": [
{
@@ -9236,46 +10056,47 @@
"type": "tidelift"
}
],
- "time": "2021-07-23T15:55:36+00:00"
+ "time": "2023-10-28T16:24:15+00:00"
},
{
"name": "symfony/framework-bundle",
- "version": "v5.3.4",
+ "version": "v5.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/framework-bundle.git",
- "reference": "2c5ed14a5992a2d04dfdb238a5f9589bab0a68d8"
+ "reference": "896ce662696a89e44ea38972df5e6263ddd02c74"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/2c5ed14a5992a2d04dfdb238a5f9589bab0a68d8",
- "reference": "2c5ed14a5992a2d04dfdb238a5f9589bab0a68d8",
+ "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/896ce662696a89e44ea38972df5e6263ddd02c74",
+ "reference": "896ce662696a89e44ea38972df5e6263ddd02c74",
"shasum": ""
},
"require": {
"ext-xml": "*",
"php": ">=7.2.5",
- "symfony/cache": "^5.2",
- "symfony/config": "^5.3",
- "symfony/dependency-injection": "^5.3",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/error-handler": "^4.4.1|^5.0.1",
- "symfony/event-dispatcher": "^5.1",
- "symfony/filesystem": "^4.4|^5.0",
- "symfony/finder": "^4.4|^5.0",
- "symfony/http-foundation": "^5.3",
- "symfony/http-kernel": "^5.3",
+ "symfony/cache": "^5.2|^6.0",
+ "symfony/config": "^5.3|^6.0",
+ "symfony/dependency-injection": "^5.4.5|^6.0.5",
+ "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/error-handler": "^4.4.1|^5.0.1|^6.0",
+ "symfony/event-dispatcher": "^5.1|^6.0",
+ "symfony/filesystem": "^4.4|^5.0|^6.0",
+ "symfony/finder": "^4.4|^5.0|^6.0",
+ "symfony/http-foundation": "^5.4.24|^6.2.11",
+ "symfony/http-kernel": "^5.4|^6.0",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.16",
- "symfony/routing": "^5.3"
+ "symfony/polyfill-php81": "^1.22",
+ "symfony/routing": "^5.3|^6.0"
},
"conflict": {
+ "doctrine/annotations": "<1.13.1",
+ "doctrine/cache": "<1.11",
"doctrine/persistence": "<1.3",
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
- "phpunit/phpunit": "<5.4.3",
"symfony/asset": "<5.3",
- "symfony/browser-kit": "<4.4",
"symfony/console": "<5.2.5",
"symfony/dom-crawler": "<4.4",
"symfony/dotenv": "<5.1",
@@ -9283,56 +10104,54 @@
"symfony/http-client": "<4.4",
"symfony/lock": "<4.4",
"symfony/mailer": "<5.2",
- "symfony/messenger": "<4.4",
+ "symfony/messenger": "<5.4",
"symfony/mime": "<4.4",
"symfony/property-access": "<5.3",
"symfony/property-info": "<4.4",
- "symfony/security-core": "<5.3",
"symfony/security-csrf": "<5.3",
"symfony/serializer": "<5.2",
+ "symfony/service-contracts": ">=3.0",
"symfony/stopwatch": "<4.4",
"symfony/translation": "<5.3",
"symfony/twig-bridge": "<4.4",
"symfony/twig-bundle": "<4.4",
- "symfony/validator": "<5.2",
+ "symfony/validator": "<5.3.11",
"symfony/web-profiler-bundle": "<4.4",
"symfony/workflow": "<5.2"
},
"require-dev": {
- "doctrine/annotations": "^1.10.4",
- "doctrine/cache": "^1.0|^2.0",
- "doctrine/persistence": "^1.3|^2.0",
- "paragonie/sodium_compat": "^1.8",
+ "doctrine/annotations": "^1.13.1|^2",
+ "doctrine/cache": "^1.11|^2.0",
+ "doctrine/persistence": "^1.3|^2|^3",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
- "symfony/asset": "^5.3",
- "symfony/browser-kit": "^4.4|^5.0",
- "symfony/console": "^5.2",
- "symfony/css-selector": "^4.4|^5.0",
- "symfony/dom-crawler": "^4.4|^5.0",
- "symfony/dotenv": "^5.1",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/form": "^5.2",
- "symfony/http-client": "^4.4|^5.0",
- "symfony/lock": "^4.4|^5.0",
- "symfony/mailer": "^5.2",
- "symfony/messenger": "^5.2",
- "symfony/mime": "^4.4|^5.0",
- "symfony/notifier": "^5.3",
- "symfony/phpunit-bridge": "^5.3",
+ "symfony/asset": "^5.3|^6.0",
+ "symfony/browser-kit": "^5.4|^6.0",
+ "symfony/console": "^5.4.9|^6.0.9",
+ "symfony/css-selector": "^4.4|^5.0|^6.0",
+ "symfony/dom-crawler": "^4.4.30|^5.3.7|^6.0",
+ "symfony/dotenv": "^5.1|^6.0",
+ "symfony/expression-language": "^4.4|^5.0|^6.0",
+ "symfony/form": "^5.2|^6.0",
+ "symfony/http-client": "^4.4|^5.0|^6.0",
+ "symfony/lock": "^4.4|^5.0|^6.0",
+ "symfony/mailer": "^5.2|^6.0",
+ "symfony/messenger": "^5.4|^6.0",
+ "symfony/mime": "^4.4|^5.0|^6.0",
+ "symfony/notifier": "^5.4|^6.0",
"symfony/polyfill-intl-icu": "~1.0",
- "symfony/process": "^4.4|^5.0",
- "symfony/property-info": "^4.4|^5.0",
- "symfony/rate-limiter": "^5.2",
- "symfony/security-bundle": "^5.3",
- "symfony/serializer": "^5.2",
- "symfony/stopwatch": "^4.4|^5.0",
- "symfony/string": "^5.0",
- "symfony/translation": "^5.3",
- "symfony/twig-bundle": "^4.4|^5.0",
- "symfony/validator": "^5.2",
- "symfony/web-link": "^4.4|^5.0",
- "symfony/workflow": "^5.2",
- "symfony/yaml": "^4.4|^5.0",
+ "symfony/process": "^4.4|^5.0|^6.0",
+ "symfony/property-info": "^4.4|^5.0|^6.0",
+ "symfony/rate-limiter": "^5.2|^6.0",
+ "symfony/security-bundle": "^5.4|^6.0",
+ "symfony/serializer": "^5.4|^6.0",
+ "symfony/stopwatch": "^4.4|^5.0|^6.0",
+ "symfony/string": "^5.0|^6.0",
+ "symfony/translation": "^5.3|^6.0",
+ "symfony/twig-bundle": "^4.4|^5.0|^6.0",
+ "symfony/validator": "^5.3.11|^6.0",
+ "symfony/web-link": "^4.4|^5.0|^6.0",
+ "symfony/workflow": "^5.2|^6.0",
+ "symfony/yaml": "^4.4|^5.0|^6.0",
"twig/twig": "^2.10|^3.0"
},
"suggest": {
@@ -9371,7 +10190,7 @@
"description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/framework-bundle/tree/v5.3.4"
+ "source": "https://github.com/symfony/framework-bundle/tree/v5.4.30"
},
"funding": [
{
@@ -9387,30 +10206,30 @@
"type": "tidelift"
}
],
- "time": "2021-07-25T09:39:16+00:00"
+ "time": "2023-10-26T16:43:35+00:00"
},
{
"name": "symfony/http-client",
- "version": "v5.3.4",
+ "version": "v5.4.29",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
- "reference": "67c177d4df8601d9a71f9d615c52171c98d22d74"
+ "reference": "04784c66cbee613a827363ee1e65db65392893c1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-client/zipball/67c177d4df8601d9a71f9d615c52171c98d22d74",
- "reference": "67c177d4df8601d9a71f9d615c52171c98d22d74",
+ "url": "https://api.github.com/repos/symfony/http-client/zipball/04784c66cbee613a827363ee1e65db65392893c1",
+ "reference": "04784c66cbee613a827363ee1e65db65392893c1",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/log": "^1|^2|^3",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/http-client-contracts": "^2.4",
"symfony/polyfill-php73": "^1.11",
"symfony/polyfill-php80": "^1.16",
- "symfony/service-contracts": "^1.0|^2"
+ "symfony/service-contracts": "^1.0|^2|^3"
},
"provide": {
"php-http/async-client-implementation": "*",
@@ -9426,11 +10245,12 @@
"guzzlehttp/promises": "^1.4",
"nyholm/psr7": "^1.0",
"php-http/httplug": "^1.0|^2.0",
+ "php-http/message-factory": "^1.0",
"psr/http-client": "^1.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/http-kernel": "^4.4.13|^5.1.5",
- "symfony/process": "^4.4|^5.0",
- "symfony/stopwatch": "^4.4|^5.0"
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
+ "symfony/http-kernel": "^4.4.13|^5.1.5|^6.0",
+ "symfony/process": "^4.4|^5.0|^6.0",
+ "symfony/stopwatch": "^4.4|^5.0|^6.0"
},
"type": "library",
"autoload": {
@@ -9457,8 +10277,11 @@
],
"description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
"homepage": "https://symfony.com",
+ "keywords": [
+ "http"
+ ],
"support": {
- "source": "https://github.com/symfony/http-client/tree/v5.3.4"
+ "source": "https://github.com/symfony/http-client/tree/v5.4.29"
},
"funding": [
{
@@ -9474,20 +10297,20 @@
"type": "tidelift"
}
],
- "time": "2021-07-23T15:55:36+00:00"
+ "time": "2023-09-14T20:49:15+00:00"
},
{
"name": "symfony/http-client-contracts",
- "version": "v2.5.0",
+ "version": "v2.5.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client-contracts.git",
- "reference": "ec82e57b5b714dbb69300d348bd840b345e24166"
+ "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ec82e57b5b714dbb69300d348bd840b345e24166",
- "reference": "ec82e57b5b714dbb69300d348bd840b345e24166",
+ "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70",
+ "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70",
"shasum": ""
},
"require": {
@@ -9536,7 +10359,7 @@
"standards"
],
"support": {
- "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.0"
+ "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.2"
},
"funding": [
{
@@ -9552,33 +10375,36 @@
"type": "tidelift"
}
],
- "time": "2021-11-03T09:24:47+00:00"
+ "time": "2022-04-12T15:48:08+00:00"
},
{
"name": "symfony/http-foundation",
- "version": "v5.3.11",
+ "version": "v5.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
- "reference": "d1e7059ebeb0b8f9fe5eb5b26eacd2e3c1f371cc"
+ "reference": "671769f79de0532da1478c60968b42506e185d2e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-foundation/zipball/d1e7059ebeb0b8f9fe5eb5b26eacd2e3c1f371cc",
- "reference": "d1e7059ebeb0b8f9fe5eb5b26eacd2e3c1f371cc",
+ "url": "https://api.github.com/repos/symfony/http-foundation/zipball/671769f79de0532da1478c60968b42506e185d2e",
+ "reference": "671769f79de0532da1478c60968b42506e185d2e",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-mbstring": "~1.1",
"symfony/polyfill-php80": "^1.16"
},
"require-dev": {
"predis/predis": "~1.0",
- "symfony/cache": "^4.4|^5.0",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/mime": "^4.4|^5.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"
@@ -9609,7 +10435,7 @@
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/http-foundation/tree/v5.3.11"
+ "source": "https://github.com/symfony/http-foundation/tree/v5.4.30"
},
"funding": [
{
@@ -9625,36 +10451,35 @@
"type": "tidelift"
}
],
- "time": "2021-11-04T16:37:19+00:00"
+ "time": "2023-10-28T23:35:12+00:00"
},
{
"name": "symfony/http-kernel",
- "version": "v5.3.12",
+ "version": "v5.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
- "reference": "f53025cd1d91b1af85d6d9e17eefa98e31ee953b"
+ "reference": "16b9b36f81631155546d9f05271dd027c83c3dd4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-kernel/zipball/f53025cd1d91b1af85d6d9e17eefa98e31ee953b",
- "reference": "f53025cd1d91b1af85d6d9e17eefa98e31ee953b",
+ "url": "https://api.github.com/repos/symfony/http-kernel/zipball/16b9b36f81631155546d9f05271dd027c83c3dd4",
+ "reference": "16b9b36f81631155546d9f05271dd027c83c3dd4",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/log": "^1|^2",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/error-handler": "^4.4|^5.0",
- "symfony/event-dispatcher": "^5.0",
- "symfony/http-client-contracts": "^1.1|^2",
- "symfony/http-foundation": "^5.3.7",
+ "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/error-handler": "^4.4|^5.0|^6.0",
+ "symfony/event-dispatcher": "^5.0|^6.0",
+ "symfony/http-foundation": "^5.4.21|^6.2.7",
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-php73": "^1.9",
"symfony/polyfill-php80": "^1.16"
},
"conflict": {
- "symfony/browser-kit": "<4.4",
+ "symfony/browser-kit": "<5.4",
"symfony/cache": "<5.0",
"symfony/config": "<5.0",
"symfony/console": "<4.4",
@@ -9674,19 +10499,20 @@
},
"require-dev": {
"psr/cache": "^1.0|^2.0|^3.0",
- "symfony/browser-kit": "^4.4|^5.0",
- "symfony/config": "^5.0",
- "symfony/console": "^4.4|^5.0",
- "symfony/css-selector": "^4.4|^5.0",
- "symfony/dependency-injection": "^5.3",
- "symfony/dom-crawler": "^4.4|^5.0",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/finder": "^4.4|^5.0",
- "symfony/process": "^4.4|^5.0",
- "symfony/routing": "^4.4|^5.0",
- "symfony/stopwatch": "^4.4|^5.0",
- "symfony/translation": "^4.4|^5.0",
- "symfony/translation-contracts": "^1.1|^2",
+ "symfony/browser-kit": "^5.4|^6.0",
+ "symfony/config": "^5.0|^6.0",
+ "symfony/console": "^4.4|^5.0|^6.0",
+ "symfony/css-selector": "^4.4|^5.0|^6.0",
+ "symfony/dependency-injection": "^5.3|^6.0",
+ "symfony/dom-crawler": "^4.4|^5.0|^6.0",
+ "symfony/expression-language": "^4.4|^5.0|^6.0",
+ "symfony/finder": "^4.4|^5.0|^6.0",
+ "symfony/http-client-contracts": "^1.1|^2|^3",
+ "symfony/process": "^4.4|^5.0|^6.0",
+ "symfony/routing": "^4.4|^5.0|^6.0",
+ "symfony/stopwatch": "^4.4|^5.0|^6.0",
+ "symfony/translation": "^4.4|^5.0|^6.0",
+ "symfony/translation-contracts": "^1.1|^2|^3",
"twig/twig": "^2.13|^3.0.4"
},
"suggest": {
@@ -9721,7 +10547,7 @@
"description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/http-kernel/tree/v5.3.12"
+ "source": "https://github.com/symfony/http-kernel/tree/v5.4.30"
},
"funding": [
{
@@ -9737,41 +10563,42 @@
"type": "tidelift"
}
],
- "time": "2021-11-24T08:46:46+00:00"
+ "time": "2023-10-29T00:07:40+00:00"
},
{
"name": "symfony/intl",
- "version": "v5.3.4",
+ "version": "v5.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/intl.git",
- "reference": "f1d1420771b3a94fcf2fda06728c61eba5de4b90"
+ "reference": "cd6cce16151ac871071a3495e7a325460b952b5a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/intl/zipball/f1d1420771b3a94fcf2fda06728c61eba5de4b90",
- "reference": "f1d1420771b3a94fcf2fda06728c61eba5de4b90",
+ "url": "https://api.github.com/repos/symfony/intl/zipball/cd6cce16151ac871071a3495e7a325460b952b5a",
+ "reference": "cd6cce16151ac871071a3495e7a325460b952b5a",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php80": "^1.16"
},
"require-dev": {
- "symfony/filesystem": "^4.4|^5.0"
+ "symfony/filesystem": "^4.4|^5.0|^6.0",
+ "symfony/var-exporter": "^5.4|^6.0"
},
"type": "library",
"autoload": {
+ "files": [
+ "Resources/functions.php"
+ ],
"psr-4": {
"Symfony\\Component\\Intl\\": ""
},
"classmap": [
"Resources/stubs"
],
- "files": [
- "Resources/functions.php"
- ],
"exclude-from-classmap": [
"/Tests/"
]
@@ -9809,7 +10636,7 @@
"localization"
],
"support": {
- "source": "https://github.com/symfony/intl/tree/v5.3.4"
+ "source": "https://github.com/symfony/intl/tree/v5.4.30"
},
"funding": [
{
@@ -9825,38 +10652,39 @@
"type": "tidelift"
}
],
- "time": "2021-07-23T15:55:36+00:00"
+ "time": "2023-10-28T09:19:54+00:00"
},
{
"name": "symfony/mailer",
- "version": "v5.3.4",
+ "version": "v5.4.22",
"source": {
"type": "git",
"url": "https://github.com/symfony/mailer.git",
- "reference": "c1f83da2296741110be35dd779f2a9e412cec466"
+ "reference": "6330cd465dfd8b7a07515757a1c37069075f7b0b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/mailer/zipball/c1f83da2296741110be35dd779f2a9e412cec466",
- "reference": "c1f83da2296741110be35dd779f2a9e412cec466",
+ "url": "https://api.github.com/repos/symfony/mailer/zipball/6330cd465dfd8b7a07515757a1c37069075f7b0b",
+ "reference": "6330cd465dfd8b7a07515757a1c37069075f7b0b",
"shasum": ""
},
"require": {
- "egulias/email-validator": "^2.1.10|^3",
+ "egulias/email-validator": "^2.1.10|^3|^4",
"php": ">=7.2.5",
+ "psr/event-dispatcher": "^1",
"psr/log": "^1|^2|^3",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/event-dispatcher": "^4.4|^5.0",
- "symfony/mime": "^5.2.6",
+ "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
+ "symfony/mime": "^5.2.6|^6.0",
"symfony/polyfill-php80": "^1.16",
- "symfony/service-contracts": "^1.1|^2"
+ "symfony/service-contracts": "^1.1|^2|^3"
},
"conflict": {
"symfony/http-kernel": "<4.4"
},
"require-dev": {
- "symfony/http-client-contracts": "^1.1|^2",
- "symfony/messenger": "^4.4|^5.0"
+ "symfony/http-client": "^4.4|^5.0|^6.0",
+ "symfony/messenger": "^4.4|^5.0|^6.0"
},
"type": "library",
"autoload": {
@@ -9884,95 +10712,7 @@
"description": "Helps sending emails",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/mailer/tree/v5.3.4"
- },
- "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": "2021-07-23T15:55:36+00:00"
- },
- {
- "name": "symfony/maker-bundle",
- "version": "v1.33.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/maker-bundle.git",
- "reference": "f093d906c667cba7e3f74487d9e5e55aaf25a031"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/f093d906c667cba7e3f74487d9e5e55aaf25a031",
- "reference": "f093d906c667cba7e3f74487d9e5e55aaf25a031",
- "shasum": ""
- },
- "require": {
- "doctrine/inflector": "^1.2|^2.0",
- "nikic/php-parser": "^4.0",
- "php": ">=7.1.3",
- "symfony/config": "^4.0|^5.0",
- "symfony/console": "^4.0|^5.0",
- "symfony/dependency-injection": "^4.0|^5.0",
- "symfony/deprecation-contracts": "^2.2",
- "symfony/filesystem": "^4.0|^5.0",
- "symfony/finder": "^4.0|^5.0",
- "symfony/framework-bundle": "^4.0|^5.0",
- "symfony/http-kernel": "^4.0|^5.0"
- },
- "require-dev": {
- "composer/semver": "^3.0@dev",
- "doctrine/doctrine-bundle": "^1.8|^2.0",
- "doctrine/orm": "^2.3",
- "friendsofphp/php-cs-fixer": "^3.0",
- "friendsoftwig/twigcs": "^4.1.0|^5.0.0",
- "symfony/http-client": "^4.3|^5.0",
- "symfony/phpunit-bridge": "^4.3|^5.0",
- "symfony/process": "^4.0|^5.0",
- "symfony/security-core": "^4.0|^5.0",
- "symfony/yaml": "^4.0|^5.0"
- },
- "type": "symfony-bundle",
- "extra": {
- "branch-alias": {
- "dev-main": "1.0-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Bundle\\MakerBundle\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
- "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
- "keywords": [
- "code generator",
- "generator",
- "scaffold",
- "scaffolding"
- ],
- "support": {
- "issues": "https://github.com/symfony/maker-bundle/issues",
- "source": "https://github.com/symfony/maker-bundle/tree/v1.33.0"
+ "source": "https://github.com/symfony/mailer/tree/v5.4.22"
},
"funding": [
{
@@ -9988,25 +10728,25 @@
"type": "tidelift"
}
],
- "time": "2021-07-01T00:28:30+00:00"
+ "time": "2023-03-10T10:15:32+00:00"
},
{
"name": "symfony/mime",
- "version": "v5.3.11",
+ "version": "v5.4.26",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
- "reference": "dffc0684f10526db12c52fcd6238c64695426d61"
+ "reference": "2ea06dfeee20000a319d8407cea1d47533d5a9d2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/mime/zipball/dffc0684f10526db12c52fcd6238c64695426d61",
- "reference": "dffc0684f10526db12c52fcd6238c64695426d61",
+ "url": "https://api.github.com/repos/symfony/mime/zipball/2ea06dfeee20000a319d8407cea1d47533d5a9d2",
+ "reference": "2ea06dfeee20000a319d8407cea1d47533d5a9d2",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0",
"symfony/polyfill-php80": "^1.16"
@@ -10015,15 +10755,16 @@
"egulias/email-validator": "~3.0.0",
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
- "symfony/mailer": "<4.4"
+ "symfony/mailer": "<4.4",
+ "symfony/serializer": "<5.4.26|>=6,<6.2.13|>=6.3,<6.3.2"
},
"require-dev": {
- "egulias/email-validator": "^2.1.10|^3.1",
+ "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",
- "symfony/property-access": "^4.4|^5.1",
- "symfony/property-info": "^4.4|^5.1",
- "symfony/serializer": "^5.2"
+ "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.26|~6.2.13|^6.3.2"
},
"type": "library",
"autoload": {
@@ -10055,7 +10796,7 @@
"mime-type"
],
"support": {
- "source": "https://github.com/symfony/mime/tree/v5.3.11"
+ "source": "https://github.com/symfony/mime/tree/v5.4.26"
},
"funding": [
{
@@ -10071,42 +10812,42 @@
"type": "tidelift"
}
],
- "time": "2021-11-20T16:42:42+00:00"
+ "time": "2023-07-27T06:29:31+00:00"
},
{
"name": "symfony/monolog-bridge",
- "version": "v5.3.4",
+ "version": "v5.4.22",
"source": {
"type": "git",
"url": "https://github.com/symfony/monolog-bridge.git",
- "reference": "a0d881165b902a04f41e873426aa52a068064ac4"
+ "reference": "34be6f0695e4187dbb832a05905fb4c6581ac39a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/a0d881165b902a04f41e873426aa52a068064ac4",
- "reference": "a0d881165b902a04f41e873426aa52a068064ac4",
+ "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/34be6f0695e4187dbb832a05905fb4c6581ac39a",
+ "reference": "34be6f0695e4187dbb832a05905fb4c6581ac39a",
"shasum": ""
},
"require": {
"monolog/monolog": "^1.25.1|^2",
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/http-kernel": "^5.3",
+ "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/http-kernel": "^5.3|^6.0",
"symfony/polyfill-php80": "^1.16",
- "symfony/service-contracts": "^1.1|^2"
+ "symfony/service-contracts": "^1.1|^2|^3"
},
"conflict": {
"symfony/console": "<4.4",
"symfony/http-foundation": "<5.3"
},
"require-dev": {
- "symfony/console": "^4.4|^5.0",
- "symfony/http-client": "^4.4|^5.0",
- "symfony/mailer": "^4.4|^5.0",
- "symfony/messenger": "^4.4|^5.0",
- "symfony/mime": "^4.4|^5.0",
- "symfony/security-core": "^4.4|^5.0",
- "symfony/var-dumper": "^4.4|^5.0"
+ "symfony/console": "^4.4|^5.0|^6.0",
+ "symfony/http-client": "^4.4|^5.0|^6.0",
+ "symfony/mailer": "^4.4|^5.0|^6.0",
+ "symfony/messenger": "^4.4|^5.0|^6.0",
+ "symfony/mime": "^4.4|^5.0|^6.0",
+ "symfony/security-core": "^4.4|^5.0|^6.0",
+ "symfony/var-dumper": "^4.4|^5.0|^6.0"
},
"suggest": {
"symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings.",
@@ -10139,7 +10880,7 @@
"description": "Provides integration for Monolog with various Symfony components",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/monolog-bridge/tree/v5.3.4"
+ "source": "https://github.com/symfony/monolog-bridge/tree/v5.4.22"
},
"funding": [
{
@@ -10155,34 +10896,34 @@
"type": "tidelift"
}
],
- "time": "2021-07-23T15:55:36+00:00"
+ "time": "2023-03-06T21:29:33+00:00"
},
{
"name": "symfony/monolog-bundle",
- "version": "v3.7.0",
+ "version": "v3.8.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/monolog-bundle.git",
- "reference": "4054b2e940a25195ae15f0a49ab0c51718922eb4"
+ "reference": "a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/4054b2e940a25195ae15f0a49ab0c51718922eb4",
- "reference": "4054b2e940a25195ae15f0a49ab0c51718922eb4",
+ "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d",
+ "reference": "a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d",
"shasum": ""
},
"require": {
- "monolog/monolog": "~1.22 || ~2.0",
+ "monolog/monolog": "^1.22 || ^2.0 || ^3.0",
"php": ">=7.1.3",
- "symfony/config": "~4.4 || ^5.0",
- "symfony/dependency-injection": "^4.4 || ^5.0",
- "symfony/http-kernel": "~4.4 || ^5.0",
- "symfony/monolog-bridge": "~4.4 || ^5.0"
+ "symfony/config": "~4.4 || ^5.0 || ^6.0",
+ "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0",
+ "symfony/http-kernel": "~4.4 || ^5.0 || ^6.0",
+ "symfony/monolog-bridge": "~4.4 || ^5.0 || ^6.0"
},
"require-dev": {
- "symfony/console": "~4.4 || ^5.0",
- "symfony/phpunit-bridge": "^5.1",
- "symfony/yaml": "~4.4 || ^5.0"
+ "symfony/console": "~4.4 || ^5.0 || ^6.0",
+ "symfony/phpunit-bridge": "^5.2 || ^6.0",
+ "symfony/yaml": "~4.4 || ^5.0 || ^6.0"
},
"type": "symfony-bundle",
"extra": {
@@ -10220,7 +10961,7 @@
],
"support": {
"issues": "https://github.com/symfony/monolog-bundle/issues",
- "source": "https://github.com/symfony/monolog-bundle/tree/v3.7.0"
+ "source": "https://github.com/symfony/monolog-bundle/tree/v3.8.0"
},
"funding": [
{
@@ -10236,25 +10977,25 @@
"type": "tidelift"
}
],
- "time": "2021-03-31T07:20:47+00:00"
+ "time": "2022-05-10T14:24:36+00:00"
},
{
"name": "symfony/options-resolver",
- "version": "v5.3.4",
+ "version": "v5.4.21",
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
- "reference": "a603e5701bd6e305cfc777a8b50bf081ef73105e"
+ "reference": "4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/options-resolver/zipball/a603e5701bd6e305cfc777a8b50bf081ef73105e",
- "reference": "a603e5701bd6e305cfc777a8b50bf081ef73105e",
+ "url": "https://api.github.com/repos/symfony/options-resolver/zipball/4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9",
+ "reference": "4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php73": "~1.0",
"symfony/polyfill-php80": "^1.16"
},
@@ -10289,7 +11030,7 @@
"options"
],
"support": {
- "source": "https://github.com/symfony/options-resolver/tree/v5.3.4"
+ "source": "https://github.com/symfony/options-resolver/tree/v5.4.21"
},
"funding": [
{
@@ -10305,32 +11046,33 @@
"type": "tidelift"
}
],
- "time": "2021-07-23T15:55:36+00:00"
+ "time": "2023-02-14T08:03:56+00:00"
},
{
"name": "symfony/password-hasher",
- "version": "v5.3.8",
+ "version": "v5.4.29",
"source": {
"type": "git",
"url": "https://github.com/symfony/password-hasher.git",
- "reference": "4bdaa0cca1fb3521bc1825160f3b5490c130bbda"
+ "reference": "57cd0369af1a92b87c1e960251ebdf9457225bfd"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/password-hasher/zipball/4bdaa0cca1fb3521bc1825160f3b5490c130bbda",
- "reference": "4bdaa0cca1fb3521bc1825160f3b5490c130bbda",
+ "url": "https://api.github.com/repos/symfony/password-hasher/zipball/57cd0369af1a92b87c1e960251ebdf9457225bfd",
+ "reference": "57cd0369af1a92b87c1e960251ebdf9457225bfd",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php80": "^1.15"
},
"conflict": {
"symfony/security-core": "<5.3"
},
"require-dev": {
- "symfony/console": "^5",
- "symfony/security-core": "^5.3"
+ "symfony/console": "^5.3|^6.0",
+ "symfony/security-core": "^5.3|^6.0"
},
"type": "library",
"autoload": {
@@ -10362,7 +11104,7 @@
"password"
],
"support": {
- "source": "https://github.com/symfony/password-hasher/tree/v5.3.8"
+ "source": "https://github.com/symfony/password-hasher/tree/v5.4.29"
},
"funding": [
{
@@ -10378,20 +11120,20 @@
"type": "tidelift"
}
],
- "time": "2021-09-03T12:22:16+00:00"
+ "time": "2023-09-19T07:33:45+00:00"
},
{
"name": "symfony/polyfill-ctype",
- "version": "v1.24.0",
+ "version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
- "reference": "30885182c981ab175d4d034db0f6f469898070ab"
+ "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
- "reference": "30885182c981ab175d4d034db0f6f469898070ab",
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
+ "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
"shasum": ""
},
"require": {
@@ -10406,7 +11148,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.23-dev"
+ "dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -10414,12 +11156,12 @@
}
},
"autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Ctype\\": ""
- },
"files": [
"bootstrap.php"
- ]
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Ctype\\": ""
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -10444,7 +11186,7 @@
"portable"
],
"support": {
- "source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0"
+ "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0"
},
"funding": [
{
@@ -10460,20 +11202,20 @@
"type": "tidelift"
}
],
- "time": "2021-10-20T20:35:02+00:00"
+ "time": "2023-01-26T09:26:14+00:00"
},
{
"name": "symfony/polyfill-intl-grapheme",
- "version": "v1.23.1",
+ "version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
- "reference": "16880ba9c5ebe3642d1995ab866db29270b36535"
+ "reference": "875e90aeea2777b6f135677f618529449334a612"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/16880ba9c5ebe3642d1995ab866db29270b36535",
- "reference": "16880ba9c5ebe3642d1995ab866db29270b36535",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612",
+ "reference": "875e90aeea2777b6f135677f618529449334a612",
"shasum": ""
},
"require": {
@@ -10485,7 +11227,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.23-dev"
+ "dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -10493,12 +11235,12 @@
}
},
"autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
- },
"files": [
"bootstrap.php"
- ]
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -10525,7 +11267,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.23.1"
+ "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0"
},
"funding": [
{
@@ -10541,20 +11283,20 @@
"type": "tidelift"
}
],
- "time": "2021-05-27T12:26:48+00:00"
+ "time": "2023-01-26T09:26:14+00:00"
},
{
"name": "symfony/polyfill-intl-icu",
- "version": "v1.23.0",
+ "version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-icu.git",
- "reference": "4a80a521d6176870b6445cfb469c130f9cae1dda"
+ "reference": "e46b4da57951a16053cd751f63f4a24292788157"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/4a80a521d6176870b6445cfb469c130f9cae1dda",
- "reference": "4a80a521d6176870b6445cfb469c130f9cae1dda",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/e46b4da57951a16053cd751f63f4a24292788157",
+ "reference": "e46b4da57951a16053cd751f63f4a24292788157",
"shasum": ""
},
"require": {
@@ -10566,7 +11308,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.23-dev"
+ "dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -10612,7 +11354,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.23.0"
+ "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.28.0"
},
"funding": [
{
@@ -10628,20 +11370,20 @@
"type": "tidelift"
}
],
- "time": "2021-05-24T10:04:56+00:00"
+ "time": "2023-03-21T17:27:24+00:00"
},
{
"name": "symfony/polyfill-intl-idn",
- "version": "v1.23.0",
+ "version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
- "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65"
+ "reference": "ecaafce9f77234a6a449d29e49267ba10499116d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65",
- "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/ecaafce9f77234a6a449d29e49267ba10499116d",
+ "reference": "ecaafce9f77234a6a449d29e49267ba10499116d",
"shasum": ""
},
"require": {
@@ -10655,7 +11397,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.23-dev"
+ "dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -10663,12 +11405,12 @@
}
},
"autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Intl\\Idn\\": ""
- },
"files": [
"bootstrap.php"
- ]
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Intl\\Idn\\": ""
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -10699,7 +11441,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.23.0"
+ "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.28.0"
},
"funding": [
{
@@ -10715,20 +11457,20 @@
"type": "tidelift"
}
],
- "time": "2021-05-27T09:27:20+00:00"
+ "time": "2023-01-26T09:30:37+00:00"
},
{
"name": "symfony/polyfill-intl-normalizer",
- "version": "v1.23.0",
+ "version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
- "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
+ "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
- "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
+ "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
"shasum": ""
},
"require": {
@@ -10740,7 +11482,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.23-dev"
+ "dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -10748,12 +11490,12 @@
}
},
"autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
- },
"files": [
"bootstrap.php"
],
+ "psr-4": {
+ "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
+ },
"classmap": [
"Resources/stubs"
]
@@ -10783,7 +11525,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0"
+ "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0"
},
"funding": [
{
@@ -10799,20 +11541,20 @@
"type": "tidelift"
}
],
- "time": "2021-02-19T12:13:01+00:00"
+ "time": "2023-01-26T09:26:14+00:00"
},
{
"name": "symfony/polyfill-mbstring",
- "version": "v1.24.0",
+ "version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
- "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
+ "reference": "42292d99c55abe617799667f454222c54c60e229"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
- "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
+ "reference": "42292d99c55abe617799667f454222c54c60e229",
"shasum": ""
},
"require": {
@@ -10827,7 +11569,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.23-dev"
+ "dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -10835,12 +11577,12 @@
}
},
"autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Mbstring\\": ""
- },
"files": [
"bootstrap.php"
- ]
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Mbstring\\": ""
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -10866,7 +11608,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.24.0"
+ "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
},
"funding": [
{
@@ -10882,20 +11624,20 @@
"type": "tidelift"
}
],
- "time": "2021-11-30T18:21:41+00:00"
+ "time": "2023-07-28T09:04:16+00:00"
},
{
"name": "symfony/polyfill-php72",
- "version": "v1.23.0",
+ "version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
- "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
+ "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
- "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
+ "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/70f4aebd92afca2f865444d30a4d2151c13c3179",
+ "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179",
"shasum": ""
},
"require": {
@@ -10904,7 +11646,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.23-dev"
+ "dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -10912,12 +11654,12 @@
}
},
"autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Php72\\": ""
- },
"files": [
"bootstrap.php"
- ]
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Php72\\": ""
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -10942,7 +11684,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0"
+ "source": "https://github.com/symfony/polyfill-php72/tree/v1.28.0"
},
"funding": [
{
@@ -10958,20 +11700,20 @@
"type": "tidelift"
}
],
- "time": "2021-05-27T09:17:38+00:00"
+ "time": "2023-01-26T09:26:14+00:00"
},
{
"name": "symfony/polyfill-php73",
- "version": "v1.23.0",
+ "version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
- "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
+ "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
- "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
+ "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fe2f306d1d9d346a7fee353d0d5012e401e984b5",
+ "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5",
"shasum": ""
},
"require": {
@@ -10980,7 +11722,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.23-dev"
+ "dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -10988,12 +11730,12 @@
}
},
"autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Php73\\": ""
- },
"files": [
"bootstrap.php"
],
+ "psr-4": {
+ "Symfony\\Polyfill\\Php73\\": ""
+ },
"classmap": [
"Resources/stubs"
]
@@ -11021,7 +11763,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0"
+ "source": "https://github.com/symfony/polyfill-php73/tree/v1.28.0"
},
"funding": [
{
@@ -11037,20 +11779,20 @@
"type": "tidelift"
}
],
- "time": "2021-02-19T12:13:01+00:00"
+ "time": "2023-01-26T09:26:14+00:00"
},
{
"name": "symfony/polyfill-php80",
- "version": "v1.23.1",
+ "version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
- "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
+ "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
- "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
+ "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
"shasum": ""
},
"require": {
@@ -11059,7 +11801,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.23-dev"
+ "dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -11067,12 +11809,12 @@
}
},
"autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Php80\\": ""
- },
"files": [
"bootstrap.php"
],
+ "psr-4": {
+ "Symfony\\Polyfill\\Php80\\": ""
+ },
"classmap": [
"Resources/stubs"
]
@@ -11104,7 +11846,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
+ "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0"
},
"funding": [
{
@@ -11120,20 +11862,20 @@
"type": "tidelift"
}
],
- "time": "2021-07-28T13:41:28+00:00"
+ "time": "2023-01-26T09:26:14+00:00"
},
{
"name": "symfony/polyfill-php81",
- "version": "v1.23.0",
+ "version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php81.git",
- "reference": "e66119f3de95efc359483f810c4c3e6436279436"
+ "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436",
- "reference": "e66119f3de95efc359483f810c4c3e6436279436",
+ "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7581cd600fa9fd681b797d00b02f068e2f13263b",
+ "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b",
"shasum": ""
},
"require": {
@@ -11142,7 +11884,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.23-dev"
+ "dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -11150,12 +11892,12 @@
}
},
"autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Php81\\": ""
- },
"files": [
"bootstrap.php"
],
+ "psr-4": {
+ "Symfony\\Polyfill\\Php81\\": ""
+ },
"classmap": [
"Resources/stubs"
]
@@ -11183,7 +11925,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php81/tree/v1.23.0"
+ "source": "https://github.com/symfony/polyfill-php81/tree/v1.28.0"
},
"funding": [
{
@@ -11199,20 +11941,20 @@
"type": "tidelift"
}
],
- "time": "2021-05-21T13:25:03+00:00"
+ "time": "2023-01-26T09:26:14+00:00"
},
{
"name": "symfony/process",
- "version": "v5.3.7",
+ "version": "v5.4.28",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
- "reference": "38f26c7d6ed535217ea393e05634cb0b244a1967"
+ "reference": "45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/process/zipball/38f26c7d6ed535217ea393e05634cb0b244a1967",
- "reference": "38f26c7d6ed535217ea393e05634cb0b244a1967",
+ "url": "https://api.github.com/repos/symfony/process/zipball/45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b",
+ "reference": "45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b",
"shasum": ""
},
"require": {
@@ -11245,7 +11987,7 @@
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/process/tree/v5.3.7"
+ "source": "https://github.com/symfony/process/tree/v5.4.28"
},
"funding": [
{
@@ -11261,30 +12003,30 @@
"type": "tidelift"
}
],
- "time": "2021-08-04T21:20:46+00:00"
+ "time": "2023-08-07T10:36:04+00:00"
},
{
"name": "symfony/property-access",
- "version": "v5.3.8",
+ "version": "v5.4.26",
"source": {
"type": "git",
"url": "https://github.com/symfony/property-access.git",
- "reference": "2fbab5f95ddb6b8e85f38a6a8a04a17c0acc4d66"
+ "reference": "0249e46f69e92049a488f39fcf531cb42c50caaa"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/property-access/zipball/2fbab5f95ddb6b8e85f38a6a8a04a17c0acc4d66",
- "reference": "2fbab5f95ddb6b8e85f38a6a8a04a17c0acc4d66",
+ "url": "https://api.github.com/repos/symfony/property-access/zipball/0249e46f69e92049a488f39fcf531cb42c50caaa",
+ "reference": "0249e46f69e92049a488f39fcf531cb42c50caaa",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php80": "^1.16",
- "symfony/property-info": "^5.2"
+ "symfony/property-info": "^5.2|^6.0"
},
"require-dev": {
- "symfony/cache": "^4.4|^5.0"
+ "symfony/cache": "^4.4|^5.0|^6.0"
},
"suggest": {
"psr/cache-implementation": "To cache access methods."
@@ -11322,11 +12064,11 @@
"injection",
"object",
"property",
- "property path",
+ "property-path",
"reflection"
],
"support": {
- "source": "https://github.com/symfony/property-access/tree/v5.3.8"
+ "source": "https://github.com/symfony/property-access/tree/v5.4.26"
},
"funding": [
{
@@ -11342,27 +12084,27 @@
"type": "tidelift"
}
],
- "time": "2021-09-10T11:55:24+00:00"
+ "time": "2023-07-13T15:20:41+00:00"
},
{
"name": "symfony/property-info",
- "version": "v5.3.8",
+ "version": "v5.4.24",
"source": {
"type": "git",
"url": "https://github.com/symfony/property-info.git",
- "reference": "39de5bed8c036f76ec0457ec52908e45d5497947"
+ "reference": "d43b85b00699b4484964c297575b5c6f9dc5f6e1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/property-info/zipball/39de5bed8c036f76ec0457ec52908e45d5497947",
- "reference": "39de5bed8c036f76ec0457ec52908e45d5497947",
+ "url": "https://api.github.com/repos/symfony/property-info/zipball/d43b85b00699b4484964c297575b5c6f9dc5f6e1",
+ "reference": "d43b85b00699b4484964c297575b5c6f9dc5f6e1",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php80": "^1.16",
- "symfony/string": "^5.1"
+ "symfony/string": "^5.1|^6.0"
},
"conflict": {
"phpdocumentor/reflection-docblock": "<3.2.2",
@@ -11370,11 +12112,12 @@
"symfony/dependency-injection": "<4.4"
},
"require-dev": {
- "doctrine/annotations": "^1.10.4",
+ "doctrine/annotations": "^1.10.4|^2",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
- "symfony/cache": "^4.4|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/serializer": "^4.4|^5.0"
+ "phpstan/phpdoc-parser": "^1.0",
+ "symfony/cache": "^4.4|^5.0|^6.0",
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
+ "symfony/serializer": "^4.4|^5.0|^6.0"
},
"suggest": {
"phpdocumentor/reflection-docblock": "To use the PHPDoc",
@@ -11416,7 +12159,7 @@
"validator"
],
"support": {
- "source": "https://github.com/symfony/property-info/tree/v5.3.8"
+ "source": "https://github.com/symfony/property-info/tree/v5.4.24"
},
"funding": [
{
@@ -11432,25 +12175,25 @@
"type": "tidelift"
}
],
- "time": "2021-09-07T07:41:40+00:00"
+ "time": "2023-05-15T20:11:03+00:00"
},
{
"name": "symfony/routing",
- "version": "v5.3.4",
+ "version": "v5.4.26",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
- "reference": "0a35d2f57d73c46ab6d042ced783b81d09a624c4"
+ "reference": "853fc7df96befc468692de0a48831b38f04d2cb2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/routing/zipball/0a35d2f57d73c46ab6d042ced783b81d09a624c4",
- "reference": "0a35d2f57d73c46ab6d042ced783b81d09a624c4",
+ "url": "https://api.github.com/repos/symfony/routing/zipball/853fc7df96befc468692de0a48831b38f04d2cb2",
+ "reference": "853fc7df96befc468692de0a48831b38f04d2cb2",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php80": "^1.16"
},
"conflict": {
@@ -11460,13 +12203,13 @@
"symfony/yaml": "<4.4"
},
"require-dev": {
- "doctrine/annotations": "^1.12",
+ "doctrine/annotations": "^1.12|^2",
"psr/log": "^1|^2|^3",
- "symfony/config": "^5.3",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/http-foundation": "^4.4|^5.0",
- "symfony/yaml": "^4.4|^5.0"
+ "symfony/config": "^5.3|^6.0",
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
+ "symfony/expression-language": "^4.4|^5.0|^6.0",
+ "symfony/http-foundation": "^4.4|^5.0|^6.0",
+ "symfony/yaml": "^4.4|^5.0|^6.0"
},
"suggest": {
"symfony/config": "For using the all-in-one router or any loader",
@@ -11506,7 +12249,7 @@
"url"
],
"support": {
- "source": "https://github.com/symfony/routing/tree/v5.3.4"
+ "source": "https://github.com/symfony/routing/tree/v5.4.26"
},
"funding": [
{
@@ -11522,37 +12265,38 @@
"type": "tidelift"
}
],
- "time": "2021-07-23T15:55:36+00:00"
+ "time": "2023-07-24T13:28:37+00:00"
},
{
"name": "symfony/security-bundle",
- "version": "v5.3.12",
+ "version": "v5.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/security-bundle.git",
- "reference": "be52715f4a7fd490937e4f881dc00ff5c0dcfeb3"
+ "reference": "773515c801601265af970d2e7f7b0af1ef0d79b9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/security-bundle/zipball/be52715f4a7fd490937e4f881dc00ff5c0dcfeb3",
- "reference": "be52715f4a7fd490937e4f881dc00ff5c0dcfeb3",
+ "url": "https://api.github.com/repos/symfony/security-bundle/zipball/773515c801601265af970d2e7f7b0af1ef0d79b9",
+ "reference": "773515c801601265af970d2e7f7b0af1ef0d79b9",
"shasum": ""
},
"require": {
"ext-xml": "*",
"php": ">=7.2.5",
- "symfony/config": "^4.4|^5.0",
- "symfony/dependency-injection": "^5.3",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/event-dispatcher": "^5.1",
- "symfony/http-foundation": "^5.3",
- "symfony/http-kernel": "^5.3",
- "symfony/password-hasher": "^5.3",
+ "symfony/config": "^4.4|^5.0|^6.0",
+ "symfony/dependency-injection": "^5.3|^6.0",
+ "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/event-dispatcher": "^5.1|^6.0",
+ "symfony/http-foundation": "^5.3|^6.0",
+ "symfony/http-kernel": "^5.3|^6.0",
+ "symfony/password-hasher": "^5.3|^6.0",
"symfony/polyfill-php80": "^1.16",
- "symfony/security-core": "^5.3",
- "symfony/security-csrf": "^4.4|^5.0",
+ "symfony/security-core": "^5.4|^6.0",
+ "symfony/security-csrf": "^4.4|^5.0|^6.0",
"symfony/security-guard": "^5.3",
- "symfony/security-http": "^5.3.2"
+ "symfony/security-http": "^5.4.30|^6.3.6",
+ "symfony/service-contracts": "^1.10|^2|^3"
},
"conflict": {
"symfony/browser-kit": "<4.4",
@@ -11562,24 +12306,24 @@
"symfony/twig-bundle": "<4.4"
},
"require-dev": {
- "doctrine/annotations": "^1.10.4",
- "symfony/asset": "^4.4|^5.0",
- "symfony/browser-kit": "^4.4|^5.0",
- "symfony/console": "^4.4|^5.0",
- "symfony/css-selector": "^4.4|^5.0",
- "symfony/dom-crawler": "^4.4|^5.0",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/form": "^4.4|^5.0",
- "symfony/framework-bundle": "^5.3",
- "symfony/ldap": "^5.3",
- "symfony/process": "^4.4|^5.0",
- "symfony/rate-limiter": "^5.2",
- "symfony/serializer": "^4.4|^5.0",
- "symfony/translation": "^4.4|^5.0",
- "symfony/twig-bridge": "^4.4|^5.0",
- "symfony/twig-bundle": "^4.4|^5.0",
- "symfony/validator": "^4.4|^5.0",
- "symfony/yaml": "^4.4|^5.0",
+ "doctrine/annotations": "^1.10.4|^2",
+ "symfony/asset": "^4.4|^5.0|^6.0",
+ "symfony/browser-kit": "^4.4|^5.0|^6.0",
+ "symfony/console": "^4.4|^5.0|^6.0",
+ "symfony/css-selector": "^4.4|^5.0|^6.0",
+ "symfony/dom-crawler": "^4.4|^5.0|^6.0",
+ "symfony/expression-language": "^4.4|^5.0|^6.0",
+ "symfony/form": "^4.4|^5.0|^6.0",
+ "symfony/framework-bundle": "^5.3|^6.0",
+ "symfony/ldap": "^5.3|^6.0",
+ "symfony/process": "^4.4|^5.0|^6.0",
+ "symfony/rate-limiter": "^5.2|^6.0",
+ "symfony/serializer": "^4.4|^5.0|^6.0",
+ "symfony/translation": "^4.4|^5.0|^6.0",
+ "symfony/twig-bridge": "^4.4|^5.0|^6.0",
+ "symfony/twig-bundle": "^4.4|^5.0|^6.0",
+ "symfony/validator": "^4.4|^5.0|^6.0",
+ "symfony/yaml": "^4.4|^5.0|^6.0",
"twig/twig": "^2.13|^3.0.4"
},
"type": "symfony-bundle",
@@ -11608,7 +12352,7 @@
"description": "Provides a tight integration of the Security component into the Symfony full-stack framework",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/security-bundle/tree/v5.3.12"
+ "source": "https://github.com/symfony/security-bundle/tree/v5.4.30"
},
"funding": [
{
@@ -11624,29 +12368,29 @@
"type": "tidelift"
}
],
- "time": "2021-11-24T08:15:08+00:00"
+ "time": "2023-10-26T15:45:09+00:00"
},
{
"name": "symfony/security-core",
- "version": "v5.3.11",
+ "version": "v5.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/security-core.git",
- "reference": "48c8ed9f4789439427917f0023f86895d64b73a7"
+ "reference": "3908c54da30dd68c2fe31915d82a1c81809d1928"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/security-core/zipball/48c8ed9f4789439427917f0023f86895d64b73a7",
- "reference": "48c8ed9f4789439427917f0023f86895d64b73a7",
+ "url": "https://api.github.com/repos/symfony/security-core/zipball/3908c54da30dd68c2fe31915d82a1c81809d1928",
+ "reference": "3908c54da30dd68c2fe31915d82a1c81809d1928",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/event-dispatcher-contracts": "^1.1|^2",
- "symfony/password-hasher": "^5.3",
+ "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/event-dispatcher-contracts": "^1.1|^2|^3",
+ "symfony/password-hasher": "^5.3|^6.0",
"symfony/polyfill-php80": "^1.16",
- "symfony/service-contracts": "^1.1.6|^2"
+ "symfony/service-contracts": "^1.1.6|^2|^3"
},
"conflict": {
"symfony/event-dispatcher": "<4.4",
@@ -11659,13 +12403,13 @@
"psr/cache": "^1.0|^2.0|^3.0",
"psr/container": "^1.0|^2.0",
"psr/log": "^1|^2|^3",
- "symfony/cache": "^4.4|^5.0",
- "symfony/event-dispatcher": "^4.4|^5.0",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/http-foundation": "^5.3",
- "symfony/ldap": "^4.4|^5.0",
- "symfony/translation": "^4.4|^5.0",
- "symfony/validator": "^5.2"
+ "symfony/cache": "^4.4|^5.0|^6.0",
+ "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
+ "symfony/expression-language": "^4.4|^5.0|^6.0",
+ "symfony/http-foundation": "^5.3|^6.0",
+ "symfony/ldap": "^4.4|^5.0|^6.0",
+ "symfony/translation": "^4.4|^5.0|^6.0",
+ "symfony/validator": "^5.2|^6.0"
},
"suggest": {
"psr/container-implementation": "To instantiate the Security class",
@@ -11701,7 +12445,7 @@
"description": "Symfony Security Component - Core Library",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/security-core/tree/v5.3.11"
+ "source": "https://github.com/symfony/security-core/tree/v5.4.30"
},
"funding": [
{
@@ -11717,32 +12461,33 @@
"type": "tidelift"
}
],
- "time": "2021-11-17T12:16:12+00:00"
+ "time": "2023-10-27T07:38:28+00:00"
},
{
"name": "symfony/security-csrf",
- "version": "v5.3.4",
+ "version": "v5.4.27",
"source": {
"type": "git",
"url": "https://github.com/symfony/security-csrf.git",
- "reference": "94b533195cf7fb21f3fae8ce349861c6401d969e"
+ "reference": "995fcfcc5a3be09df157b4960668f61cceb86611"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/security-csrf/zipball/94b533195cf7fb21f3fae8ce349861c6401d969e",
- "reference": "94b533195cf7fb21f3fae8ce349861c6401d969e",
+ "url": "https://api.github.com/repos/symfony/security-csrf/zipball/995fcfcc5a3be09df157b4960668f61cceb86611",
+ "reference": "995fcfcc5a3be09df157b4960668f61cceb86611",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php80": "^1.16",
- "symfony/security-core": "^4.4|^5.0"
+ "symfony/security-core": "^4.4|^5.0|^6.0"
},
"conflict": {
"symfony/http-foundation": "<5.3"
},
"require-dev": {
- "symfony/http-foundation": "^5.3"
+ "symfony/http-foundation": "^5.3|^6.0"
},
"suggest": {
"symfony/http-foundation": "For using the class SessionTokenStorage."
@@ -11773,7 +12518,7 @@
"description": "Symfony Security Component - CSRF Library",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/security-csrf/tree/v5.3.4"
+ "source": "https://github.com/symfony/security-csrf/tree/v5.4.27"
},
"funding": [
{
@@ -11789,24 +12534,25 @@
"type": "tidelift"
}
],
- "time": "2021-07-21T12:40:44+00:00"
+ "time": "2023-07-28T14:44:35+00:00"
},
{
"name": "symfony/security-guard",
- "version": "v5.3.7",
+ "version": "v5.4.27",
"source": {
"type": "git",
"url": "https://github.com/symfony/security-guard.git",
- "reference": "25f8d2a206505514a0ff14b16c4fb4e17a10cf18"
+ "reference": "72c53142533462fc6fda4a429c2a21c2b944a8cc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/security-guard/zipball/25f8d2a206505514a0ff14b16c4fb4e17a10cf18",
- "reference": "25f8d2a206505514a0ff14b16c4fb4e17a10cf18",
+ "url": "https://api.github.com/repos/symfony/security-guard/zipball/72c53142533462fc6fda4a429c2a21c2b944a8cc",
+ "reference": "72c53142533462fc6fda4a429c2a21c2b944a8cc",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php80": "^1.15",
"symfony/security-core": "^5.0",
"symfony/security-http": "^5.3"
@@ -11840,7 +12586,7 @@
"description": "Symfony Security Component - Guard",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/security-guard/tree/v5.3.7"
+ "source": "https://github.com/symfony/security-guard/tree/v5.4.27"
},
"funding": [
{
@@ -11856,31 +12602,32 @@
"type": "tidelift"
}
],
- "time": "2021-08-13T15:54:02+00:00"
+ "time": "2023-07-28T14:44:35+00:00"
},
{
"name": "symfony/security-http",
- "version": "v5.3.11",
+ "version": "v5.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/security-http.git",
- "reference": "c25090783bd4209a42f9c43a235280fd23315a62"
+ "reference": "a86dc993b41cdd84d871817b511ef99781405714"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/security-http/zipball/c25090783bd4209a42f9c43a235280fd23315a62",
- "reference": "c25090783bd4209a42f9c43a235280fd23315a62",
+ "url": "https://api.github.com/repos/symfony/security-http/zipball/a86dc993b41cdd84d871817b511ef99781405714",
+ "reference": "a86dc993b41cdd84d871817b511ef99781405714",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/http-foundation": "^5.3",
- "symfony/http-kernel": "^5.3",
+ "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/http-foundation": "^5.3|^6.0",
+ "symfony/http-kernel": "^5.3|^6.0",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.16",
- "symfony/property-access": "^4.4|^5.0",
- "symfony/security-core": "^5.3"
+ "symfony/property-access": "^4.4|^5.0|^6.0",
+ "symfony/security-core": "^5.4.19|~6.0.19|~6.1.11|^6.2.5",
+ "symfony/service-contracts": "^1.10|^2|^3"
},
"conflict": {
"symfony/event-dispatcher": "<4.3",
@@ -11889,11 +12636,11 @@
},
"require-dev": {
"psr/log": "^1|^2|^3",
- "symfony/cache": "^4.4|^5.0",
- "symfony/rate-limiter": "^5.2",
- "symfony/routing": "^4.4|^5.0",
- "symfony/security-csrf": "^4.4|^5.0",
- "symfony/translation": "^4.4|^5.0"
+ "symfony/cache": "^4.4|^5.0|^6.0",
+ "symfony/rate-limiter": "^5.2|^6.0",
+ "symfony/routing": "^4.4|^5.0|^6.0",
+ "symfony/security-csrf": "^4.4|^5.0|^6.0",
+ "symfony/translation": "^4.4|^5.0|^6.0"
},
"suggest": {
"symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
@@ -11925,7 +12672,7 @@
"description": "Symfony Security Component - HTTP Integration",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/security-http/tree/v5.3.11"
+ "source": "https://github.com/symfony/security-http/tree/v5.4.30"
},
"funding": [
{
@@ -11941,25 +12688,25 @@
"type": "tidelift"
}
],
- "time": "2021-11-05T16:25:46+00:00"
+ "time": "2023-10-11T08:54:26+00:00"
},
{
"name": "symfony/serializer",
- "version": "v5.3.12",
+ "version": "v5.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",
- "reference": "bf570839e289e0bdde69c9fa867d3a42f5e8fde1"
+ "reference": "ceadb4e08830e69738d313b667cfb426269f67f6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/serializer/zipball/bf570839e289e0bdde69c9fa867d3a42f5e8fde1",
- "reference": "bf570839e289e0bdde69c9fa867d3a42f5e8fde1",
+ "url": "https://api.github.com/repos/symfony/serializer/zipball/ceadb4e08830e69738d313b667cfb426269f67f6",
+ "reference": "ceadb4e08830e69738d313b667cfb426269f67f6",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-php80": "^1.16"
},
@@ -11968,29 +12715,30 @@
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
"symfony/dependency-injection": "<4.4",
- "symfony/property-access": "<4.4",
- "symfony/property-info": "<5.3",
+ "symfony/property-access": "<5.4",
+ "symfony/property-info": "<5.4.24|>=6,<6.2.11",
+ "symfony/uid": "<5.3",
"symfony/yaml": "<4.4"
},
"require-dev": {
- "doctrine/annotations": "^1.12",
+ "doctrine/annotations": "^1.12|^2",
"phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0",
- "symfony/cache": "^4.4|^5.0",
- "symfony/config": "^4.4|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/error-handler": "^4.4|^5.0",
- "symfony/filesystem": "^4.4|^5.0",
- "symfony/form": "^4.4|^5.0",
- "symfony/http-foundation": "^4.4|^5.0",
- "symfony/http-kernel": "^4.4|^5.0",
- "symfony/mime": "^4.4|^5.0",
- "symfony/property-access": "^4.4.9|^5.0.9",
- "symfony/property-info": "^5.3",
- "symfony/uid": "^5.1",
- "symfony/validator": "^4.4|^5.0",
- "symfony/var-dumper": "^4.4|^5.0",
- "symfony/var-exporter": "^4.4|^5.0",
- "symfony/yaml": "^4.4|^5.0"
+ "symfony/cache": "^4.4|^5.0|^6.0",
+ "symfony/config": "^4.4|^5.0|^6.0",
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
+ "symfony/error-handler": "^4.4|^5.0|^6.0",
+ "symfony/filesystem": "^4.4|^5.0|^6.0",
+ "symfony/form": "^4.4|^5.0|^6.0",
+ "symfony/http-foundation": "^4.4|^5.0|^6.0",
+ "symfony/http-kernel": "^4.4|^5.0|^6.0",
+ "symfony/mime": "^4.4|^5.0|^6.0",
+ "symfony/property-access": "^5.4|^6.0",
+ "symfony/property-info": "^5.4.24|^6.2.11",
+ "symfony/uid": "^5.3|^6.0",
+ "symfony/validator": "^4.4|^5.0|^6.0",
+ "symfony/var-dumper": "^4.4|^5.0|^6.0",
+ "symfony/var-exporter": "^4.4|^5.0|^6.0",
+ "symfony/yaml": "^4.4|^5.0|^6.0"
},
"suggest": {
"psr/cache-implementation": "For using the metadata cache.",
@@ -12027,7 +12775,7 @@
"description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/serializer/tree/v5.3.12"
+ "source": "https://github.com/symfony/serializer/tree/v5.4.30"
},
"funding": [
{
@@ -12043,26 +12791,26 @@
"type": "tidelift"
}
],
- "time": "2021-11-24T08:13:09+00:00"
+ "time": "2023-10-25T18:53:19+00:00"
},
{
"name": "symfony/service-contracts",
- "version": "v2.5.0",
+ "version": "v2.5.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
- "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc"
+ "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/service-contracts/zipball/1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
- "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
+ "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
+ "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/container": "^1.1",
- "symfony/deprecation-contracts": "^2.1"
+ "symfony/deprecation-contracts": "^2.1|^3"
},
"conflict": {
"ext-psr": "<1.1|>=2"
@@ -12110,7 +12858,7 @@
"standards"
],
"support": {
- "source": "https://github.com/symfony/service-contracts/tree/v2.5.0"
+ "source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
},
"funding": [
{
@@ -12126,25 +12874,25 @@
"type": "tidelift"
}
],
- "time": "2021-11-04T16:48:04+00:00"
+ "time": "2022-05-30T19:17:29+00:00"
},
{
"name": "symfony/stopwatch",
- "version": "v5.3.4",
+ "version": "v5.4.21",
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
- "reference": "b24c6a92c6db316fee69e38c80591e080e41536c"
+ "reference": "f83692cd869a6f2391691d40a01e8acb89e76fee"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/stopwatch/zipball/b24c6a92c6db316fee69e38c80591e080e41536c",
- "reference": "b24c6a92c6db316fee69e38c80591e080e41536c",
+ "url": "https://api.github.com/repos/symfony/stopwatch/zipball/f83692cd869a6f2391691d40a01e8acb89e76fee",
+ "reference": "f83692cd869a6f2391691d40a01e8acb89e76fee",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/service-contracts": "^1.0|^2"
+ "symfony/service-contracts": "^1|^2|^3"
},
"type": "library",
"autoload": {
@@ -12172,7 +12920,7 @@
"description": "Provides a way to profile code",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/stopwatch/tree/v5.3.4"
+ "source": "https://github.com/symfony/stopwatch/tree/v5.4.21"
},
"funding": [
{
@@ -12188,20 +12936,20 @@
"type": "tidelift"
}
],
- "time": "2021-07-10T08:58:57+00:00"
+ "time": "2023-02-14T08:03:56+00:00"
},
{
"name": "symfony/string",
- "version": "v5.3.10",
+ "version": "v5.4.29",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
- "reference": "d70c35bb20bbca71fc4ab7921e3c6bda1a82a60c"
+ "reference": "e41bdc93def20eaf3bfc1537c4e0a2b0680a152d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/string/zipball/d70c35bb20bbca71fc4ab7921e3c6bda1a82a60c",
- "reference": "d70c35bb20bbca71fc4ab7921e3c6bda1a82a60c",
+ "url": "https://api.github.com/repos/symfony/string/zipball/e41bdc93def20eaf3bfc1537c4e0a2b0680a152d",
+ "reference": "e41bdc93def20eaf3bfc1537c4e0a2b0680a152d",
"shasum": ""
},
"require": {
@@ -12212,20 +12960,23 @@
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "~1.15"
},
+ "conflict": {
+ "symfony/translation-contracts": ">=3.0"
+ },
"require-dev": {
- "symfony/error-handler": "^4.4|^5.0",
- "symfony/http-client": "^4.4|^5.0",
+ "symfony/error-handler": "^4.4|^5.0|^6.0",
+ "symfony/http-client": "^4.4|^5.0|^6.0",
"symfony/translation-contracts": "^1.1|^2",
- "symfony/var-exporter": "^4.4|^5.0"
+ "symfony/var-exporter": "^4.4|^5.0|^6.0"
},
"type": "library",
"autoload": {
- "psr-4": {
- "Symfony\\Component\\String\\": ""
- },
"files": [
"Resources/functions.php"
],
+ "psr-4": {
+ "Symfony\\Component\\String\\": ""
+ },
"exclude-from-classmap": [
"/Tests/"
]
@@ -12255,7 +13006,7 @@
"utf8"
],
"support": {
- "source": "https://github.com/symfony/string/tree/v5.3.10"
+ "source": "https://github.com/symfony/string/tree/v5.4.29"
},
"funding": [
{
@@ -12271,31 +13022,32 @@
"type": "tidelift"
}
],
- "time": "2021-10-27T18:21:46+00:00"
+ "time": "2023-09-13T11:47:41+00:00"
},
{
"name": "symfony/translation",
- "version": "v5.3.4",
+ "version": "v5.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
- "reference": "d89ad7292932c2699cbe4af98d72c5c6bbc504c1"
+ "reference": "8560dc532e4e48d331937532a7cbfd2a9f9f53ce"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/translation/zipball/d89ad7292932c2699cbe4af98d72c5c6bbc504c1",
- "reference": "d89ad7292932c2699cbe4af98d72c5c6bbc504c1",
+ "url": "https://api.github.com/repos/symfony/translation/zipball/8560dc532e4e48d331937532a7cbfd2a9f9f53ce",
+ "reference": "8560dc532e4e48d331937532a7cbfd2a9f9f53ce",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.16",
"symfony/translation-contracts": "^2.3"
},
"conflict": {
"symfony/config": "<4.4",
+ "symfony/console": "<5.3",
"symfony/dependency-injection": "<5.0",
"symfony/http-kernel": "<5.0",
"symfony/twig-bundle": "<5.0",
@@ -12306,15 +13058,16 @@
},
"require-dev": {
"psr/log": "^1|^2|^3",
- "symfony/config": "^4.4|^5.0",
- "symfony/console": "^4.4|^5.0",
- "symfony/dependency-injection": "^5.0",
- "symfony/finder": "^4.4|^5.0",
- "symfony/http-kernel": "^5.0",
- "symfony/intl": "^4.4|^5.0",
+ "symfony/config": "^4.4|^5.0|^6.0",
+ "symfony/console": "^5.4|^6.0",
+ "symfony/dependency-injection": "^5.0|^6.0",
+ "symfony/finder": "^4.4|^5.0|^6.0",
+ "symfony/http-client-contracts": "^1.1|^2.0|^3.0",
+ "symfony/http-kernel": "^5.0|^6.0",
+ "symfony/intl": "^4.4|^5.0|^6.0",
"symfony/polyfill-intl-icu": "^1.21",
- "symfony/service-contracts": "^1.1.2|^2",
- "symfony/yaml": "^4.4|^5.0"
+ "symfony/service-contracts": "^1.1.2|^2|^3",
+ "symfony/yaml": "^4.4|^5.0|^6.0"
},
"suggest": {
"psr/log-implementation": "To use logging capability in translator",
@@ -12350,7 +13103,7 @@
"description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/translation/tree/v5.3.4"
+ "source": "https://github.com/symfony/translation/tree/v5.4.30"
},
"funding": [
{
@@ -12366,20 +13119,20 @@
"type": "tidelift"
}
],
- "time": "2021-07-25T09:39:16+00:00"
+ "time": "2023-10-28T09:19:54+00:00"
},
{
"name": "symfony/translation-contracts",
- "version": "v2.5.0",
+ "version": "v2.5.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
- "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e"
+ "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/d28150f0f44ce854e942b671fc2620a98aae1b1e",
- "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e",
+ "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
+ "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
"shasum": ""
},
"require": {
@@ -12428,7 +13181,7 @@
"standards"
],
"support": {
- "source": "https://github.com/symfony/translation-contracts/tree/v2.5.0"
+ "source": "https://github.com/symfony/translation-contracts/tree/v2.5.2"
},
"funding": [
{
@@ -12444,65 +13197,65 @@
"type": "tidelift"
}
],
- "time": "2021-08-17T14:20:01+00:00"
+ "time": "2022-06-27T16:58:25+00:00"
},
{
"name": "symfony/twig-bridge",
- "version": "v5.3.4",
+ "version": "v5.4.29",
"source": {
"type": "git",
"url": "https://github.com/symfony/twig-bridge.git",
- "reference": "587c45ef49256279502b4a29146b9e87ad23426f"
+ "reference": "8e94856da373b63e7ba69e51a6c4f834d991cd58"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/587c45ef49256279502b4a29146b9e87ad23426f",
- "reference": "587c45ef49256279502b4a29146b9e87ad23426f",
+ "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/8e94856da373b63e7ba69e51a6c4f834d991cd58",
+ "reference": "8e94856da373b63e7ba69e51a6c4f834d991cd58",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.16",
- "symfony/translation-contracts": "^1.1|^2",
+ "symfony/translation-contracts": "^1.1|^2|^3",
"twig/twig": "^2.13|^3.0.4"
},
"conflict": {
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
- "symfony/console": "<4.4",
- "symfony/form": "<5.3",
+ "symfony/console": "<5.3",
+ "symfony/form": "<5.4.21|>=6,<6.2.7",
"symfony/http-foundation": "<5.3",
"symfony/http-kernel": "<4.4",
"symfony/translation": "<5.2",
"symfony/workflow": "<5.2"
},
"require-dev": {
- "doctrine/annotations": "^1.12",
- "egulias/email-validator": "^2.1.10|^3",
+ "doctrine/annotations": "^1.12|^2",
+ "egulias/email-validator": "^2.1.10|^3|^4",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
- "symfony/asset": "^4.4|^5.0",
- "symfony/console": "^4.4|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/finder": "^4.4|^5.0",
- "symfony/form": "^5.3",
- "symfony/http-foundation": "^5.3",
- "symfony/http-kernel": "^4.4|^5.0",
- "symfony/intl": "^4.4|^5.0",
- "symfony/mime": "^5.2",
+ "symfony/asset": "^4.4|^5.0|^6.0",
+ "symfony/console": "^5.3|^6.0",
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
+ "symfony/expression-language": "^4.4|^5.0|^6.0",
+ "symfony/finder": "^4.4|^5.0|^6.0",
+ "symfony/form": "^5.4.21|^6.2.7",
+ "symfony/http-foundation": "^5.3|^6.0",
+ "symfony/http-kernel": "^4.4|^5.0|^6.0",
+ "symfony/intl": "^4.4|^5.0|^6.0",
+ "symfony/mime": "^5.2|^6.0",
"symfony/polyfill-intl-icu": "~1.0",
- "symfony/property-info": "^4.4|^5.1",
- "symfony/routing": "^4.4|^5.0",
+ "symfony/property-info": "^4.4|^5.1|^6.0",
+ "symfony/routing": "^4.4|^5.0|^6.0",
"symfony/security-acl": "^2.8|^3.0",
- "symfony/security-core": "^4.4|^5.0",
- "symfony/security-csrf": "^4.4|^5.0",
- "symfony/security-http": "^4.4|^5.0",
- "symfony/serializer": "^5.2",
- "symfony/stopwatch": "^4.4|^5.0",
- "symfony/translation": "^5.2",
- "symfony/web-link": "^4.4|^5.0",
- "symfony/workflow": "^5.2",
- "symfony/yaml": "^4.4|^5.0",
+ "symfony/security-core": "^4.4|^5.0|^6.0",
+ "symfony/security-csrf": "^4.4|^5.0|^6.0",
+ "symfony/security-http": "^4.4|^5.0|^6.0",
+ "symfony/serializer": "^5.2|^6.0",
+ "symfony/stopwatch": "^4.4|^5.0|^6.0",
+ "symfony/translation": "^5.2|^6.0",
+ "symfony/web-link": "^4.4|^5.0|^6.0",
+ "symfony/workflow": "^5.2|^6.0",
+ "symfony/yaml": "^4.4|^5.0|^6.0",
"twig/cssinliner-extra": "^2.12|^3",
"twig/inky-extra": "^2.12|^3",
"twig/markdown-extra": "^2.12|^3"
@@ -12549,7 +13302,7 @@
"description": "Provides integration for Twig with various Symfony components",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/twig-bridge/tree/v5.3.4"
+ "source": "https://github.com/symfony/twig-bridge/tree/v5.4.29"
},
"funding": [
{
@@ -12565,51 +13318,53 @@
"type": "tidelift"
}
],
- "time": "2021-07-26T16:33:26+00:00"
+ "time": "2023-09-06T21:54:06+00:00"
},
{
"name": "symfony/twig-bundle",
- "version": "v5.3.4",
+ "version": "v5.4.27",
"source": {
"type": "git",
"url": "https://github.com/symfony/twig-bundle.git",
- "reference": "345965b40c1847ebdbb2ab0eb98c71a98a5e167b"
+ "reference": "a16996ad54d75e220e91a0c7517437ad592eccca"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/345965b40c1847ebdbb2ab0eb98c71a98a5e167b",
- "reference": "345965b40c1847ebdbb2ab0eb98c71a98a5e167b",
+ "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/a16996ad54d75e220e91a0c7517437ad592eccca",
+ "reference": "a16996ad54d75e220e91a0c7517437ad592eccca",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/config": "^4.4|^5.0",
- "symfony/http-foundation": "^4.4|^5.0",
- "symfony/http-kernel": "^5.0",
+ "symfony/config": "^4.4|^5.0|^6.0",
+ "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/http-foundation": "^4.4|^5.0|^6.0",
+ "symfony/http-kernel": "^5.0|^6.0",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-php80": "^1.16",
- "symfony/twig-bridge": "^5.3",
+ "symfony/twig-bridge": "^5.3|^6.0",
"twig/twig": "^2.13|^3.0.4"
},
"conflict": {
"symfony/dependency-injection": "<5.3",
"symfony/framework-bundle": "<5.0",
+ "symfony/service-contracts": ">=3.0",
"symfony/translation": "<5.0"
},
"require-dev": {
- "doctrine/annotations": "^1.10.4",
+ "doctrine/annotations": "^1.10.4|^2",
"doctrine/cache": "^1.0|^2.0",
- "symfony/asset": "^4.4|^5.0",
- "symfony/dependency-injection": "^5.3",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/finder": "^4.4|^5.0",
- "symfony/form": "^4.4|^5.0",
- "symfony/framework-bundle": "^5.0",
- "symfony/routing": "^4.4|^5.0",
- "symfony/stopwatch": "^4.4|^5.0",
- "symfony/translation": "^5.0",
- "symfony/web-link": "^4.4|^5.0",
- "symfony/yaml": "^4.4|^5.0"
+ "symfony/asset": "^4.4|^5.0|^6.0",
+ "symfony/dependency-injection": "^5.3|^6.0",
+ "symfony/expression-language": "^4.4|^5.0|^6.0",
+ "symfony/finder": "^4.4|^5.0|^6.0",
+ "symfony/form": "^4.4|^5.0|^6.0",
+ "symfony/framework-bundle": "^5.0|^6.0",
+ "symfony/routing": "^4.4|^5.0|^6.0",
+ "symfony/stopwatch": "^4.4|^5.0|^6.0",
+ "symfony/translation": "^5.0|^6.0",
+ "symfony/web-link": "^4.4|^5.0|^6.0",
+ "symfony/yaml": "^4.4|^5.0|^6.0"
},
"type": "symfony-bundle",
"autoload": {
@@ -12637,7 +13392,7 @@
"description": "Provides a tight integration of Twig into the Symfony full-stack framework",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/twig-bundle/tree/v5.3.4"
+ "source": "https://github.com/symfony/twig-bundle/tree/v5.4.27"
},
"funding": [
{
@@ -12653,34 +13408,36 @@
"type": "tidelift"
}
],
- "time": "2021-07-21T12:40:44+00:00"
+ "time": "2023-07-28T14:44:35+00:00"
},
{
"name": "symfony/validator",
- "version": "v5.3.6",
+ "version": "v5.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/validator.git",
- "reference": "4a87a29d0ebca780a90b7aaba02bc04f5678eb36"
+ "reference": "ce65d7802d78e43d46669bfa08521bf6104880f0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/validator/zipball/4a87a29d0ebca780a90b7aaba02bc04f5678eb36",
- "reference": "4a87a29d0ebca780a90b7aaba02bc04f5678eb36",
+ "url": "https://api.github.com/repos/symfony/validator/zipball/ce65d7802d78e43d46669bfa08521bf6104880f0",
+ "reference": "ce65d7802d78e43d46669bfa08521bf6104880f0",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "~1.0",
"symfony/polyfill-php80": "^1.16",
- "symfony/translation-contracts": "^1.1|^2"
+ "symfony/polyfill-php81": "^1.22",
+ "symfony/translation-contracts": "^1.1|^2|^3"
},
"conflict": {
- "doctrine/lexer": "<1.0.2",
- "phpunit/phpunit": "<5.4.3",
+ "doctrine/annotations": "<1.13",
+ "doctrine/cache": "<1.11",
+ "doctrine/lexer": "<1.1",
"symfony/dependency-injection": "<4.4",
"symfony/expression-language": "<5.1",
"symfony/http-kernel": "<4.4",
@@ -12690,24 +13447,24 @@
"symfony/yaml": "<4.4"
},
"require-dev": {
- "doctrine/annotations": "^1.10.4",
- "doctrine/cache": "^1.0|^2.0",
- "egulias/email-validator": "^2.1.10|^3",
- "symfony/cache": "^4.4|^5.0",
- "symfony/config": "^4.4|^5.0",
- "symfony/console": "^4.4|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/expression-language": "^5.1",
- "symfony/finder": "^4.4|^5.0",
- "symfony/http-client": "^4.4|^5.0",
- "symfony/http-foundation": "^4.4|^5.0",
- "symfony/http-kernel": "^4.4|^5.0",
- "symfony/intl": "^4.4|^5.0",
- "symfony/mime": "^4.4|^5.0",
- "symfony/property-access": "^4.4|^5.0",
- "symfony/property-info": "^5.3",
- "symfony/translation": "^4.4|^5.0",
- "symfony/yaml": "^4.4|^5.0"
+ "doctrine/annotations": "^1.13|^2",
+ "doctrine/cache": "^1.11|^2.0",
+ "egulias/email-validator": "^2.1.10|^3|^4",
+ "symfony/cache": "^4.4|^5.0|^6.0",
+ "symfony/config": "^4.4|^5.0|^6.0",
+ "symfony/console": "^4.4|^5.0|^6.0",
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
+ "symfony/expression-language": "^5.1|^6.0",
+ "symfony/finder": "^4.4|^5.0|^6.0",
+ "symfony/http-client": "^4.4|^5.0|^6.0",
+ "symfony/http-foundation": "^4.4|^5.0|^6.0",
+ "symfony/http-kernel": "^4.4|^5.0|^6.0",
+ "symfony/intl": "^4.4|^5.0|^6.0",
+ "symfony/mime": "^4.4|^5.0|^6.0",
+ "symfony/property-access": "^4.4|^5.0|^6.0",
+ "symfony/property-info": "^5.3|^6.0",
+ "symfony/translation": "^4.4|^5.0|^6.0",
+ "symfony/yaml": "^4.4|^5.0|^6.0"
},
"suggest": {
"egulias/email-validator": "Strict (RFC compliant) email validation",
@@ -12747,7 +13504,7 @@
"description": "Provides tools to validate values",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/validator/tree/v5.3.6"
+ "source": "https://github.com/symfony/validator/tree/v5.4.30"
},
"funding": [
{
@@ -12763,20 +13520,20 @@
"type": "tidelift"
}
],
- "time": "2021-07-29T06:36:31+00:00"
+ "time": "2023-10-27T07:38:31+00:00"
},
{
"name": "symfony/var-dumper",
- "version": "v5.3.11",
+ "version": "v5.4.29",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
- "reference": "a029b3a11b757f9cc8693040339153b4745a913f"
+ "reference": "6172e4ae3534d25ee9e07eb487c20be7760fcc65"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/var-dumper/zipball/a029b3a11b757f9cc8693040339153b4745a913f",
- "reference": "a029b3a11b757f9cc8693040339153b4745a913f",
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/6172e4ae3534d25ee9e07eb487c20be7760fcc65",
+ "reference": "6172e4ae3534d25ee9e07eb487c20be7760fcc65",
"shasum": ""
},
"require": {
@@ -12785,13 +13542,14 @@
"symfony/polyfill-php80": "^1.16"
},
"conflict": {
- "phpunit/phpunit": "<5.4.3",
"symfony/console": "<4.4"
},
"require-dev": {
"ext-iconv": "*",
- "symfony/console": "^4.4|^5.0",
- "symfony/process": "^4.4|^5.0",
+ "symfony/console": "^4.4|^5.0|^6.0",
+ "symfony/http-kernel": "^4.4|^5.0|^6.0",
+ "symfony/process": "^4.4|^5.0|^6.0",
+ "symfony/uid": "^5.1|^6.0",
"twig/twig": "^2.13|^3.0.4"
},
"suggest": {
@@ -12835,7 +13593,7 @@
"dump"
],
"support": {
- "source": "https://github.com/symfony/var-dumper/tree/v5.3.11"
+ "source": "https://github.com/symfony/var-dumper/tree/v5.4.29"
},
"funding": [
{
@@ -12851,20 +13609,20 @@
"type": "tidelift"
}
],
- "time": "2021-11-12T11:38:27+00:00"
+ "time": "2023-09-12T10:09:58+00:00"
},
{
"name": "symfony/var-exporter",
- "version": "v5.3.4",
+ "version": "v5.4.26",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
- "reference": "b7898a65fc91e7c41de7a88c7db9aee9c0d432f0"
+ "reference": "11401fe94f960249b3c63a488c63ba73091c1e4a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/var-exporter/zipball/b7898a65fc91e7c41de7a88c7db9aee9c0d432f0",
- "reference": "b7898a65fc91e7c41de7a88c7db9aee9c0d432f0",
+ "url": "https://api.github.com/repos/symfony/var-exporter/zipball/11401fe94f960249b3c63a488c63ba73091c1e4a",
+ "reference": "11401fe94f960249b3c63a488c63ba73091c1e4a",
"shasum": ""
},
"require": {
@@ -12872,7 +13630,7 @@
"symfony/polyfill-php80": "^1.16"
},
"require-dev": {
- "symfony/var-dumper": "^4.4.9|^5.0.9"
+ "symfony/var-dumper": "^4.4.9|^5.0.9|^6.0"
},
"type": "library",
"autoload": {
@@ -12908,7 +13666,7 @@
"serialize"
],
"support": {
- "source": "https://github.com/symfony/var-exporter/tree/v5.3.4"
+ "source": "https://github.com/symfony/var-exporter/tree/v5.4.26"
},
"funding": [
{
@@ -12924,20 +13682,20 @@
"type": "tidelift"
}
],
- "time": "2021-07-21T12:38:00+00:00"
+ "time": "2023-07-20T07:21:16+00:00"
},
{
"name": "symfony/web-link",
- "version": "v5.3.4",
+ "version": "v5.4.21",
"source": {
"type": "git",
"url": "https://github.com/symfony/web-link.git",
- "reference": "0075c9949c30a61d9b9e7483686d72d261480ef1"
+ "reference": "57c03a5e89ed7c2d7a1a09258dfec12f95f95adb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/web-link/zipball/0075c9949c30a61d9b9e7483686d72d261480ef1",
- "reference": "0075c9949c30a61d9b9e7483686d72d261480ef1",
+ "url": "https://api.github.com/repos/symfony/web-link/zipball/57c03a5e89ed7c2d7a1a09258dfec12f95f95adb",
+ "reference": "57c03a5e89ed7c2d7a1a09258dfec12f95f95adb",
"shasum": ""
},
"require": {
@@ -12952,7 +13710,7 @@
"psr/link-implementation": "1.0"
},
"require-dev": {
- "symfony/http-kernel": "^5.3"
+ "symfony/http-kernel": "^5.3|^6.0"
},
"suggest": {
"symfony/http-kernel": ""
@@ -12995,7 +13753,7 @@
"push"
],
"support": {
- "source": "https://github.com/symfony/web-link/tree/v5.3.4"
+ "source": "https://github.com/symfony/web-link/tree/v5.4.21"
},
"funding": [
{
@@ -13011,42 +13769,43 @@
"type": "tidelift"
}
],
- "time": "2021-07-21T12:40:44+00:00"
+ "time": "2023-02-14T08:03:56+00:00"
},
{
"name": "symfony/web-profiler-bundle",
- "version": "v5.3.5",
+ "version": "v5.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/web-profiler-bundle.git",
- "reference": "95fb24b09551688a09cffac95a2ddbb907833f07"
+ "reference": "3ad75bc82e91d33cc3aff6639e62da765bfbe346"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/95fb24b09551688a09cffac95a2ddbb907833f07",
- "reference": "95fb24b09551688a09cffac95a2ddbb907833f07",
+ "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/3ad75bc82e91d33cc3aff6639e62da765bfbe346",
+ "reference": "3ad75bc82e91d33cc3aff6639e62da765bfbe346",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/config": "^4.4|^5.0",
- "symfony/framework-bundle": "^5.3",
- "symfony/http-kernel": "^5.3",
+ "symfony/config": "^4.4|^5.0|^6.0",
+ "symfony/framework-bundle": "^5.3|^6.0",
+ "symfony/http-kernel": "^5.3|^6.0",
"symfony/polyfill-php80": "^1.16",
- "symfony/routing": "^4.4|^5.0",
- "symfony/twig-bundle": "^4.4|^5.0",
+ "symfony/routing": "^4.4|^5.0|^6.0",
+ "symfony/twig-bundle": "^4.4|^5.0|^6.0",
"twig/twig": "^2.13|^3.0.4"
},
"conflict": {
"symfony/dependency-injection": "<5.2",
"symfony/form": "<4.4",
+ "symfony/mailer": "<5.4",
"symfony/messenger": "<4.4"
},
"require-dev": {
- "symfony/browser-kit": "^4.4|^5.0",
- "symfony/console": "^4.4|^5.0",
- "symfony/css-selector": "^4.4|^5.0",
- "symfony/stopwatch": "^4.4|^5.0"
+ "symfony/browser-kit": "^4.4|^5.0|^6.0",
+ "symfony/console": "^4.4|^5.0|^6.0",
+ "symfony/css-selector": "^4.4|^5.0|^6.0",
+ "symfony/stopwatch": "^4.4|^5.0|^6.0"
},
"type": "symfony-bundle",
"autoload": {
@@ -13074,7 +13833,7 @@
"description": "Provides a development tool that gives detailed information about the execution of any request",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.3.5"
+ "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.4.30"
},
"funding": [
{
@@ -13090,20 +13849,20 @@
"type": "tidelift"
}
],
- "time": "2021-07-27T04:28:53+00:00"
+ "time": "2023-10-11T08:22:16+00:00"
},
{
"name": "symfony/web-server-bundle",
- "version": "v4.4.27",
+ "version": "v4.4.44",
"source": {
"type": "git",
"url": "https://github.com/symfony/web-server-bundle.git",
- "reference": "c283d46b40b1c9dee20771433a19fa7f4a9bb97a"
+ "reference": "b58e4ab115c6f6879f6e0de35c08b2dfd9e24c3b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/web-server-bundle/zipball/c283d46b40b1c9dee20771433a19fa7f4a9bb97a",
- "reference": "c283d46b40b1c9dee20771433a19fa7f4a9bb97a",
+ "url": "https://api.github.com/repos/symfony/web-server-bundle/zipball/b58e4ab115c6f6879f6e0de35c08b2dfd9e24c3b",
+ "reference": "b58e4ab115c6f6879f6e0de35c08b2dfd9e24c3b",
"shasum": ""
},
"require": {
@@ -13146,7 +13905,7 @@
"description": "Provides commands for running applications using the PHP built-in web server",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/web-server-bundle/tree/v4.4.27"
+ "source": "https://github.com/symfony/web-server-bundle/tree/v4.4.44"
},
"funding": [
{
@@ -13162,35 +13921,38 @@
"type": "tidelift"
}
],
- "time": "2021-07-21T12:19:41+00:00"
+ "abandoned": true,
+ "time": "2022-06-27T13:16:42+00:00"
},
{
"name": "symfony/webpack-encore-bundle",
- "version": "v1.12.0",
+ "version": "v1.17.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/webpack-encore-bundle.git",
- "reference": "9943a59f8551b7a8181e19a2b4efa60e5907c667"
+ "reference": "471ebbc03072dad6e31840dc317bc634a32785f5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/webpack-encore-bundle/zipball/9943a59f8551b7a8181e19a2b4efa60e5907c667",
- "reference": "9943a59f8551b7a8181e19a2b4efa60e5907c667",
+ "url": "https://api.github.com/repos/symfony/webpack-encore-bundle/zipball/471ebbc03072dad6e31840dc317bc634a32785f5",
+ "reference": "471ebbc03072dad6e31840dc317bc634a32785f5",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
- "symfony/asset": "^4.4 || ^5.0",
- "symfony/config": "^4.4 || ^5.0",
- "symfony/dependency-injection": "^4.4 || ^5.0",
- "symfony/http-kernel": "^4.4 || ^5.0",
- "symfony/service-contracts": "^1.0 || ^2.0"
+ "symfony/asset": "^4.4 || ^5.0 || ^6.0",
+ "symfony/config": "^4.4 || ^5.0 || ^6.0",
+ "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0",
+ "symfony/deprecation-contracts": "^2.1 || ^3.0",
+ "symfony/http-kernel": "^4.4 || ^5.0 || ^6.0",
+ "symfony/polyfill-php80": "^1.25.0",
+ "symfony/service-contracts": "^1.0 || ^2.0 || ^3.0"
},
"require-dev": {
- "symfony/framework-bundle": "^4.4 || ^5.0",
- "symfony/phpunit-bridge": "^4.4 || ^5.0",
- "symfony/twig-bundle": "^4.4 || ^5.0",
- "symfony/web-link": "^4.4 || ^5.0"
+ "symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0",
+ "symfony/phpunit-bridge": "^5.3 || ^6.0",
+ "symfony/twig-bundle": "^4.4 || ^5.0 || ^6.0",
+ "symfony/web-link": "^4.4 || ^5.0 || ^6.0"
},
"type": "symfony-bundle",
"extra": {
@@ -13217,7 +13979,7 @@
"description": "Integration with your Symfony app & Webpack Encore!",
"support": {
"issues": "https://github.com/symfony/webpack-encore-bundle/issues",
- "source": "https://github.com/symfony/webpack-encore-bundle/tree/v1.12.0"
+ "source": "https://github.com/symfony/webpack-encore-bundle/tree/v1.17.2"
},
"funding": [
{
@@ -13233,32 +13995,32 @@
"type": "tidelift"
}
],
- "time": "2021-06-18T19:13:11+00:00"
+ "time": "2023-09-26T14:36:28+00:00"
},
{
"name": "symfony/yaml",
- "version": "v5.3.6",
+ "version": "v5.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
- "reference": "4500fe63dc9c6ffc32d3b1cb0448c329f9c814b7"
+ "reference": "c6980e82a6656f6ebfabfd82f7585794cb122554"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/yaml/zipball/4500fe63dc9c6ffc32d3b1cb0448c329f9c814b7",
- "reference": "4500fe63dc9c6ffc32d3b1cb0448c329f9c814b7",
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/c6980e82a6656f6ebfabfd82f7585794cb122554",
+ "reference": "c6980e82a6656f6ebfabfd82f7585794cb122554",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/polyfill-ctype": "~1.8"
+ "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/polyfill-ctype": "^1.8"
},
"conflict": {
- "symfony/console": "<4.4"
+ "symfony/console": "<5.3"
},
"require-dev": {
- "symfony/console": "^4.4|^5.0"
+ "symfony/console": "^5.3|^6.0"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
@@ -13292,7 +14054,7 @@
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/yaml/tree/v5.3.6"
+ "source": "https://github.com/symfony/yaml/tree/v5.4.30"
},
"funding": [
{
@@ -13308,247 +14070,80 @@
"type": "tidelift"
}
],
- "time": "2021-07-29T06:20:01+00:00"
- },
- {
- "name": "symplify/autowire-array-parameter",
- "version": "8.3.48",
- "source": {
- "type": "git",
- "url": "https://github.com/symplify/autowire-array-parameter.git",
- "reference": "721e29f2e656cc3cf1101fcc0dbb4f4a44d9309b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symplify/autowire-array-parameter/zipball/721e29f2e656cc3cf1101fcc0dbb4f4a44d9309b",
- "reference": "721e29f2e656cc3cf1101fcc0dbb4f4a44d9309b",
- "shasum": ""
- },
- "require": {
- "nette/utils": "^3.0",
- "php": ">=7.2",
- "symfony/dependency-injection": "^4.4|^5.1",
- "symplify/package-builder": "^8.3.48"
- },
- "require-dev": {
- "phpunit/phpunit": "^8.5|^9.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "8.4-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symplify\\AutowireArrayParameter\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "Autowire array parameters for your Symfony applications",
- "support": {
- "source": "https://github.com/symplify/autowire-array-parameter/tree/8.3.48"
- },
- "funding": [
- {
- "url": "https://www.paypal.me/rectorphp",
- "type": "custom"
- },
- {
- "url": "https://github.com/tomasvotruba",
- "type": "github"
- }
- ],
- "time": "2020-10-26T10:38:48+00:00"
- },
- {
- "name": "symplify/package-builder",
- "version": "8.3.48",
- "source": {
- "type": "git",
- "url": "https://github.com/symplify/package-builder.git",
- "reference": "d262d5c2043c669f145d3eabf7d8114ae64cf169"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symplify/package-builder/zipball/d262d5c2043c669f145d3eabf7d8114ae64cf169",
- "reference": "d262d5c2043c669f145d3eabf7d8114ae64cf169",
- "shasum": ""
- },
- "require": {
- "nette/finder": "^2.5",
- "nette/utils": "^3.0",
- "php": ">=7.2",
- "symfony/config": "^4.4|^5.1",
- "symfony/console": "^4.4|^5.1",
- "symfony/dependency-injection": "^4.4|^5.1",
- "symfony/finder": "^4.4|^5.1",
- "symfony/http-kernel": "^4.4|^5.1",
- "symfony/yaml": "^4.4|^5.1",
- "symplify/autowire-array-parameter": "^8.3.48",
- "symplify/symplify-kernel": "^8.3.48"
- },
- "require-dev": {
- "phpunit/phpunit": "^8.5|^9.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "8.4-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symplify\\PackageBuilder\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "Dependency Injection, Console and Kernel toolkit for Symplify packages.",
- "support": {
- "source": "https://github.com/symplify/package-builder/tree/8.3.48"
- },
- "funding": [
- {
- "url": "https://www.paypal.me/rectorphp",
- "type": "custom"
- },
- {
- "url": "https://github.com/tomasvotruba",
- "type": "github"
- }
- ],
- "time": "2020-10-26T10:38:48+00:00"
+ "time": "2023-10-27T18:36:14+00:00"
},
{
- "name": "symplify/smart-file-system",
- "version": "8.3.48",
+ "name": "symfonycasts/reset-password-bundle",
+ "version": "v1.18.0",
"source": {
"type": "git",
- "url": "https://github.com/symplify/smart-file-system.git",
- "reference": "4146069c725b7c6e2f53924a151286f1e26c132f"
+ "url": "https://github.com/SymfonyCasts/reset-password-bundle.git",
+ "reference": "9906cebac5676adf5d05384dfeebd7cac7c0da83"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symplify/smart-file-system/zipball/4146069c725b7c6e2f53924a151286f1e26c132f",
- "reference": "4146069c725b7c6e2f53924a151286f1e26c132f",
+ "url": "https://api.github.com/repos/SymfonyCasts/reset-password-bundle/zipball/9906cebac5676adf5d05384dfeebd7cac7c0da83",
+ "reference": "9906cebac5676adf5d05384dfeebd7cac7c0da83",
"shasum": ""
},
"require": {
- "nette/utils": "^3.0",
- "php": ">=7.2",
- "symfony/filesystem": "^4.4|^5.1",
- "symfony/finder": "^4.4|^5.1"
- },
- "require-dev": {
- "nette/finder": "^2.5",
- "phpunit/phpunit": "^8.5|^9.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "8.4-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symplify\\SmartFileSystem\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "Sanitized FileInfo with safe getRealPath() and other handy methods",
- "support": {
- "source": "https://github.com/symplify/smart-file-system/tree/8.3.48"
- },
- "funding": [
- {
- "url": "https://www.paypal.me/rectorphp",
- "type": "custom"
- },
- {
- "url": "https://github.com/tomasvotruba",
- "type": "github"
- }
- ],
- "time": "2020-10-26T10:38:48+00:00"
- },
- {
- "name": "symplify/symplify-kernel",
- "version": "8.3.48",
- "source": {
- "type": "git",
- "url": "https://github.com/symplify/symplify-kernel.git",
- "reference": "c79dc6ce559b408c08e9fbc044f59cbb64961cf9"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symplify/symplify-kernel/zipball/c79dc6ce559b408c08e9fbc044f59cbb64961cf9",
- "reference": "c79dc6ce559b408c08e9fbc044f59cbb64961cf9",
- "shasum": ""
+ "ext-json": "*",
+ "php": ">=7.2.5",
+ "symfony/config": "^5.4 | ^6.0",
+ "symfony/dependency-injection": "^5.4 | ^6.0",
+ "symfony/deprecation-contracts": "^2.2 | ^3.0",
+ "symfony/http-kernel": "^5.4 | ^6.0"
},
- "require": {
- "php": ">=7.2",
- "symfony/console": "^4.4|^5.1",
- "symfony/dependency-injection": "^4.4|^5.1",
- "symfony/http-kernel": "^4.4|^5.1",
- "symplify/package-builder": "^8.3.48",
- "symplify/smart-file-system": "^8.3.48"
+ "conflict": {
+ "doctrine/orm": "<2.7",
+ "php": ">=8.1 <8.1.10"
},
"require-dev": {
- "phpunit/phpunit": "^8.5|^9.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "8.4-dev"
- }
+ "doctrine/annotations": "^1.0",
+ "doctrine/doctrine-bundle": "^2.0.3",
+ "doctrine/orm": "^2.7",
+ "symfony/framework-bundle": "^5.4 | ^6.0",
+ "symfony/phpunit-bridge": "^5.4 | ^6.0"
},
+ "type": "symfony-bundle",
"autoload": {
"psr-4": {
- "Symplify\\SymplifyKernel\\": "src"
+ "SymfonyCasts\\Bundle\\ResetPassword\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
- "description": "Internal Kernel for Symplify packages",
+ "description": "Symfony bundle that adds password reset functionality.",
"support": {
- "issues": "https://github.com/symplify/symplify-kernel/issues",
- "source": "https://github.com/symplify/symplify-kernel/tree/8.3.48"
+ "issues": "https://github.com/SymfonyCasts/reset-password-bundle/issues",
+ "source": "https://github.com/SymfonyCasts/reset-password-bundle/tree/v1.18.0"
},
- "time": "2020-10-26T10:38:48+00:00"
+ "time": "2023-09-19T14:10:50+00:00"
},
{
"name": "tightenco/collect",
- "version": "v7.26.1",
+ "version": "v8.83.27",
"source": {
"type": "git",
"url": "https://github.com/tighten/collect.git",
- "reference": "5e460929279ad806e59fc731e649e9b25fc8774a"
+ "reference": "07eed6cf7441c7a69c379fdcb118eec1a1fdd0e6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/tighten/collect/zipball/5e460929279ad806e59fc731e649e9b25fc8774a",
- "reference": "5e460929279ad806e59fc731e649e9b25fc8774a",
+ "url": "https://api.github.com/repos/tighten/collect/zipball/07eed6cf7441c7a69c379fdcb118eec1a1fdd0e6",
+ "reference": "07eed6cf7441c7a69c379fdcb118eec1a1fdd0e6",
"shasum": ""
},
"require": {
- "php": "^7.1.3",
- "symfony/var-dumper": "^3.4 || ^4.0 || ^5.0"
+ "php": "^7.3|^8.0",
+ "symfony/var-dumper": "^3.4 || ^4.0 || ^5.0 || ^6.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"nesbot/carbon": "^2.23.0",
- "phpunit/phpunit": "^7.0"
+ "phpunit/phpunit": "^8.3"
},
"type": "library",
"autoload": {
@@ -13577,38 +14172,33 @@
],
"support": {
"issues": "https://github.com/tighten/collect/issues",
- "source": "https://github.com/tighten/collect/tree/v7.26.1"
+ "source": "https://github.com/tighten/collect/tree/v8.83.27"
},
- "time": "2020-09-05T00:05:48+00:00"
+ "time": "2023-01-13T18:05:42+00:00"
},
{
"name": "twig/cache-extra",
- "version": "v3.3.1",
+ "version": "v3.7.0",
"source": {
"type": "git",
"url": "https://github.com/twigphp/cache-extra.git",
- "reference": "c2349081812a6820aa2b164f22e6aaf0d459ae0c"
+ "reference": "672a70d21c001ac5a75827445c42203bf21ff1aa"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/twigphp/cache-extra/zipball/c2349081812a6820aa2b164f22e6aaf0d459ae0c",
- "reference": "c2349081812a6820aa2b164f22e6aaf0d459ae0c",
+ "url": "https://api.github.com/repos/twigphp/cache-extra/zipball/672a70d21c001ac5a75827445c42203bf21ff1aa",
+ "reference": "672a70d21c001ac5a75827445c42203bf21ff1aa",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/cache": "^5.0",
+ "symfony/cache": "^5.0|^6.0",
"twig/twig": "^2.4|^3.0"
},
"require-dev": {
- "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
+ "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.2-dev"
- }
- },
"autoload": {
"psr-4": {
"Twig\\Extra\\Cache\\": ""
@@ -13637,7 +14227,7 @@
"twig"
],
"support": {
- "source": "https://github.com/twigphp/cache-extra/tree/v3.3.1"
+ "source": "https://github.com/twigphp/cache-extra/tree/v3.7.0"
},
"funding": [
{
@@ -13649,30 +14239,31 @@
"type": "tidelift"
}
],
- "time": "2021-05-12T07:47:40+00:00"
+ "time": "2023-02-09T06:45:16+00:00"
},
{
"name": "twig/extra-bundle",
- "version": "v3.3.1",
+ "version": "v3.7.1",
"source": {
"type": "git",
"url": "https://github.com/twigphp/twig-extra-bundle.git",
- "reference": "e12a8ee63387abb83fb7e4c897663bfb94ac22b6"
+ "reference": "f10baafe6eb0ecd615d52d5cbfb713a39f68e8f3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/e12a8ee63387abb83fb7e4c897663bfb94ac22b6",
- "reference": "e12a8ee63387abb83fb7e4c897663bfb94ac22b6",
+ "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/f10baafe6eb0ecd615d52d5cbfb713a39f68e8f3",
+ "reference": "f10baafe6eb0ecd615d52d5cbfb713a39f68e8f3",
"shasum": ""
},
"require": {
- "php": "^7.1.3|^8.0",
- "symfony/framework-bundle": "^4.3|^5.0",
- "symfony/twig-bundle": "^4.3|^5.0",
- "twig/twig": "^2.4|^3.0"
+ "php": ">=7.2.5",
+ "symfony/framework-bundle": "^5.4|^6.0",
+ "symfony/twig-bundle": "^5.4|^6.0",
+ "twig/twig": "^2.7|^3.0"
},
"require-dev": {
- "symfony/phpunit-bridge": "^4.4.9|^5.0.9",
+ "league/commonmark": "^1.0|^2.0",
+ "symfony/phpunit-bridge": "^5.4|^6.3",
"twig/cache-extra": "^3.0",
"twig/cssinliner-extra": "^2.12|^3.0",
"twig/html-extra": "^2.12|^3.0",
@@ -13682,11 +14273,6 @@
"twig/string-extra": "^2.12|^3.0"
},
"type": "symfony-bundle",
- "extra": {
- "branch-alias": {
- "dev-master": "3.2-dev"
- }
- },
"autoload": {
"psr-4": {
"Twig\\Extra\\TwigExtraBundle\\": ""
@@ -13715,7 +14301,7 @@
"twig"
],
"support": {
- "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.3.1"
+ "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.7.1"
},
"funding": [
{
@@ -13727,42 +14313,34 @@
"type": "tidelift"
}
],
- "time": "2021-05-12T07:47:40+00:00"
+ "time": "2023-07-29T15:34:56+00:00"
},
{
- "name": "twig/markdown-extra",
- "version": "v3.3.1",
+ "name": "twig/html-extra",
+ "version": "v3.7.1",
"source": {
"type": "git",
- "url": "https://github.com/twigphp/markdown-extra.git",
- "reference": "a9fe276dbb7f837c3f4ecc6dad89bcccb9fc8bc9"
+ "url": "https://github.com/twigphp/html-extra.git",
+ "reference": "95ceb36e70fa8d07af08cf5135ecbf5e0bd8f386"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/twigphp/markdown-extra/zipball/a9fe276dbb7f837c3f4ecc6dad89bcccb9fc8bc9",
- "reference": "a9fe276dbb7f837c3f4ecc6dad89bcccb9fc8bc9",
+ "url": "https://api.github.com/repos/twigphp/html-extra/zipball/95ceb36e70fa8d07af08cf5135ecbf5e0bd8f386",
+ "reference": "95ceb36e70fa8d07af08cf5135ecbf5e0bd8f386",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
- "twig/twig": "^2.4|^3.0"
+ "symfony/mime": "^5.4|^6.0",
+ "twig/twig": "^2.7|^3.0"
},
"require-dev": {
- "erusev/parsedown": "^1.7",
- "league/commonmark": "^1.0",
- "league/html-to-markdown": "^4.8|^5.0",
- "michelf/php-markdown": "^1.8",
- "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
+ "symfony/phpunit-bridge": "^5.4|^6.3"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.2-dev"
- }
- },
"autoload": {
"psr-4": {
- "Twig\\Extra\\Markdown\\": ""
+ "Twig\\Extra\\Html\\": ""
},
"exclude-from-classmap": [
"/Tests/"
@@ -13780,15 +14358,14 @@
"role": "Lead Developer"
}
],
- "description": "A Twig extension for Markdown",
+ "description": "A Twig extension for HTML",
"homepage": "https://twig.symfony.com",
"keywords": [
"html",
- "markdown",
"twig"
],
"support": {
- "source": "https://github.com/twigphp/markdown-extra/tree/v3.3.1"
+ "source": "https://github.com/twigphp/html-extra/tree/v3.7.1"
},
"funding": [
{
@@ -13800,37 +14377,164 @@
"type": "tidelift"
}
],
- "time": "2021-04-01T12:19:25+00:00"
+ "time": "2023-07-29T15:34:56+00:00"
},
{
- "name": "twig/twig",
- "version": "v3.3.8",
+ "name": "twig/intl-extra",
+ "version": "v3.7.1",
"source": {
"type": "git",
- "url": "https://github.com/twigphp/Twig.git",
- "reference": "972d8604a92b7054828b539f2febb0211dd5945c"
+ "url": "https://github.com/twigphp/intl-extra.git",
+ "reference": "4f4fe572f635534649cc069e1dafe4a8ad63774d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/twigphp/Twig/zipball/972d8604a92b7054828b539f2febb0211dd5945c",
- "reference": "972d8604a92b7054828b539f2febb0211dd5945c",
+ "url": "https://api.github.com/repos/twigphp/intl-extra/zipball/4f4fe572f635534649cc069e1dafe4a8ad63774d",
+ "reference": "4f4fe572f635534649cc069e1dafe4a8ad63774d",
"shasum": ""
},
"require": {
- "php": ">=7.2.5",
- "symfony/polyfill-ctype": "^1.8",
- "symfony/polyfill-mbstring": "^1.3"
+ "php": ">=7.1.3",
+ "symfony/intl": "^5.4|^6.0",
+ "twig/twig": "^2.7|^3.0"
},
"require-dev": {
- "psr/container": "^1.0",
- "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
+ "symfony/phpunit-bridge": "^5.4|^6.3"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.3-dev"
+ "autoload": {
+ "psr-4": {
+ "Twig\\Extra\\Intl\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com",
+ "homepage": "http://fabien.potencier.org",
+ "role": "Lead Developer"
}
+ ],
+ "description": "A Twig extension for Intl",
+ "homepage": "https://twig.symfony.com",
+ "keywords": [
+ "intl",
+ "twig"
+ ],
+ "support": {
+ "source": "https://github.com/twigphp/intl-extra/tree/v3.7.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/twig/twig",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-07-29T15:34:56+00:00"
+ },
+ {
+ "name": "twig/markdown-extra",
+ "version": "v3.7.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/twigphp/markdown-extra.git",
+ "reference": "83dfa86a0379f784ea30bdb9c15a356b8aabf780"
},
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/twigphp/markdown-extra/zipball/83dfa86a0379f784ea30bdb9c15a356b8aabf780",
+ "reference": "83dfa86a0379f784ea30bdb9c15a356b8aabf780",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1.3",
+ "twig/twig": "^2.7|^3.0"
+ },
+ "require-dev": {
+ "erusev/parsedown": "^1.7",
+ "league/commonmark": "^1.0|^2.0",
+ "league/html-to-markdown": "^4.8|^5.0",
+ "michelf/php-markdown": "^1.8|^2.0",
+ "symfony/phpunit-bridge": "^5.4|^6.3"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Twig\\Extra\\Markdown\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com",
+ "homepage": "http://fabien.potencier.org",
+ "role": "Lead Developer"
+ }
+ ],
+ "description": "A Twig extension for Markdown",
+ "homepage": "https://twig.symfony.com",
+ "keywords": [
+ "html",
+ "markdown",
+ "twig"
+ ],
+ "support": {
+ "source": "https://github.com/twigphp/markdown-extra/tree/v3.7.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/twig/twig",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-07-29T15:34:56+00:00"
+ },
+ {
+ "name": "twig/twig",
+ "version": "v3.7.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/twigphp/Twig.git",
+ "reference": "a0ce373a0ca3bf6c64b9e3e2124aca502ba39554"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/twigphp/Twig/zipball/a0ce373a0ca3bf6c64b9e3e2124aca502ba39554",
+ "reference": "a0ce373a0ca3bf6c64b9e3e2124aca502ba39554",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.2.5",
+ "symfony/polyfill-ctype": "^1.8",
+ "symfony/polyfill-mbstring": "^1.3"
+ },
+ "require-dev": {
+ "psr/container": "^1.0|^2.0",
+ "symfony/phpunit-bridge": "^5.4.9|^6.3"
+ },
+ "type": "library",
"autoload": {
"psr-4": {
"Twig\\": "src/"
@@ -13864,7 +14568,7 @@
],
"support": {
"issues": "https://github.com/twigphp/Twig/issues",
- "source": "https://github.com/twigphp/Twig/tree/v3.3.8"
+ "source": "https://github.com/twigphp/Twig/tree/v3.7.1"
},
"funding": [
{
@@ -13876,7 +14580,7 @@
"type": "tidelift"
}
],
- "time": "2022-02-04T06:59:48+00:00"
+ "time": "2023-08-28T11:09:02+00:00"
},
{
"name": "ua-parser/uap-php",
@@ -13943,31 +14647,31 @@
},
{
"name": "webimpress/safe-writer",
- "version": "2.1.0",
+ "version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/webimpress/safe-writer.git",
- "reference": "5cfafdec5873c389036f14bf832a5efc9390dcdd"
+ "reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/webimpress/safe-writer/zipball/5cfafdec5873c389036f14bf832a5efc9390dcdd",
- "reference": "5cfafdec5873c389036f14bf832a5efc9390dcdd",
+ "url": "https://api.github.com/repos/webimpress/safe-writer/zipball/9d37cc8bee20f7cb2f58f6e23e05097eab5072e6",
+ "reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6",
"shasum": ""
},
"require": {
- "php": "^7.2 || ^8.0"
+ "php": "^7.3 || ^8.0"
},
"require-dev": {
- "phpunit/phpunit": "^8.5.8 || ^9.3.7",
- "vimeo/psalm": "^3.14.2",
- "webimpress/coding-standard": "^1.1.5"
+ "phpunit/phpunit": "^9.5.4",
+ "vimeo/psalm": "^4.7",
+ "webimpress/coding-standard": "^1.2.2"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.1.x-dev",
- "dev-develop": "2.2.x-dev",
+ "dev-master": "2.2.x-dev",
+ "dev-develop": "2.3.x-dev",
"dev-release-1.0": "1.0.x-dev"
}
},
@@ -13990,7 +14694,7 @@
],
"support": {
"issues": "https://github.com/webimpress/safe-writer/issues",
- "source": "https://github.com/webimpress/safe-writer/tree/master"
+ "source": "https://github.com/webimpress/safe-writer/tree/2.2.0"
},
"funding": [
{
@@ -13998,25 +14702,25 @@
"type": "github"
}
],
- "time": "2020-08-25T07:21:11+00:00"
+ "time": "2021-04-19T16:34:45+00:00"
},
{
"name": "webmozart/assert",
- "version": "1.10.0",
+ "version": "1.11.0",
"source": {
"type": "git",
"url": "https://github.com/webmozarts/assert.git",
- "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
+ "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
- "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
+ "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
+ "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
"shasum": ""
},
"require": {
- "php": "^7.2 || ^8.0",
- "symfony/polyfill-ctype": "^1.8"
+ "ext-ctype": "*",
+ "php": "^7.2 || ^8.0"
},
"conflict": {
"phpstan/phpstan": "<0.12.20",
@@ -14054,89 +14758,42 @@
],
"support": {
"issues": "https://github.com/webmozarts/assert/issues",
- "source": "https://github.com/webmozarts/assert/tree/1.10.0"
+ "source": "https://github.com/webmozarts/assert/tree/1.11.0"
},
- "time": "2021-03-09T10:59:23+00:00"
- },
- {
- "name": "webmozart/path-util",
- "version": "2.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/webmozart/path-util.git",
- "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
- "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3",
- "webmozart/assert": "~1.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.6",
- "sebastian/version": "^1.0.1"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.3-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Webmozart\\PathUtil\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Bernhard Schussek",
- "email": "bschussek@gmail.com"
- }
- ],
- "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
- "support": {
- "issues": "https://github.com/webmozart/path-util/issues",
- "source": "https://github.com/webmozart/path-util/tree/2.3.0"
- },
- "time": "2015-12-17T08:42:14+00:00"
+ "time": "2022-06-03T18:03:27+00:00"
},
{
"name": "webonyx/graphql-php",
- "version": "v0.13.9",
+ "version": "v14.11.10",
"source": {
"type": "git",
"url": "https://github.com/webonyx/graphql-php.git",
- "reference": "d9a94fddcad0a35d4bced212b8a44ad1bc59bdf3"
+ "reference": "d9c2fdebc6aa01d831bc2969da00e8588cffef19"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/d9a94fddcad0a35d4bced212b8a44ad1bc59bdf3",
- "reference": "d9a94fddcad0a35d4bced212b8a44ad1bc59bdf3",
+ "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/d9c2fdebc6aa01d831bc2969da00e8588cffef19",
+ "reference": "d9c2fdebc6aa01d831bc2969da00e8588cffef19",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*",
- "php": "^7.1||^8.0"
+ "php": "^7.1 || ^8"
},
"require-dev": {
+ "amphp/amp": "^2.3",
"doctrine/coding-standard": "^6.0",
- "phpbench/phpbench": "^0.14.0",
- "phpstan/phpstan": "^0.11.4",
- "phpstan/phpstan-phpunit": "^0.11.0",
- "phpstan/phpstan-strict-rules": "^0.11.0",
- "phpunit/phpcov": "^5.0",
- "phpunit/phpunit": "^7.2",
+ "nyholm/psr7": "^1.2",
+ "phpbench/phpbench": "^1.2",
+ "phpstan/extension-installer": "^1.0",
+ "phpstan/phpstan": "0.12.82",
+ "phpstan/phpstan-phpunit": "0.12.18",
+ "phpstan/phpstan-strict-rules": "0.12.9",
+ "phpunit/phpunit": "^7.2 || ^8.5",
"psr/http-message": "^1.0",
- "react/promise": "2.*"
+ "react/promise": "2.*",
+ "simpod/php-coveralls-mirror": "^3.0"
},
"suggest": {
"psr/http-message": "To use standard GraphQL server",
@@ -14160,7 +14817,7 @@
],
"support": {
"issues": "https://github.com/webonyx/graphql-php/issues",
- "source": "https://github.com/webonyx/graphql-php/tree/0.13.x"
+ "source": "https://github.com/webonyx/graphql-php/tree/v14.11.10"
},
"funding": [
{
@@ -14168,32 +14825,32 @@
"type": "open_collective"
}
],
- "time": "2020-07-02T05:49:25+00:00"
+ "time": "2023-07-05T14:23:37+00:00"
},
{
"name": "willdurand/negotiation",
- "version": "v2.3.1",
+ "version": "3.1.0",
"source": {
"type": "git",
"url": "https://github.com/willdurand/Negotiation.git",
- "reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
+ "reference": "68e9ea0553ef6e2ee8db5c1d98829f111e623ec2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
- "reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
+ "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/68e9ea0553ef6e2ee8db5c1d98829f111e623ec2",
+ "reference": "68e9ea0553ef6e2ee8db5c1d98829f111e623ec2",
"shasum": ""
},
"require": {
- "php": ">=5.4.0"
+ "php": ">=7.1.0"
},
"require-dev": {
- "phpunit/phpunit": "~4.5"
+ "symfony/phpunit-bridge": "^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.3-dev"
+ "dev-master": "3.0-dev"
}
},
"autoload": {
@@ -14222,9 +14879,9 @@
],
"support": {
"issues": "https://github.com/willdurand/Negotiation/issues",
- "source": "https://github.com/willdurand/Negotiation/tree/2.x"
+ "source": "https://github.com/willdurand/Negotiation/tree/3.1.0"
},
- "time": "2017-05-14T17:21:12+00:00"
+ "time": "2022-01-30T20:08:53+00:00"
},
{
"name": "xemlock/htmlpurifier-html5",
@@ -14282,15 +14939,269 @@
"time": "2019-08-07T17:19:21+00:00"
}
],
- "packages-dev": [],
+ "packages-dev": [
+ {
+ "name": "phpstan/phpstan",
+ "version": "0.12.100",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phpstan/phpstan.git",
+ "reference": "48236ddf823547081b2b153d1cd2994b784328c3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/48236ddf823547081b2b153d1cd2994b784328c3",
+ "reference": "48236ddf823547081b2b153d1cd2994b784328c3",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.1|^8.0"
+ },
+ "conflict": {
+ "phpstan/phpstan-shim": "*"
+ },
+ "bin": [
+ "phpstan",
+ "phpstan.phar"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "0.12-dev"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "PHPStan - PHP Static Analysis Tool",
+ "support": {
+ "issues": "https://github.com/phpstan/phpstan/issues",
+ "source": "https://github.com/phpstan/phpstan/tree/0.12.100"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/ondrejmirtes",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/phpstan",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2022-11-01T09:52:08+00:00"
+ },
+ {
+ "name": "phpstan/phpstan-doctrine",
+ "version": "0.12.44",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phpstan/phpstan-doctrine.git",
+ "reference": "5fe9a9b15707d9bc5178fa7cf0899e904d112ccd"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/5fe9a9b15707d9bc5178fa7cf0899e904d112ccd",
+ "reference": "5fe9a9b15707d9bc5178fa7cf0899e904d112ccd",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.1 || ^8.0",
+ "phpstan/phpstan": "^0.12.85"
+ },
+ "conflict": {
+ "doctrine/collections": "<1.0",
+ "doctrine/common": "<2.7",
+ "doctrine/mongodb-odm": "<1.2",
+ "doctrine/orm": "<2.5",
+ "doctrine/persistence": "<1.3"
+ },
+ "require-dev": {
+ "doctrine/annotations": "^1.11.0",
+ "doctrine/collections": "^1.6",
+ "doctrine/common": "^2.7 || ^3.0",
+ "doctrine/dbal": "^2.13.1",
+ "doctrine/mongodb-odm": "^1.3 || ^2.1",
+ "doctrine/orm": "^2.9.1",
+ "doctrine/persistence": "^1.1 || ^2.0",
+ "nesbot/carbon": "^2.49",
+ "php-parallel-lint/php-parallel-lint": "^1.2",
+ "phpstan/phpstan-phpunit": "^0.12.16",
+ "phpstan/phpstan-strict-rules": "^0.12.5",
+ "phpunit/phpunit": "^9.5",
+ "ramsey/uuid-doctrine": "^1.5.0"
+ },
+ "type": "phpstan-extension",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "0.12-dev"
+ },
+ "phpstan": {
+ "includes": [
+ "extension.neon",
+ "rules.neon"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "PHPStan\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "Doctrine extensions for PHPStan",
+ "support": {
+ "issues": "https://github.com/phpstan/phpstan-doctrine/issues",
+ "source": "https://github.com/phpstan/phpstan-doctrine/tree/0.12.44"
+ },
+ "time": "2021-09-01T06:46:16+00:00"
+ },
+ {
+ "name": "phpstan/phpstan-symfony",
+ "version": "0.12.44",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phpstan/phpstan-symfony.git",
+ "reference": "c1627fce5b505b3f53d9d4fbd4d7963603305f98"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/c1627fce5b505b3f53d9d4fbd4d7963603305f98",
+ "reference": "c1627fce5b505b3f53d9d4fbd4d7963603305f98",
+ "shasum": ""
+ },
+ "require": {
+ "ext-simplexml": "*",
+ "php": "^7.1 || ^8.0",
+ "phpstan/phpstan": "^0.12.98"
+ },
+ "conflict": {
+ "symfony/framework-bundle": "<3.0"
+ },
+ "require-dev": {
+ "php-parallel-lint/php-parallel-lint": "^1.2",
+ "phpstan/phpstan-phpunit": "^0.12.16",
+ "phpstan/phpstan-strict-rules": "^0.12.5",
+ "phpunit/phpunit": "^9.5",
+ "symfony/config": "^4.2 || ^5.0",
+ "symfony/console": "^4.0 || ^5.0",
+ "symfony/framework-bundle": "^4.4 || ^5.0",
+ "symfony/http-foundation": "^4.0 || ^5.0",
+ "symfony/messenger": "^4.2 || ^5.0",
+ "symfony/serializer": "^4.0 || ^5.0"
+ },
+ "type": "phpstan-extension",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "0.12-dev"
+ },
+ "phpstan": {
+ "includes": [
+ "extension.neon",
+ "rules.neon"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "PHPStan\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Lukáš Unger",
+ "email": "looky.msc@gmail.com",
+ "homepage": "https://lookyman.net"
+ }
+ ],
+ "description": "Symfony Framework extensions and rules for PHPStan",
+ "support": {
+ "issues": "https://github.com/phpstan/phpstan-symfony/issues",
+ "source": "https://github.com/phpstan/phpstan-symfony/tree/0.12.44"
+ },
+ "time": "2021-09-02T12:14:11+00:00"
+ },
+ {
+ "name": "symplify/easy-coding-standard",
+ "version": "9.4.70",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symplify/easy-coding-standard.git",
+ "reference": "9276b0c7a1a5671fc4a067656ab40d0aea42aaca"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symplify/easy-coding-standard/zipball/9276b0c7a1a5671fc4a067656ab40d0aea42aaca",
+ "reference": "9276b0c7a1a5671fc4a067656ab40d0aea42aaca",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1"
+ },
+ "conflict": {
+ "friendsofphp/php-cs-fixer": "<3.0",
+ "squizlabs/php_codesniffer": "<3.6"
+ },
+ "bin": [
+ "bin/ecs"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "9.5-dev"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "Prefixed scoped version of ECS package",
+ "support": {
+ "source": "https://github.com/symplify/easy-coding-standard/tree/9.4.70"
+ },
+ "funding": [
+ {
+ "url": "https://www.paypal.me/rectorphp",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/tomasvotruba",
+ "type": "github"
+ }
+ ],
+ "time": "2021-10-02T16:09:04+00:00"
+ }
+ ],
"aliases": [],
- "minimum-stability": "dev",
+ "minimum-stability": "beta",
"stability-flags": [],
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
+ "php": "^8.2",
"ext-json": "*"
},
"platform-dev": [],
- "plugin-api-version": "2.3.0"
+ "plugin-api-version": "2.6.0"
}
diff --git a/config/bolt/menu.yaml b/config/bolt/menu.yaml
index 8efb076..122f17e 100644
--- a/config/bolt/menu.yaml
+++ b/config/bolt/menu.yaml
@@ -10,7 +10,7 @@ main:
- label: For designers
link: /features-designers
- label: For content creators
- link: /features-editors
+ link: /features-content-editors
- label: Documentation
link: https://docs.boltcms.io
target: _blank
diff --git a/config/bolt/permissions.yaml b/config/bolt/permissions.yaml
new file mode 100644
index 0000000..5091e3e
--- /dev/null
+++ b/config/bolt/permissions.yaml
@@ -0,0 +1,152 @@
+# This file defines role-based access control for your Bolt site.
+# Before making any modifications to this file, make sure you've thoroughly
+# read the documentation at https://docs.bolt.cm/configuration/permissions
+# and understand the consequences of making uninformed changes to the roles and
+# permissions.
+
+# List of roles that are presented in the list of options when editing a user.
+# Roles that are not in this list are left 'as is' when editing users.
+# Note: ROLE_USER is assigned to Bolt Entity Users if no roles have been set.
+assignable_roles: [ROLE_DEVELOPER, ROLE_ADMIN, ROLE_CHIEF_EDITOR, ROLE_EDITOR, ROLE_USER, ROLE_WEBSERVICE]
+
+# These permissions are the 'global' permissions; these are not tied
+# to any content types. Most of them apply to global, non-content activity
+# in Bolt's backend but there are exceptions like the api:* permissions
+# used to manage access to the api-platform based requests.
+# Most of these permissions map directly to backend routes;
+# keep in mind, however, that routes do not always correspond to URL paths 1:1.
+# The default set defined here is appropriate for most sites, so most likely,
+# you will not have to change it.
+# Also note that the 'editcontent' and 'overview' routes are special-cased
+# inside the code, so they don't appear here.
+global:
+ about: [ ROLE_EDITOR ] # view the 'About Bolt' page
+ clearcache: [ ROLE_CHIEF_EDITOR ]
+ dashboard: [ IS_AUTHENTICATED_REMEMBERED ]
+ extensions: [ ROLE_ADMIN ]
+ # these control /bolt/file-edit and /bolt/filemanager -> combined create/read/update/delete permission
+ # the part after the files: is the 'location' where the files are part of
+ managefiles:config: [ ROLE_ADMIN ] # all configuration yml files /bolt/filemanager/config and /bolt/file-edit/config?file=/bolt/menu.yaml
+ managefiles:files: [ ROLE_EDITOR ]
+ managefiles:themes: [ ROLE_ADMIN ]
+ editprofile: [ IS_AUTHENTICATED_FULLY ] # edit own profile
+ translation: [ ROLE_ADMIN ]
+ user:list: [ ROLE_ADMIN ] # overview listing of users and a list of active sessions
+ user:add: [ ROLE_ADMIN ] # add user - allows editing user _before_ saving, can set roles, status on create, after saving 'useredit' is needed.
+ user:status: [ ROLE_ADMIN ] # user enable/disable - only used for changing status outside of add/edit context
+ user:delete: [ ROLE_ADMIN ] # user delete
+ user:edit: [ ROLE_ADMIN ] # user edit all fields, includes user:status permissions
+ maintenance-mode: [ ROLE_EDITOR ] # view the frontend when in maintenance mode
+ systemlog: [ ROLE_ADMIN ]
+ api_admin: [ ROLE_ADMIN ] # WARNING: this only shows/hides api in the bolt admin, it doesn't protect the /api route(s)
+ bulk_operations: [ ROLE_CHIEF_EDITOR ]
+ kitchensink: [ ROLE_ADMIN ]
+ upload: [ ROLE_EDITOR ] # TODO PERMISSIONS upload media/files ? Or should this be handled by managefiles:files
+ extensionmenus: [ IS_AUTHENTICATED_REMEMBERED ] # allows you to see menu items added by extensions
+ media_edit: [ ROLE_CHIEF_EDITOR ] # edit metadata for images etc.
+ fetch_embed_data: [ ROLE_EDITOR ] # get embed (meta)data for urls via the back-end (needed to embed youtube etc.)
+ list_files:config: [ ROLE_ADMIN ] # should probably not be used?
+ list_files:files: [ ROLE_EDITOR ] # get list of files (images?) available for use as site-content
+ list_files:themes: [ ROLE_ADMIN ] # should probably not be used?
+ api:get: [ PUBLIC_ACCESS ] # allow read access to Bolt's RESTful and GraphQL API
+ api:post: [ ROLE_WEBSERVICE ] # allow write access to Bolt's RESTful and GraphQL API
+ api:delete: [ ROLE_WEBSERVICE ] # allow delete access to Bolt's RESTful and GraphQL API
+
+# For content type related actions, permissions can be set individually for
+# each content type. For this, we define three groups of permission sets.
+# The 'contenttype-base' permission sets *overrides*; any roles specified here
+# will grant a permission for all content types, regardless of the rest of this
+# section.
+# The 'contenttype-default' contains rules that are used when the desired
+# content type does not define a rule for this permission itself.
+# The 'contenttypes' section specifies permissions for individual content
+# types.
+#
+# To understand how this works, it may be best to follow the permission checker
+# through its decision-making process.
+#
+# First it checks whether any of the current user's roles match any of the
+# roles in contenttype-base/{permission}. If so, the search is over, and the
+# permission can be granted.
+#
+# The next step is to find contenttypes/{contenttype}/{permission}. If it is
+# found, then the permission can be granted if and only if any of the user's
+# roles match any role in contenttypes/{contenttype}/{permission}.
+#
+# If either contenttypes/{contenttype} or
+# contenttypes/{contenttype}/{permission} is absent, the permission checker
+# uses contenttype-default/{permission} instead. If any role exists in both the
+# user's roles and contenttype-default/{permission}, the permission can be
+# granted.
+#
+# Note especially that an *empty* set of roles in the contenttype section means
+# something else than the *absence* of the permission. If the permission is
+# defined with an empty role list, it overrides the role list in
+# contenttype-default; but if the permission is not mentioned, the
+# corresponding entry in contenttype-default applies.
+#
+# The following permissions are available on a per-contenttype basis:
+#
+# - edit: allows updating existing records
+# - create: allows creating new records
+# - change-status: allows changing the published status of a record
+# - delete: allows (hard) deletion of records
+# - change-ownership: allows changing a record's owner. Note that ownership may
+# grant additional permissions on a record, so this
+# permission can indirectly enable users more permissions
+# in ways that may not be immediately obvious.
+# - view: allows viewing records in the backend (listings, content/fields)
+#
+# Note that all permissions imply 'view' permission, so you don't have to give 'view' along with 'edit'
+# Note change-ownership is available as a setting but is not implemented in the bolt admin at the moment
+
+# these permissions will be set for all contenttypes, config below can add additional roles to these, but they can not be overridden
+contenttype-base:
+ edit: [ ROLE_CHIEF_EDITOR ]
+ create: [ ROLE_CHIEF_EDITOR ]
+ change-status: [ ROLE_CHIEF_EDITOR ] # Note: You can have 'change-status' permission without 'edit' but you cannot use that at the moment as there is no screen that only handles status changes
+ delete: [ ROLE_CHIEF_EDITOR ]
+ change-ownership: [ ROLE_CHIEF_EDITOR ]
+ view: [ ROLE_CHIEF_EDITOR ] # = show in menu, show listings, open 'edit' view without actually being able to edit, any of the other permissions always imply 'view'
+
+# these permissions are used as a default for contenttypes, they are added to the base permissions
+# you can override these settings per contenttype by adding it to the `contenttypes:` array
+contenttype-default:
+ edit: [ ROLE_EDITOR, CONTENT_OWNER ]
+ create: [ ROLE_EDITOR ]
+ change-ownership: [ CONTENT_OWNER ] # <-- NOT IMPLEMENTED YET (and: how to handle chance-ownership permission without 'edit'?)
+ view: [ ROLE_EDITOR ]
+
+
+contenttypes:
+
+# This is an example of how to define Contenttype specific permissions
+#
+# contenttypes:
+# # Keys in this dictionary map to keys in the contenttypes.yml specification.
+# showcases:
+# # Rules defined here *override* rules defined in contenttype-default,
+# # but *add* to rules in contenttype-base. This means that permissions
+# # granted through contenttype-base cannot be revoked here, merely
+# # amended.
+#
+# # Only the Admin and Chief Editor are allowed to edit records
+# edit: [ ROLE_CHIEF_EDITOR ]
+# create: [ ROLE_CHIEF_EDITOR ]
+# change-status: [ ROLE_CHIEF_EDITOR ]
+# delete: [ ROLE_CHIEF_EDITOR ]
+# pages:
+# edit: [ ROLE_EDITOR, CONTENT_OWNER ]
+# create: [ ROLE_EDITOR ]
+# change-ownership: [ CONTENT_OWNER ]
+# view: [ ROLE_USER ]
+# entries:
+# edit: [ ROLE_EDITOR ]
+# edit: [ ROLE_EDITOR, CONTENT_OWNER ]
+# create: [ ROLE_EDITOR ]
+# change-ownership: [ CONTENT_OWNER ]
+# view: [ ROLE_EDITOR ]
+# homepage: # singleton
+# view: [ ROLE_EDITOR ]
+# edit: [ ROLE_EDITOR ]
+# create: [ ROLE_EDITOR ]
diff --git a/config/bundles.php b/config/bundles.php
index 126216d..a473929 100644
--- a/config/bundles.php
+++ b/config/bundles.php
@@ -1,24 +1,80 @@
['all' => true],
- BabDev\PagerfantaBundle\BabDevPagerfantaBundle::class => ['all' => true],
- DAMA\DoctrineTestBundle\DAMADoctrineTestBundle::class => ['test' => true],
- Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
- Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true, 'local' => true],
- Knp\Bundle\MenuBundle\KnpMenuBundle::class => ['all' => true],
- Knp\DoctrineBehaviors\DoctrineBehaviorsBundle::class => ['all' => true],
- Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true],
- Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
- Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true, 'local' => true],
- Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
- Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true, 'local' => true],
- Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
- Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
- Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
- Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'local' => true],
- Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true, 'test' => true, 'local' => true],
- Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
- Translation\Bundle\TranslationBundle::class => ['all' => true],
- Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
+ 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\ApiPlatformBundle' => [
+ 'all' => true,
+ ],
+ 'BabDev\\PagerfantaBundle\\BabDevPagerfantaBundle' => [
+ 'all' => true,
+ ],
+ 'DAMA\\DoctrineTestBundle\\DAMADoctrineTestBundle' => [
+ 'test' => true,
+ ],
+ 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle' => [
+ 'all' => true,
+ ],
+ 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle' => [
+ 'dev' => true,
+ 'test' => true,
+ 'local' => true,
+ ],
+ 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle' => [
+ 'all' => true,
+ ],
+ 'Knp\\DoctrineBehaviors\\DoctrineBehaviorsBundle' => [
+ 'all' => true,
+ ],
+ 'Nelmio\\CorsBundle\\NelmioCorsBundle' => [
+ 'all' => true,
+ ],
+ 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle' => [
+ 'all' => true,
+ ],
+ 'Symfony\\Bundle\\DebugBundle\\DebugBundle' => [
+ 'dev' => true,
+ 'test' => true,
+ 'local' => true,
+ ],
+ 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle' => [
+ 'all' => true,
+ ],
+ 'Symfony\\Bundle\\MonologBundle\\MonologBundle' => [
+ 'all' => true,
+ ],
+ 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle' => [
+ 'all' => true,
+ ],
+ 'Symfony\\Bundle\\TwigBundle\\TwigBundle' => [
+ 'all' => true,
+ ],
+ 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle' => [
+ 'dev' => true,
+ 'local' => true,
+ ],
+ 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle' => [
+ 'dev' => true,
+ 'test' => true,
+ 'local' => true,
+ ],
+ 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle' => [
+ 'all' => true,
+ ],
+ 'Translation\\Bundle\\TranslationBundle' => [
+ 'all' => true,
+ ],
+ 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle' => [
+ 'all' => true,
+ ],
+ 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle' => [
+ 'all' => true,
+ ],
+ 'PixelOpen\\CloudflareTurnstileBundle\\PixelOpenCloudflareTurnstileBundle' => [
+ 'all' => true,
+ ],
+ 'Gregwar\\CaptchaBundle\\GregwarCaptchaBundle' => [
+ 'all' => true,
+ ],
+ 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle' => [
+ 'all' => true,
+ ],
];
diff --git a/config/checkpoint.txt b/config/checkpoint.txt
new file mode 100644
index 0000000..a106d2a
--- /dev/null
+++ b/config/checkpoint.txt
@@ -0,0 +1 @@
+5.1.8
\ No newline at end of file
diff --git a/config/extensions/bobdenotter-conimex.yaml b/config/extensions/bobdenotter-conimex.yaml
new file mode 100644
index 0000000..ca0e201
--- /dev/null
+++ b/config/extensions/bobdenotter-conimex.yaml
@@ -0,0 +1,3 @@
+# Reference extension configuration file
+
+foo: Bar
diff --git a/config/packages/api_platform.yaml b/config/packages/api_platform.yaml
index c9afaff..87288f4 100644
--- a/config/packages/api_platform.yaml
+++ b/config/packages/api_platform.yaml
@@ -2,15 +2,15 @@ api_platform:
enable_swagger_ui: false # route redirected manually to /bolt/api
graphql:
graphiql:
- enabled: true
+ enabled: false
mapping:
- paths: ['%kernel.project_dir%/vendor/bolt/core/src/Entity']
+ paths: ['%kernel.project_dir%/vendor/bolt/core/src/Entity', '%kernel.project_dir%/src/Entity']
formats:
- jsonld: ['application/ld+json']
json: ['application/json']
+ jsonld: ['application/ld+json']
jsonapi: ['application/vnd.api+json']
- html: ['text/html']
- collection:
- pagination:
- client_items_per_page: true
- items_per_page_parameter_name: 'pageSize'
+ # html: ['text/html']
+ defaults:
+ pagination:
+ client_items_per_page: true
+ items_per_page_parameter_name: 'pageSize'
diff --git a/config/packages/dev/maker.yaml b/config/packages/dev/maker.yaml
deleted file mode 100644
index 87e77cb..0000000
--- a/config/packages/dev/maker.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
-maker:
- root_namespace: 'App'
diff --git a/config/packages/dev/security_checker.yaml b/config/packages/dev/security_checker.yaml
deleted file mode 100644
index 544c0b3..0000000
--- a/config/packages/dev/security_checker.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
-services:
- SensioLabs\Security\SecurityChecker:
- public: false
-
- SensioLabs\Security\Command\SecurityCheckerCommand:
- arguments: ['@SensioLabs\Security\SecurityChecker']
- tags:
- - { name: console.command }
diff --git a/config/packages/doctrine.yaml b/config/packages/doctrine.yaml
index d5ff79e..898c43a 100644
--- a/config/packages/doctrine.yaml
+++ b/config/packages/doctrine.yaml
@@ -2,7 +2,7 @@ parameters:
# Adds a fallback DATABASE_URL if the env var is not set. This allows you
# to run cache:warmup even if your environment variables are not available
# yet. You should not need to change this value.
- env(DATABASE_DRIVER): 'pdo_sqlite'
+ env(DATABASE_DRIVER): 'pdo_mysql'
env(DATABASE_URL): ''
doctrine:
@@ -10,17 +10,13 @@ doctrine:
charset: utf8mb4
url: '%env(resolve:DATABASE_URL)%'
- # For SQLite
- # driver: 'pdo_sqlite'
- # server_version: '3.15'
-
- # For MySQL
- # driver: 'pdo_mysql'
- # server_version: 5.7
+ # IMPORTANT: You MUST configure your server version,
+ # either here or in the DATABASE_URL env var (see .env file)
+ #server_version: '5.7'
orm:
auto_generate_proxy_classes: '%kernel.debug%'
- naming_strategy: doctrine.orm.naming_strategy.underscore
+ naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
auto_mapping: true
mappings:
App:
@@ -38,7 +34,11 @@ doctrine:
dql:
string_functions:
JSON_EXTRACT: Bolt\Doctrine\Functions\JsonExtract
+ JSON_VALUE: Bolt\Doctrine\Functions\JsonValue
JSON_GET_TEXT: Scienta\DoctrineJsonFunctions\Query\AST\Functions\Postgresql\JsonGetText
+ JSON_SEARCH: Scienta\DoctrineJsonFunctions\Query\AST\Functions\Mysql\JsonSearch
+ JSON_UNQUOTE: Bolt\Doctrine\Functions\JsonUnquote
CAST: Bolt\Doctrine\Query\Cast
numeric_functions:
- RAND: Bolt\Doctrine\Functions\Rand
\ No newline at end of file
+ RAND: Bolt\Doctrine\Functions\Rand
+
diff --git a/config/packages/doctrine_migrations.yaml b/config/packages/doctrine_migrations.yaml
new file mode 100644
index 0000000..2352bab
--- /dev/null
+++ b/config/packages/doctrine_migrations.yaml
@@ -0,0 +1,3 @@
+doctrine_migrations:
+ migrations_paths:
+ Bolt\DoctrineMigrations: '%kernel.project_dir%/vendor/bolt/core/migrations'
diff --git a/config/packages/extension_forms.yaml b/config/packages/extension_forms.yaml
index 1a4e3aa..00b9152 100644
--- a/config/packages/extension_forms.yaml
+++ b/config/packages/extension_forms.yaml
@@ -5,3 +5,6 @@ services:
Bolt\BoltForms\EventSubscriber\FileUploadHandler:
arguments:
$projectDir: '%kernel.project_dir%'
+ Bolt\BoltForms\Event\PostSubmitEvent:
+ autowire: false
+ autoconfigure: false
diff --git a/config/packages/extension_redirector.yaml b/config/packages/extension_redirector.yaml
deleted file mode 100644
index 9bc34cd..0000000
--- a/config/packages/extension_redirector.yaml
+++ /dev/null
@@ -1 +0,0 @@
-# An example of a services.yaml file in an extension
diff --git a/config/packages/framework.yaml b/config/packages/framework.yaml
index a7e13ab..170d928 100644
--- a/config/packages/framework.yaml
+++ b/config/packages/framework.yaml
@@ -1,12 +1,17 @@
+# see https://symfony.com/doc/current/reference/configuration/framework.html
framework:
secret: '%env(APP_SECRET)%'
csrf_protection: { enabled: true }
http_method_override: true
trusted_hosts: ~
+
+ # Enables session support. Note that the session will ONLY be started if you read or write from it.
+ # Remove or comment this section to explicitly disable session support.
session:
# With this config, PHP's native session handling is used
handler_id: ~
cookie_lifetime: 1209600 #expires in 14 days
+ storage_factory_id: session.storage.factory.native
# When using the HTTP Cache, ESI allows to render page fragments separately
# and with different cache configurations for each fragment
# https://symfony.com/doc/current/book/http_cache.html#edge-side-includes
@@ -33,4 +38,4 @@ framework:
paths: ['%kernel.project_dir%/translations', '%kernel.project_dir%/vendor/bolt/core/translations']
# Override Symfony's error controller, so we can show custom 404's and 503's
- error_controller: Bolt\Controller\ErrorController::showAction
\ No newline at end of file
+ error_controller: Bolt\Controller\ErrorController::showAction
diff --git a/config/packages/nelmio_cors.yaml b/config/packages/nelmio_cors.yaml
index 0e04c0b..6f202c2 100644
--- a/config/packages/nelmio_cors.yaml
+++ b/config/packages/nelmio_cors.yaml
@@ -4,6 +4,7 @@ nelmio_cors:
allow_origin: ['%env(CORS_ALLOW_ORIGIN)%']
allow_methods: ['GET', 'OPTIONS', 'POST', 'PUT', 'PATCH', 'DELETE']
allow_headers: ['Content-Type', 'Authorization']
+ expose_headers: ['Link']
max_age: 3600
paths:
'^/': ~
diff --git a/config/packages/pixel_open_cloudflare_turnstile.yaml b/config/packages/pixel_open_cloudflare_turnstile.yaml
new file mode 100644
index 0000000..8953b28
--- /dev/null
+++ b/config/packages/pixel_open_cloudflare_turnstile.yaml
@@ -0,0 +1,3 @@
+pixel_open_cloudflare_turnstile:
+ key: "%env(TURNSTILE_KEY)%"
+ secret: "%env(TURNSTILE_SECRET)%"
diff --git a/config/packages/prod/doctrine.yaml b/config/packages/prod/doctrine.yaml
index 2f16f0f..1c812e5 100644
--- a/config/packages/prod/doctrine.yaml
+++ b/config/packages/prod/doctrine.yaml
@@ -28,4 +28,4 @@ framework:
doctrine.result_cache_pool:
adapter: cache.app
doctrine.system_cache_pool:
- adapter: cache.system
+ adapter: cache.app
diff --git a/config/packages/reset_password.yaml b/config/packages/reset_password.yaml
new file mode 100644
index 0000000..550b2aa
--- /dev/null
+++ b/config/packages/reset_password.yaml
@@ -0,0 +1,2 @@
+symfonycasts_reset_password:
+ request_password_repository: Bolt\Repository\ResetPasswordRequestRepository
diff --git a/config/packages/routing.yaml b/config/packages/routing.yaml
index 368bc7f..a15c4ec 100644
--- a/config/packages/routing.yaml
+++ b/config/packages/routing.yaml
@@ -1,3 +1,4 @@
framework:
router:
strict_requirements: ~
+ utf8: true
diff --git a/config/packages/security.yaml b/config/packages/security.yaml
index d8f41dd..03d3ae1 100644
--- a/config/packages/security.yaml
+++ b/config/packages/security.yaml
@@ -1,10 +1,16 @@
security:
role_hierarchy:
- ROLE_ADMIN: [ROLE_EDITOR, ROLE_USER]
+ ROLE_DEVELOPER: [ROLE_ADMIN, ROLE_CAN_SWITCH_USER]
+ ROLE_ADMIN: [ROLE_CHIEF_EDITOR]
+ ROLE_CHIEF_EDITOR: [ROLE_EDITOR]
ROLE_EDITOR: [ROLE_USER]
+ # ROLE_USER is assigned to Bolt Entity Users if no roles have been set
ROLE_USER: []
+ ROLE_WEBSERVICE: []
- encoders:
+ enable_authenticator_manager: true
+
+ password_hashers:
Bolt\Entity\User: auto
providers:
@@ -17,28 +23,40 @@ security:
dev:
pattern: ^/(_(profiler|wdt)|css|images|js)/
security: false
-
+
+ api:
+ pattern: ^/api
+ http_basic: ~
+
main:
pattern: ^/
- anonymous: true
user_checker: Bolt\Security\UserChecker
+ switch_user: { role: CAN_SWITCH_USER }
+ entry_point: Bolt\Security\AuthenticationEntryPointRedirector
- guard:
- authenticators:
- - Bolt\Security\LoginFormAuthenticator
+ custom_authenticators:
+ - Bolt\Security\LoginFormAuthenticator
logout:
- handler: Bolt\Security\LogoutListener
path: bolt_logout
target: bolt_login
+ invalidate_session: false
remember_me:
secret: '%kernel.secret%'
- lifetime: 2592000
+ lifetime: '%bolt.remember_lifetime%'
+ remember_me_parameter: login[remember_me]
access_control:
# this is a catch-all for the admin area
# additional security lives in the controllers
- - { path: '^%bolt.backend_url%/(login|resetpassword)$', roles: IS_AUTHENTICATED_ANONYMOUSLY }
- - { path: '^%bolt.backend_url%', roles: ROLE_ADMIN }
- - { path: '^/(%app_locales%)%bolt.backend_url%', roles: ROLE_ADMIN }
+ - { path: '^%bolt.backend_url%/login$', roles: IS_AUTHENTICATED_ANONYMOUSLY }
+ - { path: '^%bolt.backend_url%/reset-password', roles: IS_AUTHENTICATED_ANONYMOUSLY }
+ # backend_url: require users to actually be logged in (not remember-me) - detailed permissions are
+ # handled by Voters
+ - { path: '^%bolt.backend_url%/api', roles: ADMIN_API_ACCESS } # handled by voter
+ - { path: '^/(%app_locales%)%bolt.backend_url%/api', roles: ADMIN_API_ACCESS } # handled by voter
+ - { path: '^%bolt.backend_url%/_trans', roles: ADMIN_TRANSLATE_ACCESS } # handled by voter
+ - { path: '^/(%app_locales%)%bolt.backend_url%/_trans', roles: ADMIN_TRANSLATE_ACCESS } # handled by voter
+ - { path: '^%bolt.backend_url%', roles: IS_AUTHENTICATED_REMEMBERED }
+ - { path: '^/(%app_locales%)%bolt.backend_url%', roles: IS_AUTHENTICATED_REMEMBERED }
diff --git a/config/packages/translation.yaml b/config/packages/translation.yaml
index 76feb92..8217751 100644
--- a/config/packages/translation.yaml
+++ b/config/packages/translation.yaml
@@ -1,17 +1,23 @@
framework:
default_locale: '%locale%'
translator:
+ default_path: '%kernel.project_dir%/translations'
fallbacks:
- 'en'
# php_translation
translation:
+ locales: '%locales_array%'
+ default_locale: '%locale%'
webui:
enabled: true
edit_in_place:
enabled: false
+ config_name: site
configs:
- bolt:
- dirs: ["%kernel.project_dir%/vendor/bolt/core/templates", "%kernel.project_dir%/src"]
+ site:
+ dirs: ["%kernel.project_dir%/public/theme/%bolt.theme%"]
output_dir: "%kernel.project_dir%/translations"
-
+ auto_add_missing_translations:
+ enabled: true
+ config_name: site
diff --git a/config/packages/twig.yaml b/config/packages/twig.yaml
index b1ba625..6b5fba8 100644
--- a/config/packages/twig.yaml
+++ b/config/packages/twig.yaml
@@ -7,11 +7,12 @@ twig:
paths:
# Since the name of the theme folder is dynamic, we shouldn't set it here, but dynamically
# See TwigAwareController::setTwigLoader()
- '%kernel.project_dir%/public/theme/%bolt.theme%': 'theme'
+ '%kernel.project_dir%/public/theme/%bolt.theme%': 'theme'
'%kernel.project_dir%/vendor/bolt/core/templates/': 'bolt'
default_path: '%kernel.project_dir%/vendor/bolt/core/templates'
globals:
'config': '@Bolt\Configuration\Config'
+ 'defaultLocale': '%locale%'
# Silence Twig / Symfony's exception controller here, so we can set it up properly in
# `framework.yaml` (so we can show custom 404's)
diff --git a/config/services.yaml b/config/services.yaml
index 57726a2..9050c73 100644
--- a/config/services.yaml
+++ b/config/services.yaml
@@ -1,12 +1,21 @@
+# This file is the entry point to configure your own services.
+# Files in the packages/ subdirectory configure your dependencies.
+
# Put parameters here that don't need to change on each machine where the app is deployed
# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
parameters:
locale: 'en'
# This parameter defines the codes of the locales (languages) enabled in the application
- app_locales: en|nl|es|fr|de|hu|pl|it|pt_BR
+ app_locales: en|nl|es|fr|de|pl|it|hu|pt_BR|ja|nb|nn|nl_NL|nl_BE|is|ru|cs|bg
app.notifications.email_sender: anonymous@example.com
+ # Default table prefix for Bolt database
bolt.table_prefix: bolt_
+ # Alternatively may define different table prefixes by entity managers configured in doctrine.yml
+ # app.table_prefix:
+ # default: bolt_
+ # foo_manager: foo_
bolt.backend_url: /bolt
+ bolt.remember_lifetime: 2592000 # 30 days in seconds
services:
# default configuration for services in *this* file
@@ -23,18 +32,31 @@ services:
$projectDir: '%kernel.project_dir%'
$publicFolder: '%bolt.public_folder%'
$tablePrefix: '%bolt.table_prefix%'
+ $backendUrl: '%bolt.backend_url%'
+ $rememberLifetime: '%bolt.remember_lifetime%'
+
+ _instanceof:
+ Bolt\Menu\ExtensionBackendMenuInterface:
+ tags: [ 'bolt.extension_backend_menu' ]
- # makes App classes in src/ available to be used as services
+ # makes classes in src/ available to be used as services
# this creates a service per class whose id is the fully-qualified class name
App\:
resource: '../src/*'
- exclude: '../src/{Entity,Exception,Kernel.php}'
+ exclude:
+ - ../src/DependencyInjection/
+ - ../src/Entity/
+ - ../src/Exception/
+ - ../src/Kernel.php
- # makes Bolt classes in vendor/bolt/core/src/ available to be used as services
- # this creates a service per class whose id is the fully-qualified class name
Bolt\:
resource: '../vendor/bolt/core/src/*'
- exclude: '../vendor/bolt/core/src/{Entity,Exception,Migrations,Kernel.php}'
+ exclude: '../vendor/bolt/core/src/{Entity,Exception,Kernel.php}'
+
+ Bolt\Api\Extensions\ContentExtension:
+ tags:
+ - { name: api_platform.doctrine.orm.query_extension.collection }
+ - { name: api_platform.doctrine.orm.query_extension.item }
# controllers are imported separately to make sure services can be injected
# as action arguments even if you don't extend any base controller class
@@ -50,29 +72,61 @@ services:
tags:
- { name: doctrine.event_listener, event: postLoad }
- { name: doctrine.event_listener, event: prePersist }
+ - { name: doctrine.event_listener, event: preUpdate }
Bolt\Event\Listener\FieldFillListener:
tags:
- - { name: doctrine.event_listener, event: postLoad }
+ - { name: doctrine.event_listener, event: preUpdate }
Bolt\Event\Listener\FieldDiscriminatorListener:
tags:
- { name: doctrine.event_listener, event: loadClassMetadata }
+ Bolt\Event\Listener\TaxonomyFillListener:
+ tags:
+ - { name: doctrine.event_listener, event: postLoad }
+
+ Bolt\Event\Listener\UserAvatarLoadListener:
+ tags:
+ - { name: doctrine.event_listener, event: postLoad }
+
Bolt\Extension\RoutesLoader:
tags: [routing.loader]
# menus
Bolt\Menu\BackendMenuBuilder:
- arguments: ["@knp_menu.factory"]
+ arguments:
+ - "@knp_menu.factory"
+ - !tagged_iterator bolt.extension_backend_menu
tags:
- - { name: knp_menu.menu_builder, method: createAdminMenu, alias: admin_menu } # The alias is what is used to retrieve the menu
+ -
+ name: knp_menu.menu_builder
+ method: createAdminMenu
+ alias: admin_menu # The alias is what is used to retrieve the menu
+
+ Bolt\Cache\RelatedOptionsUtilityCacher:
+ decorates: Bolt\Utils\RelatedOptionsUtility
+
+ Bolt\Cache\CanonicalCacher:
+ decorates: Bolt\Canonical
+
+ Bolt\Cache\SelectOptionsCacher:
+ decorates: Bolt\Twig\FieldExtension
+
+ Bolt\Cache\ContentToArrayCacher:
+ decorates: Bolt\Twig\JsonExtension
- Bolt\Menu\BackendMenuBuilderInterface: '@Bolt\Menu\BackendMenuBuilder'
+ Bolt\Cache\GetFormatCacher:
+ decorates: Bolt\Utils\ContentHelper
+
+ Bolt\Cache\FilesIndexCacher:
+ decorates: Bolt\Utils\FilesIndex
+
+ Bolt\Menu\BackendMenuBuilderInterface: '@Bolt\Menu\BackendMenu'
Bolt\Menu\FrontendMenuBuilder: ~
- Bolt\Menu\FrontendMenuBuilderInterface: '@Bolt\Menu\FrontendMenuBuilder'
+ Bolt\Menu\FrontendMenuBuilderInterface: '@Bolt\Menu\FrontendMenu'
# Needed for SetContent from bolt/core
Bolt\Storage\ContentQueryParser:
@@ -90,20 +144,47 @@ services:
Bolt\Twig\DumpExtension:
arguments: ["%kernel.environment%"]
- Bolt\Api\Extensions\ContentExtension:
- tags:
- - { name: api_platform.doctrine.orm.query_extension.collection }
- - { name: api_platform.doctrine.orm.query_extension.item }
+ # Validation: specify Bolt\Validator\ContentValidator as validator
+ Bolt\Validator\ContentValidatorInterface: '@Bolt\Validator\ContentValidator'
+
+ Bolt\Utils\Sanitiser:
+ public: true
Doctrine\ORM\Query\Expr: ~
monolog.processor.request:
class: Bolt\Log\RequestProcessor
tags:
- - { name: monolog.processor, method: processRecord, handler: db }
+ -
+ handler: db
+ method: processRecord
+ name: monolog.processor
- Twig\Extension\StringLoaderExtension: ~
+ Symfony\Bridge\Twig\Extension\AssetExtension: '@twig.extension.assets'
+
+ Symfony\Component\DependencyInjection\ContainerInterface: '@service_container'
Symfony\Component\ErrorHandler\ErrorRenderer\ErrorRendererInterface: '@error_handler.error_renderer.html'
- Squirrel\TwigPhpSyntax\PhpSyntaxExtension: ~
\ No newline at end of file
+ Squirrel\TwigPhpSyntax\PhpSyntaxExtension: ~
+
+ Twig\Extension\StringLoaderExtension: ~
+
+ twig.extension.pcre:
+ class: Jasny\Twig\PcreExtension
+ tags:
+ - { name: twig.extension }
+
+ twig.extension.text:
+ class: Jasny\Twig\TextExtension
+ tags:
+ - { name: twig.extension }
+
+ twig.extension.array:
+ class: Jasny\Twig\ArrayExtension
+ tags:
+ - { name: twig.extension }
+
+ Bolt\Api\ContentDataPersister:
+ decorates: 'api_platform.doctrine.orm.data_persister'
+
diff --git a/config/services_bolt.yaml b/config/services_bolt.yaml
index 22bdd8d..8a6fa0b 100755
--- a/config/services_bolt.yaml
+++ b/config/services_bolt.yaml
@@ -1,9 +1,10 @@
-# This file is auto-generated by Bolt. Do not modify.
+# This file is auto-generated by Bolt. Please change no more than binds.
services:
_defaults:
autowire: true
autoconfigure: true
+ bind: { }
BobdenOtter\ConfigurationNotices\:
resource: '../vendor/bobdenotter/configuration-notices/src/*'
exclude: '../vendor/bobdenotter/configuration-notices/src/{Entity,Exception}'
diff --git a/config/services_dev.yaml b/config/services_dev.yaml
deleted file mode 100644
index 8c840df..0000000
--- a/config/services_dev.yaml
+++ /dev/null
@@ -1,12 +0,0 @@
-services:
-
- # menus
- Bolt\Menu\StopwatchBackendMenuBuilder:
- decorates: Bolt\Menu\BackendMenuBuilder
- autowire: true
- Bolt\Menu\BackendMenuBuilderInterface: '@Bolt\Menu\StopwatchBackendMenuBuilder'
-
- Bolt\Menu\StopwatchFrontendMenuBuilder:
- decorates: Bolt\Menu\FrontendMenuBuilder
- autowire: true
- Bolt\Menu\FrontendMenuBuilderInterface: '@Bolt\Menu\StopwatchFrontendMenuBuilder'
diff --git a/config/services_prod.yaml b/config/services_prod.yaml
deleted file mode 100644
index 5fd084e..0000000
--- a/config/services_prod.yaml
+++ /dev/null
@@ -1,12 +0,0 @@
-services:
-
- # menus
- Bolt\Menu\CachedBackendMenuBuilder:
- decorates: Bolt\Menu\BackendMenuBuilder
- autowire: true
- Bolt\Menu\BackendMenuBuilderInterface: '@Bolt\Menu\CachedBackendMenuBuilder'
-
- Bolt\Menu\CachedFrontendMenuBuilder:
- decorates: Bolt\Menu\FrontendMenuBuilder
- autowire: true
- Bolt\Menu\FrontendMenuBuilderInterface: '@Bolt\Menu\CachedFrontendMenuBuilder'
diff --git a/public/assets/0.js b/public/assets/0.js
deleted file mode 100644
index 09d6e4a..0000000
--- a/public/assets/0.js
+++ /dev/null
@@ -1,130 +0,0 @@
-(window.webpackJsonp=window.webpackJsonp||[]).push([[0],{"++FP":function(e,t,n){!function(e){"use strict";var t="undefined"!=typeof window&&void 0!==window.flatpickr?window.flatpickr:{l10ns:{}},n={weekdays:{shorthand:["søn","man","tir","ons","tors","fre","lør"],longhand:["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"]},months:{shorthand:["jan","feb","mar","apr","maj","jun","jul","aug","sep","okt","nov","dec"],longhand:["januar","februar","marts","april","maj","juni","juli","august","september","oktober","november","december"]},ordinal:function(){return"."},firstDayOfWeek:1,rangeSeparator:" til ",weekAbbreviation:"uge",time_24hr:!0};t.l10ns.da=n;var r=t.l10ns;e.Danish=n,e.default=r,Object.defineProperty(e,"__esModule",{value:!0})}(t)},"+AxM":function(e,t,n){!function(e){"use strict";var t="undefined"!=typeof window&&void 0!==window.flatpickr?window.flatpickr:{l10ns:{}},n={weekdays:{shorthand:["Paz","Pzt","Sal","Çar","Per","Cum","Cmt"],longhand:["Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi"]},months:{shorthand:["Oca","Şub","Mar","Nis","May","Haz","Tem","Ağu","Eyl","Eki","Kas","Ara"],longhand:["Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık"]},firstDayOfWeek:1,ordinal:function(){return"."},rangeSeparator:" - ",weekAbbreviation:"Hf",scrollTitle:"Artırmak için kaydırın",toggleTitle:"Aç/Kapa",amPM:["ÖÖ","ÖS"],time_24hr:!0};t.l10ns.tr=n;var r=t.l10ns;e.Turkish=n,e.default=r,Object.defineProperty(e,"__esModule",{value:!0})}(t)},"+OV3":function(e,t,n){!function(e){"use strict";var t="undefined"!=typeof window&&void 0!==window.flatpickr?window.flatpickr:{l10ns:{}},n={weekdays:{shorthand:["أحد","اثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"],longhand:["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"]},months:{shorthand:["1","2","3","4","5","6","7","8","9","10","11","12"],longhand:["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]},rangeSeparator:" - "};t.l10ns.ar=n;var r=t.l10ns;e.Arabic=n,e.default=r,Object.defineProperty(e,"__esModule",{value:!0})}(t)},"+Xmh":function(e,t,n){n("jm62"),e.exports=n("g3g5").Object.getOwnPropertyDescriptors},"+auO":function(e,t,n){var r=n("XKFU"),i=n("lvtm");r(r.S,"Math",{cbrt:function(e){return i(e=+e)*Math.pow(Math.abs(e),1/3)}})},"+dQi":function(e,t,n){!function(e){"use strict";e.defineMode("javascript",(function(t,n){var r,i,o=t.indentUnit,a=n.statementIndent,s=n.jsonld,l=n.json||s,u=!1!==n.trackScope,c=n.typescript,f=n.wordCharacters||/[\w$\xa1-\uffff]/,d=function(){function e(e){return{type:e,style:"keyword"}}var t=e("keyword a"),n=e("keyword b"),r=e("keyword c"),i=e("keyword d"),o=e("operator"),a={type:"atom",style:"atom"};return{if:e("if"),while:t,with:t,else:n,do:n,try:n,finally:n,return:i,break:i,continue:i,new:e("new"),delete:r,void:r,throw:r,debugger:e("debugger"),var:e("var"),const:e("var"),let:e("var"),function:e("function"),catch:e("catch"),for:e("for"),switch:e("switch"),case:e("case"),default:e("default"),in:o,typeof:o,instanceof:o,true:a,false:a,null:a,undefined:a,NaN:a,Infinity:a,this:e("this"),class:e("class"),super:e("atom"),yield:r,export:e("export"),import:e("import"),extends:r,await:r}}(),h=/[+\-*&%=<>!?|~^@]/,p=/^@(context|id|value|language|type|container|list|set|reverse|index|base|vocab|graph)"/;function m(e,t,n){return r=e,i=n,t}function g(e,t){var n,r=e.next();if('"'==r||"'"==r)return t.tokenize=(n=r,function(e,t){var r,i=!1;if(s&&"@"==e.peek()&&e.match(p))return t.tokenize=g,m("jsonld-keyword","meta");for(;null!=(r=e.next())&&(r!=n||i);)i=!i&&"\\"==r;return i||(t.tokenize=g),m("string","string")}),t.tokenize(e,t);if("."==r&&e.match(/^\d[\d_]*(?:[eE][+\-]?[\d_]+)?/))return m("number","number");if("."==r&&e.match(".."))return m("spread","meta");if(/[\[\]{}\(\),;\:\.]/.test(r))return m(r);if("="==r&&e.eat(">"))return m("=>","operator");if("0"==r&&e.match(/^(?:x[\dA-Fa-f_]+|o[0-7_]+|b[01_]+)n?/))return m("number","number");if(/\d/.test(r))return e.match(/^[\d_]*(?:n|(?:\.[\d_]*)?(?:[eE][+\-]?[\d_]+)?)?/),m("number","number");if("/"==r)return e.eat("*")?(t.tokenize=v,v(e,t)):e.eat("/")?(e.skipToEnd(),m("comment","comment")):Ze(e,t,1)?(function(e){for(var t,n=!1,r=!1;null!=(t=e.next());){if(!n){if("/"==t&&!r)return;"["==t?r=!0:r&&"]"==t&&(r=!1)}n=!n&&"\\"==t}}(e),e.match(/^\b(([gimyus])(?![gimyus]*\2))+\b/),m("regexp","string-2")):(e.eat("="),m("operator","operator",e.current()));if("`"==r)return t.tokenize=y,y(e,t);if("#"==r&&"!"==e.peek())return e.skipToEnd(),m("meta","meta");if("#"==r&&e.eatWhile(f))return m("variable","property");if("<"==r&&e.match("!--")||"-"==r&&e.match("->")&&!/\S/.test(e.string.slice(0,e.start)))return e.skipToEnd(),m("comment","comment");if(h.test(r))return">"==r&&t.lexical&&">"==t.lexical.type||(e.eat("=")?"!"!=r&&"="!=r||e.eat("="):/[<>*+\-|&?]/.test(r)&&(e.eat(r),">"==r&&e.eat(r))),"?"==r&&e.eat(".")?m("."):m("operator","operator",e.current());if(f.test(r)){e.eatWhile(f);var i=e.current();if("."!=t.lastType){if(d.propertyIsEnumerable(i)){var o=d[i];return m(o.type,o.style,i)}if("async"==i&&e.match(/^(\s|\/\*([^*]|\*(?!\/))*?\*\/)*[\[\(\w]/,!1))return m("async","keyword",i)}return m("variable","variable",i)}}function v(e,t){for(var n,r=!1;n=e.next();){if("/"==n&&r){t.tokenize=g;break}r="*"==n}return m("comment","comment")}function y(e,t){for(var n,r=!1;null!=(n=e.next());){if(!r&&("`"==n||"$"==n&&e.eat("{"))){t.tokenize=g;break}r=!r&&"\\"==n}return m("quasi","string-2",e.current())}function b(e,t){t.fatArrowAt&&(t.fatArrowAt=null);var n=e.string.indexOf("=>",e.start);if(!(n<0)){if(c){var r=/:\s*(?:\w+(?:<[^>]*>|\[\])?|\{[^}]*\})\s*$/.exec(e.string.slice(e.start,n));r&&(n=r.index)}for(var i=0,o=!1,a=n-1;a>=0;--a){var s=e.string.charAt(a),l="([{}])".indexOf(s);if(l>=0&&l<3){if(!i){++a;break}if(0==--i){"("==s&&(o=!0);break}}else if(l>=3&&l<6)++i;else if(f.test(s))o=!0;else if(/["'\/`]/.test(s))for(;;--a){if(0==a)return;if(e.string.charAt(a-1)==s&&"\\"!=e.string.charAt(a-2)){a--;break}}else if(o&&!i){++a;break}}o&&!i&&(t.fatArrowAt=a)}}var w={atom:!0,number:!0,variable:!0,string:!0,regexp:!0,this:!0,import:!0,"jsonld-keyword":!0};function x(e,t,n,r,i,o){this.indented=e,this.column=t,this.type=n,this.prev=i,this.info=o,null!=r&&(this.align=r)}function k(e,t){if(!u)return!1;for(var n=e.localVars;n;n=n.next)if(n.name==t)return!0;for(var r=e.context;r;r=r.prev)for(n=r.vars;n;n=n.next)if(n.name==t)return!0}function _(e,t,n,r,i){var o=e.cc;for(S.state=e,S.stream=i,S.marked=null,S.cc=o,S.style=t,e.lexical.hasOwnProperty("align")||(e.lexical.align=!0);;)if((o.length?o.pop():l?$:B)(n,r)){for(;o.length&&o[o.length-1].lex;)o.pop()();return S.marked?S.marked:"variable"==n&&k(e,r)?"variable-2":t}}var S={state:null,column:null,marked:null,cc:null};function C(){for(var e=arguments.length-1;e>=0;e--)S.cc.push(arguments[e])}function D(){return C.apply(null,arguments),!0}function E(e,t){for(var n=t;n;n=n.next)if(n.name==e)return!0;return!1}function T(e){var t=S.state;if(S.marked="def",u){if(t.context)if("var"==t.lexical.info&&t.context&&t.context.block){var r=function e(t,n){if(n){if(n.block){var r=e(t,n.prev);return r?r==n.prev?n:new O(r,n.vars,!0):null}return E(t,n.vars)?n:new O(n.prev,new M(t,n.vars),!1)}return null}(e,t.context);if(null!=r)return void(t.context=r)}else if(!E(e,t.localVars))return void(t.localVars=new M(e,t.localVars));n.globalVars&&!E(e,t.globalVars)&&(t.globalVars=new M(e,t.globalVars))}}function A(e){return"public"==e||"private"==e||"protected"==e||"abstract"==e||"readonly"==e}function O(e,t,n){this.prev=e,this.vars=t,this.block=n}function M(e,t){this.name=e,this.next=t}var F=new M("this",new M("arguments",null));function L(){S.state.context=new O(S.state.context,S.state.localVars,!1),S.state.localVars=F}function N(){S.state.context=new O(S.state.context,S.state.localVars,!0),S.state.localVars=null}function I(){S.state.localVars=S.state.context.vars,S.state.context=S.state.context.prev}function j(e,t){var n=function(){var n=S.state,r=n.indented;if("stat"==n.lexical.type)r=n.lexical.indented;else for(var i=n.lexical;i&&")"==i.type&&i.align;i=i.prev)r=i.indented;n.lexical=new x(r,S.stream.column(),e,null,n.lexical,t)};return n.lex=!0,n}function P(){var e=S.state;e.lexical.prev&&(")"==e.lexical.type&&(e.indented=e.lexical.indented),e.lexical=e.lexical.prev)}function R(e){return function t(n){return n==e?D():";"==e||"}"==n||")"==n||"]"==n?C():D(t)}}function B(e,t){return"var"==e?D(j("vardef",t),_e,R(";"),P):"keyword a"==e?D(j("form"),H,B,P):"keyword b"==e?D(j("form"),B,P):"keyword d"==e?S.stream.match(/^\s*$/,!1)?D():D(j("stat"),W,R(";"),P):"debugger"==e?D(R(";")):"{"==e?D(j("}"),N,se,P,I):";"==e?D():"if"==e?("else"==S.state.lexical.info&&S.state.cc[S.state.cc.length-1]==P&&S.state.cc.pop()(),D(j("form"),H,B,P,Ae)):"function"==e?D(Le):"for"==e?D(j("form"),N,Oe,B,I,P):"class"==e||c&&"interface"==t?(S.marked="keyword",D(j("form","class"==e?e:t),Re,P)):"variable"==e?c&&"declare"==t?(S.marked="keyword",D(B)):c&&("module"==t||"enum"==t||"type"==t)&&S.stream.match(/^\s*\w/,!1)?(S.marked="keyword","enum"==t?D(Ge):"type"==t?D(Ie,R("operator"),de,R(";")):D(j("form"),Se,R("{"),j("}"),se,P,P)):c&&"namespace"==t?(S.marked="keyword",D(j("form"),$,B,P)):c&&"abstract"==t?(S.marked="keyword",D(B)):D(j("stat"),ee):"switch"==e?D(j("form"),H,R("{"),j("}","switch"),N,se,P,P,I):"case"==e?D($,R(":")):"default"==e?D(R(":")):"catch"==e?D(j("form"),L,z,B,P,I):"export"==e?D(j("stat"),qe,P):"import"==e?D(j("stat"),Ue,P):"async"==e?D(B):"@"==t?D($,B):C(j("stat"),$,R(";"),P)}function z(e){if("("==e)return D(je,R(")"))}function $(e,t){return U(e,t,!1)}function q(e,t){return U(e,t,!0)}function H(e){return"("!=e?C():D(j(")"),W,R(")"),P)}function U(e,t,n){if(S.state.fatArrowAt==S.stream.start){var r=n?X:G;if("("==e)return D(L,j(")"),oe(je,")"),P,R("=>"),r,I);if("variable"==e)return C(L,Se,R("=>"),r,I)}var i=n?K:V;return w.hasOwnProperty(e)?D(i):"function"==e?D(Le,i):"class"==e||c&&"interface"==t?(S.marked="keyword",D(j("form"),Pe,P)):"keyword c"==e||"async"==e?D(n?q:$):"("==e?D(j(")"),W,R(")"),P,i):"operator"==e||"spread"==e?D(n?q:$):"["==e?D(j("]"),Ye,P,i):"{"==e?ae(ne,"}",null,i):"quasi"==e?C(J,i):"new"==e?D(function(e){return function(t){return"."==t?D(e?Q:Z):"variable"==t&&c?D(we,e?K:V):C(e?q:$)}}(n)):D()}function W(e){return e.match(/[;\}\)\],]/)?C():C($)}function V(e,t){return","==e?D(W):K(e,t,!1)}function K(e,t,n){var r=0==n?V:K,i=0==n?$:q;return"=>"==e?D(L,n?X:G,I):"operator"==e?/\+\+|--/.test(t)||c&&"!"==t?D(r):c&&"<"==t&&S.stream.match(/^([^<>]|<[^<>]*>)*>\s*\(/,!1)?D(j(">"),oe(de,">"),P,r):"?"==t?D($,R(":"),i):D(i):"quasi"==e?C(J,r):";"!=e?"("==e?ae(q,")","call",r):"."==e?D(te,r):"["==e?D(j("]"),W,R("]"),P,r):c&&"as"==t?(S.marked="keyword",D(de,r)):"regexp"==e?(S.state.lastType=S.marked="operator",S.stream.backUp(S.stream.pos-S.stream.start-1),D(i)):void 0:void 0}function J(e,t){return"quasi"!=e?C():"${"!=t.slice(t.length-2)?D(J):D(W,Y)}function Y(e){if("}"==e)return S.marked="string-2",S.state.tokenize=y,D(J)}function G(e){return b(S.stream,S.state),C("{"==e?B:$)}function X(e){return b(S.stream,S.state),C("{"==e?B:q)}function Z(e,t){if("target"==t)return S.marked="keyword",D(V)}function Q(e,t){if("target"==t)return S.marked="keyword",D(K)}function ee(e){return":"==e?D(P,B):C(V,R(";"),P)}function te(e){if("variable"==e)return S.marked="property",D()}function ne(e,t){return"async"==e?(S.marked="property",D(ne)):"variable"==e||"keyword"==S.style?(S.marked="property","get"==t||"set"==t?D(re):(c&&S.state.fatArrowAt==S.stream.start&&(n=S.stream.match(/^\s*:\s*/,!1))&&(S.state.fatArrowAt=S.stream.pos+n[0].length),D(ie))):"number"==e||"string"==e?(S.marked=s?"property":S.style+" property",D(ie)):"jsonld-keyword"==e?D(ie):c&&A(t)?(S.marked="keyword",D(ne)):"["==e?D($,le,R("]"),ie):"spread"==e?D(q,ie):"*"==t?(S.marked="keyword",D(ne)):":"==e?C(ie):void 0;var n}function re(e){return"variable"!=e?C(ie):(S.marked="property",D(Le))}function ie(e){return":"==e?D(q):"("==e?C(Le):void 0}function oe(e,t,n){function r(i,o){if(n?n.indexOf(i)>-1:","==i){var a=S.state.lexical;return"call"==a.info&&(a.pos=(a.pos||0)+1),D((function(n,r){return n==t||r==t?C():C(e)}),r)}return i==t||o==t?D():n&&n.indexOf(";")>-1?C(e):D(R(t))}return function(n,i){return n==t||i==t?D():C(e,r)}}function ae(e,t,n){for(var r=3;r "+e+"=0;o--)if(!(d=l.getLineHandle(o)).text.match(/^\s*$/)&&"indented"!==i(l,o,d)){o+=1;break}for(s=l.lineCount(),a=u.line;a ]+|[0-9]+(.|\)))[ ]*/,""),e.replaceRange(t,{line:i,ch:0},{line:i,ch:99999999999999})}(e.codemirror)}function T(e){var t=e.codemirror,n=d(t),r=e.options,i="http://";if(r.promptURLs&&!(i=prompt(r.promptTexts.link)))return!1;j(t,n.link,r.insertTexts.link,i)}function A(e){var t=e.codemirror,n=d(t),r=e.options,i="http://";if(r.promptURLs&&!(i=prompt(r.promptTexts.image)))return!1;j(t,n.image,r.insertTexts.image,i)}function O(e){var t=e.codemirror,n=d(t),r=e.options;j(t,n.table,r.insertTexts.table)}function M(e){var t=e.codemirror,n=d(t),r=e.options;j(t,n.image,r.insertTexts.horizontalRule)}function F(e){var t=e.codemirror;t.undo(),t.focus()}function L(e){var t=e.codemirror;t.redo(),t.focus()}function N(e){var t=e.codemirror,n=t.getWrapperElement(),r=n.nextSibling,i=e.toolbarElements["side-by-side"],o=!1;/editor-preview-active-side/.test(r.className)?(r.className=r.className.replace(/\s*editor-preview-active-side\s*/g,""),i.className=i.className.replace(/\s*active\s*/g,""),n.className=n.className.replace(/\s*CodeMirror-sided\s*/g," ")):(setTimeout((function(){t.getOption("fullScreen")||p(e),r.className+=" editor-preview-active-side"}),1),i.className+=" active",n.className+=" CodeMirror-sided",o=!0);var a=n.lastChild;if(/editor-preview-active/.test(a.className)){a.className=a.className.replace(/\s*editor-preview-active\s*/g,"");var s=e.toolbarElements.preview,l=n.previousSibling;s.className=s.className.replace(/\s*active\s*/g,""),l.className=l.className.replace(/\s*disabled-for-preview*/g,"")}t.sideBySideRenderingFunction||(t.sideBySideRenderingFunction=function(){r.innerHTML=e.options.previewRender(e.value(),r)}),o?(r.innerHTML=e.options.previewRender(e.value(),r),t.on("update",t.sideBySideRenderingFunction)):t.off("update",t.sideBySideRenderingFunction),t.refresh()}function I(e){var t=e.codemirror,n=t.getWrapperElement(),r=n.previousSibling,i=!!e.options.toolbar&&e.toolbarElements.preview,o=n.lastChild;o&&/editor-preview/.test(o.className)||((o=document.createElement("div")).className="editor-preview",n.appendChild(o)),/editor-preview-active/.test(o.className)?(o.className=o.className.replace(/\s*editor-preview-active\s*/g,""),i&&(i.className=i.className.replace(/\s*active\s*/g,""),r.className=r.className.replace(/\s*disabled-for-preview*/g,""))):(setTimeout((function(){o.className+=" editor-preview-active"}),1),i&&(i.className+=" active",r.className+=" disabled-for-preview")),o.innerHTML=e.options.previewRender(e.value(),o);var a=t.getWrapperElement().nextSibling;/editor-preview-active-side/.test(a.className)&&N(e)}function j(e,t,n,r){if(!/editor-preview-active/.test(e.getWrapperElement().lastChild.className)){var i,o=n[0],a=n[1],s=e.getCursor("start"),l=e.getCursor("end");r&&(a=a.replace("#url#",r)),t?(o=(i=e.getLine(s.line)).slice(0,s.ch),a=i.slice(s.ch),e.replaceRange(o+a,{line:s.line,ch:0})):(i=e.getSelection(),e.replaceSelection(o+i+a),s.ch+=o.length,s!==l&&(l.ch+=o.length)),e.setSelection(s,l),e.focus()}}function P(e,t,n){if(!/editor-preview-active/.test(e.getWrapperElement().lastChild.className)){for(var r=e.getCursor("start"),i=e.getCursor("end"),o=r.line;o<=i.line;o++)!function(r){var i=e.getLine(r),o=i.search(/[^#]/);i=void 0!==t?o<=0?"bigger"==t?"###### "+i:"# "+i:6==o&&"smaller"==t?i.substr(7):1==o&&"bigger"==t?i.substr(2):"bigger"==t?i.substr(1):"#"+i:1==n?o<=0?"# "+i:o==n?i.substr(o+1):"# "+i.substr(o+1):2==n?o<=0?"## "+i:o==n?i.substr(o+1):"## "+i.substr(o+1):o<=0?"### "+i:o==n?i.substr(o+1):"### "+i.substr(o+1),e.replaceRange(i,{line:r,ch:0},{line:r,ch:99999999999999})}(o);e.focus()}}function R(e,t){if(!/editor-preview-active/.test(e.getWrapperElement().lastChild.className)){for(var n=d(e),r=e.getCursor("start"),i=e.getCursor("end"),o={quote:/^(\s*)\>\s+/,"unordered-list":/^(\s*)(\*|\-|\+)\s+/,"ordered-list":/^(\s*)\d+\.\s+/},a={quote:"> ","unordered-list":"* ","ordered-list":"1. "},s=r.line;s<=i.line;s++)!function(r){var i=e.getLine(r);i=n[t]?i.replace(o[t],"$1"):a[t]+i,e.replaceRange(i,{line:r,ch:0},{line:r,ch:99999999999999})}(s);e.focus()}}function B(e,t,n,r){if(!/editor-preview-active/.test(e.codemirror.getWrapperElement().lastChild.className)){r=void 0===r?n:r;var i,o=e.codemirror,a=d(o),s=n,l=r,u=o.getCursor("start"),c=o.getCursor("end");a[t]?(s=(i=o.getLine(u.line)).slice(0,u.ch),l=i.slice(u.ch),"bold"==t?(s=s.replace(/(\*\*|__)(?![\s\S]*(\*\*|__))/,""),l=l.replace(/(\*\*|__)/,"")):"italic"==t?(s=s.replace(/(\*|_)(?![\s\S]*(\*|_))/,""),l=l.replace(/(\*|_)/,"")):"strikethrough"==t&&(s=s.replace(/(\*\*|~~)(?![\s\S]*(\*\*|~~))/,""),l=l.replace(/(\*\*|~~)/,"")),o.replaceRange(s+l,{line:u.line,ch:0},{line:u.line,ch:99999999999999}),"bold"==t||"strikethrough"==t?(u.ch-=2,u!==c&&(c.ch-=2)):"italic"==t&&(u.ch-=1,u!==c&&(c.ch-=1))):(i=o.getSelection(),"bold"==t?i=(i=i.split("**").join("")).split("__").join(""):"italic"==t?i=(i=i.split("*").join("")).split("_").join(""):"strikethrough"==t&&(i=i.split("~~").join("")),o.replaceSelection(s+i+l),u.ch+=n.length,c.ch=u.ch+i.length),o.setSelection(u,c),o.focus()}}function z(e,t){for(var n in t)t.hasOwnProperty(n)&&(t[n]instanceof Array?e[n]=t[n].concat(e[n]instanceof Array?e[n]:[]):null!==t[n]&&"object"==typeof t[n]&&t[n].constructor===Object?e[n]=z(e[n]||{},t[n]):e[n]=t[n]);return e}function $(e){for(var t=1;t>1,c=23===t?C(2,-24)-C(2,-77):0,f=0,d=e<0||0===e&&1/e<0?1:0;for((e=S(e))!=e||e===k?(i=e!=e?1:0,r=l):(r=D(E(e)/T),e*(o=C(2,-r))<1&&(r--,o*=2),(e+=r+u>=1?c/o:c*C(2,1-u))*o>=2&&(r++,o/=2),r+u>=l?(i=0,r=l):r+u>=1?(i=(e*o-1)*C(2,t),r+=u):(i=e*C(2,u-1)*C(2,t),r=0));t>=8;a[f++]=255&i,i/=256,t-=8);for(r=r<s[p]&&(e.offsets.popper[d]+=l[d]+m-s[p]),e.offsets.popper=C(e.offsets.popper);var g=l[d]+l[c]/2-m/2,v=a(e.instance.popper),y=parseFloat(v["margin"+f]),b=parseFloat(v["border"+f+"Width"]),w=g-e.offsets.popper[d]-y-b;return w=Math.max(Math.min(s[c]-m,w),0),e.arrowElement=r,e.offsets.arrow=(_(n={},d,Math.round(w)),_(n,h,""),n),e},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(e,t){if($(e.instance.modifiers,"inner"))return e;if(e.flipped&&e.placement===e.originalPlacement)return e;var n=M(e.instance.popper,e.instance.reference,t.padding,t.boundariesElement,e.positionFixed),r=e.placement.split("-")[0],i=j(r),o=e.placement.split("-")[1]||"",a=[];switch(t.behavior){case te:a=[r,i];break;case ne:a=ee(r);break;case re:a=ee(r,!0);break;default:a=t.behavior}return a.forEach((function(s,l){if(r!==s||a.length===l+1)return e;r=e.placement.split("-")[0],i=j(r);var u=e.offsets.popper,c=e.offsets.reference,f=Math.floor,d="left"===r&&f(u.right)>f(c.left)||"right"===r&&f(u.left)0)for(;null!=(l=this.tokenizer.rules.inline.reflinkSearch.exec(f));)d.includes(l[0].slice(l[0].lastIndexOf("[")+1,-1))&&(f=f.slice(0,l.index)+"["+G("a",l[0].length-2)+"]"+f.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;null!=(l=this.tokenizer.rules.inline.blockSkip.exec(f));)f=f.slice(0,l.index)+"["+G("a",l[0].length-2)+"]"+f.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;null!=(l=this.tokenizer.rules.inline.escapedEmSt.exec(f));)f=f.slice(0,l.index)+"++"+f.slice(this.tokenizer.rules.inline.escapedEmSt.lastIndex);for(;e;)if(u||(c=""),u=!1,!(this.options.extensions&&this.options.extensions.inline&&this.options.extensions.inline.some((function(n){return!!(i=n.call(s,e,t))&&(e=e.substring(i.raw.length),t.push(i),!0)}))))if(i=this.tokenizer.escape(e))e=e.substring(i.raw.length),t.push(i);else if(i=this.tokenizer.tag(e,n,r))e=e.substring(i.raw.length),n=i.inLink,r=i.inRawBlock,(o=t[t.length-1])&&"text"===i.type&&"text"===o.type?(o.raw+=i.raw,o.text+=i.text):t.push(i);else if(i=this.tokenizer.link(e))e=e.substring(i.raw.length),"link"===i.type&&(i.tokens=this.inlineTokens(i.text,[],!0,r)),t.push(i);else if(i=this.tokenizer.reflink(e,this.tokens.links))e=e.substring(i.raw.length),o=t[t.length-1],"link"===i.type?(i.tokens=this.inlineTokens(i.text,[],!0,r),t.push(i)):o&&"text"===i.type&&"text"===o.type?(o.raw+=i.raw,o.text+=i.text):t.push(i);else if(i=this.tokenizer.emStrong(e,f,c))e=e.substring(i.raw.length),i.tokens=this.inlineTokens(i.text,[],n,r),t.push(i);else if(i=this.tokenizer.codespan(e))e=e.substring(i.raw.length),t.push(i);else if(i=this.tokenizer.br(e))e=e.substring(i.raw.length),t.push(i);else if(i=this.tokenizer.del(e))e=e.substring(i.raw.length),i.tokens=this.inlineTokens(i.text,[],n,r),t.push(i);else if(i=this.tokenizer.autolink(e,Z))e=e.substring(i.raw.length),t.push(i);else if(n||!(i=this.tokenizer.url(e,Z))){if(a=e,this.options.extensions&&this.options.extensions.startInline&&function(){var t=1/0,n=e.slice(1),r=void 0;s.options.extensions.startInline.forEach((function(e){"number"==typeof(r=e.call(this,n))&&r>=0&&(t=Math.min(t,r))})),t<1/0&&t>=0&&(a=e.substring(0,t+1))}(),i=this.tokenizer.inlineText(a,r,X))e=e.substring(i.raw.length),"_"!==i.raw.slice(-1)&&(c=i.raw.slice(-1)),u=!0,(o=t[t.length-1])&&"text"===o.type?(o.raw+=i.raw,o.text+=i.text):t.push(i);else if(e){var h="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(h);break}throw new Error(h)}}else e=e.substring(i.raw.length),t.push(i);return t},n=t,i=[{key:"rules",get:function(){return{block:J,inline:Y}}}],(r=null)&&e(n.prototype,r),i&&e(n,i),t}(),ee=r.exports.defaults,te=C,ne=k,re=function(){function e(e){this.options=e||ee}var t=e.prototype;return t.code=function(e,t,n){var r=(t||"").match(/\S*/)[0];if(this.options.highlight){var i=this.options.highlight(e,r);null!=i&&i!==e&&(n=!0,e=i)}return e=e.replace(/\n$/,"")+"\n",r?'
\n":"'+(n?e:ne(e,!0))+"
\n"},t.blockquote=function(e){return""+(n?e:ne(e,!0))+"
\n"+e+"
\n"},t.html=function(e){return e},t.heading=function(e,t,n,r){return this.options.headerIds?"
\n":"
\n"},t.list=function(e,t,n){var r=t?"ol":"ul";return"<"+r+(t&&1!==n?' start="'+n+'"':"")+">\n"+e+""+r+">\n"},t.listitem=function(e){return"\n\n"+e+"\n"+t+"
\n"},t.tablerow=function(e){return"\n"+e+" \n"},t.tablecell=function(e,t){var n=t.header?"th":"td";return(t.align?"<"+n+' align="'+t.align+'">':"<"+n+">")+e+""+n+">\n"},t.strong=function(e){return""+e+""},t.em=function(e){return""+e+""},t.codespan=function(e){return""+e+"
"},t.br=function(){return this.options.xhtml?"
":"
"},t.del=function(e){return""+e+""},t.link=function(e,t,n){if(null===(e=te(this.options.sanitize,this.options.baseUrl,e)))return n;var r='"+n+""},t.image=function(e,t,n){if(null===(e=te(this.options.sanitize,this.options.baseUrl,e)))return n;var r='":">"},t.text=function(e){return e},e}(),ie=function(){function e(){}var t=e.prototype;return t.strong=function(e){return e},t.em=function(e){return e},t.codespan=function(e){return e},t.del=function(e){return e},t.html=function(e){return e},t.text=function(e){return e},t.link=function(e,t,n){return""+n},t.image=function(e,t,n){return""+n},t.br=function(){return""},e}(),oe=function(){function e(){this.seen={}}var t=e.prototype;return t.serialize=function(e){return e.toLowerCase().trim().replace(/<[!\/a-z].*?>/gi,"").replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g,"").replace(/\s/g,"-")},t.getNextSafeSlug=function(e,t){var n=e,r=0;if(this.seen.hasOwnProperty(n)){r=this.seen[e];do{n=e+"-"+ ++r}while(this.seen.hasOwnProperty(n))}return t||(this.seen[e]=r,this.seen[n]=0),n},t.slug=function(e,t){void 0===t&&(t={});var n=this.serialize(e);return this.getNextSafeSlug(n,t.dryrun)},e}(),ae=re,se=ie,le=oe,ue=r.exports.defaults,ce=_,fe=Q,de=function(){function e(e){this.options=e||ue,this.options.renderer=this.options.renderer||new ae,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new se,this.slugger=new le}e.parse=function(t,n){return new e(n).parse(t)},e.parseInline=function(t,n){return new e(n).parseInline(t)};var t=e.prototype;return t.parse=function(e,t){void 0===t&&(t=!0);var n,r,i,o,a,s,l,u,c,f,d,h,p,m,g,v,y,b,w,x="",k=e.length;for(n=0;n
"+be(e.message+"",!0)+"";throw e}}return _e.options=_e.setOptions=function(e){return ve(_e.defaults,e),xe(_e.defaults),_e},_e.getDefaults=we,_e.defaults=ke,_e.use=function(){for(var e=this,t=arguments.length,n=new Array(t),r=0;r
"+be(e.message+"",!0)+"";throw e}},_e.Parser=de,_e.parser=de.parse,_e.Renderer=pe,_e.TextRenderer=me,_e.Lexer=fe,_e.lexer=fe.lex,_e.Tokenizer=he,_e.Slugger=ge,_e.parse=_e,_e}()},EBSL:function(e,t,n){!function(e){"use strict";var t="undefined"!=typeof window&&void 0!==window.flatpickr?window.flatpickr:{l10ns:{}},n={weekdays:{shorthand:["Ne","Po","Út","St","Čt","Pá","So"],longhand:["Neděle","Pondělí","Úterý","Středa","Čtvrtek","Pátek","Sobota"]},months:{shorthand:["Led","Ún","Bře","Dub","Kvě","Čer","Čvc","Srp","Zář","Říj","Lis","Pro"],longhand:["Leden","Únor","Březen","Duben","Květen","Červen","Červenec","Srpen","Září","Říjen","Listopad","Prosinec"]},firstDayOfWeek:1,ordinal:function(){return"."},rangeSeparator:" do ",weekAbbreviation:"Týd.",scrollTitle:"Rolujte pro změnu",toggleTitle:"Přepnout dopoledne/odpoledne",amPM:["dop.","odp."],yearAriaLabel:"Rok",time_24hr:!0};t.l10ns.cs=n;var r=t.l10ns;e.Czech=n,e.default=r,Object.defineProperty(e,"__esModule",{value:!0})}(t)},EK0E:function(e,t,n){"use strict";var r,i=n("dyZX"),o=n("CkkT")(0),a=n("KroJ"),s=n("Z6vF"),l=n("czNK"),u=n("ZD67"),c=n("0/R4"),f=n("s5qY"),d=n("s5qY"),h=!i.ActiveXObject&&"ActiveXObject"in i,p=s.getWeak,m=Object.isExtensible,g=u.ufstore,v=function(e){return function(){return e(this,arguments.length>0?arguments[0]:void 0)}},y={get:function(e){if(c(e)){var t=p(e);return!0===t?g(f(this,"WeakMap")).get(e):t?t[this._i]:void 0}},set:function(e,t){return u.def(f(this,"WeakMap"),e,t)}},b=e.exports=n("4LiD")("WeakMap",v,y,u,!0,!0);d&&h&&(l((r=u.getConstructor(v,"WeakMap")).prototype,y),s.NEED=!0,o(["delete","has","get","set"],(function(e){var t=b.prototype,n=t[e];a(t,e,(function(t,i){if(c(t)&&!m(t)){this._f||(this._f=new r);var o=this._f[e](t,i);return"set"==e?this:o}return n.call(this,t,i)}))})))},EVdn:function(e,t,n){var r; -/*! - * jQuery JavaScript Library v3.6.0 - * https://jquery.com/ - * - * Includes Sizzle.js - * https://sizzlejs.com/ - * - * Copyright OpenJS Foundation and other contributors - * Released under the MIT license - * https://jquery.org/license - * - * Date: 2021-03-02T17:08Z - */!function(t,n){"use strict";"object"==typeof e.exports?e.exports=t.document?n(t,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return n(e)}:n(t)}("undefined"!=typeof window?window:this,(function(n,i){"use strict";var o=[],a=Object.getPrototypeOf,s=o.slice,l=o.flat?function(e){return o.flat.call(e)}:function(e){return o.concat.apply([],e)},u=o.push,c=o.indexOf,f={},d=f.toString,h=f.hasOwnProperty,p=h.toString,m=p.call(Object),g={},v=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},y=function(e){return null!=e&&e===e.window},b=n.document,w={type:!0,src:!0,nonce:!0,noModule:!0};function x(e,t,n){var r,i,o=(n=n||b).createElement("script");if(o.text=e,t)for(r in w)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function k(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?f[d.call(e)]||"object":typeof e}var _=function(e,t){return new _.fn.init(e,t)};function S(e){var t=!!e&&"length"in e&&e.length,n=k(e);return!v(e)&&!y(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}_.fn=_.prototype={jquery:"3.6.0",constructor:_,length:0,toArray:function(){return s.call(this)},get:function(e){return null==e?s.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=_.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return _.each(this,e)},map:function(e){return this.pushStack(_.map(this,(function(t,n){return e.call(t,n,t)})))},slice:function(){return this.pushStack(s.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(_.grep(this,(function(e,t){return(t+1)%2})))},odd:function(){return this.pushStack(_.grep(this,(function(e,t){return t%2})))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n
-1)i&&i.push(o);else if(u=ae(o),a=be(f.appendChild(o),"script"),u&&we(a),n)for(c=0;o=a[c++];)ve.test(o.type||"")&&n.push(o);return f}var _e=/^([^.]*)(?:\.(.+)|)/;function Se(){return!0}function Ce(){return!1}function De(e,t){return e===function(){try{return b.activeElement}catch(e){}}()==("focus"===t)}function Ee(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)Ee(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=Ce;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return _().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=_.guid++)),e.each((function(){_.event.add(this,t,i,r,n)}))}function Te(e,t,n){n?(X.set(e,t,!1),_.event.add(e,t,{namespace:!1,handler:function(e){var r,i,o=X.get(this,t);if(1&e.isTrigger&&this[t]){if(o.length)(_.event.special[t]||{}).delegateType&&e.stopPropagation();else if(o=s.call(arguments),X.set(this,t,o),r=n(this,t),this[t](),o!==(i=X.get(this,t))||r?X.set(this,t,!1):i={},o!==i)return e.stopImmediatePropagation(),e.preventDefault(),i&&i.value}else o.length&&(X.set(this,t,{value:_.event.trigger(_.extend(o[0],_.Event.prototype),o.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===X.get(e,t)&&_.event.add(e,t,Se)}_.event={global:{},add:function(e,t,n,r,i){var o,a,s,l,u,c,f,d,h,p,m,g=X.get(e);if(Y(e))for(n.handler&&(n=(o=n).handler,i=o.selector),i&&_.find.matchesSelector(oe,i),n.guid||(n.guid=_.guid++),(l=g.events)||(l=g.events=Object.create(null)),(a=g.handle)||(a=g.handle=function(t){return void 0!==_&&_.event.triggered!==t.type?_.event.dispatch.apply(e,arguments):void 0}),u=(t=(t||"").match(P)||[""]).length;u--;)h=m=(s=_e.exec(t[u])||[])[1],p=(s[2]||"").split(".").sort(),h&&(f=_.event.special[h]||{},h=(i?f.delegateType:f.bindType)||h,f=_.event.special[h]||{},c=_.extend({type:h,origType:m,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&_.expr.match.needsContext.test(i),namespace:p.join(".")},o),(d=l[h])||((d=l[h]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(e,r,p,a)||e.addEventListener&&e.addEventListener(h,a)),f.add&&(f.add.call(e,c),c.handler.guid||(c.handler.guid=n.guid)),i?d.splice(d.delegateCount++,0,c):d.push(c),_.event.global[h]=!0)},remove:function(e,t,n,r,i){var o,a,s,l,u,c,f,d,h,p,m,g=X.hasData(e)&&X.get(e);if(g&&(l=g.events)){for(u=(t=(t||"").match(P)||[""]).length;u--;)if(h=m=(s=_e.exec(t[u])||[])[1],p=(s[2]||"").split(".").sort(),h){for(f=_.event.special[h]||{},d=l[h=(r?f.delegateType:f.bindType)||h]||[],s=s[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=d.length;o--;)c=d[o],!i&&m!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(d.splice(o,1),c.selector&&d.delegateCount--,f.remove&&f.remove.call(e,c));a&&!d.length&&(f.teardown&&!1!==f.teardown.call(e,p,g.handle)||_.removeEvent(e,h,g.handle),delete l[h])}else for(h in l)_.event.remove(e,h+t[u],n,r,!0);_.isEmptyObject(l)&&X.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=new Array(arguments.length),l=_.event.fix(e),u=(X.get(this,"events")||Object.create(null))[l.type]||[],c=_.event.special[l.type]||{};for(s[0]=l,t=1;t