From 901d1b4262139dee62f399e05833005940066cf1 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 15 Aug 2022 14:33:24 +0200 Subject: [PATCH] fixed composer.json --- .docker/contao/init.sh | 3 + app/contao/composer.json | 354 ++-------------- app/contao/composer.lock | 850 ++++++++++++++++----------------------- 3 files changed, 382 insertions(+), 825 deletions(-) mode change 100755 => 100644 app/contao/composer.lock diff --git a/.docker/contao/init.sh b/.docker/contao/init.sh index 6dad070..729fa2b 100644 --- a/.docker/contao/init.sh +++ b/.docker/contao/init.sh @@ -2,7 +2,10 @@ echo "composer dependencies" +su www-data -s /bin/bash -c "composer update -d contao" su www-data -s /bin/bash -c "composer install -d contao" +su www-data -s /bin/bash -c "composer dump-autoload -d contao" + echo "$@" docker-php-entrypoint "$@" diff --git a/app/contao/composer.json b/app/contao/composer.json index 4cfba0a..2f906a0 100644 --- a/app/contao/composer.json +++ b/app/contao/composer.json @@ -1,320 +1,38 @@ { - "name": "contao/contao", - "description": "Contao Open Source CMS development package", - "license": "LGPL-3.0-or-later", - "type": "symfony-bundle", - "authors": [ - { - "name": "Leo Feyer", - "homepage": "https://github.com/leofeyer" - }, - { - "name": "Contao Community", - "homepage": "https://contao.org/contributors" - } - ], - "homepage": "https://contao.org", - "support": { - "issues": "https://github.com/contao/contao/issues", - "forum": "https://community.contao.org", - "source": "https://github.com/contao/contao", - "docs": "https://docs.contao.org" - }, - "require": { - "php": "^7.4 || ^8.0", - "ext-dom": "*", - "ext-filter": "*", - "ext-gd": "*", - "ext-hash": "*", - "ext-intl": "*", - "ext-json": "*", - "ext-pcre": "*", - "ext-pdo": "*", - "ext-session": "*", - "ext-zlib": "*", - "composer-runtime-api": "^2.0.14", - "ausi/slug-generator": "^1.1", - "bacon/bacon-qr-code": "^2.0", - "contao-components/ace": "^1.2", - "contao-components/chosen": "^1.2", - "contao-components/colorbox": "^1.6", - "contao-components/colorpicker": "^1.5", - "contao-components/contao": "^9.1", - "contao-components/datepicker": "^2.3", - "contao-components/dropzone": "^5.0.1", - "contao-components/jquery": "^3.5", - "contao-components/jquery-ui": "^1.11.4", - "contao-components/mediabox": "^1.5", - "contao-components/mootools": "^1.6.0.1", - "contao-components/simplemodal": "^2.1", - "contao-components/swipe": "^2.0.3", - "contao-components/tablesort": "^4.0", - "contao-components/tablesorter": "^2.1", - "contao-components/tinymce4": "^4.7 || ^5.0", - "contao/image": "^1.0", - "contao/imagine-svg": "^1.0", - "contao/manager-plugin": "^2.6.2", - "doctrine/collections": "^1.5", - "doctrine/dbal": "^3.3", - "doctrine/doctrine-bundle": "^2.4", - "doctrine/orm": "^2.10", - "doctrine/persistence": "^2.0", - "dragonmantank/cron-expression": "^2.3", - "friendsofsymfony/http-cache": "^2.6", - "friendsofsymfony/http-cache-bundle": "^2.6", - "imagine/imagine": "^1.0", - "knplabs/knp-menu": "^3.1", - "knplabs/knp-menu-bundle": "^3.0", - "knplabs/knp-time-bundle": "^1.11", - "lcobucci/jwt": "^4.0", - "league/commonmark": "^2.2", - "league/flysystem": "^2.4 || ^3.0", - "league/flysystem-bundle": "^2.0", - "matthiasmullie/minify": "^1.3", - "monolog/monolog": "^2.0", - "nelmio/cors-bundle": "^2.0.1", - "nelmio/security-bundle": "^2.2", - "nikic/php-parser": "^4.9", - "nyholm/psr7": "^1.2", - "paragonie/constant_time_encoding": "^2.2", - "phpspec/php-diff": "^1.0", - "phpunit/phpunit": "^9.3", - "psr/cache": "^1.0 || ^2.0 || ^3.0", - "psr/container": "^1.0", - "psr/http-message": "^1.0", - "psr/log": "^1.0", - "scheb/2fa-backup-code": "^5.8", - "scheb/2fa-bundle": "^5.8", - "scheb/2fa-trusted-device": "^5.8", - "scrivo/highlight.php": "^9.18", - "scssphp/scssphp": "^1.5", - "sensiolabs/ansi-to-html": "^1.1", - "simplepie/simplepie": "^1.3", - "spatie/schema-org": "^3.4", - "spomky-labs/otphp": "^10.0", - "symfony-cmf/routing": "^2.3", - "symfony-cmf/routing-bundle": "^2.4", - "symfony/asset": "^5.4", - "symfony/cache": "^5.4", - "symfony/config": "^5.4", - "symfony/console": "^5.4", - "symfony/debug-bundle": "^5.4", - "symfony/dependency-injection": "^5.4", - "symfony/deprecation-contracts": "^2.1 || ^3.0", - "symfony/doctrine-bridge": "^5.4", - "symfony/dom-crawler": "^5.4", - "symfony/dotenv": "^5.4", - "symfony/error-handler": "^5.4", - "symfony/event-dispatcher": "^5.4", - "symfony/event-dispatcher-contracts": "^2.0 || ^3.0", - "symfony/expression-language": "^5.4", - "symfony/filesystem": "^5.4", - "symfony/finder": "^5.4", - "symfony/framework-bundle": "^5.4", - "symfony/http-client": "^5.4", - "symfony/http-client-contracts": "^2.4", - "symfony/http-foundation": "^5.4", - "symfony/http-kernel": "^5.4", - "symfony/intl": "^5.4", - "symfony/lock": "^5.4", - "symfony/mailer": "^5.4", - "symfony/maker-bundle": "^1.1", - "symfony/mime": "^5.4", - "symfony/monolog-bridge": "^5.4", - "symfony/monolog-bundle": "^3.1", - "symfony/options-resolver": "^5.4", - "symfony/password-hasher": "^5.4", - "symfony/polyfill-intl-idn": "^1.0", - "symfony/polyfill-mbstring": "^1.0", - "symfony/process": "^5.4", - "symfony/property-access": "^5.4", - "symfony/proxy-manager-bridge": "^5.4", - "symfony/routing": "^5.4", - "symfony/security-bundle": "^5.4", - "symfony/security-core": "^5.4", - "symfony/security-csrf": "^5.4", - "symfony/security-http": "^5.4", - "symfony/service-contracts": "^1.1 || ^2.0", - "symfony/stopwatch": "^5.4", - "symfony/string": "^5.4", - "symfony/translation": "^5.4", - "symfony/translation-contracts": "^2.3", - "symfony/twig-bridge": "^5.4", - "symfony/twig-bundle": "^5.4", - "symfony/uid": "^5.4", - "symfony/var-dumper": "^5.4", - "symfony/web-profiler-bundle": "^5.4", - "symfony/yaml": "^5.4", - "terminal42/escargot": "^1.4.1", - "terminal42/service-annotation-bundle": "^1.1", - "toflar/psr6-symfony-http-cache-store": "^3.0", - "twig/extra-bundle": "^3.0", - "twig/twig": "^3.0", - "ua-parser/uap-php": "^3.9", - "webignition/robots-txt-file": "^3.0", - "wikimedia/less.php": "^1.7" - }, - "require-dev": { - "ext-fileinfo": "*", - "bamarni/composer-bin-plugin": "^1.4", - "composer/composer": "^2.0", - "league/flysystem-memory": "^2.0 || ^3.0", - "roave/better-reflection": "^4.12.2 || ^5.0", - "symfony/browser-kit": "^5.4", - "symfony/phpunit-bridge": "^5.4" - }, - "replace": { - "contao/calendar-bundle": "self.version", - "contao/comments-bundle": "self.version", - "contao/core-bundle": "self.version", - "contao/faq-bundle": "self.version", - "contao/installation-bundle": "self.version", - "contao/listing-bundle": "self.version", - "contao/maker-bundle": "self.version", - "contao/manager-bundle": "self.version", - "contao/news-bundle": "self.version", - "contao/newsletter-bundle": "self.version", - "contao/test-case": "self.version" - }, - "conflict": { - "contao-community-alliance/composer-plugin": "<3.0", - "contao/core": "*", - "contao/manager-plugin": "<2.0 || >=3.0", - "doctrine/annotations": "<1.9", - "doctrine/cache": "<1.10", - "doctrine/dbal": "3.3.0", - "nikic/php-parser": "4.7.0", - "phpunit/phpunit": "<8.0", - "roave/better-reflection": "<4.12.2 || >=6.0", - "terminal42/contao-ce-access": "<3.0", - "thecodingmachine/safe": "<1.2", - "zendframework/zend-code": "<3.3.1" - }, - "autoload": { - "psr-4": { - "Contao\\CalendarBundle\\": "calendar-bundle/src/", - "Contao\\CommentsBundle\\": "comments-bundle/src/", - "Contao\\CoreBundle\\": "core-bundle/src/", - "Contao\\FaqBundle\\": "faq-bundle/src/", - "Contao\\InstallationBundle\\": "installation-bundle/src/", - "Contao\\ListingBundle\\": "listing-bundle/src/", - "Contao\\MakerBundle\\": "maker-bundle/src/", - "Contao\\ManagerBundle\\": "manager-bundle/src/", - "Contao\\NewsBundle\\": "news-bundle/src/", - "Contao\\NewsletterBundle\\": "newsletter-bundle/src/", - "Contao\\TestCase\\": "test-case/src/" - }, - "classmap": [ - "calendar-bundle/src/Resources/contao/", - "comments-bundle/src/Resources/contao/", - "core-bundle/src/Resources/contao/", - "faq-bundle/src/Resources/contao/", - "listing-bundle/src/Resources/contao/", - "news-bundle/src/Resources/contao/", - "newsletter-bundle/src/Resources/contao/" - ], - "exclude-from-classmap": [ - "calendar-bundle/src/Resources/contao/config/", - "calendar-bundle/src/Resources/contao/dca/", - "calendar-bundle/src/Resources/contao/languages/", - "calendar-bundle/src/Resources/contao/templates/", - "comments-bundle/src/Resources/contao/config/", - "comments-bundle/src/Resources/contao/dca/", - "comments-bundle/src/Resources/contao/languages/", - "comments-bundle/src/Resources/contao/templates/", - "core-bundle/src/Resources/contao/config/", - "core-bundle/src/Resources/contao/dca/", - "core-bundle/src/Resources/contao/helper/functions.php", - "core-bundle/src/Resources/contao/languages/", - "core-bundle/src/Resources/contao/templates/", - "core-bundle/src/Resources/contao/themes/", - "faq-bundle/src/Resources/contao/config/", - "faq-bundle/src/Resources/contao/dca/", - "faq-bundle/src/Resources/contao/languages/", - "faq-bundle/src/Resources/contao/templates/", - "listing-bundle/src/Resources/contao/config/", - "listing-bundle/src/Resources/contao/dca/", - "listing-bundle/src/Resources/contao/languages/", - "listing-bundle/src/Resources/contao/templates/", - "news-bundle/src/Resources/contao/config/", - "news-bundle/src/Resources/contao/dca/", - "news-bundle/src/Resources/contao/languages/", - "news-bundle/src/Resources/contao/templates/", - "newsletter-bundle/src/Resources/contao/config/", - "newsletter-bundle/src/Resources/contao/dca/", - "newsletter-bundle/src/Resources/contao/languages/", - "newsletter-bundle/src/Resources/contao/templates/" - ] - }, - "autoload-dev": { - "psr-4": { - "Contao\\CalendarBundle\\Tests\\": "calendar-bundle/tests/", - "Contao\\CoreBundle\\Fixtures\\": "core-bundle/tests/Fixtures/src/", - "Contao\\CoreBundle\\Tests\\": "core-bundle/tests/", - "Contao\\FaqBundle\\Tests\\": "faq-bundle/tests/", - "Contao\\InstallationBundle\\Tests\\": "installation-bundle/tests/", - "Contao\\MakerBundle\\Fixtures\\": "maker-bundle/tests/Fixtures/src/", - "Contao\\MakerBundle\\Tests\\": "maker-bundle/tests/", - "Contao\\ManagerBundle\\Tests\\": "manager-bundle/tests/", - "Contao\\NewBundle\\": "core-bundle/tests/Fixtures/vendor/contao/new-bundle/src/", - "Contao\\NewsBundle\\Tests\\": "news-bundle/tests/", - "Contao\\NewsletterBundle\\Tests\\": "newsletter-bundle/tests/", - "Contao\\TestBundle\\": "core-bundle/tests/Fixtures/vendor/contao/test-bundle/" - } - }, - "bin": [ - "manager-bundle/bin/contao-console", - "manager-bundle/bin/contao-setup" - ], - "config": { - "allow-plugins": { - "bamarni/composer-bin-plugin": true, - "composer/package-versions-deprecated": true, - "contao-components/installer": true, - "contao/manager-plugin": true - } - }, - "extra": { - "bamarni-bin": { - "bin-links": false, - "target-directory": "tools" - }, - "contao-manager-plugin": { - "contao/calendar-bundle": "Contao\\CalendarBundle\\ContaoManager\\Plugin", - "contao/comments-bundle": "Contao\\CommentsBundle\\ContaoManager\\Plugin", - "contao/core-bundle": "Contao\\CoreBundle\\ContaoManager\\Plugin", - "contao/faq-bundle": "Contao\\FaqBundle\\ContaoManager\\Plugin", - "contao/installation-bundle": "Contao\\InstallationBundle\\ContaoManager\\Plugin", - "contao/listing-bundle": "Contao\\ListingBundle\\ContaoManager\\Plugin", - "contao/maker-bundle": "Contao\\MakerBundle\\ContaoManager\\Plugin", - "contao/manager-bundle": "Contao\\ManagerBundle\\ContaoManager\\Plugin", - "contao/news-bundle": "Contao\\NewsBundle\\ContaoManager\\Plugin", - "contao/newsletter-bundle": "Contao\\NewsletterBundle\\ContaoManager\\Plugin" - } - }, - "scripts": { - "all": [ - "@unit-tests", - "@functional-tests", - "@cs-fixer", - "@service-linter", - "@phpstan", - "@require-checker", - "@monorepo-tools" - ], - "cs-fixer": [ - "@ecs", - "@ecs-legacy", - "@ecs-templates" - ], - "ecs": "@php tools/ecs/vendor/bin/ecs check *-bundle/bin *-bundle/src *-bundle/tests test-case/src tools/*/src --config tools/ecs/config/default.php --fix --ansi", - "ecs-legacy": "@php tools/ecs/vendor/bin/ecs check *-bundle/src/Resources/contao --config tools/ecs/config/legacy.php --fix --ansi", - "ecs-templates": "@php tools/ecs/vendor/bin/ecs check *-bundle/src/Resources/contao/templates --config tools/ecs/config/template.php --fix --ansi", - "functional-tests": "@php vendor/bin/phpunit --testsuite=functional --colors=always", - "monorepo-tools": "@php tools/monorepo/vendor/bin/monorepo-tools composer-json --validate --ansi", - "phpstan": "@php tools/phpstan/vendor/bin/phpstan analyze --ansi", - "require-checker": "@php tools/require-checker/vendor/bin/composer-require-checker check --config-file=tools/require-checker/config.json composer.json", - "service-linter": "@php tools/service-linter/bin/lint-service-ids --ansi", - "unit-tests": "@php vendor/bin/phpunit --colors=always" + "name": "contao/managed-edition", + "description": "Contao Managed Edition", + "license": "LGPL-3.0-or-later", + "type": "project", + "require": { + "contao/calendar-bundle": "^4.13", + "contao/comments-bundle": "^4.13", + "contao/conflicts": "@dev", + "contao/faq-bundle": "^4.13", + "contao/listing-bundle": "^4.13", + "contao/manager-bundle": "4.13.*", + "contao/news-bundle": "^4.13", + "contao/newsletter-bundle": "^4.13" + }, + "conflict": { + "contao-components/installer": "<1.3" + }, + "config": { + "allow-plugins": { + "composer/package-versions-deprecated": true, + "contao-community-alliance/composer-plugin": true, + "contao-components/installer": true, + "contao/manager-plugin": true } -} + }, + "extra": { + "contao-component-dir": "assets" + }, + "scripts": { + "post-install-cmd": [ + "@php vendor/bin/contao-setup" + ], + "post-update-cmd": [ + "@php vendor/bin/contao-setup" + ] + } +} \ No newline at end of file diff --git a/app/contao/composer.lock b/app/contao/composer.lock old mode 100755 new mode 100644 index 450172e..87ca2e2 --- a/app/contao/composer.lock +++ b/app/contao/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "89fa26d834bbaea4c73232d855938dc4", + "content-hash": "1fcd1a779ed8abbabf8df5bb634078ad", "packages": [ { "name": "ausi/slug-generator", @@ -262,157 +262,6 @@ ], "time": "2022-02-21T13:15:14+00:00" }, - { - "name": "codefog/contao-haste", - "version": "4.25.21", - "source": { - "type": "git", - "url": "https://github.com/codefog/contao-haste.git", - "reference": "cc63998b4b10c2611cedb13b164250e1dda05a88" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/codefog/contao-haste/zipball/cc63998b4b10c2611cedb13b164250e1dda05a88", - "reference": "cc63998b4b10c2611cedb13b164250e1dda05a88", - "shasum": "" - }, - "require": { - "contao-community-alliance/composer-plugin": "~2.4 || ~3.0", - "contao/core-bundle": "^4.4", - "php": "~7.0 || ~8.0" - }, - "replace": { - "contao-legacy/haste": "self.version" - }, - "require-dev": { - "phpoffice/phpexcel": "^1.6", - "phpoffice/phpspreadsheet": "^1.6", - "phpunit/phpunit": "^9.2" - }, - "suggest": { - "phpoffice/phpspreadsheet": "Required for the Haste\\IO\\ExcelFileWriter component." - }, - "type": "contao-module", - "extra": { - "contao": { - "sources": { - "": "system/modules/haste" - }, - "runonce": [ - "config/upgrade.php" - ] - } - }, - "autoload": { - "psr-0": { - "Haste\\": [ - "library/" - ] - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "LGPL-3.0-or-later" - ], - "authors": [ - { - "name": "Codefog", - "homepage": "http://codefog.pl" - }, - { - "name": "terminal42 gmbh", - "homepage": "https://www.terminal42.ch" - } - ], - "description": "haste extension for Contao Open Source CMS", - "keywords": [ - "contao", - "haste" - ], - "support": { - "issues": "https://github.com/codefog/contao-haste/issues", - "source": "https://github.com/codefog/contao-haste/tree/4.25.21" - }, - "funding": [ - { - "url": "https://github.com/codefog", - "type": "github" - } - ], - "time": "2022-07-25T05:23:15+00:00" - }, - { - "name": "codefog/tags-bundle", - "version": "3.3.4", - "source": { - "type": "git", - "url": "https://github.com/codefog/tags-bundle.git", - "reference": "667f396a13ea47433d042213a7b32a4ea68f7214" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/codefog/tags-bundle/zipball/667f396a13ea47433d042213a7b32a4ea68f7214", - "reference": "667f396a13ea47433d042213a7b32a4ea68f7214", - "shasum": "" - }, - "require": { - "codefog/contao-haste": "^4.24", - "contao/core-bundle": "^4.4", - "doctrine/dbal": "^2.12 || ^3.0", - "ext-pdo": "*", - "php": "^7.1 || ^8.0" - }, - "conflict": { - "contao/manager-plugin": "<2.0 || >=3.0" - }, - "require-dev": { - "contao/manager-plugin": "^2.0", - "contao/php-cs-fixer": "^2.2", - "contao/test-case": "^2.0", - "php-coveralls/php-coveralls": "^2.2", - "phpunit/phpunit": "^7.0 || ^9.3" - }, - "type": "contao-bundle", - "extra": { - "contao-manager-plugin": "Codefog\\TagsBundle\\ContaoManager\\Plugin" - }, - "autoload": { - "psr-4": { - "Codefog\\TagsBundle\\": "src/" - }, - "classmap": [ - "src/DC_Tags.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Codefog", - "homepage": "https://codefog.pl" - } - ], - "description": "Tags bundle for Contao Open Source CMS", - "keywords": [ - "contao", - "tag", - "tagging", - "tags" - ], - "support": { - "issues": "https://github.com/codefog/tags-bundle/issues", - "source": "https://github.com/codefog/tags-bundle/tree/3.3.4" - }, - "funding": [ - { - "url": "https://github.com/codefog", - "type": "github" - } - ], - "time": "2022-05-06T15:34:14+00:00" - }, { "name": "composer/ca-bundle", "version": "1.3.3", @@ -489,67 +338,18 @@ ], "time": "2022-07-20T07:14:26+00:00" }, - { - "name": "contao-community-alliance/composer-plugin", - "version": "3.2.2", - "source": { - "type": "git", - "url": "https://github.com/contao-community-alliance/composer-plugin.git", - "reference": "05c8d6881f9866e2ba26635420ae173546f2ede2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/contao-community-alliance/composer-plugin/zipball/05c8d6881f9866e2ba26635420ae173546f2ede2", - "reference": "05c8d6881f9866e2ba26635420ae173546f2ede2", - "shasum": "" - }, - "require": { - "composer-plugin-api": "^2.0", - "php": "^7.1 || ^8.0", - "symfony/finder": "^4.4 || ^5.2", - "symfony/process": "^4.4 || ^5.2" - }, - "conflict": { - "contao/core": "*", - "contao/core-bundle": "<4.9" - }, - "require-dev": { - "composer/composer": "^2.0", - "symfony/phpunit-bridge": "^3.0" - }, - "type": "composer-plugin", - "extra": { - "class": "ContaoCommunityAlliance\\Composer\\Plugin\\Plugin" - }, - "autoload": { - "psr-4": { - "ContaoCommunityAlliance\\Composer\\Plugin\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "LGPL-3.0-or-later" - ], - "description": "Composer plugin that provides installers for contao-module and legacy-contao-module.", - "homepage": "http://c-c-a.org/", - "support": { - "issues": "https://github.com/contao-community-alliance/composer-plugin/issues", - "source": "https://github.com/contao-community-alliance/composer-plugin/tree/3.2.2" - }, - "time": "2022-04-01T14:57:10+00:00" - }, { "name": "contao-components/ace", - "version": "1.8.1", + "version": "1.9.3", "source": { "type": "git", "url": "https://github.com/contao-components/ace.git", - "reference": "26060e51cd94c2814d07afdb33271da71114a742" + "reference": "9c3a78bf59e97b65c557e994a6c5558d84d6d9e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/contao-components/ace/zipball/26060e51cd94c2814d07afdb33271da71114a742", - "reference": "26060e51cd94c2814d07afdb33271da71114a742", + "url": "https://api.github.com/repos/contao-components/ace/zipball/9c3a78bf59e97b65c557e994a6c5558d84d6d9e4", + "reference": "9c3a78bf59e97b65c557e994a6c5558d84d6d9e4", "shasum": "" }, "require": { @@ -569,9 +369,9 @@ "description": "ACE code editor integration for Contao Open Source CMS", "support": { "issues": "https://github.com/contao-components/ace/issues", - "source": "https://github.com/contao-components/ace/tree/1.8.1" + "source": "https://github.com/contao-components/ace/tree/1.9.3" }, - "time": "2022-07-22T07:17:11+00:00" + "time": "2022-08-09T06:39:06+00:00" }, { "name": "contao-components/chosen", @@ -1148,16 +948,16 @@ }, { "name": "contao/calendar-bundle", - "version": "4.13.6", + "version": "4.13.7", "source": { "type": "git", "url": "https://github.com/contao/calendar-bundle.git", - "reference": "5b3147c635507b678fb46f5577ce2e003cece123" + "reference": "aacf3cd0c036fc7db633e9a3ca432bf44d384a46" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/contao/calendar-bundle/zipball/5b3147c635507b678fb46f5577ce2e003cece123", - "reference": "5b3147c635507b678fb46f5577ce2e003cece123", + "url": "https://api.github.com/repos/contao/calendar-bundle/zipball/aacf3cd0c036fc7db633e9a3ca432bf44d384a46", + "reference": "aacf3cd0c036fc7db633e9a3ca432bf44d384a46", "shasum": "" }, "require": { @@ -1229,7 +1029,82 @@ "type": "custom" } ], - "time": "2022-07-05T11:01:11+00:00" + "time": "2022-08-15T09:18:12+00:00" + }, + { + "name": "contao/comments-bundle", + "version": "4.13.7", + "source": { + "type": "git", + "url": "https://github.com/contao/comments-bundle.git", + "reference": "d43d48366db671e90b240e8715d3fbda00de986e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/contao/comments-bundle/zipball/d43d48366db671e90b240e8715d3fbda00de986e", + "reference": "d43d48366db671e90b240e8715d3fbda00de986e", + "shasum": "" + }, + "require": { + "contao/core-bundle": "self.version", + "php": "^7.4 || ^8.0", + "symfony/http-kernel": "^5.4" + }, + "conflict": { + "contao/core": "*", + "contao/manager-plugin": "<2.0 || >=3.0" + }, + "require-dev": { + "contao/manager-plugin": "^2.0", + "symfony/http-client": "^5.4" + }, + "type": "contao-bundle", + "extra": { + "contao-manager-plugin": "Contao\\CommentsBundle\\ContaoManager\\Plugin" + }, + "autoload": { + "psr-4": { + "Contao\\CommentsBundle\\": "src/" + }, + "classmap": [ + "src/Resources/contao/" + ], + "exclude-from-classmap": [ + "src/Resources/contao/config/", + "src/Resources/contao/dca/", + "src/Resources/contao/languages/", + "src/Resources/contao/templates/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-or-later" + ], + "authors": [ + { + "name": "Leo Feyer", + "homepage": "https://github.com/leofeyer" + }, + { + "name": "Contao Community", + "homepage": "https://contao.org/contributors" + } + ], + "description": "Adds comments functionality to Contao", + "homepage": "https://contao.org", + "support": { + "docs": "https://docs.contao.org", + "forum": "https://community.contao.org", + "issues": "https://github.com/contao/contao/issues", + "source": "https://github.com/contao/comments-bundle" + }, + "funding": [ + { + "url": "https://to.contao.org/donate", + "type": "custom" + } + ], + "time": "2022-08-15T09:05:58+00:00" }, { "name": "contao/conflicts", @@ -1289,16 +1164,16 @@ }, { "name": "contao/core-bundle", - "version": "4.13.6", + "version": "4.13.7", "source": { "type": "git", "url": "https://github.com/contao/core-bundle.git", - "reference": "e731c368b3fe137a6c6176834a752dfc5ea2b622" + "reference": "93ed94a19741e24c8cfe0d468cbbe43a95531504" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/contao/core-bundle/zipball/e731c368b3fe137a6c6176834a752dfc5ea2b622", - "reference": "e731c368b3fe137a6c6176834a752dfc5ea2b622", + "url": "https://api.github.com/repos/contao/core-bundle/zipball/93ed94a19741e24c8cfe0d468cbbe43a95531504", + "reference": "93ed94a19741e24c8cfe0d468cbbe43a95531504", "shasum": "" }, "require": { @@ -1493,20 +1368,20 @@ "type": "custom" } ], - "time": "2022-07-05T11:01:11+00:00" + "time": "2022-08-15T09:18:12+00:00" }, { "name": "contao/faq-bundle", - "version": "4.13.6", + "version": "4.13.7", "source": { "type": "git", "url": "https://github.com/contao/faq-bundle.git", - "reference": "75bad32ebf5f9706d4d83b4450b02a5651947671" + "reference": "8a073d715218cff9fa0761cea2898055e8fd6431" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/contao/faq-bundle/zipball/75bad32ebf5f9706d4d83b4450b02a5651947671", - "reference": "75bad32ebf5f9706d4d83b4450b02a5651947671", + "url": "https://api.github.com/repos/contao/faq-bundle/zipball/8a073d715218cff9fa0761cea2898055e8fd6431", + "reference": "8a073d715218cff9fa0761cea2898055e8fd6431", "shasum": "" }, "require": { @@ -1574,7 +1449,7 @@ "type": "custom" } ], - "time": "2022-07-05T11:01:11+00:00" + "time": "2022-07-13T08:53:44+00:00" }, { "name": "contao/image", @@ -1696,16 +1571,16 @@ }, { "name": "contao/installation-bundle", - "version": "4.13.6", + "version": "4.13.7", "source": { "type": "git", "url": "https://github.com/contao/installation-bundle.git", - "reference": "015657c0cb68964f5b2b6be1e064dff3662d29d2" + "reference": "7ac41d0a13e788b080f92d7634b697741abdb18a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/contao/installation-bundle/zipball/015657c0cb68964f5b2b6be1e064dff3662d29d2", - "reference": "015657c0cb68964f5b2b6be1e064dff3662d29d2", + "url": "https://api.github.com/repos/contao/installation-bundle/zipball/7ac41d0a13e788b080f92d7634b697741abdb18a", + "reference": "7ac41d0a13e788b080f92d7634b697741abdb18a", "shasum": "" }, "require": { @@ -1774,11 +1649,11 @@ "type": "custom" } ], - "time": "2022-07-05T11:01:11+00:00" + "time": "2022-08-08T09:55:09+00:00" }, { "name": "contao/listing-bundle", - "version": "4.13.6", + "version": "4.13.7", "source": { "type": "git", "url": "https://github.com/contao/listing-bundle.git", @@ -1853,16 +1728,16 @@ }, { "name": "contao/manager-bundle", - "version": "4.13.6", + "version": "4.13.7", "source": { "type": "git", "url": "https://github.com/contao/manager-bundle.git", - "reference": "52a37819597a339d0165f1169d6629256e0077f6" + "reference": "209d7afef9b6327a20d5d7147f247f8d51155341" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/contao/manager-bundle/zipball/52a37819597a339d0165f1169d6629256e0077f6", - "reference": "52a37819597a339d0165f1169d6629256e0077f6", + "url": "https://api.github.com/repos/contao/manager-bundle/zipball/209d7afef9b6327a20d5d7147f247f8d51155341", + "reference": "209d7afef9b6327a20d5d7147f247f8d51155341", "shasum": "" }, "require": { @@ -1958,20 +1833,20 @@ "type": "custom" } ], - "time": "2022-07-05T11:01:11+00:00" + "time": "2022-08-15T09:05:58+00:00" }, { "name": "contao/manager-plugin", - "version": "2.11.2", + "version": "2.12.0", "source": { "type": "git", "url": "https://github.com/contao/manager-plugin.git", - "reference": "20836eee4b4ae1bd182a64a57e90a1127ce6cca1" + "reference": "381dcb786f675dac25282747848d9f8c3823d0ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/contao/manager-plugin/zipball/20836eee4b4ae1bd182a64a57e90a1127ce6cca1", - "reference": "20836eee4b4ae1bd182a64a57e90a1127ce6cca1", + "url": "https://api.github.com/repos/contao/manager-plugin/zipball/381dcb786f675dac25282747848d9f8c3823d0ba", + "reference": "381dcb786f675dac25282747848d9f8c3823d0ba", "shasum": "" }, "require": { @@ -1989,7 +1864,7 @@ "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "composer/composer": "^1.1 || ^2.0", - "contao/core-bundle": "^4.4", + "contao/core-bundle": "^4.4 || ^5.0", "ext-zip": "*", "php-http/guzzle6-adapter": "^1.1", "phpunit/phpunit": "^8.5 || ^9.3", @@ -2026,7 +1901,7 @@ "description": "Contao 4 manager plugin", "support": { "issues": "https://github.com/contao/manager-plugin/issues", - "source": "https://github.com/contao/manager-plugin/tree/2.11.2" + "source": "https://github.com/contao/manager-plugin/tree/2.12.0" }, "funding": [ { @@ -2034,20 +1909,20 @@ "type": "custom" } ], - "time": "2022-07-21T11:51:56+00:00" + "time": "2022-08-12T13:50:17+00:00" }, { "name": "contao/news-bundle", - "version": "4.13.6", + "version": "4.13.7", "source": { "type": "git", "url": "https://github.com/contao/news-bundle.git", - "reference": "0e6fc9a34f6fc4fcbfc0b0ee60913ea82445b866" + "reference": "91c1d9d5e1ad84cf17315c23532d06f99794bb64" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/contao/news-bundle/zipball/0e6fc9a34f6fc4fcbfc0b0ee60913ea82445b866", - "reference": "0e6fc9a34f6fc4fcbfc0b0ee60913ea82445b866", + "url": "https://api.github.com/repos/contao/news-bundle/zipball/91c1d9d5e1ad84cf17315c23532d06f99794bb64", + "reference": "91c1d9d5e1ad84cf17315c23532d06f99794bb64", "shasum": "" }, "require": { @@ -2119,6 +1994,85 @@ "type": "custom" } ], + "time": "2022-07-13T08:53:44+00:00" + }, + { + "name": "contao/newsletter-bundle", + "version": "4.13.7", + "source": { + "type": "git", + "url": "https://github.com/contao/newsletter-bundle.git", + "reference": "5b80e5aa1578ec5255c65e3403066dbd6d771b0d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/contao/newsletter-bundle/zipball/5b80e5aa1578ec5255c65e3403066dbd6d771b0d", + "reference": "5b80e5aa1578ec5255c65e3403066dbd6d771b0d", + "shasum": "" + }, + "require": { + "contao/core-bundle": "self.version", + "php": "^7.4 || ^8.0", + "symfony/deprecation-contracts": "^2.1 || ^3.0", + "symfony/http-kernel": "^5.4" + }, + "conflict": { + "contao/core": "*", + "contao/manager-plugin": "<2.0 || >=3.0" + }, + "require-dev": { + "contao/manager-plugin": "^2.3.1", + "contao/test-case": "self.version", + "phpunit/phpunit": "^9.3", + "symfony/http-client": "^5.4", + "symfony/phpunit-bridge": "^5.4" + }, + "type": "contao-bundle", + "extra": { + "contao-manager-plugin": "Contao\\NewsletterBundle\\ContaoManager\\Plugin" + }, + "autoload": { + "psr-4": { + "Contao\\NewsletterBundle\\": "src/" + }, + "classmap": [ + "src/Resources/contao/" + ], + "exclude-from-classmap": [ + "src/Resources/contao/config/", + "src/Resources/contao/dca/", + "src/Resources/contao/languages/", + "src/Resources/contao/templates/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-or-later" + ], + "authors": [ + { + "name": "Leo Feyer", + "homepage": "https://github.com/leofeyer" + }, + { + "name": "Contao Community", + "homepage": "https://contao.org/contributors" + } + ], + "description": "Adds newsletter functionality to Contao", + "homepage": "https://contao.org", + "support": { + "docs": "https://docs.contao.org", + "forum": "https://community.contao.org", + "issues": "https://github.com/contao/contao/issues", + "source": "https://github.com/contao/newsletter-bundle" + }, + "funding": [ + { + "url": "https://to.contao.org/donate", + "type": "custom" + } + ], "time": "2022-07-05T11:01:11+00:00" }, { @@ -2570,16 +2524,16 @@ }, { "name": "doctrine/dbal", - "version": "3.3.7", + "version": "3.4.0", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "9f79d4650430b582f4598fe0954ef4d52fbc0a8a" + "reference": "118a360e9437e88d49024f36283c8bcbd76105f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/9f79d4650430b582f4598fe0954ef4d52fbc0a8a", - "reference": "9f79d4650430b582f4598fe0954ef4d52fbc0a8a", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/118a360e9437e88d49024f36283c8bcbd76105f5", + "reference": "118a360e9437e88d49024f36283c8bcbd76105f5", "shasum": "" }, "require": { @@ -2587,21 +2541,21 @@ "doctrine/cache": "^1.11|^2.0", "doctrine/deprecations": "^0.5.3|^1", "doctrine/event-manager": "^1.0", - "php": "^7.3 || ^8.0", + "php": "^7.4 || ^8.0", "psr/cache": "^1|^2|^3", "psr/log": "^1|^2|^3" }, "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2022.1", - "phpstan/phpstan": "1.7.13", - "phpstan/phpstan-strict-rules": "^1.2", - "phpunit/phpunit": "9.5.20", - "psalm/plugin-phpunit": "0.16.1", - "squizlabs/php_codesniffer": "3.7.0", - "symfony/cache": "^5.2|^6.0", - "symfony/console": "^2.7|^3.0|^4.0|^5.0|^6.0", - "vimeo/psalm": "4.23.0" + "phpstan/phpstan": "1.8.2", + "phpstan/phpstan-strict-rules": "^1.3", + "phpunit/phpunit": "9.5.21", + "psalm/plugin-phpunit": "0.17.0", + "squizlabs/php_codesniffer": "3.7.1", + "symfony/cache": "^5.4|^6.0", + "symfony/console": "^4.4|^5.4|^6.0", + "vimeo/psalm": "4.24.0" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." @@ -2661,7 +2615,7 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/3.3.7" + "source": "https://github.com/doctrine/dbal/tree/3.4.0" }, "funding": [ { @@ -2677,7 +2631,7 @@ "type": "tidelift" } ], - "time": "2022-06-13T21:43:03+00:00" + "time": "2022-08-06T20:35:57+00:00" }, { "name": "doctrine/deprecations", @@ -3166,16 +3120,16 @@ }, { "name": "doctrine/orm", - "version": "2.12.3", + "version": "2.13.1", "source": { "type": "git", "url": "https://github.com/doctrine/orm.git", - "reference": "c05e1709e9ffb9abe8d37260a78975cc816ee385" + "reference": "35c44a56677adb3ce796138b6e4934ce93ec6811" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/orm/zipball/c05e1709e9ffb9abe8d37260a78975cc816ee385", - "reference": "c05e1709e9ffb9abe8d37260a78975cc816ee385", + "url": "https://api.github.com/repos/doctrine/orm/zipball/35c44a56677adb3ce796138b6e4934ce93ec6811", + "reference": "35c44a56677adb3ce796138b6e4934ce93ec6811", "shasum": "" }, "require": { @@ -3204,15 +3158,16 @@ "doctrine/annotations": "^1.13", "doctrine/coding-standard": "^9.0", "phpbench/phpbench": "^0.16.10 || ^1.0", - "phpstan/phpstan": "~1.4.10 || 1.7.13", + "phpstan/phpstan": "~1.4.10 || 1.8.2", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", "psr/log": "^1 || ^2 || ^3", - "squizlabs/php_codesniffer": "3.7.0", + "squizlabs/php_codesniffer": "3.7.1", "symfony/cache": "^4.4 || ^5.4 || ^6.0", "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0", - "vimeo/psalm": "4.23.0" + "vimeo/psalm": "4.26.0" }, "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" }, @@ -3259,22 +3214,22 @@ ], "support": { "issues": "https://github.com/doctrine/orm/issues", - "source": "https://github.com/doctrine/orm/tree/2.12.3" + "source": "https://github.com/doctrine/orm/tree/2.13.1" }, - "time": "2022-06-16T13:42:23+00:00" + "time": "2022-08-08T09:00:16+00:00" }, { "name": "doctrine/persistence", - "version": "2.5.3", + "version": "2.5.4", "source": { "type": "git", "url": "https://github.com/doctrine/persistence.git", - "reference": "d7edf274b6d35ad82328e223439cc2bb2f92bd9e" + "reference": "830c2ba42093e0e428eca37568ab36bd8008bc17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/persistence/zipball/d7edf274b6d35ad82328e223439cc2bb2f92bd9e", - "reference": "d7edf274b6d35ad82328e223439cc2bb2f92bd9e", + "url": "https://api.github.com/repos/doctrine/persistence/zipball/830c2ba42093e0e428eca37568ab36bd8008bc17", + "reference": "830c2ba42093e0e428eca37568ab36bd8008bc17", "shasum": "" }, "require": { @@ -3347,7 +3302,7 @@ ], "support": { "issues": "https://github.com/doctrine/persistence/issues", - "source": "https://github.com/doctrine/persistence/tree/2.5.3" + "source": "https://github.com/doctrine/persistence/tree/2.5.4" }, "funding": [ { @@ -3363,7 +3318,7 @@ "type": "tidelift" } ], - "time": "2022-05-03T09:16:53+00:00" + "time": "2022-08-06T22:06:57+00:00" }, { "name": "doctrine/sql-formatter", @@ -4156,31 +4111,31 @@ }, { "name": "lcobucci/clock", - "version": "2.2.0", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/lcobucci/clock.git", - "reference": "fb533e093fd61321bfcbac08b131ce805fe183d3" + "reference": "353d83fe2e6ae95745b16b3d911813df6a05bfb3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lcobucci/clock/zipball/fb533e093fd61321bfcbac08b131ce805fe183d3", - "reference": "fb533e093fd61321bfcbac08b131ce805fe183d3", + "url": "https://api.github.com/repos/lcobucci/clock/zipball/353d83fe2e6ae95745b16b3d911813df6a05bfb3", + "reference": "353d83fe2e6ae95745b16b3d911813df6a05bfb3", "shasum": "" }, "require": { - "php": "^8.0", - "stella-maris/clock": "^0.1.4" + "php": "^7.4 || ^8.0" }, "require-dev": { - "infection/infection": "^0.26", - "lcobucci/coding-standard": "^8.0", - "phpstan/extension-installer": "^1.1", + "infection/infection": "^0.17", + "lcobucci/coding-standard": "^6.0", + "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^0.12", "phpstan/phpstan-deprecation-rules": "^0.12", "phpstan/phpstan-phpunit": "^0.12", "phpstan/phpstan-strict-rules": "^0.12", - "phpunit/phpunit": "^9.5" + "phpunit/php-code-coverage": "9.1.4", + "phpunit/phpunit": "9.3.7" }, "type": "library", "autoload": { @@ -4201,7 +4156,7 @@ "description": "Yet another clock abstraction", "support": { "issues": "https://github.com/lcobucci/clock/issues", - "source": "https://github.com/lcobucci/clock/tree/2.2.0" + "source": "https://github.com/lcobucci/clock/tree/2.0.x" }, "funding": [ { @@ -4213,7 +4168,7 @@ "type": "patreon" } ], - "time": "2022-04-19T19:34:17+00:00" + "time": "2020-08-27T18:56:02+00:00" }, { "name": "lcobucci/jwt", @@ -4479,43 +4434,39 @@ }, { "name": "league/flysystem", - "version": "3.2.0", + "version": "2.4.5", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "ed0ecc7f9b5c2f4a9872185846974a808a3b052a" + "reference": "9392c5f1df57d865c406ee65e5012d566686be12" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/ed0ecc7f9b5c2f4a9872185846974a808a3b052a", - "reference": "ed0ecc7f9b5c2f4a9872185846974a808a3b052a", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/9392c5f1df57d865c406ee65e5012d566686be12", + "reference": "9392c5f1df57d865c406ee65e5012d566686be12", "shasum": "" }, "require": { + "ext-json": "*", "league/mime-type-detection": "^1.0.0", - "php": "^8.0.2" + "php": "^7.2 || ^8.0" }, "conflict": { - "aws/aws-sdk-php": "3.209.31 || 3.210.0", - "guzzlehttp/guzzle": "<7.0", - "guzzlehttp/ringphp": "<1.1.1", - "symfony/http-client": "<5.2" + "guzzlehttp/ringphp": "<1.1.1" }, "require-dev": { "async-aws/s3": "^1.5", "async-aws/simple-s3": "^1.0", - "aws/aws-sdk-php": "^3.198.1", + "aws/aws-sdk-php": "^3.132.4", "composer/semver": "^3.0", "ext-fileinfo": "*", "ext-ftp": "*", - "ext-zip": "*", - "friendsofphp/php-cs-fixer": "^3.5", + "friendsofphp/php-cs-fixer": "^3.2", "google/cloud-storage": "^1.23", - "microsoft/azure-storage-blob": "^1.1", "phpseclib/phpseclib": "^2.0", "phpstan/phpstan": "^0.12.26", - "phpunit/phpunit": "^9.5.11", - "sabre/dav": "^4.3.1" + "phpunit/phpunit": "^8.5 || ^9.4", + "sabre/dav": "^4.1" }, "type": "library", "autoload": { @@ -4549,7 +4500,7 @@ ], "support": { "issues": "https://github.com/thephpleague/flysystem/issues", - "source": "https://github.com/thephpleague/flysystem/tree/3.2.0" + "source": "https://github.com/thephpleague/flysystem/tree/2.4.5" }, "funding": [ { @@ -4565,7 +4516,7 @@ "type": "tidelift" } ], - "time": "2022-07-26T07:26:36+00:00" + "time": "2022-04-25T18:39:39+00:00" }, { "name": "league/flysystem-bundle", @@ -5868,20 +5819,20 @@ }, { "name": "psr/cache", - "version": "2.0.0", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/cache.git", - "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b" + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/cache/zipball/213f9dbc5b9bfbc4f8db86d2838dc968752ce13b", - "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b", + "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", "shasum": "" }, "require": { - "php": ">=8.0.0" + "php": ">=5.3.0" }, "type": "library", "extra": { @@ -5901,7 +5852,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" + "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for caching libraries", @@ -5911,9 +5862,9 @@ "psr-6" ], "support": { - "source": "https://github.com/php-fig/cache/tree/2.0.0" + "source": "https://github.com/php-fig/cache/tree/master" }, - "time": "2021-02-03T23:23:37+00:00" + "time": "2016-08-06T20:24:11+00:00" }, { "name": "psr/container", @@ -6676,28 +6627,28 @@ }, { "name": "spatie/schema-org", - "version": "3.11.0", + "version": "3.9.0", "source": { "type": "git", "url": "https://github.com/spatie/schema-org.git", - "reference": "75d67883903ce450e8039e6f03d07c0bdd6a39ba" + "reference": "7f07f79475388ebc62c0aac7f29bc3de7427a906" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/schema-org/zipball/75d67883903ce450e8039e6f03d07c0bdd6a39ba", - "reference": "75d67883903ce450e8039e6f03d07c0bdd6a39ba", + "url": "https://api.github.com/repos/spatie/schema-org/zipball/7f07f79475388ebc62c0aac7f29bc3de7427a906", + "reference": "7f07f79475388ebc62c0aac7f29bc3de7427a906", "shasum": "" }, "require": { "ext-json": "*", - "php": "^8.0" + "php": "^7.4 || ^8.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.6", "graham-campbell/analyzer": "^3.0.5", "illuminate/collections": "^8.62.0", "league/flysystem": "^2.3.0 || ^3.0", - "pestphp/pest": "^1.21", + "phpunit/phpunit": "^9.4.3", "symfony/console": "^5.3.7 || 6.0", "twig/twig": "^3.3.3" }, @@ -6733,7 +6684,7 @@ ], "support": { "issues": "https://github.com/spatie/schema-org/issues", - "source": "https://github.com/spatie/schema-org/tree/3.11.0" + "source": "https://github.com/spatie/schema-org/tree/3.9.0" }, "funding": [ { @@ -6745,7 +6696,7 @@ "type": "github" } ], - "time": "2022-04-11T13:29:01+00:00" + "time": "2022-02-10T12:36:47+00:00" }, { "name": "spomky-labs/otphp", @@ -6822,53 +6773,6 @@ }, "time": "2022-03-17T08:00:35+00:00" }, - { - "name": "stella-maris/clock", - "version": "0.1.4", - "source": { - "type": "git", - "url": "https://gitlab.com/stella-maris/clock.git", - "reference": "8a0a967896df4c63417385dc69328a0aec84d9cf" - }, - "dist": { - "type": "zip", - "url": "https://gitlab.com/api/v4/projects/stella-maris%2Fclock/repository/archive.zip?sha=8a0a967896df4c63417385dc69328a0aec84d9cf", - "reference": "8a0a967896df4c63417385dc69328a0aec84d9cf", - "shasum": "" - }, - "require": { - "php": "^7.0|^8.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "StellaMaris\\Clock\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Andreas Heigl", - "role": "Maintainer" - } - ], - "description": "A pre-release of the proposed PSR-20 Clock-Interface", - "homepage": "https://gitlab.com/stella-maris/clock", - "keywords": [ - "clock", - "datetime", - "point in time", - "psr20" - ], - "support": { - "issues": "https://gitlab.com/stella-maris/clock/-/issues", - "source": "https://gitlab.com/stella-maris/clock/-/tree/0.1.4" - }, - "time": "2022-04-17T14:12:26+00:00" - }, { "name": "symfony-cmf/routing", "version": "2.3.4", @@ -7613,25 +7517,25 @@ }, { "name": "symfony/deprecation-contracts", - "version": "v3.1.1", + "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918" + "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918", - "reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", + "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "3.1-dev" + "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -7660,7 +7564,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.1.1" + "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2" }, "funding": [ { @@ -7676,7 +7580,7 @@ "type": "tidelift" } ], - "time": "2022-02-25T11:15:52+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/doctrine-bridge", @@ -8099,20 +8003,20 @@ }, { "name": "symfony/event-dispatcher-contracts", - "version": "v3.1.1", + "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "02ff5eea2f453731cfbc6bc215e456b781480448" + "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/02ff5eea2f453731cfbc6bc215e456b781480448", - "reference": "02ff5eea2f453731cfbc6bc215e456b781480448", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f98b54df6ad059855739db6fcbc2d36995283fe1", + "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1", "shasum": "" }, "require": { - "php": ">=8.1", + "php": ">=7.2.5", "psr/event-dispatcher": "^1" }, "suggest": { @@ -8121,7 +8025,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.1-dev" + "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -8158,7 +8062,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.1.1" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.2" }, "funding": [ { @@ -8174,7 +8078,7 @@ "type": "tidelift" } ], - "time": "2022-02-25T11:15:52+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/expression-language", @@ -10461,34 +10365,36 @@ }, { "name": "symfony/property-info", - "version": "v6.1.3", + "version": "v5.4.11", "source": { "type": "git", "url": "https://github.com/symfony/property-info.git", - "reference": "2fc363ed2f2b5d3b231ed0824e066d140d3fd1d8" + "reference": "8a9a2b638a808cc92a2fbce185b9318e76b0e20c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-info/zipball/2fc363ed2f2b5d3b231ed0824e066d140d3fd1d8", - "reference": "2fc363ed2f2b5d3b231ed0824e066d140d3fd1d8", + "url": "https://api.github.com/repos/symfony/property-info/zipball/8a9a2b638a808cc92a2fbce185b9318e76b0e20c", + "reference": "8a9a2b638a808cc92a2fbce185b9318e76b0e20c", "shasum": "" }, "require": { - "php": ">=8.1", - "symfony/string": "^5.4|^6.0" + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-php80": "^1.16", + "symfony/string": "^5.1|^6.0" }, "conflict": { - "phpdocumentor/reflection-docblock": "<5.2", - "phpdocumentor/type-resolver": "<1.5.1", - "symfony/dependency-injection": "<5.4" + "phpdocumentor/reflection-docblock": "<3.2.2", + "phpdocumentor/type-resolver": "<1.4.0", + "symfony/dependency-injection": "<4.4" }, "require-dev": { "doctrine/annotations": "^1.10.4", - "phpdocumentor/reflection-docblock": "^5.2", + "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", "phpstan/phpdoc-parser": "^1.0", - "symfony/cache": "^5.4|^6.0", - "symfony/dependency-injection": "^5.4|^6.0", - "symfony/serializer": "^5.4|^6.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", @@ -10530,7 +10436,7 @@ "validator" ], "support": { - "source": "https://github.com/symfony/property-info/tree/v6.1.3" + "source": "https://github.com/symfony/property-info/tree/v5.4.11" }, "funding": [ { @@ -10546,7 +10452,7 @@ "type": "tidelift" } ], - "time": "2022-07-19T08:34:05+00:00" + "time": "2022-07-19T08:07:51+00:00" }, { "name": "symfony/proxy-manager-bridge", @@ -11905,23 +11811,24 @@ }, { "name": "symfony/var-exporter", - "version": "v6.1.3", + "version": "v5.4.10", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "b49350f45cebbba6e5286485264b912f2bcfc9ef" + "reference": "8fc03ee75eeece3d9be1ef47d26d79bea1afb340" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/b49350f45cebbba6e5286485264b912f2bcfc9ef", - "reference": "b49350f45cebbba6e5286485264b912f2bcfc9ef", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/8fc03ee75eeece3d9be1ef47d26d79bea1afb340", + "reference": "8fc03ee75eeece3d9be1ef47d26d79bea1afb340", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=7.2.5", + "symfony/polyfill-php80": "^1.16" }, "require-dev": { - "symfony/var-dumper": "^5.4|^6.0" + "symfony/var-dumper": "^4.4.9|^5.0.9|^6.0" }, "type": "library", "autoload": { @@ -11957,7 +11864,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v6.1.3" + "source": "https://github.com/symfony/var-exporter/tree/v5.4.10" }, "funding": [ { @@ -11973,7 +11880,7 @@ "type": "tidelift" } ], - "time": "2022-07-04T16:01:56+00:00" + "time": "2022-05-27T12:56:18+00:00" }, { "name": "symfony/web-profiler-bundle", @@ -12130,78 +12037,6 @@ ], "time": "2022-06-27T16:58:25+00:00" }, - { - "name": "terminal42/contao-node", - "version": "1.5.8", - "source": { - "type": "git", - "url": "https://github.com/terminal42/contao-node.git", - "reference": "c14221611b911d2206180861bf8487b96a63e9c7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/terminal42/contao-node/zipball/c14221611b911d2206180861bf8487b96a63e9c7", - "reference": "c14221611b911d2206180861bf8487b96a63e9c7", - "shasum": "" - }, - "require": { - "codefog/contao-haste": "^4.21", - "codefog/tags-bundle": "^3.0", - "contao/core-bundle": "^4.4", - "doctrine/dbal": "^2.13 || ^3.0", - "php": "^7.1 || ^8.0" - }, - "conflict": { - "contao/manager-plugin": "<2.0 || >=3.0" - }, - "require-dev": { - "contao/manager-plugin": "^2.0", - "terminal42/contao-geoip2-country": "^1.0" - }, - "suggest": { - "terminal42/contao-geoip2-country": "Protect nodes in Contao using MaxMind GeoIP2 database" - }, - "type": "contao-bundle", - "extra": { - "contao-manager-plugin": "Terminal42\\NodeBundle\\ContaoManager\\Plugin" - }, - "autoload": { - "psr-4": { - "Terminal42\\NodeBundle\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "terminal42 gmbh", - "homepage": "https://www.terminal42.ch" - } - ], - "description": "Node bundle for Contao Open Source CMS", - "keywords": [ - "contao", - "content", - "node" - ], - "support": { - "issues": "https://github.com/terminal42/contao-node/issues", - "source": "https://github.com/terminal42/contao-node" - }, - "funding": [ - { - "url": "https://github.com/terminal42", - "type": "github" - }, - { - "url": "https://ko-fi.com/terminal42", - "type": "other" - } - ], - "time": "2022-07-28T12:21:30+00:00" - }, { "name": "terminal42/escargot", "version": "1.4.1", @@ -12322,45 +12157,39 @@ }, { "name": "thecodingmachine/safe", - "version": "v2.2.2", + "version": "v1.3.3", "source": { "type": "git", "url": "https://github.com/thecodingmachine/safe.git", - "reference": "440284f9592c9df402832452a6871a8b3c48d97e" + "reference": "a8ab0876305a4cdaef31b2350fcb9811b5608dbc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thecodingmachine/safe/zipball/440284f9592c9df402832452a6871a8b3c48d97e", - "reference": "440284f9592c9df402832452a6871a8b3c48d97e", + "url": "https://api.github.com/repos/thecodingmachine/safe/zipball/a8ab0876305a4cdaef31b2350fcb9811b5608dbc", + "reference": "a8ab0876305a4cdaef31b2350fcb9811b5608dbc", "shasum": "" }, "require": { - "php": "^8.0" + "php": ">=7.2" }, "require-dev": { - "phpstan/phpstan": "^1.5", - "phpunit/phpunit": "^9.5", + "phpstan/phpstan": "^0.12", "squizlabs/php_codesniffer": "^3.2", - "thecodingmachine/phpstan-strict-rules": "^1.0" + "thecodingmachine/phpstan-strict-rules": "^0.12" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.2.x-dev" + "dev-master": "0.1-dev" } }, "autoload": { "files": [ "deprecated/apc.php", - "deprecated/array.php", - "deprecated/datetime.php", "deprecated/libevent.php", - "deprecated/password.php", "deprecated/mssql.php", "deprecated/stats.php", - "deprecated/strings.php", "lib/special_cases.php", - "deprecated/mysqli.php", "generated/apache.php", "generated/apcu.php", "generated/array.php", @@ -12381,7 +12210,6 @@ "generated/fpm.php", "generated/ftp.php", "generated/funchand.php", - "generated/gettext.php", "generated/gmp.php", "generated/gnupg.php", "generated/hash.php", @@ -12391,6 +12219,7 @@ "generated/image.php", "generated/imap.php", "generated/info.php", + "generated/ingres-ii.php", "generated/inotify.php", "generated/json.php", "generated/ldap.php", @@ -12399,14 +12228,20 @@ "generated/mailparse.php", "generated/mbstring.php", "generated/misc.php", + "generated/msql.php", "generated/mysql.php", + "generated/mysqli.php", + "generated/mysqlndMs.php", + "generated/mysqlndQc.php", "generated/network.php", "generated/oci8.php", "generated/opcache.php", "generated/openssl.php", "generated/outcontrol.php", + "generated/password.php", "generated/pcntl.php", "generated/pcre.php", + "generated/pdf.php", "generated/pgsql.php", "generated/posix.php", "generated/ps.php", @@ -12417,6 +12252,7 @@ "generated/sem.php", "generated/session.php", "generated/shmop.php", + "generated/simplexml.php", "generated/sockets.php", "generated/sodium.php", "generated/solr.php", @@ -12439,13 +12275,13 @@ "generated/zip.php", "generated/zlib.php" ], - "classmap": [ - "lib/DateTime.php", - "lib/DateTimeImmutable.php", - "lib/Exceptions/", - "deprecated/Exceptions/", - "generated/Exceptions/" - ] + "psr-4": { + "Safe\\": [ + "lib/", + "deprecated/", + "generated/" + ] + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -12454,9 +12290,9 @@ "description": "PHP core functions that throw exceptions instead of returning FALSE on error", "support": { "issues": "https://github.com/thecodingmachine/safe/issues", - "source": "https://github.com/thecodingmachine/safe/tree/v2.2.2" + "source": "https://github.com/thecodingmachine/safe/tree/v1.3.3" }, - "time": "2022-07-20T17:46:34+00:00" + "time": "2020-10-28T17:51:34+00:00" }, { "name": "toflar/psr6-symfony-http-cache-store", @@ -12587,16 +12423,16 @@ }, { "name": "twig/twig", - "version": "v3.4.1", + "version": "v3.4.2", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "e939eae92386b69b49cfa4599dd9bead6bf4a342" + "reference": "e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/e939eae92386b69b49cfa4599dd9bead6bf4a342", - "reference": "e939eae92386b69b49cfa4599dd9bead6bf4a342", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077", + "reference": "e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077", "shasum": "" }, "require": { @@ -12647,7 +12483,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.4.1" + "source": "https://github.com/twigphp/Twig/tree/v3.4.2" }, "funding": [ { @@ -12659,7 +12495,7 @@ "type": "tidelift" } ], - "time": "2022-05-17T05:48:52+00:00" + "time": "2022-08-12T06:47:24+00:00" }, { "name": "ua-parser/uap-php",