diff --git a/.ddev/commands/host/enable b/.ddev/commands/host/enable index b146b74..82884ff 100755 --- a/.ddev/commands/host/enable +++ b/.ddev/commands/host/enable @@ -19,10 +19,10 @@ if [[ ! -d "packages/introduction_""$EXT_NAME" ]]; then fi if [[ -d "$LOCAL_EXT_SOLR_PLUGIN_PATH" ]]; then - LOCAL_EXT_SOLR_PLUGIN="apache-solr-for-typo3/$EXT_NAME:@dev" + LOCAL_EXT_SOLR_PLUGIN="apache-solr-for-typo3/$EXT_NAME" echo "" echo "Installing $LOCAL_EXT_SOLR_PLUGIN from $LOCAL_EXT_SOLR_PLUGIN_PATH local path," - echo " since composer does not allow to require @dev local libraries recursively." + echo " since composer does not allow to require * local libraries recursively." echo "Please don't push the composer.json and composer.lock with activated EXT:Solr plugins in solr-ddev-site repository." elif [[ "$EXT_NAME" != "news" ]]; then echo "The $LOCAL_EXT_SOLR_PLUGIN_PATH does not exist." @@ -36,8 +36,8 @@ elif [[ "$EXT_NAME" != "news" ]]; then fi # shellcheck disable=SC2086 -if ! ddev composer req "apache-solr-for-typo3/introduction-$EXT_NAME:@dev" $LOCAL_EXT_SOLR_PLUGIN ; then - EXECUTED_COMMAND="composer req \"apache-solr-for-typo3/introduction-$EXT_NAME:@dev\" $LOCAL_EXT_SOLR_PLUGIN" +if ! ddev composer req "apache-solr-for-typo3/introduction-$EXT_NAME" $LOCAL_EXT_SOLR_PLUGIN ; then + EXECUTED_COMMAND="composer req \"apache-solr-for-typo3/introduction-$EXT_NAME\" $LOCAL_EXT_SOLR_PLUGIN" echo "Something went wrong by following composer command:" echo " "$EXECUTED_COMMAND echo "please check the output from above." diff --git a/.ddev/config.yaml b/.ddev/config.yaml index 9375b5b..8486ef5 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -28,6 +28,9 @@ hooks: env --unset=_ --unset=TERM --unset=LS_COLORS | grep -v -e '=$' ; echo '* * * * * TYPO3_CONTEXT=Development /usr/bin/php /var/www/html/vendor/bin/typo3 scheduler:run'; } | crontab - + # temporary delete all sys_template records to avoid manual steps after that commit. + - exec: + echo 'DELETE FROM sys_template WHERE 1=1;' | typo3 database:import webimage_extra_packages: [cron, jq, openjdk-17-jre-headless, parallel] use_dns_when_possible: true diff --git a/.ddev/docker-compose.solr.yaml b/.ddev/docker-compose.solr.yaml index ff9a627..68b2d23 100644 --- a/.ddev/docker-compose.solr.yaml +++ b/.ddev/docker-compose.solr.yaml @@ -30,9 +30,9 @@ services: - HTTP_EXPOSE=8985 - HTTPS_EXPOSE=8985 web: - links: - - solr-tests:$DDEV_HOSTNAME - - solr-site:$DDEV_HOSTNAME + depends_on: + - solr-tests + - solr-site volumes: solr-site: diff --git a/composer.json b/composer.json index 556ce66..923c161 100644 --- a/composer.json +++ b/composer.json @@ -10,21 +10,21 @@ "options": { "reference": "none", "versions": { - "apache-solr-for-typo3/introduction-news": "13.0", - "apache-solr-for-typo3/introduction-solrconsole": "13.0", - "apache-solr-for-typo3/introduction-solrdebugtools": "13.0", - "apache-solr-for-typo3/introduction-solrfal": "13.0", + "apache-solr-for-typo3/introduction-news": "13.1", + "apache-solr-for-typo3/introduction-solrconsole": "13.1", + "apache-solr-for-typo3/introduction-solrdebugtools": "13.1", + "apache-solr-for-typo3/introduction-solrfal": "13.1", - "apache-solr-for-typo3/php-solr-explain": "4.0.0", - "apache-solr-for-typo3/solr": "13.0", - "apache-solr-for-typo3/solrconsole": "13.0", - "apache-solr-for-typo3/solrdebugtools": "13.0", - "apache-solr-for-typo3/solrfal": "13.0", - "apache-solr-for-typo3/solrfheadless": "13.0", - "apache-solr-for-typo3/solrmlt": "13.0", - "apache-solr-for-typo3/tika": "13.0", + "apache-solr-for-typo3/php-solr-explain": "4.0.99", + "apache-solr-for-typo3/solr": "13.1.99", + "apache-solr-for-typo3/solrconsole": "13.1.99", + "apache-solr-for-typo3/solrdebugtools": "13.1.99", + "apache-solr-for-typo3/solrfal": "13.1.99", + "apache-solr-for-typo3/solrfheadless": "13.1.99", + "apache-solr-for-typo3/solrmlt": "13.1.99", + "apache-solr-for-typo3/tika": "13.1.99", - "dkd/apache-solr-for-typo3-sitepackage": "13.0" + "dkd/apache-solr-for-typo3-sitepackage": "13.1" } } } @@ -46,9 +46,9 @@ "ext-libxml": "*", "ext-pdo": "*", "ext-simplexml": "*", - "apache-solr-for-typo3/solr": "13.0", - "bk2k/bootstrap-package": "^15.0.0", - "dkd/apache-solr-for-typo3-sitepackage": "13.0", + "apache-solr-for-typo3/solr": "^13.1", + "bk2k/bootstrap-package": "^16.0.0", + "dkd/apache-solr-for-typo3-sitepackage": "^13.1", "helhum/typo3-console": "~8.2.2", "typo3/cms-core": "^13.4" }, diff --git a/composer.lock b/composer.lock index 75a8f23..6657118 100644 --- a/composer.lock +++ b/composer.lock @@ -4,11 +4,11 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "0b1eee544d714d7b5aaf80f1467652e2", + "content-hash": "ec2c812f0e99fcbb79f28c49bddfdb48", "packages": [ { "name": "apache-solr-for-typo3/solr", - "version": "13.0", + "version": "13.1.99", "dist": { "type": "path", "url": "packages/ext-solr" @@ -20,7 +20,7 @@ "ext-pdo": "*", "ext-simplexml": "*", "php": "^8.2", - "solarium/solarium": "6.3.7", + "solarium/solarium": "6.4.1", "typo3/cms-backend": "*", "typo3/cms-core": "^v13.4.2", "typo3/cms-extbase": "*", @@ -39,7 +39,7 @@ "typo3-ter/solrfluidgrouping": "*" }, "require-dev": { - "dg/bypass-finals": "^1.6", + "dg/bypass-finals": "^1.9", "phpstan/phpstan": "^1.11", "phpstan/phpstan-phpunit": "^1.3", "phpunit/phpunit": "^11.4", @@ -50,7 +50,7 @@ "type": "typo3-cms-extension", "extra": { "branch-alias": { - "dev-main": "13.0.x-dev" + "dev-main": "13.1.x-dev" }, "typo3/cms": { "extension-key": "solr", @@ -63,11 +63,9 @@ "ext-solrconsole": "^13.0", "ext-solrdebugtools": "^13.0", "Apache-Solr": [ - "9.8.1", - "9.8.0", - "9.7.0" + "9.10.0" ], - "configset": "ext_solr_13_0_0" + "configset": "ext_solr_13_1_0" }, "ext-solrfal": [], "stack-for-ci": { @@ -178,16 +176,16 @@ }, { "name": "bacon/bacon-qr-code", - "version": "v3.0.1", + "version": "v3.0.3", "source": { "type": "git", "url": "https://github.com/Bacon/BaconQrCode.git", - "reference": "f9cc1f52b5a463062251d666761178dbdb6b544f" + "reference": "36a1cb2b81493fa5b82e50bf8068bf84d1542563" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/f9cc1f52b5a463062251d666761178dbdb6b544f", - "reference": "f9cc1f52b5a463062251d666761178dbdb6b544f", + "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/36a1cb2b81493fa5b82e50bf8068bf84d1542563", + "reference": "36a1cb2b81493fa5b82e50bf8068bf84d1542563", "shasum": "" }, "require": { @@ -197,8 +195,9 @@ }, "require-dev": { "phly/keep-a-changelog": "^2.12", - "phpunit/phpunit": "^10.5.11 || 11.0.4", + "phpunit/phpunit": "^10.5.11 || ^11.0.4", "spatie/phpunit-snapshot-assertions": "^5.1.5", + "spatie/pixelmatch-php": "^1.2.0", "squizlabs/php_codesniffer": "^3.9" }, "suggest": { @@ -226,22 +225,22 @@ "homepage": "https://github.com/Bacon/BaconQrCode", "support": { "issues": "https://github.com/Bacon/BaconQrCode/issues", - "source": "https://github.com/Bacon/BaconQrCode/tree/v3.0.1" + "source": "https://github.com/Bacon/BaconQrCode/tree/v3.0.3" }, - "time": "2024-10-01T13:55:55+00:00" + "time": "2025-11-19T17:15:36+00:00" }, { "name": "bk2k/bootstrap-package", - "version": "15.0.2", + "version": "16.0.0", "source": { "type": "git", "url": "https://github.com/benjaminkott/bootstrap_package.git", - "reference": "5ce29225dcaca0438e7f84c68586db205b7dfcd5" + "reference": "96499c64fd8c603f11317db15eb62b1d54d6ff52" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/benjaminkott/bootstrap_package/zipball/5ce29225dcaca0438e7f84c68586db205b7dfcd5", - "reference": "5ce29225dcaca0438e7f84c68586db205b7dfcd5", + "url": "https://api.github.com/repos/benjaminkott/bootstrap_package/zipball/96499c64fd8c603f11317db15eb62b1d54d6ff52", + "reference": "96499c64fd8c603f11317db15eb62b1d54d6ff52", "shasum": "" }, "require": { @@ -252,39 +251,38 @@ "ext-libxml": "*", "ext-pdo": "*", "ext-simplexml": "*", - "php": ">=8.1.0", + "php": ">=8.2.0", "scssphp/scssphp": "^1.13", - "typo3/cms-backend": "^12.4 || ^13.4 || 13.*.*@dev", - "typo3/cms-core": "^12.4 || ^13.4 || 13.*.*@dev", - "typo3/cms-extbase": "^12.4 || ^13.4 || 13.*.*@dev", - "typo3/cms-extensionmanager": "^12.4 || ^13.4 || 13.*.*@dev", - "typo3/cms-fluid": "^12.4 || ^13.4 || 13.*.*@dev", - "typo3/cms-frontend": "^12.4 || ^13.4 || 13.*.*@dev", - "typo3/cms-install": "^12.4 || ^13.4 || 13.*.*@dev", - "typo3/cms-rte-ckeditor": "^12.4 || ^13.4 || 13.*.*@dev", - "typo3/cms-seo": "^12.4 || ^13.4 || 13.*.*@dev" + "typo3/cms-backend": "^13.4 || ^14.0 || 14.*.*@dev", + "typo3/cms-core": "^13.4 || ^14.0 || 14.*.*@dev", + "typo3/cms-extbase": "^13.4 || ^14.0 || 14.*.*@dev", + "typo3/cms-extensionmanager": "^13.4 || ^14.0 || 14.*.*@dev", + "typo3/cms-fluid": "^13.4 || ^14.0 || 14.*.*@dev", + "typo3/cms-frontend": "^13.4 || ^14.0 || 14.*.*@dev", + "typo3/cms-install": "^13.4 || ^14.0 || 14.*.*@dev", + "typo3/cms-rte-ckeditor": "^13.4 || ^14.0 || 14.*.*@dev", + "typo3/cms-seo": "^13.4 || ^14.0 || 14.*.*@dev" }, "require-dev": { - "b13/container": "^2.3 || dev-task/dev-main", + "b13/container": "^3.1 || dev-master", "bk2k/demo-package": "@dev", "bk2k/extension-helper": "^2.1", - "friendsofphp/php-cs-fixer": "^3.64", - "friendsoftypo3/phpstan-typo3": "^0.9", - "overtrue/phplint": "^9.0", - "phpstan/phpstan": "^1.10", - "phpstan/phpstan-deprecation-rules": "^1.1", - "phpstan/phpstan-phpunit": "^1.3", - "phpstan/phpstan-strict-rules": "^1.5", - "typo3/cms-belog": "^12.4 || ^13.4 || 13.*.*@dev", - "typo3/cms-felogin": "^12.4 || ^13.4 || 13.*.*@dev", - "typo3/cms-filelist": "^12.4 || ^13.4 || 13.*.*@dev", - "typo3/cms-form": "^12.4 || ^13.4 || 13.*.*@dev", - "typo3/cms-indexed-search": "^12.4 || ^13.4 || 13.*.*@dev", - "typo3/cms-info": "^12.4 || ^13.4 || 13.*.*@dev", - "typo3/cms-lowlevel": "^12.4 || ^13.4 || 13.*.*@dev", - "typo3/cms-tstemplate": "^12.4 || ^13.4 || 13.*.*@dev", - "typo3/cms-workspaces": "^12.4 || ^13.4 || 13.*.*@dev", - "typo3/testing-framework": "^8.2.3" + "friendsofphp/php-cs-fixer": "^3.90", + "overtrue/phplint": "^9.6", + "phpstan/phpstan": "^2.1", + "phpstan/phpstan-deprecation-rules": "^2.0", + "phpstan/phpstan-phpunit": "^2.0", + "phpstan/phpstan-strict-rules": "^2.0", + "typo3/cms-belog": "^13.4 || ^14.0 || 14.*.*@dev", + "typo3/cms-felogin": "^13.4 || ^14.0 || 14.*.*@dev", + "typo3/cms-filelist": "^13.4 || ^14.0 || 14.*.*@dev", + "typo3/cms-form": "^13.4 || ^14.0 || 14.*.*@dev", + "typo3/cms-indexed-search": "^13.4 || ^14.0 || 14.*.*@dev", + "typo3/cms-info": "^13.4 || ^14.0 || 14.*.*@dev", + "typo3/cms-lowlevel": "^13.4 || ^14.0 || 14.*.*@dev", + "typo3/cms-tstemplate": "^13.4 || ^14.0 || 14.*.*@dev", + "typo3/cms-workspaces": "^13.4 || ^14.0 || 14.*.*@dev", + "typo3/testing-framework": "^9.0.0 || dev-main" }, "type": "typo3-cms-extension", "extra": { @@ -293,7 +291,7 @@ "extension-key": "bootstrap_package" }, "branch-alias": { - "dev-BP_15_0": "15.0.x-dev" + "dev-master": "16.0.x-dev" } }, "autoload": { @@ -337,7 +335,7 @@ "type": "custom" } ], - "time": "2025-04-10T06:27:31+00:00" + "time": "2025-12-02T14:57:06+00:00" }, { "name": "christian-riesen/base32", @@ -400,16 +398,16 @@ }, { "name": "dasprid/enum", - "version": "1.0.6", + "version": "1.0.7", "source": { "type": "git", "url": "https://github.com/DASPRiD/Enum.git", - "reference": "8dfd07c6d2cf31c8da90c53b83c026c7696dda90" + "reference": "b5874fa9ed0043116c72162ec7f4fb50e02e7cce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/8dfd07c6d2cf31c8da90c53b83c026c7696dda90", - "reference": "8dfd07c6d2cf31c8da90c53b83c026c7696dda90", + "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/b5874fa9ed0043116c72162ec7f4fb50e02e7cce", + "reference": "b5874fa9ed0043116c72162ec7f4fb50e02e7cce", "shasum": "" }, "require": { @@ -444,13 +442,13 @@ ], "support": { "issues": "https://github.com/DASPRiD/Enum/issues", - "source": "https://github.com/DASPRiD/Enum/tree/1.0.6" + "source": "https://github.com/DASPRiD/Enum/tree/1.0.7" }, - "time": "2024-08-09T14:30:48+00:00" + "time": "2025-09-16T12:23:56+00:00" }, { "name": "dkd/apache-solr-for-typo3-sitepackage", - "version": "13.0", + "version": "13.1", "dist": { "type": "path", "url": "packages/apache_solr_for_typo3_sitepackage" @@ -586,40 +584,41 @@ "issues": "https://github.com/doctrine/annotations/issues", "source": "https://github.com/doctrine/annotations/tree/2.0.2" }, + "abandoned": true, "time": "2024-09-05T10:17:24+00:00" }, { "name": "doctrine/dbal", - "version": "4.2.3", + "version": "4.3.5", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "33d2d7fe1269b2301640c44cf2896ea607b30e3e" + "reference": "1b31b54601346254c9e33e6ea1bd1ceae76f419f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/33d2d7fe1269b2301640c44cf2896ea607b30e3e", - "reference": "33d2d7fe1269b2301640c44cf2896ea607b30e3e", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/1b31b54601346254c9e33e6ea1bd1ceae76f419f", + "reference": "1b31b54601346254c9e33e6ea1bd1ceae76f419f", "shasum": "" }, "require": { - "doctrine/deprecations": "^0.5.3|^1", - "php": "^8.1", + "doctrine/deprecations": "^1.1.5", + "php": "^8.2", "psr/cache": "^1|^2|^3", "psr/log": "^1|^2|^3" }, "require-dev": { - "doctrine/coding-standard": "12.0.0", + "doctrine/coding-standard": "14.0.0", "fig/log-test": "^1", "jetbrains/phpstorm-stubs": "2023.2", - "phpstan/phpstan": "2.1.1", - "phpstan/phpstan-phpunit": "2.0.3", + "phpstan/phpstan": "2.1.30", + "phpstan/phpstan-phpunit": "2.0.7", "phpstan/phpstan-strict-rules": "^2", - "phpunit/phpunit": "10.5.39", - "slevomat/coding-standard": "8.13.1", - "squizlabs/php_codesniffer": "3.10.2", - "symfony/cache": "^6.3.8|^7.0", - "symfony/console": "^5.4|^6.3|^7.0" + "phpunit/phpunit": "11.5.23", + "slevomat/coding-standard": "8.24.0", + "squizlabs/php_codesniffer": "4.0.0", + "symfony/cache": "^6.3.8|^7.0|^8.0", + "symfony/console": "^5.4|^6.3|^7.0|^8.0" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." @@ -676,7 +675,7 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/4.2.3" + "source": "https://github.com/doctrine/dbal/tree/4.3.5" }, "funding": [ { @@ -692,7 +691,7 @@ "type": "tidelift" } ], - "time": "2025-03-07T18:29:05+00:00" + "time": "2025-11-29T10:47:43+00:00" }, { "name": "doctrine/deprecations", @@ -1049,16 +1048,16 @@ }, { "name": "enshrined/svg-sanitize", - "version": "0.20.0", + "version": "0.22.0", "source": { "type": "git", "url": "https://github.com/darylldoyle/svg-sanitizer.git", - "reference": "068d9fcf912c88a0471d101d95a2caa87c50aee7" + "reference": "0afa95ea74be155a7bcd6c6fb60c276c39984500" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/068d9fcf912c88a0471d101d95a2caa87c50aee7", - "reference": "068d9fcf912c88a0471d101d95a2caa87c50aee7", + "url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/0afa95ea74be155a7bcd6c6fb60c276c39984500", + "reference": "0afa95ea74be155a7bcd6c6fb60c276c39984500", "shasum": "" }, "require": { @@ -1088,9 +1087,9 @@ "description": "An SVG sanitizer for PHP", "support": { "issues": "https://github.com/darylldoyle/svg-sanitizer/issues", - "source": "https://github.com/darylldoyle/svg-sanitizer/tree/0.20.0" + "source": "https://github.com/darylldoyle/svg-sanitizer/tree/0.22.0" }, - "time": "2024-09-05T10:18:12+00:00" + "time": "2025-08-12T10:13:48+00:00" }, { "name": "firebase/php-jwt", @@ -1157,22 +1156,22 @@ }, { "name": "guzzlehttp/guzzle", - "version": "7.9.3", + "version": "7.10.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77" + "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7b2f29fe81dc4da0ca0ea7d42107a0845946ea77", - "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4", + "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4", "shasum": "" }, "require": { "ext-json": "*", - "guzzlehttp/promises": "^1.5.3 || ^2.0.3", - "guzzlehttp/psr7": "^2.7.0", + "guzzlehttp/promises": "^2.3", + "guzzlehttp/psr7": "^2.8", "php": "^7.2.5 || ^8.0", "psr/http-client": "^1.0", "symfony/deprecation-contracts": "^2.2 || ^3.0" @@ -1263,7 +1262,7 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.9.3" + "source": "https://github.com/guzzle/guzzle/tree/7.10.0" }, "funding": [ { @@ -1279,20 +1278,20 @@ "type": "tidelift" } ], - "time": "2025-03-27T13:37:11+00:00" + "time": "2025-08-23T22:36:01+00:00" }, { "name": "guzzlehttp/promises", - "version": "2.2.0", + "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c" + "reference": "481557b130ef3790cf82b713667b43030dc9c957" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/7c69f28996b0a6920945dd20b3857e499d9ca96c", - "reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c", + "url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957", + "reference": "481557b130ef3790cf82b713667b43030dc9c957", "shasum": "" }, "require": { @@ -1300,7 +1299,7 @@ }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", - "phpunit/phpunit": "^8.5.39 || ^9.6.20" + "phpunit/phpunit": "^8.5.44 || ^9.6.25" }, "type": "library", "extra": { @@ -1346,7 +1345,7 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/2.2.0" + "source": "https://github.com/guzzle/promises/tree/2.3.0" }, "funding": [ { @@ -1362,20 +1361,20 @@ "type": "tidelift" } ], - "time": "2025-03-27T13:27:01+00:00" + "time": "2025-08-22T14:34:08+00:00" }, { "name": "guzzlehttp/psr7", - "version": "2.7.1", + "version": "2.8.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16" + "reference": "21dc724a0583619cd1652f673303492272778051" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/c2270caaabe631b3b44c85f99e5a04bbb8060d16", - "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051", + "reference": "21dc724a0583619cd1652f673303492272778051", "shasum": "" }, "require": { @@ -1391,7 +1390,7 @@ "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "http-interop/http-factory-tests": "0.9.0", - "phpunit/phpunit": "^8.5.39 || ^9.6.20" + "phpunit/phpunit": "^8.5.44 || ^9.6.25" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" @@ -1462,7 +1461,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.7.1" + "source": "https://github.com/guzzle/psr7/tree/2.8.0" }, "funding": [ { @@ -1478,24 +1477,24 @@ "type": "tidelift" } ], - "time": "2025-03-27T12:30:47+00:00" + "time": "2025-08-23T21:21:41+00:00" }, { "name": "halaxa/json-machine", - "version": "1.2.2", + "version": "1.2.6", "source": { "type": "git", "url": "https://github.com/halaxa/json-machine.git", - "reference": "5a5cde093181198bd68d94a3d35f80e76720766b" + "reference": "8bf0b0ff6ff60ab480778eaa5ad7d505b442c2d4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/halaxa/json-machine/zipball/5a5cde093181198bd68d94a3d35f80e76720766b", - "reference": "5a5cde093181198bd68d94a3d35f80e76720766b", + "url": "https://api.github.com/repos/halaxa/json-machine/zipball/8bf0b0ff6ff60ab480778eaa5ad7d505b442c2d4", + "reference": "8bf0b0ff6ff60ab480778eaa5ad7d505b442c2d4", "shasum": "" }, "require": { - "php": "7.2 - 8.4" + "php": "7.2 - 8.5" }, "require-dev": { "ext-json": "*", @@ -1532,7 +1531,7 @@ "description": "Efficient, easy-to-use and fast JSON pull parser", "support": { "issues": "https://github.com/halaxa/json-machine/issues", - "source": "https://github.com/halaxa/json-machine/tree/1.2.2" + "source": "https://github.com/halaxa/json-machine/tree/1.2.6" }, "funding": [ { @@ -1540,7 +1539,7 @@ "type": "other" } ], - "time": "2025-04-30T19:58:47+00:00" + "time": "2025-12-05T14:53:09+00:00" }, { "name": "helhum/config-loader", @@ -1655,16 +1654,16 @@ }, { "name": "helhum/typo3-console", - "version": "v8.2.2", + "version": "v8.2.3", "source": { "type": "git", "url": "https://github.com/TYPO3-Console/TYPO3-Console.git", - "reference": "b105fc1c5765f6a5376e58b0e5533ebc841f6965" + "reference": "c5aa3570d7d0e0c1e3332e13dbcf29a9474897ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-Console/TYPO3-Console/zipball/b105fc1c5765f6a5376e58b0e5533ebc841f6965", - "reference": "b105fc1c5765f6a5376e58b0e5533ebc841f6965", + "url": "https://api.github.com/repos/TYPO3-Console/TYPO3-Console/zipball/c5aa3570d7d0e0c1e3332e13dbcf29a9474897ff", + "reference": "c5aa3570d7d0e0c1e3332e13dbcf29a9474897ff", "shasum": "" }, "require": { @@ -1678,7 +1677,6 @@ "typo3/cms-composer-installers": "^4.0@rc || >=5.0", "typo3/cms-core": "^11.5.26 || ^12.4.18 || ^13.1", "typo3/cms-extbase": "^11.5.26 || ^12.4.18 || ^13.1", - "typo3/cms-extensionmanager": "^11.5.26 || ^12.4.18 || ^13.1", "typo3/cms-fluid": "^11.5.26 || ^12.4.18 || ^13.1", "typo3/cms-frontend": "^11.5.26 || ^12.4.18 || ^13.1", "typo3/cms-install": "^11.5.26 || ^12.4.18 || ^13.1" @@ -1695,6 +1693,7 @@ "symfony/filesystem": "^5.4 || ^6.4 || ^7.0", "typo3-console/create-reference-command": "^1.0", "typo3-console/sql-command": "^1.0", + "typo3/cms-extensionmanager": "^11.5.26 || ^12.4.18 || ^13.1", "typo3/cms-filemetadata": "^11.5.26 || ^12.4.18 || ^13.1", "typo3/cms-recordlist": "^11.5.26 || ^12.4.18 || ^13.1", "typo3/cms-reports": "^11.5.26 || ^12.4.18 || ^13.1" @@ -1758,20 +1757,20 @@ "type": "github" } ], - "time": "2024-12-27T16:56:20+00:00" + "time": "2025-10-23T12:57:07+00:00" }, { "name": "lolli42/finediff", - "version": "1.1.1", + "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/lolli42/FineDiff.git", - "reference": "015a2f50782d2639c0fb21325dcf747c4136ad2b" + "reference": "38a03ca581ee72d7b20bbb1d89d47c5ecf8b11ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lolli42/FineDiff/zipball/015a2f50782d2639c0fb21325dcf747c4136ad2b", - "reference": "015a2f50782d2639c0fb21325dcf747c4136ad2b", + "url": "https://api.github.com/repos/lolli42/FineDiff/zipball/38a03ca581ee72d7b20bbb1d89d47c5ecf8b11ba", + "reference": "38a03ca581ee72d7b20bbb1d89d47c5ecf8b11ba", "shasum": "" }, "require": { @@ -1782,9 +1781,9 @@ "cogpowered/finediff": "*" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.50.0", - "phpstan/phpstan": "^1.10.57", - "phpunit/phpunit": "^11.2.6" + "friendsofphp/php-cs-fixer": "^3.89.1", + "phpstan/phpstan": "^2.1.31", + "phpunit/phpunit": "^11.5.43 || ^12.4.2" }, "type": "library", "autoload": { @@ -1821,22 +1820,22 @@ ], "support": { "issues": "https://github.com/lolli42/FineDiff/issues", - "source": "https://github.com/lolli42/FineDiff/tree/1.1.1" + "source": "https://github.com/lolli42/FineDiff/tree/1.1.2" }, - "time": "2024-07-09T14:25:40+00:00" + "time": "2025-10-31T12:28:27+00:00" }, { "name": "masterminds/html5", - "version": "2.9.0", + "version": "2.10.0", "source": { "type": "git", "url": "https://github.com/Masterminds/html5-php.git", - "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6" + "reference": "fcf91eb64359852f00d921887b219479b4f21251" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f5ac2c0b0a2eefca70b2ce32a5809992227e75a6", - "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6", + "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/fcf91eb64359852f00d921887b219479b4f21251", + "reference": "fcf91eb64359852f00d921887b219479b4f21251", "shasum": "" }, "require": { @@ -1888,22 +1887,22 @@ ], "support": { "issues": "https://github.com/Masterminds/html5-php/issues", - "source": "https://github.com/Masterminds/html5-php/tree/2.9.0" + "source": "https://github.com/Masterminds/html5-php/tree/2.10.0" }, - "time": "2024-03-31T07:05:07+00:00" + "time": "2025-07-25T09:04:22+00:00" }, { "name": "nikic/php-parser", - "version": "v5.4.0", + "version": "v5.7.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "447a020a1f875a434d62f2a401f53b82a396e494" + "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/447a020a1f875a434d62f2a401f53b82a396e494", - "reference": "447a020a1f875a434d62f2a401f53b82a396e494", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dca41cd15c2ac9d055ad70dbfd011130757d1f82", + "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82", "shasum": "" }, "require": { @@ -1922,7 +1921,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0-dev" + "dev-master": "5.x-dev" } }, "autoload": { @@ -1946,9 +1945,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v5.4.0" + "source": "https://github.com/nikic/PHP-Parser/tree/v5.7.0" }, - "time": "2024-12-30T11:07:19+00:00" + "time": "2025-12-06T11:56:16+00:00" }, { "name": "phpdocumentor/reflection-common", @@ -2005,16 +2004,16 @@ }, { "name": "phpdocumentor/reflection-docblock", - "version": "5.6.2", + "version": "5.6.5", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "92dde6a5919e34835c506ac8c523ef095a95ed62" + "reference": "90614c73d3800e187615e2dd236ad0e2a01bf761" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/92dde6a5919e34835c506ac8c523ef095a95ed62", - "reference": "92dde6a5919e34835c506ac8c523ef095a95ed62", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/90614c73d3800e187615e2dd236ad0e2a01bf761", + "reference": "90614c73d3800e187615e2dd236ad0e2a01bf761", "shasum": "" }, "require": { @@ -2063,22 +2062,22 @@ "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/5.6.2" + "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.5" }, - "time": "2025-04-13T19:20:35+00:00" + "time": "2025-11-27T19:50:05+00:00" }, { "name": "phpdocumentor/type-resolver", - "version": "1.10.0", + "version": "1.12.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a" + "reference": "92a98ada2b93d9b201a613cb5a33584dde25f195" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/679e3ce485b99e84c775d28e2e96fade9a7fb50a", - "reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/92a98ada2b93d9b201a613cb5a33584dde25f195", + "reference": "92a98ada2b93d9b201a613cb5a33584dde25f195", "shasum": "" }, "require": { @@ -2121,9 +2120,9 @@ "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.10.0" + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.12.0" }, - "time": "2024-11-09T15:12:26+00:00" + "time": "2025-11-21T15:09:14+00:00" }, { "name": "phpstan/phpdoc-parser", @@ -2821,16 +2820,16 @@ }, { "name": "solarium/solarium", - "version": "6.3.7", + "version": "6.4.1", "source": { "type": "git", "url": "https://github.com/solariumphp/solarium.git", - "reference": "4f3cb22a4d98df2c8d5a621ad1beb93fad7b94c5" + "reference": "5ed828fc441510e6ea10e5f6fa1bfeb7739fb952" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/solariumphp/solarium/zipball/4f3cb22a4d98df2c8d5a621ad1beb93fad7b94c5", - "reference": "4f3cb22a4d98df2c8d5a621ad1beb93fad7b94c5", + "url": "https://api.github.com/repos/solariumphp/solarium/zipball/5ed828fc441510e6ea10e5f6fa1bfeb7739fb952", + "reference": "5ed828fc441510e6ea10e5f6fa1bfeb7739fb952", "shasum": "" }, "require": { @@ -2844,20 +2843,25 @@ "symfony/event-dispatcher-contracts": "^2.0 || ^3.0" }, "require-dev": { + "2tvenom/cborencode": "^1.0", "escapestudios/symfony2-coding-standard": "^3.11", "ext-curl": "*", "ext-iconv": "*", "nyholm/psr7": "^1.8", "php-http/guzzle7-adapter": "^1.0", - "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "^1.0", - "phpstan/phpstan-deprecation-rules": "^1.0", - "phpstan/phpstan-phpunit": "^1.0", + "phpstan/extension-installer": "^1.4", + "phpstan/phpstan": "^2.1", + "phpstan/phpstan-deprecation-rules": "^2.0", + "phpstan/phpstan-phpunit": "^2.0", "phpunit/phpunit": "^10.5", "rawr/phpunit-data-provider": "^3.3", "roave/security-advisories": "dev-master", + "spomky-labs/cbor-php": "^3.1", "symfony/event-dispatcher": "^5.0 || ^6.0 || ^7.0" }, + "suggest": { + "spomky-labs/cbor-php": "Needed to use CBOR formatted requests with Solr 9.3+" + }, "type": "library", "autoload": { "psr-4": { @@ -2883,35 +2887,37 @@ ], "support": { "issues": "https://github.com/solariumphp/solarium/issues", - "source": "https://github.com/solariumphp/solarium/tree/6.3.7" + "source": "https://github.com/solariumphp/solarium/tree/6.4.1" }, - "time": "2025-02-20T10:29:08+00:00" + "time": "2025-10-18T17:49:40+00:00" }, { "name": "symfony/cache", - "version": "v7.2.6", + "version": "v7.4.1", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "8b49dde3f5a5e9867595a3a269977f78418d75ee" + "reference": "21e0755783bbbab58f2bb6a7a57896d21d27a366" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/8b49dde3f5a5e9867595a3a269977f78418d75ee", - "reference": "8b49dde3f5a5e9867595a3a269977f78418d75ee", + "url": "https://api.github.com/repos/symfony/cache/zipball/21e0755783bbbab58f2bb6a7a57896d21d27a366", + "reference": "21e0755783bbbab58f2bb6a7a57896d21d27a366", "shasum": "" }, "require": { "php": ">=8.2", "psr/cache": "^2.0|^3.0", "psr/log": "^1.1|^2|^3", - "symfony/cache-contracts": "^2.5|^3", - "symfony/deprecation-contracts": "^2.5|^3.0", + "symfony/cache-contracts": "^3.6", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/service-contracts": "^2.5|^3", - "symfony/var-exporter": "^6.4|^7.0" + "symfony/var-exporter": "^6.4|^7.0|^8.0" }, "conflict": { "doctrine/dbal": "<3.6", + "ext-redis": "<6.1", + "ext-relay": "<0.12.1", "symfony/dependency-injection": "<6.4", "symfony/http-kernel": "<6.4", "symfony/var-dumper": "<6.4" @@ -2926,13 +2932,13 @@ "doctrine/dbal": "^3.6|^4", "predis/predis": "^1.1|^2.0", "psr/simple-cache": "^1.0|^2.0|^3.0", - "symfony/clock": "^6.4|^7.0", - "symfony/config": "^6.4|^7.0", - "symfony/dependency-injection": "^6.4|^7.0", - "symfony/filesystem": "^6.4|^7.0", - "symfony/http-kernel": "^6.4|^7.0", - "symfony/messenger": "^6.4|^7.0", - "symfony/var-dumper": "^6.4|^7.0" + "symfony/clock": "^6.4|^7.0|^8.0", + "symfony/config": "^6.4|^7.0|^8.0", + "symfony/dependency-injection": "^6.4|^7.0|^8.0", + "symfony/filesystem": "^6.4|^7.0|^8.0", + "symfony/http-kernel": "^6.4|^7.0|^8.0", + "symfony/messenger": "^6.4|^7.0|^8.0", + "symfony/var-dumper": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { @@ -2967,7 +2973,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v7.2.6" + "source": "https://github.com/symfony/cache/tree/v7.4.1" }, "funding": [ { @@ -2978,25 +2984,29 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-04-08T09:06:23+00:00" + "time": "2025-12-04T18:11:45+00:00" }, { "name": "symfony/cache-contracts", - "version": "v3.5.1", + "version": "v3.6.0", "source": { "type": "git", "url": "https://github.com/symfony/cache-contracts.git", - "reference": "15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b" + "reference": "5d68a57d66910405e5c0b63d6f0af941e66fc868" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b", - "reference": "15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b", + "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/5d68a57d66910405e5c0b63d6f0af941e66fc868", + "reference": "5d68a57d66910405e5c0b63d6f0af941e66fc868", "shasum": "" }, "require": { @@ -3010,7 +3020,7 @@ "name": "symfony/contracts" }, "branch-alias": { - "dev-main": "3.5-dev" + "dev-main": "3.6-dev" } }, "autoload": { @@ -3043,7 +3053,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/cache-contracts/tree/v3.5.1" + "source": "https://github.com/symfony/cache-contracts/tree/v3.6.0" }, "funding": [ { @@ -3059,20 +3069,20 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:20:29+00:00" + "time": "2025-03-13T15:25:07+00:00" }, { "name": "symfony/clock", - "version": "v7.2.0", + "version": "v7.4.0", "source": { "type": "git", "url": "https://github.com/symfony/clock.git", - "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24" + "reference": "9169f24776edde469914c1e7a1442a50f7a4e110" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/clock/zipball/b81435fbd6648ea425d1ee96a2d8e68f4ceacd24", - "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24", + "url": "https://api.github.com/repos/symfony/clock/zipball/9169f24776edde469914c1e7a1442a50f7a4e110", + "reference": "9169f24776edde469914c1e7a1442a50f7a4e110", "shasum": "" }, "require": { @@ -3117,7 +3127,7 @@ "time" ], "support": { - "source": "https://github.com/symfony/clock/tree/v7.2.0" + "source": "https://github.com/symfony/clock/tree/v7.4.0" }, "funding": [ { @@ -3128,31 +3138,35 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-09-25T14:21:43+00:00" + "time": "2025-11-12T15:39:26+00:00" }, { "name": "symfony/config", - "version": "v7.2.6", + "version": "v7.4.1", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "e0b050b83ba999aa77a3736cb6d5b206d65b9d0d" + "reference": "2c323304c354a43a48b61c5fa760fc4ed60ce495" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/e0b050b83ba999aa77a3736cb6d5b206d65b9d0d", - "reference": "e0b050b83ba999aa77a3736cb6d5b206d65b9d0d", + "url": "https://api.github.com/repos/symfony/config/zipball/2c323304c354a43a48b61c5fa760fc4ed60ce495", + "reference": "2c323304c354a43a48b61c5fa760fc4ed60ce495", "shasum": "" }, "require": { "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3", - "symfony/filesystem": "^7.1", + "symfony/filesystem": "^7.1|^8.0", "symfony/polyfill-ctype": "~1.8" }, "conflict": { @@ -3160,11 +3174,11 @@ "symfony/service-contracts": "<2.5" }, "require-dev": { - "symfony/event-dispatcher": "^6.4|^7.0", - "symfony/finder": "^6.4|^7.0", - "symfony/messenger": "^6.4|^7.0", + "symfony/event-dispatcher": "^6.4|^7.0|^8.0", + "symfony/finder": "^6.4|^7.0|^8.0", + "symfony/messenger": "^6.4|^7.0|^8.0", "symfony/service-contracts": "^2.5|^3", - "symfony/yaml": "^6.4|^7.0" + "symfony/yaml": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { @@ -3192,7 +3206,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/v7.2.6" + "source": "https://github.com/symfony/config/tree/v7.4.1" }, "funding": [ { @@ -3203,32 +3217,37 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-04-03T21:14:15+00:00" + "time": "2025-12-05T07:52:08+00:00" }, { "name": "symfony/console", - "version": "v7.2.6", + "version": "v7.4.1", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "0e2e3f38c192e93e622e41ec37f4ca70cfedf218" + "reference": "6d9f0fbf2ec2e9785880096e3abd0ca0c88b506e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/0e2e3f38c192e93e622e41ec37f4ca70cfedf218", - "reference": "0e2e3f38c192e93e622e41ec37f4ca70cfedf218", + "url": "https://api.github.com/repos/symfony/console/zipball/6d9f0fbf2ec2e9785880096e3abd0ca0c88b506e", + "reference": "6d9f0fbf2ec2e9785880096e3abd0ca0c88b506e", "shasum": "" }, "require": { "php": ">=8.2", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "~1.0", "symfony/service-contracts": "^2.5|^3", - "symfony/string": "^6.4|^7.0" + "symfony/string": "^7.2|^8.0" }, "conflict": { "symfony/dependency-injection": "<6.4", @@ -3242,16 +3261,16 @@ }, "require-dev": { "psr/log": "^1|^2|^3", - "symfony/config": "^6.4|^7.0", - "symfony/dependency-injection": "^6.4|^7.0", - "symfony/event-dispatcher": "^6.4|^7.0", - "symfony/http-foundation": "^6.4|^7.0", - "symfony/http-kernel": "^6.4|^7.0", - "symfony/lock": "^6.4|^7.0", - "symfony/messenger": "^6.4|^7.0", - "symfony/process": "^6.4|^7.0", - "symfony/stopwatch": "^6.4|^7.0", - "symfony/var-dumper": "^6.4|^7.0" + "symfony/config": "^6.4|^7.0|^8.0", + "symfony/dependency-injection": "^6.4|^7.0|^8.0", + "symfony/event-dispatcher": "^6.4|^7.0|^8.0", + "symfony/http-foundation": "^6.4|^7.0|^8.0", + "symfony/http-kernel": "^6.4|^7.0|^8.0", + "symfony/lock": "^6.4|^7.0|^8.0", + "symfony/messenger": "^6.4|^7.0|^8.0", + "symfony/process": "^6.4|^7.0|^8.0", + "symfony/stopwatch": "^6.4|^7.0|^8.0", + "symfony/var-dumper": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { @@ -3285,7 +3304,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v7.2.6" + "source": "https://github.com/symfony/console/tree/v7.4.1" }, "funding": [ { @@ -3296,33 +3315,37 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-04-07T19:09:28+00:00" + "time": "2025-12-05T15:23:39+00:00" }, { "name": "symfony/dependency-injection", - "version": "v7.2.6", + "version": "v7.4.2", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "2ca85496cde37f825bd14f7e3548e2793ca90712" + "reference": "baf614f7c15b30ba6762d4b1ddabdf83dbf0d29b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/2ca85496cde37f825bd14f7e3548e2793ca90712", - "reference": "2ca85496cde37f825bd14f7e3548e2793ca90712", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/baf614f7c15b30ba6762d4b1ddabdf83dbf0d29b", + "reference": "baf614f7c15b30ba6762d4b1ddabdf83dbf0d29b", "shasum": "" }, "require": { "php": ">=8.2", "psr/container": "^1.1|^2.0", "symfony/deprecation-contracts": "^2.5|^3", - "symfony/service-contracts": "^3.5", - "symfony/var-exporter": "^6.4.20|^7.2.5" + "symfony/service-contracts": "^3.6", + "symfony/var-exporter": "^6.4.20|^7.2.5|^8.0" }, "conflict": { "ext-psr": "<1.1|>=2", @@ -3335,9 +3358,9 @@ "symfony/service-implementation": "1.1|2.0|3.0" }, "require-dev": { - "symfony/config": "^6.4|^7.0", - "symfony/expression-language": "^6.4|^7.0", - "symfony/yaml": "^6.4|^7.0" + "symfony/config": "^6.4|^7.0|^8.0", + "symfony/expression-language": "^6.4|^7.0|^8.0", + "symfony/yaml": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { @@ -3365,7 +3388,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/v7.2.6" + "source": "https://github.com/symfony/dependency-injection/tree/v7.4.2" }, "funding": [ { @@ -3376,25 +3399,29 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-04-27T13:37:55+00:00" + "time": "2025-12-08T06:57:04+00:00" }, { "name": "symfony/deprecation-contracts", - "version": "v3.5.1", + "version": "v3.6.0", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6" + "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", - "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62", + "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62", "shasum": "" }, "require": { @@ -3407,7 +3434,7 @@ "name": "symfony/contracts" }, "branch-alias": { - "dev-main": "3.5-dev" + "dev-main": "3.6-dev" } }, "autoload": { @@ -3432,7 +3459,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.5.1" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0" }, "funding": [ { @@ -3448,26 +3475,26 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:20:29+00:00" + "time": "2024-09-25T14:21:43+00:00" }, { "name": "symfony/doctrine-messenger", - "version": "v7.2.5", + "version": "v7.4.1", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-messenger.git", - "reference": "c353e6ee6b41748d8ea6faa2d0b84ac501e3ec0c" + "reference": "f97f4ea899c467c2c8ff1b9c82b86baa9a7b2158" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/c353e6ee6b41748d8ea6faa2d0b84ac501e3ec0c", - "reference": "c353e6ee6b41748d8ea6faa2d0b84ac501e3ec0c", + "url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/f97f4ea899c467c2c8ff1b9c82b86baa9a7b2158", + "reference": "f97f4ea899c467c2c8ff1b9c82b86baa9a7b2158", "shasum": "" }, "require": { "doctrine/dbal": "^3.6|^4", "php": ">=8.2", - "symfony/messenger": "^6.4|^7.0", + "symfony/messenger": "^7.2|^8.0", "symfony/service-contracts": "^2.5|^3" }, "conflict": { @@ -3475,8 +3502,8 @@ }, "require-dev": { "doctrine/persistence": "^1.3|^2|^3", - "symfony/property-access": "^6.4|^7.0", - "symfony/serializer": "^6.4|^7.0" + "symfony/property-access": "^6.4|^7.0|^8.0", + "symfony/serializer": "^6.4|^7.0|^8.0" }, "type": "symfony-messenger-bridge", "autoload": { @@ -3504,7 +3531,7 @@ "description": "Symfony Doctrine Messenger Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/doctrine-messenger/tree/v7.2.5" + "source": "https://github.com/symfony/doctrine-messenger/tree/v7.4.1" }, "funding": [ { @@ -3515,25 +3542,29 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-03-25T15:54:33+00:00" + "time": "2025-12-05T14:04:53+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v7.2.0", + "version": "v7.4.0", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1" + "reference": "9dddcddff1ef974ad87b3708e4b442dc38b2261d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/910c5db85a5356d0fea57680defec4e99eb9c8c1", - "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9dddcddff1ef974ad87b3708e4b442dc38b2261d", + "reference": "9dddcddff1ef974ad87b3708e4b442dc38b2261d", "shasum": "" }, "require": { @@ -3550,13 +3581,14 @@ }, "require-dev": { "psr/log": "^1|^2|^3", - "symfony/config": "^6.4|^7.0", - "symfony/dependency-injection": "^6.4|^7.0", - "symfony/error-handler": "^6.4|^7.0", - "symfony/expression-language": "^6.4|^7.0", - "symfony/http-foundation": "^6.4|^7.0", + "symfony/config": "^6.4|^7.0|^8.0", + "symfony/dependency-injection": "^6.4|^7.0|^8.0", + "symfony/error-handler": "^6.4|^7.0|^8.0", + "symfony/expression-language": "^6.4|^7.0|^8.0", + "symfony/framework-bundle": "^6.4|^7.0|^8.0", + "symfony/http-foundation": "^6.4|^7.0|^8.0", "symfony/service-contracts": "^2.5|^3", - "symfony/stopwatch": "^6.4|^7.0" + "symfony/stopwatch": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { @@ -3584,7 +3616,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/v7.2.0" + "source": "https://github.com/symfony/event-dispatcher/tree/v7.4.0" }, "funding": [ { @@ -3595,25 +3627,29 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-09-25T14:21:43+00:00" + "time": "2025-10-28T09:38:46+00:00" }, { "name": "symfony/event-dispatcher-contracts", - "version": "v3.5.1", + "version": "v3.6.0", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f" + "reference": "59eb412e93815df44f05f342958efa9f46b1e586" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7642f5e970b672283b7823222ae8ef8bbc160b9f", - "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/59eb412e93815df44f05f342958efa9f46b1e586", + "reference": "59eb412e93815df44f05f342958efa9f46b1e586", "shasum": "" }, "require": { @@ -3627,7 +3663,7 @@ "name": "symfony/contracts" }, "branch-alias": { - "dev-main": "3.5-dev" + "dev-main": "3.6-dev" } }, "autoload": { @@ -3660,7 +3696,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.1" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.6.0" }, "funding": [ { @@ -3676,25 +3712,25 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:20:29+00:00" + "time": "2024-09-25T14:21:43+00:00" }, { "name": "symfony/expression-language", - "version": "v7.2.0", + "version": "v7.4.0", "source": { "type": "git", "url": "https://github.com/symfony/expression-language.git", - "reference": "26f4884a455e755e630a5fc372df124a3578da2e" + "reference": "8b9bbbb8c71f79a09638f6ea77c531e511139efa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/expression-language/zipball/26f4884a455e755e630a5fc372df124a3578da2e", - "reference": "26f4884a455e755e630a5fc372df124a3578da2e", + "url": "https://api.github.com/repos/symfony/expression-language/zipball/8b9bbbb8c71f79a09638f6ea77c531e511139efa", + "reference": "8b9bbbb8c71f79a09638f6ea77c531e511139efa", "shasum": "" }, "require": { "php": ">=8.2", - "symfony/cache": "^6.4|^7.0", + "symfony/cache": "^6.4|^7.0|^8.0", "symfony/deprecation-contracts": "^2.5|^3", "symfony/service-contracts": "^2.5|^3" }, @@ -3724,7 +3760,7 @@ "description": "Provides an engine that can compile and evaluate expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/expression-language/tree/v7.2.0" + "source": "https://github.com/symfony/expression-language/tree/v7.4.0" }, "funding": [ { @@ -3735,25 +3771,29 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-10-15T11:52:45+00:00" + "time": "2025-11-12T15:39:26+00:00" }, { "name": "symfony/filesystem", - "version": "v7.2.0", + "version": "v7.4.0", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "b8dce482de9d7c9fe2891155035a7248ab5c7fdb" + "reference": "d551b38811096d0be9c4691d406991b47c0c630a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/b8dce482de9d7c9fe2891155035a7248ab5c7fdb", - "reference": "b8dce482de9d7c9fe2891155035a7248ab5c7fdb", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/d551b38811096d0be9c4691d406991b47c0c630a", + "reference": "d551b38811096d0be9c4691d406991b47c0c630a", "shasum": "" }, "require": { @@ -3762,7 +3802,7 @@ "symfony/polyfill-mbstring": "~1.8" }, "require-dev": { - "symfony/process": "^6.4|^7.0" + "symfony/process": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { @@ -3790,7 +3830,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v7.2.0" + "source": "https://github.com/symfony/filesystem/tree/v7.4.0" }, "funding": [ { @@ -3801,32 +3841,36 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-10-25T15:15:23+00:00" + "time": "2025-11-27T13:27:24+00:00" }, { "name": "symfony/finder", - "version": "v7.2.2", + "version": "v7.4.0", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "87a71856f2f56e4100373e92529eed3171695cfb" + "reference": "340b9ed7320570f319028a2cbec46d40535e94bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/87a71856f2f56e4100373e92529eed3171695cfb", - "reference": "87a71856f2f56e4100373e92529eed3171695cfb", + "url": "https://api.github.com/repos/symfony/finder/zipball/340b9ed7320570f319028a2cbec46d40535e94bd", + "reference": "340b9ed7320570f319028a2cbec46d40535e94bd", "shasum": "" }, "require": { "php": ">=8.2" }, "require-dev": { - "symfony/filesystem": "^6.4|^7.0" + "symfony/filesystem": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { @@ -3854,7 +3898,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v7.2.2" + "source": "https://github.com/symfony/finder/tree/v7.4.0" }, "funding": [ { @@ -3865,32 +3909,35 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-12-30T19:00:17+00:00" + "time": "2025-11-05T05:42:40+00:00" }, { "name": "symfony/http-foundation", - "version": "v7.2.6", + "version": "v7.4.1", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "6023ec7607254c87c5e69fb3558255aca440d72b" + "reference": "bd1af1e425811d6f077db240c3a588bdb405cd27" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/6023ec7607254c87c5e69fb3558255aca440d72b", - "reference": "6023ec7607254c87c5e69fb3558255aca440d72b", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/bd1af1e425811d6f077db240c3a588bdb405cd27", + "reference": "bd1af1e425811d6f077db240c3a588bdb405cd27", "shasum": "" }, "require": { "php": ">=8.2", - "symfony/deprecation-contracts": "^2.5|^3.0", - "symfony/polyfill-mbstring": "~1.1", - "symfony/polyfill-php83": "^1.27" + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/polyfill-mbstring": "^1.1" }, "conflict": { "doctrine/dbal": "<3.6", @@ -3899,12 +3946,13 @@ "require-dev": { "doctrine/dbal": "^3.6|^4", "predis/predis": "^1.1|^2.0", - "symfony/cache": "^6.4.12|^7.1.5", - "symfony/dependency-injection": "^6.4|^7.0", - "symfony/expression-language": "^6.4|^7.0", - "symfony/http-kernel": "^6.4|^7.0", - "symfony/mime": "^6.4|^7.0", - "symfony/rate-limiter": "^6.4|^7.0" + "symfony/cache": "^6.4.12|^7.1.5|^8.0", + "symfony/clock": "^6.4|^7.0|^8.0", + "symfony/dependency-injection": "^6.4|^7.0|^8.0", + "symfony/expression-language": "^6.4|^7.0|^8.0", + "symfony/http-kernel": "^6.4|^7.0|^8.0", + "symfony/mime": "^6.4|^7.0|^8.0", + "symfony/rate-limiter": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { @@ -3932,7 +3980,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v7.2.6" + "source": "https://github.com/symfony/http-foundation/tree/v7.4.1" }, "funding": [ { @@ -3943,25 +3991,29 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-04-09T08:14:01+00:00" + "time": "2025-12-07T11:13:10+00:00" }, { "name": "symfony/mailer", - "version": "v7.2.6", + "version": "v7.4.0", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "998692469d6e698c6eadc7ef37a6530a9eabb356" + "reference": "a3d9eea8cfa467ece41f0f54ba28185d74bd53fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/998692469d6e698c6eadc7ef37a6530a9eabb356", - "reference": "998692469d6e698c6eadc7ef37a6530a9eabb356", + "url": "https://api.github.com/repos/symfony/mailer/zipball/a3d9eea8cfa467ece41f0f54ba28185d74bd53fd", + "reference": "a3d9eea8cfa467ece41f0f54ba28185d74bd53fd", "shasum": "" }, "require": { @@ -3969,8 +4021,8 @@ "php": ">=8.2", "psr/event-dispatcher": "^1", "psr/log": "^1|^2|^3", - "symfony/event-dispatcher": "^6.4|^7.0", - "symfony/mime": "^7.2", + "symfony/event-dispatcher": "^6.4|^7.0|^8.0", + "symfony/mime": "^7.2|^8.0", "symfony/service-contracts": "^2.5|^3" }, "conflict": { @@ -3981,10 +4033,10 @@ "symfony/twig-bridge": "<6.4" }, "require-dev": { - "symfony/console": "^6.4|^7.0", - "symfony/http-client": "^6.4|^7.0", - "symfony/messenger": "^6.4|^7.0", - "symfony/twig-bridge": "^6.4|^7.0" + "symfony/console": "^6.4|^7.0|^8.0", + "symfony/http-client": "^6.4|^7.0|^8.0", + "symfony/messenger": "^6.4|^7.0|^8.0", + "symfony/twig-bridge": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { @@ -4012,7 +4064,7 @@ "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/v7.2.6" + "source": "https://github.com/symfony/mailer/tree/v7.4.0" }, "funding": [ { @@ -4023,31 +4075,35 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-04-04T09:50:51+00:00" + "time": "2025-11-21T15:26:00+00:00" }, { "name": "symfony/messenger", - "version": "v7.2.6", + "version": "v7.4.0", "source": { "type": "git", "url": "https://github.com/symfony/messenger.git", - "reference": "7f71d9d08c7708b758477386e7eaaa8ac78063b5" + "reference": "241f2f82048d2198f3ade29397c1ceddf30ccb24" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/messenger/zipball/7f71d9d08c7708b758477386e7eaaa8ac78063b5", - "reference": "7f71d9d08c7708b758477386e7eaaa8ac78063b5", + "url": "https://api.github.com/repos/symfony/messenger/zipball/241f2f82048d2198f3ade29397c1ceddf30ccb24", + "reference": "241f2f82048d2198f3ade29397c1ceddf30ccb24", "shasum": "" }, "require": { "php": ">=8.2", "psr/log": "^1|^2|^3", - "symfony/clock": "^6.4|^7.0", + "symfony/clock": "^6.4|^7.0|^8.0", "symfony/deprecation-contracts": "^2.5|^3" }, "conflict": { @@ -4055,23 +4111,26 @@ "symfony/event-dispatcher": "<6.4", "symfony/event-dispatcher-contracts": "<2.5", "symfony/framework-bundle": "<6.4", - "symfony/http-kernel": "<6.4", + "symfony/http-kernel": "<7.3", + "symfony/lock": "<6.4", "symfony/serializer": "<6.4" }, "require-dev": { "psr/cache": "^1.0|^2.0|^3.0", - "symfony/console": "^7.2", - "symfony/dependency-injection": "^6.4|^7.0", - "symfony/event-dispatcher": "^6.4|^7.0", - "symfony/http-kernel": "^6.4|^7.0", - "symfony/process": "^6.4|^7.0", - "symfony/property-access": "^6.4|^7.0", - "symfony/rate-limiter": "^6.4|^7.0", - "symfony/routing": "^6.4|^7.0", - "symfony/serializer": "^6.4|^7.0", + "symfony/console": "^7.2|^8.0", + "symfony/dependency-injection": "^6.4|^7.0|^8.0", + "symfony/event-dispatcher": "^6.4|^7.0|^8.0", + "symfony/http-kernel": "^7.3|^8.0", + "symfony/lock": "^6.4|^7.0|^8.0", + "symfony/process": "^6.4|^7.0|^8.0", + "symfony/property-access": "^6.4|^7.0|^8.0", + "symfony/rate-limiter": "^6.4|^7.0|^8.0", + "symfony/routing": "^6.4|^7.0|^8.0", + "symfony/serializer": "^6.4|^7.0|^8.0", "symfony/service-contracts": "^2.5|^3", - "symfony/stopwatch": "^6.4|^7.0", - "symfony/validator": "^6.4|^7.0" + "symfony/stopwatch": "^6.4|^7.0|^8.0", + "symfony/validator": "^6.4|^7.0|^8.0", + "symfony/var-dumper": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { @@ -4099,7 +4158,7 @@ "description": "Helps applications send and receive messages to/from other applications or via message queues", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/messenger/tree/v7.2.6" + "source": "https://github.com/symfony/messenger/tree/v7.4.0" }, "funding": [ { @@ -4110,29 +4169,34 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-04-27T13:34:41+00:00" + "time": "2025-11-06T11:20:06+00:00" }, { "name": "symfony/mime", - "version": "v7.2.6", + "version": "v7.4.0", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "706e65c72d402539a072d0d6ad105fff6c161ef1" + "reference": "bdb02729471be5d047a3ac4a69068748f1a6be7a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/706e65c72d402539a072d0d6ad105fff6c161ef1", - "reference": "706e65c72d402539a072d0d6ad105fff6c161ef1", + "url": "https://api.github.com/repos/symfony/mime/zipball/bdb02729471be5d047a3ac4a69068748f1a6be7a", + "reference": "bdb02729471be5d047a3ac4a69068748f1a6be7a", "shasum": "" }, "require": { "php": ">=8.2", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-intl-idn": "^1.10", "symfony/polyfill-mbstring": "^1.0" }, @@ -4147,11 +4211,11 @@ "egulias/email-validator": "^2.1.10|^3.1|^4", "league/html-to-markdown": "^5.0", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", - "symfony/dependency-injection": "^6.4|^7.0", - "symfony/process": "^6.4|^7.0", - "symfony/property-access": "^6.4|^7.0", - "symfony/property-info": "^6.4|^7.0", - "symfony/serializer": "^6.4.3|^7.0.3" + "symfony/dependency-injection": "^6.4|^7.0|^8.0", + "symfony/process": "^6.4|^7.0|^8.0", + "symfony/property-access": "^6.4|^7.0|^8.0", + "symfony/property-info": "^6.4|^7.0|^8.0", + "symfony/serializer": "^6.4.3|^7.0.3|^8.0" }, "type": "library", "autoload": { @@ -4183,7 +4247,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v7.2.6" + "source": "https://github.com/symfony/mime/tree/v7.4.0" }, "funding": [ { @@ -4194,25 +4258,29 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-04-27T13:34:41+00:00" + "time": "2025-11-16T10:14:42+00:00" }, { "name": "symfony/options-resolver", - "version": "v7.2.0", + "version": "v7.4.0", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "7da8fbac9dcfef75ffc212235d76b2754ce0cf50" + "reference": "b38026df55197f9e39a44f3215788edf83187b80" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/7da8fbac9dcfef75ffc212235d76b2754ce0cf50", - "reference": "7da8fbac9dcfef75ffc212235d76b2754ce0cf50", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/b38026df55197f9e39a44f3215788edf83187b80", + "reference": "b38026df55197f9e39a44f3215788edf83187b80", "shasum": "" }, "require": { @@ -4250,7 +4318,7 @@ "options" ], "support": { - "source": "https://github.com/symfony/options-resolver/tree/v7.2.0" + "source": "https://github.com/symfony/options-resolver/tree/v7.4.0" }, "funding": [ { @@ -4261,16 +4329,20 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-11-20T11:17:29+00:00" + "time": "2025-11-12T15:39:26+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "v1.32.0", + "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", @@ -4329,7 +4401,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.32.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.0" }, "funding": [ { @@ -4340,6 +4412,10 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" @@ -4349,16 +4425,16 @@ }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.32.0", + "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe" + "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", - "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70", + "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70", "shasum": "" }, "require": { @@ -4407,7 +4483,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.32.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.33.0" }, "funding": [ { @@ -4418,16 +4494,20 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-09-09T11:45:10+00:00" + "time": "2025-06-27T09:58:17+00:00" }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.32.0", + "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", @@ -4490,7 +4570,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.32.0" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.33.0" }, "funding": [ { @@ -4501,6 +4581,10 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" @@ -4510,7 +4594,7 @@ }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.32.0", + "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", @@ -4571,7 +4655,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.32.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0" }, "funding": [ { @@ -4582,6 +4666,10 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" @@ -4591,7 +4679,7 @@ }, { "name": "symfony/polyfill-mbstring", - "version": "v1.32.0", + "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", @@ -4652,7 +4740,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.32.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0" }, "funding": [ { @@ -4663,6 +4751,10 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" @@ -4672,16 +4764,16 @@ }, { "name": "symfony/polyfill-php83", - "version": "v1.32.0", + "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php83.git", - "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491" + "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/2fb86d65e2d424369ad2905e83b236a8805ba491", - "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491", + "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/17f6f9a6b1735c0f163024d959f700cfbc5155e5", + "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5", "shasum": "" }, "require": { @@ -4728,7 +4820,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php83/tree/v1.32.0" + "source": "https://github.com/symfony/polyfill-php83/tree/v1.33.0" }, "funding": [ { @@ -4739,16 +4831,20 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-09-09T11:45:10+00:00" + "time": "2025-07-08T02:45:35+00:00" }, { "name": "symfony/polyfill-uuid", - "version": "v1.32.0", + "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-uuid.git", @@ -4807,7 +4903,7 @@ "uuid" ], "support": { - "source": "https://github.com/symfony/polyfill-uuid/tree/v1.32.0" + "source": "https://github.com/symfony/polyfill-uuid/tree/v1.33.0" }, "funding": [ { @@ -4818,6 +4914,10 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" @@ -4827,16 +4927,16 @@ }, { "name": "symfony/process", - "version": "v7.2.5", + "version": "v7.4.0", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "87b7c93e57df9d8e39a093d32587702380ff045d" + "reference": "7ca8dc2d0dcf4882658313aba8be5d9fd01026c8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/87b7c93e57df9d8e39a093d32587702380ff045d", - "reference": "87b7c93e57df9d8e39a093d32587702380ff045d", + "url": "https://api.github.com/repos/symfony/process/zipball/7ca8dc2d0dcf4882658313aba8be5d9fd01026c8", + "reference": "7ca8dc2d0dcf4882658313aba8be5d9fd01026c8", "shasum": "" }, "require": { @@ -4868,7 +4968,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v7.2.5" + "source": "https://github.com/symfony/process/tree/v7.4.0" }, "funding": [ { @@ -4879,33 +4979,38 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-03-13T12:21:46+00:00" + "time": "2025-10-16T11:21:06+00:00" }, { "name": "symfony/property-access", - "version": "v7.2.3", + "version": "v7.4.0", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", - "reference": "b28732e315d81fbec787f838034de7d6c9b2b902" + "reference": "537626149d2910ca43eb9ce465654366bf4442f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-access/zipball/b28732e315d81fbec787f838034de7d6c9b2b902", - "reference": "b28732e315d81fbec787f838034de7d6c9b2b902", + "url": "https://api.github.com/repos/symfony/property-access/zipball/537626149d2910ca43eb9ce465654366bf4442f4", + "reference": "537626149d2910ca43eb9ce465654366bf4442f4", "shasum": "" }, "require": { "php": ">=8.2", - "symfony/property-info": "^6.4|^7.0" + "symfony/property-info": "^6.4|^7.0|^8.0" }, "require-dev": { - "symfony/cache": "^6.4|^7.0" + "symfony/cache": "^6.4|^7.0|^8.0", + "symfony/var-exporter": "^6.4.1|^7.0.1|^8.0" }, "type": "library", "autoload": { @@ -4944,7 +5049,7 @@ "reflection" ], "support": { - "source": "https://github.com/symfony/property-access/tree/v7.2.3" + "source": "https://github.com/symfony/property-access/tree/v7.4.0" }, "funding": [ { @@ -4955,31 +5060,36 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-01-17T10:56:55+00:00" + "time": "2025-09-08T21:14:32+00:00" }, { "name": "symfony/property-info", - "version": "v7.2.5", + "version": "v7.4.1", "source": { "type": "git", "url": "https://github.com/symfony/property-info.git", - "reference": "f00fd9685ecdbabe82ca25c7b739ce7bba99302c" + "reference": "912aafe70bee5cfd09fec5916fe35b83f04ae6ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-info/zipball/f00fd9685ecdbabe82ca25c7b739ce7bba99302c", - "reference": "f00fd9685ecdbabe82ca25c7b739ce7bba99302c", + "url": "https://api.github.com/repos/symfony/property-info/zipball/912aafe70bee5cfd09fec5916fe35b83f04ae6ae", + "reference": "912aafe70bee5cfd09fec5916fe35b83f04ae6ae", "shasum": "" }, "require": { "php": ">=8.2", - "symfony/string": "^6.4|^7.0", - "symfony/type-info": "~7.1.9|^7.2.2" + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/string": "^6.4|^7.0|^8.0", + "symfony/type-info": "~7.3.8|^7.4.1|^8.0.1" }, "conflict": { "phpdocumentor/reflection-docblock": "<5.2", @@ -4991,9 +5101,9 @@ "require-dev": { "phpdocumentor/reflection-docblock": "^5.2", "phpstan/phpdoc-parser": "^1.0|^2.0", - "symfony/cache": "^6.4|^7.0", - "symfony/dependency-injection": "^6.4|^7.0", - "symfony/serializer": "^6.4|^7.0" + "symfony/cache": "^6.4|^7.0|^8.0", + "symfony/dependency-injection": "^6.4|^7.0|^8.0", + "symfony/serializer": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { @@ -5029,7 +5139,7 @@ "validator" ], "support": { - "source": "https://github.com/symfony/property-info/tree/v7.2.5" + "source": "https://github.com/symfony/property-info/tree/v7.4.1" }, "funding": [ { @@ -5040,34 +5150,38 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-03-06T16:27:19+00:00" + "time": "2025-12-05T14:04:53+00:00" }, { "name": "symfony/rate-limiter", - "version": "v7.2.0", + "version": "v7.4.0", "source": { "type": "git", "url": "https://github.com/symfony/rate-limiter.git", - "reference": "bb6b14ee6c1c4d2722a30d46fb92714943526804" + "reference": "5c6df5bc10308505bb0fa8d1388bc6bd8a628ba8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/rate-limiter/zipball/bb6b14ee6c1c4d2722a30d46fb92714943526804", - "reference": "bb6b14ee6c1c4d2722a30d46fb92714943526804", + "url": "https://api.github.com/repos/symfony/rate-limiter/zipball/5c6df5bc10308505bb0fa8d1388bc6bd8a628ba8", + "reference": "5c6df5bc10308505bb0fa8d1388bc6bd8a628ba8", "shasum": "" }, "require": { "php": ">=8.2", - "symfony/options-resolver": "^6.4|^7.0" + "symfony/options-resolver": "^7.3|^8.0" }, "require-dev": { "psr/cache": "^1.0|^2.0|^3.0", - "symfony/lock": "^6.4|^7.0" + "symfony/lock": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { @@ -5099,7 +5213,7 @@ "rate-limiter" ], "support": { - "source": "https://github.com/symfony/rate-limiter/tree/v7.2.0" + "source": "https://github.com/symfony/rate-limiter/tree/v7.4.0" }, "funding": [ { @@ -5110,25 +5224,29 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-11-09T09:29:03+00:00" + "time": "2025-08-04T07:05:15+00:00" }, { "name": "symfony/routing", - "version": "v7.2.3", + "version": "v7.4.0", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "ee9a67edc6baa33e5fae662f94f91fd262930996" + "reference": "4720254cb2644a0b876233d258a32bf017330db7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/ee9a67edc6baa33e5fae662f94f91fd262930996", - "reference": "ee9a67edc6baa33e5fae662f94f91fd262930996", + "url": "https://api.github.com/repos/symfony/routing/zipball/4720254cb2644a0b876233d258a32bf017330db7", + "reference": "4720254cb2644a0b876233d258a32bf017330db7", "shasum": "" }, "require": { @@ -5142,11 +5260,11 @@ }, "require-dev": { "psr/log": "^1|^2|^3", - "symfony/config": "^6.4|^7.0", - "symfony/dependency-injection": "^6.4|^7.0", - "symfony/expression-language": "^6.4|^7.0", - "symfony/http-foundation": "^6.4|^7.0", - "symfony/yaml": "^6.4|^7.0" + "symfony/config": "^6.4|^7.0|^8.0", + "symfony/dependency-injection": "^6.4|^7.0|^8.0", + "symfony/expression-language": "^6.4|^7.0|^8.0", + "symfony/http-foundation": "^6.4|^7.0|^8.0", + "symfony/yaml": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { @@ -5180,7 +5298,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v7.2.3" + "source": "https://github.com/symfony/routing/tree/v7.4.0" }, "funding": [ { @@ -5191,25 +5309,29 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-01-17T10:56:55+00:00" + "time": "2025-11-27T13:27:24+00:00" }, { "name": "symfony/service-contracts", - "version": "v3.5.1", + "version": "v3.6.1", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0" + "reference": "45112560a3ba2d715666a509a0bc9521d10b6c43" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0", - "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/45112560a3ba2d715666a509a0bc9521d10b6c43", + "reference": "45112560a3ba2d715666a509a0bc9521d10b6c43", "shasum": "" }, "require": { @@ -5227,7 +5349,7 @@ "name": "symfony/contracts" }, "branch-alias": { - "dev-main": "3.5-dev" + "dev-main": "3.6-dev" } }, "autoload": { @@ -5263,7 +5385,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v3.5.1" + "source": "https://github.com/symfony/service-contracts/tree/v3.6.1" }, "funding": [ { @@ -5274,31 +5396,36 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-09-25T14:20:29+00:00" + "time": "2025-07-15T11:30:57+00:00" }, { "name": "symfony/string", - "version": "v7.2.6", + "version": "v7.4.0", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "a214fe7d62bd4df2a76447c67c6b26e1d5e74931" + "reference": "d50e862cb0a0e0886f73ca1f31b865efbb795003" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/a214fe7d62bd4df2a76447c67c6b26e1d5e74931", - "reference": "a214fe7d62bd4df2a76447c67c6b26e1d5e74931", + "url": "https://api.github.com/repos/symfony/string/zipball/d50e862cb0a0e0886f73ca1f31b865efbb795003", + "reference": "d50e862cb0a0e0886f73ca1f31b865efbb795003", "shasum": "" }, "require": { "php": ">=8.2", + "symfony/deprecation-contracts": "^2.5|^3.0", "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-intl-grapheme": "~1.0", + "symfony/polyfill-intl-grapheme": "~1.33", "symfony/polyfill-intl-normalizer": "~1.0", "symfony/polyfill-mbstring": "~1.0" }, @@ -5306,12 +5433,11 @@ "symfony/translation-contracts": "<2.5" }, "require-dev": { - "symfony/emoji": "^7.1", - "symfony/error-handler": "^6.4|^7.0", - "symfony/http-client": "^6.4|^7.0", - "symfony/intl": "^6.4|^7.0", + "symfony/emoji": "^7.1|^8.0", + "symfony/http-client": "^6.4|^7.0|^8.0", + "symfony/intl": "^6.4|^7.0|^8.0", "symfony/translation-contracts": "^2.5|^3.0", - "symfony/var-exporter": "^6.4|^7.0" + "symfony/var-exporter": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { @@ -5350,7 +5476,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v7.2.6" + "source": "https://github.com/symfony/string/tree/v7.4.0" }, "funding": [ { @@ -5361,33 +5487,41 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-04-20T20:18:16+00:00" + "time": "2025-11-27T13:27:24+00:00" }, { "name": "symfony/type-info", - "version": "v7.2.5", + "version": "v7.4.1", "source": { "type": "git", "url": "https://github.com/symfony/type-info.git", - "reference": "c4824a6b658294c828e609d3d8dbb4e87f6a375d" + "reference": "ac5ab66b21c758df71b7210cf1033d1ac807f202" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/type-info/zipball/c4824a6b658294c828e609d3d8dbb4e87f6a375d", - "reference": "c4824a6b658294c828e609d3d8dbb4e87f6a375d", + "url": "https://api.github.com/repos/symfony/type-info/zipball/ac5ab66b21c758df71b7210cf1033d1ac807f202", + "reference": "ac5ab66b21c758df71b7210cf1033d1ac807f202", "shasum": "" }, "require": { "php": ">=8.2", - "psr/container": "^1.1|^2.0" + "psr/container": "^1.1|^2.0", + "symfony/deprecation-contracts": "^2.5|^3" + }, + "conflict": { + "phpstan/phpdoc-parser": "<1.30" }, "require-dev": { - "phpstan/phpdoc-parser": "^1.0|^2.0" + "phpstan/phpdoc-parser": "^1.30|^2.0" }, "type": "library", "autoload": { @@ -5425,7 +5559,7 @@ "type" ], "support": { - "source": "https://github.com/symfony/type-info/tree/v7.2.5" + "source": "https://github.com/symfony/type-info/tree/v7.4.1" }, "funding": [ { @@ -5436,25 +5570,29 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-03-24T09:03:36+00:00" + "time": "2025-12-05T14:04:53+00:00" }, { "name": "symfony/uid", - "version": "v7.2.0", + "version": "v7.4.0", "source": { "type": "git", "url": "https://github.com/symfony/uid.git", - "reference": "2d294d0c48df244c71c105a169d0190bfb080426" + "reference": "2498e9f81b7baa206f44de583f2f48350b90142c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/uid/zipball/2d294d0c48df244c71c105a169d0190bfb080426", - "reference": "2d294d0c48df244c71c105a169d0190bfb080426", + "url": "https://api.github.com/repos/symfony/uid/zipball/2498e9f81b7baa206f44de583f2f48350b90142c", + "reference": "2498e9f81b7baa206f44de583f2f48350b90142c", "shasum": "" }, "require": { @@ -5462,7 +5600,7 @@ "symfony/polyfill-uuid": "^1.15" }, "require-dev": { - "symfony/console": "^6.4|^7.0" + "symfony/console": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { @@ -5499,7 +5637,7 @@ "uuid" ], "support": { - "source": "https://github.com/symfony/uid/tree/v7.2.0" + "source": "https://github.com/symfony/uid/tree/v7.4.0" }, "funding": [ { @@ -5510,34 +5648,39 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-09-25T14:21:43+00:00" + "time": "2025-09-25T11:02:55+00:00" }, { "name": "symfony/var-exporter", - "version": "v7.2.6", + "version": "v7.4.0", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "422b8de94c738830a1e071f59ad14d67417d7007" + "reference": "03a60f169c79a28513a78c967316fbc8bf17816f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/422b8de94c738830a1e071f59ad14d67417d7007", - "reference": "422b8de94c738830a1e071f59ad14d67417d7007", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/03a60f169c79a28513a78c967316fbc8bf17816f", + "reference": "03a60f169c79a28513a78c967316fbc8bf17816f", "shasum": "" }, "require": { - "php": ">=8.2" + "php": ">=8.2", + "symfony/deprecation-contracts": "^2.5|^3" }, "require-dev": { - "symfony/property-access": "^6.4|^7.0", - "symfony/serializer": "^6.4|^7.0", - "symfony/var-dumper": "^6.4|^7.0" + "symfony/property-access": "^6.4|^7.0|^8.0", + "symfony/serializer": "^6.4|^7.0|^8.0", + "symfony/var-dumper": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { @@ -5575,7 +5718,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v7.2.6" + "source": "https://github.com/symfony/var-exporter/tree/v7.4.0" }, "funding": [ { @@ -5586,37 +5729,41 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-05-02T08:36:00+00:00" + "time": "2025-09-11T10:15:23+00:00" }, { "name": "symfony/yaml", - "version": "v7.2.6", + "version": "v7.4.1", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "0feafffb843860624ddfd13478f481f4c3cd8b23" + "reference": "24dd4de28d2e3988b311751ac49e684d783e2345" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/0feafffb843860624ddfd13478f481f4c3cd8b23", - "reference": "0feafffb843860624ddfd13478f481f4c3cd8b23", + "url": "https://api.github.com/repos/symfony/yaml/zipball/24dd4de28d2e3988b311751ac49e684d783e2345", + "reference": "24dd4de28d2e3988b311751ac49e684d783e2345", "shasum": "" }, "require": { "php": ">=8.2", - "symfony/deprecation-contracts": "^2.5|^3.0", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-ctype": "^1.8" }, "conflict": { "symfony/console": "<6.4" }, "require-dev": { - "symfony/console": "^6.4|^7.0" + "symfony/console": "^6.4|^7.0|^8.0" }, "bin": [ "Resources/bin/yaml-lint" @@ -5647,7 +5794,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v7.2.6" + "source": "https://github.com/symfony/yaml/tree/v7.4.1" }, "funding": [ { @@ -5658,12 +5805,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-04-04T10:10:11+00:00" + "time": "2025-12-04T18:11:45+00:00" }, { "name": "typo3/class-alias-loader", @@ -5729,27 +5880,27 @@ }, { "name": "typo3/cms-adminpanel", - "version": "v13.4.9", + "version": "v13.4.21", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/adminpanel.git", - "reference": "1088d44642be05a8bfa998ae39f61f017d68a79f" + "reference": "5221fcfc489749d5c4fb790b27a9183f9f02c9e7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/adminpanel/zipball/1088d44642be05a8bfa998ae39f61f017d68a79f", - "reference": "1088d44642be05a8bfa998ae39f61f017d68a79f", + "url": "https://api.github.com/repos/TYPO3-CMS/adminpanel/zipball/5221fcfc489749d5c4fb790b27a9183f9f02c9e7", + "reference": "5221fcfc489749d5c4fb790b27a9183f9f02c9e7", "shasum": "" }, "require": { "psr/http-message": "^1.1 || ^2.0", "psr/http-server-handler": "^1.0", "psr/http-server-middleware": "^1.0", - "typo3/cms-backend": "13.4.9", - "typo3/cms-core": "13.4.9", - "typo3/cms-fluid": "13.4.9", - "typo3/cms-frontend": "13.4.9", - "typo3fluid/fluid": "^4.0.2" + "typo3/cms-backend": "13.4.21", + "typo3/cms-core": "13.4.21", + "typo3/cms-fluid": "13.4.21", + "typo3/cms-frontend": "13.4.21", + "typo3fluid/fluid": "^4.5.0" }, "conflict": { "typo3/cms": "*" @@ -5790,27 +5941,27 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2025-04-08T08:18:25+00:00" + "time": "2025-12-02T11:29:47+00:00" }, { "name": "typo3/cms-backend", - "version": "v13.4.9", + "version": "v13.4.21", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/backend.git", - "reference": "9952dd42f547a1150110f2b81b54b0111fac917e" + "reference": "e88db4ed7147eea80816d5deaa2f30d8bb42143d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/backend/zipball/9952dd42f547a1150110f2b81b54b0111fac917e", - "reference": "9952dd42f547a1150110f2b81b54b0111fac917e", + "url": "https://api.github.com/repos/TYPO3-CMS/backend/zipball/e88db4ed7147eea80816d5deaa2f30d8bb42143d", + "reference": "e88db4ed7147eea80816d5deaa2f30d8bb42143d", "shasum": "" }, "require": { "ext-intl": "*", "ext-libxml": "*", "psr/event-dispatcher": "^1.0", - "typo3/cms-core": "13.4.9" + "typo3/cms-core": "13.4.21" }, "conflict": { "typo3/cms": "*" @@ -5872,24 +6023,24 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2025-04-08T08:18:25+00:00" + "time": "2025-12-02T11:29:47+00:00" }, { "name": "typo3/cms-belog", - "version": "v13.4.9", + "version": "v13.4.21", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/belog.git", - "reference": "c6746eb918e24b2cc9feb88695eb89858498e90e" + "reference": "b242723663454e862fac754d1cbb1c77148ef501" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/belog/zipball/c6746eb918e24b2cc9feb88695eb89858498e90e", - "reference": "c6746eb918e24b2cc9feb88695eb89858498e90e", + "url": "https://api.github.com/repos/TYPO3-CMS/belog/zipball/b242723663454e862fac754d1cbb1c77148ef501", + "reference": "b242723663454e862fac754d1cbb1c77148ef501", "shasum": "" }, "require": { - "typo3/cms-core": "13.4.9" + "typo3/cms-core": "13.4.21" }, "conflict": { "typo3/cms": "*" @@ -5930,24 +6081,24 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2025-04-08T08:18:25+00:00" + "time": "2025-12-02T11:29:47+00:00" }, { "name": "typo3/cms-beuser", - "version": "v13.4.9", + "version": "v13.4.21", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/beuser.git", - "reference": "7c2d73587fbb3f49f102046abcb61637f3cff3e2" + "reference": "d07baf4a789dc0e6696eb8a54f82b2405c80eea5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/beuser/zipball/7c2d73587fbb3f49f102046abcb61637f3cff3e2", - "reference": "7c2d73587fbb3f49f102046abcb61637f3cff3e2", + "url": "https://api.github.com/repos/TYPO3-CMS/beuser/zipball/d07baf4a789dc0e6696eb8a54f82b2405c80eea5", + "reference": "d07baf4a789dc0e6696eb8a54f82b2405c80eea5", "shasum": "" }, "require": { - "typo3/cms-core": "13.4.9" + "typo3/cms-core": "13.4.21" }, "conflict": { "typo3/cms": "*" @@ -5988,7 +6139,7 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2025-04-08T08:18:25+00:00" + "time": "2025-12-02T11:29:47+00:00" }, { "name": "typo3/cms-cli", @@ -6028,16 +6179,16 @@ }, { "name": "typo3/cms-composer-installers", - "version": "v5.0.1", + "version": "v5.0.2", "source": { "type": "git", "url": "https://github.com/TYPO3/CmsComposerInstallers.git", - "reference": "444a228d3ae4320d7ba0b769cfab008b0c09443c" + "reference": "becd622c869eb5cba6b8ea13965a73ae84e37346" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/CmsComposerInstallers/zipball/444a228d3ae4320d7ba0b769cfab008b0c09443c", - "reference": "444a228d3ae4320d7ba0b769cfab008b0c09443c", + "url": "https://api.github.com/repos/TYPO3/CmsComposerInstallers/zipball/becd622c869eb5cba6b8ea13965a73ae84e37346", + "reference": "becd622c869eb5cba6b8ea13965a73ae84e37346", "shasum": "" }, "require": { @@ -6050,9 +6201,9 @@ }, "require-dev": { "composer/composer": "^2.1", - "friendsofphp/php-cs-fixer": "^2.18", - "overtrue/phplint": "^2.0", - "phpunit/phpunit": "^8.5" + "friendsofphp/php-cs-fixer": "^3.62.0", + "overtrue/phplint": "^9.4.1", + "phpunit/phpunit": "^10.5.30" }, "type": "composer-plugin", "extra": { @@ -6094,22 +6245,22 @@ "support": { "general": "https://typo3.org/support/", "issues": "https://github.com/TYPO3/CmsComposerInstallers/issues", - "source": "https://github.com/TYPO3/CmsComposerInstallers/tree/v5.0.1" + "source": "https://github.com/TYPO3/CmsComposerInstallers/tree/v5.0.2" }, - "time": "2024-08-13T14:58:06+00:00" + "time": "2025-11-25T18:08:15+00:00" }, { "name": "typo3/cms-core", - "version": "v13.4.9", + "version": "v13.4.21", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/core.git", - "reference": "6283b4769e5e430140eb3c872637c061376aed28" + "reference": "fdb8ab9b47b39e9443780e580c05cb60ec26b2be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/core/zipball/6283b4769e5e430140eb3c872637c061376aed28", - "reference": "6283b4769e5e430140eb3c872637c061376aed28", + "url": "https://api.github.com/repos/TYPO3-CMS/core/zipball/fdb8ab9b47b39e9443780e580c05cb60ec26b2be", + "reference": "fdb8ab9b47b39e9443780e580c05cb60ec26b2be", "shasum": "" }, "require": { @@ -6117,11 +6268,11 @@ "christian-riesen/base32": "^1.6", "composer-runtime-api": "^2.1", "doctrine/annotations": "^2.0.2", - "doctrine/dbal": "^4.2.1", + "doctrine/dbal": "~4.3.3", "doctrine/event-manager": "^2.0.1", "doctrine/lexer": "^3.0.1", "egulias/email-validator": "^4.0", - "enshrined/svg-sanitize": "^0.20.0", + "enshrined/svg-sanitize": "~0.22", "ext-dom": "*", "ext-intl": "*", "ext-json": "*", @@ -6136,7 +6287,7 @@ "guzzlehttp/guzzle": "^7.9.2", "guzzlehttp/psr7": "^2.7.0", "lolli42/finediff": "^1.1.1", - "masterminds/html5": "^2.9.0", + "masterminds/html5": "^2.10.0", "php": "^8.2", "psr/container": "^2.0", "psr/event-dispatcher": "^1.0", @@ -6146,30 +6297,30 @@ "psr/http-server-handler": "^1.0", "psr/http-server-middleware": "^1.0", "psr/log": "^3.0.1", - "symfony/config": "^7.1", - "symfony/console": "^7.1.4", - "symfony/dependency-injection": "^7.1.4", - "symfony/doctrine-messenger": "^7.1.4", + "symfony/config": "^7.2", + "symfony/console": "^7.2", + "symfony/dependency-injection": "^7.2", + "symfony/doctrine-messenger": "^7.2", "symfony/event-dispatcher-contracts": "^3.1", - "symfony/expression-language": "^7.1.4", - "symfony/filesystem": "^7.1.2", - "symfony/finder": "^7.1.4", - "symfony/http-foundation": "^7.1.3", - "symfony/mailer": "^7.1.2", - "symfony/messenger": "^7.1.4", - "symfony/mime": "^7.1.4", - "symfony/options-resolver": "^7.1", + "symfony/expression-language": "^7.2", + "symfony/filesystem": "^7.2", + "symfony/finder": "^7.2", + "symfony/http-foundation": "^7.2", + "symfony/mailer": "^7.2", + "symfony/messenger": "^7.2", + "symfony/mime": "^7.2", + "symfony/options-resolver": "^7.2", "symfony/polyfill-php83": "^1.31", - "symfony/process": "^7.1.3", - "symfony/rate-limiter": "^7.1", - "symfony/routing": "^7.1.4", - "symfony/uid": "^7.1.4", - "symfony/yaml": "^7.1.4", + "symfony/process": "^7.2", + "symfony/rate-limiter": "^7.2", + "symfony/routing": "^7.2", + "symfony/uid": "^7.2", + "symfony/yaml": "^7.2", "typo3/class-alias-loader": "^1.2", "typo3/cms-cli": "^3.1.1", "typo3/cms-composer-installers": "^5.0.1", "typo3/html-sanitizer": "^2.2.0", - "typo3fluid/fluid": "^4.0.2" + "typo3fluid/fluid": "^4.5.0" }, "conflict": { "hoa/core": "*", @@ -6241,30 +6392,30 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2025-04-08T08:18:25+00:00" + "time": "2025-12-02T11:29:47+00:00" }, { "name": "typo3/cms-extbase", - "version": "v13.4.9", + "version": "v13.4.21", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/extbase.git", - "reference": "d84030bad77e869330f6fae4c100fd0b14218278" + "reference": "ad7529833643741fd1c4d9f53962d6ba1efe0054" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/extbase/zipball/d84030bad77e869330f6fae4c100fd0b14218278", - "reference": "d84030bad77e869330f6fae4c100fd0b14218278", + "url": "https://api.github.com/repos/TYPO3-CMS/extbase/zipball/ad7529833643741fd1c4d9f53962d6ba1efe0054", + "reference": "ad7529833643741fd1c4d9f53962d6ba1efe0054", "shasum": "" }, "require": { "doctrine/instantiator": "^1.5 || ^2.0", - "phpdocumentor/reflection-docblock": "^5.4.1", + "phpdocumentor/reflection-docblock": "^5.6.5", "phpdocumentor/type-resolver": "^1.8.2", - "symfony/dependency-injection": "^7.1.4", - "symfony/property-access": "^7.1.4", - "symfony/property-info": "^7.1.3", - "typo3/cms-core": "13.4.9" + "symfony/dependency-injection": "^7.2", + "symfony/property-access": "^7.2", + "symfony/property-info": "^7.2", + "typo3/cms-core": "13.4.21" }, "conflict": { "typo3/cms": "*" @@ -6311,25 +6462,25 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2025-04-08T08:18:25+00:00" + "time": "2025-12-02T11:29:47+00:00" }, { "name": "typo3/cms-extensionmanager", - "version": "v13.4.9", + "version": "v13.4.21", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/extensionmanager.git", - "reference": "a695f57236205ac2948cd348ed17ed07ed84c832" + "reference": "cd1bcb4a84bdae6576e14e9a1b7dce07cba6e16d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/extensionmanager/zipball/a695f57236205ac2948cd348ed17ed07ed84c832", - "reference": "a695f57236205ac2948cd348ed17ed07ed84c832", + "url": "https://api.github.com/repos/TYPO3-CMS/extensionmanager/zipball/cd1bcb4a84bdae6576e14e9a1b7dce07cba6e16d", + "reference": "cd1bcb4a84bdae6576e14e9a1b7dce07cba6e16d", "shasum": "" }, "require": { "ext-libxml": "*", - "typo3/cms-core": "13.4.9" + "typo3/cms-core": "13.4.21" }, "conflict": { "typo3/cms": "*" @@ -6377,24 +6528,24 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2025-04-08T08:18:25+00:00" + "time": "2025-12-02T11:29:47+00:00" }, { "name": "typo3/cms-felogin", - "version": "v13.4.9", + "version": "v13.4.21", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/felogin.git", - "reference": "1fd6dd19f5854fdd3c524c0c9efec33724a1de4f" + "reference": "a15cc9352e99ddd0086eb1fcf46b45595214e9a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/felogin/zipball/1fd6dd19f5854fdd3c524c0c9efec33724a1de4f", - "reference": "1fd6dd19f5854fdd3c524c0c9efec33724a1de4f", + "url": "https://api.github.com/repos/TYPO3-CMS/felogin/zipball/a15cc9352e99ddd0086eb1fcf46b45595214e9a5", + "reference": "a15cc9352e99ddd0086eb1fcf46b45595214e9a5", "shasum": "" }, "require": { - "typo3/cms-core": "13.4.9" + "typo3/cms-core": "13.4.21" }, "conflict": { "typo3/cms": "*" @@ -6435,24 +6586,24 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2025-04-08T08:18:25+00:00" + "time": "2025-12-02T11:29:47+00:00" }, { "name": "typo3/cms-filelist", - "version": "v13.4.9", + "version": "v13.4.21", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/filelist.git", - "reference": "96efbe2c2e8457d1466ae675a4418229738e932e" + "reference": "a9d2bb8e022aee411f98ac2021490b75a0e747d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/filelist/zipball/96efbe2c2e8457d1466ae675a4418229738e932e", - "reference": "96efbe2c2e8457d1466ae675a4418229738e932e", + "url": "https://api.github.com/repos/TYPO3-CMS/filelist/zipball/a9d2bb8e022aee411f98ac2021490b75a0e747d8", + "reference": "a9d2bb8e022aee411f98ac2021490b75a0e747d8", "shasum": "" }, "require": { - "typo3/cms-core": "13.4.9" + "typo3/cms-core": "13.4.21" }, "conflict": { "typo3/cms": "*" @@ -6495,24 +6646,24 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2025-04-08T08:18:25+00:00" + "time": "2025-12-02T11:29:47+00:00" }, { "name": "typo3/cms-filemetadata", - "version": "v13.4.9", + "version": "v13.4.21", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/filemetadata.git", - "reference": "2b1fba1f29afd761f54f8e24390a92809a5bfafb" + "reference": "298cf55e724f06da16ad58b88be52c42c6917ecc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/filemetadata/zipball/2b1fba1f29afd761f54f8e24390a92809a5bfafb", - "reference": "2b1fba1f29afd761f54f8e24390a92809a5bfafb", + "url": "https://api.github.com/repos/TYPO3-CMS/filemetadata/zipball/298cf55e724f06da16ad58b88be52c42c6917ecc", + "reference": "298cf55e724f06da16ad58b88be52c42c6917ecc", "shasum": "" }, "require": { - "typo3/cms-core": "13.4.9" + "typo3/cms-core": "13.4.21" }, "conflict": { "typo3/cms": "*" @@ -6545,27 +6696,27 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2025-04-08T08:18:25+00:00" + "time": "2025-12-02T11:29:47+00:00" }, { "name": "typo3/cms-fluid", - "version": "v13.4.9", + "version": "v13.4.21", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/fluid.git", - "reference": "06a76a3d13f1924f0c6cb99b615d9c5a03dc163e" + "reference": "70c76771f200dda2925625bffba067c19bdb8b8f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/fluid/zipball/06a76a3d13f1924f0c6cb99b615d9c5a03dc163e", - "reference": "06a76a3d13f1924f0c6cb99b615d9c5a03dc163e", + "url": "https://api.github.com/repos/TYPO3-CMS/fluid/zipball/70c76771f200dda2925625bffba067c19bdb8b8f", + "reference": "70c76771f200dda2925625bffba067c19bdb8b8f", "shasum": "" }, "require": { - "symfony/dependency-injection": "^7.1.4", - "typo3/cms-core": "13.4.9", - "typo3/cms-extbase": "13.4.9", - "typo3fluid/fluid": "^4.0.2" + "symfony/dependency-injection": "^7.2", + "typo3/cms-core": "13.4.21", + "typo3/cms-extbase": "13.4.21", + "typo3fluid/fluid": "^4.5.0" }, "conflict": { "typo3/cms": "*" @@ -6609,26 +6760,26 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2025-04-08T08:18:25+00:00" + "time": "2025-12-02T11:29:47+00:00" }, { "name": "typo3/cms-fluid-styled-content", - "version": "v13.4.9", + "version": "v13.4.21", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/fluid_styled_content.git", - "reference": "ddb9f27609520357605191270964c30dba068153" + "reference": "54d410e6b2f0801d67fd1457368b1a742d9216ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/fluid_styled_content/zipball/ddb9f27609520357605191270964c30dba068153", - "reference": "ddb9f27609520357605191270964c30dba068153", + "url": "https://api.github.com/repos/TYPO3-CMS/fluid_styled_content/zipball/54d410e6b2f0801d67fd1457368b1a742d9216ac", + "reference": "54d410e6b2f0801d67fd1457368b1a742d9216ac", "shasum": "" }, "require": { - "typo3/cms-core": "13.4.9", - "typo3/cms-fluid": "13.4.9", - "typo3/cms-frontend": "13.4.9" + "typo3/cms-core": "13.4.21", + "typo3/cms-fluid": "13.4.21", + "typo3/cms-frontend": "13.4.21" }, "conflict": { "typo3/cms": "*" @@ -6669,27 +6820,27 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2025-04-08T08:18:25+00:00" + "time": "2025-12-02T11:29:47+00:00" }, { "name": "typo3/cms-form", - "version": "v13.4.9", + "version": "v13.4.21", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/form.git", - "reference": "9bdd64062a04da64a4b20f175ccf4dd719121753" + "reference": "e2b6c50de32442fcb822c848c664b2c9f4a72765" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/form/zipball/9bdd64062a04da64a4b20f175ccf4dd719121753", - "reference": "9bdd64062a04da64a4b20f175ccf4dd719121753", + "url": "https://api.github.com/repos/TYPO3-CMS/form/zipball/e2b6c50de32442fcb822c848c664b2c9f4a72765", + "reference": "e2b6c50de32442fcb822c848c664b2c9f4a72765", "shasum": "" }, "require": { "psr/http-message": "^1.1 || ^2.0", - "symfony/expression-language": "^7.1.4", - "typo3/cms-core": "13.4.9", - "typo3/cms-frontend": "13.4.9" + "symfony/expression-language": "^7.2", + "typo3/cms-core": "13.4.21", + "typo3/cms-frontend": "13.4.21" }, "conflict": { "typo3/cms": "*" @@ -6735,25 +6886,25 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2025-04-08T08:18:25+00:00" + "time": "2025-12-02T11:29:47+00:00" }, { "name": "typo3/cms-frontend", - "version": "v13.4.9", + "version": "v13.4.21", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/frontend.git", - "reference": "fb893dffe5eadbb2cc64340827e680cf4194561e" + "reference": "77eeb2141fca5671d0b76a8682536db495770762" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/frontend/zipball/fb893dffe5eadbb2cc64340827e680cf4194561e", - "reference": "fb893dffe5eadbb2cc64340827e680cf4194561e", + "url": "https://api.github.com/repos/TYPO3-CMS/frontend/zipball/77eeb2141fca5671d0b76a8682536db495770762", + "reference": "77eeb2141fca5671d0b76a8682536db495770762", "shasum": "" }, "require": { "ext-libxml": "*", - "typo3/cms-core": "13.4.9" + "typo3/cms-core": "13.4.21" }, "conflict": { "typo3/cms": "*" @@ -6805,24 +6956,24 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2025-04-08T08:18:25+00:00" + "time": "2025-12-02T11:29:47+00:00" }, { "name": "typo3/cms-impexp", - "version": "v13.4.9", + "version": "v13.4.21", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/impexp.git", - "reference": "2ab2d0ba9782c6ee34458b16c1fce6d99e2b6b7e" + "reference": "264bbfe3f71fd28c574f99c0055bb48bb68ec476" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/impexp/zipball/2ab2d0ba9782c6ee34458b16c1fce6d99e2b6b7e", - "reference": "2ab2d0ba9782c6ee34458b16c1fce6d99e2b6b7e", + "url": "https://api.github.com/repos/TYPO3-CMS/impexp/zipball/264bbfe3f71fd28c574f99c0055bb48bb68ec476", + "reference": "264bbfe3f71fd28c574f99c0055bb48bb68ec476", "shasum": "" }, "require": { - "typo3/cms-core": "13.4.9" + "typo3/cms-core": "13.4.21" }, "conflict": { "typo3/cms": "*" @@ -6863,24 +7014,24 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2025-04-08T08:18:25+00:00" + "time": "2025-12-02T11:29:47+00:00" }, { "name": "typo3/cms-info", - "version": "v13.4.9", + "version": "v13.4.21", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/info.git", - "reference": "d5de487472a78e332babb6276a73bb67e4c2bc4f" + "reference": "b3b87ac023f741097c0df634c8b71cff0903c222" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/info/zipball/d5de487472a78e332babb6276a73bb67e4c2bc4f", - "reference": "d5de487472a78e332babb6276a73bb67e4c2bc4f", + "url": "https://api.github.com/repos/TYPO3-CMS/info/zipball/b3b87ac023f741097c0df634c8b71cff0903c222", + "reference": "b3b87ac023f741097c0df634c8b71cff0903c222", "shasum": "" }, "require": { - "typo3/cms-core": "13.4.9" + "typo3/cms-core": "13.4.21" }, "conflict": { "typo3/cms": "*" @@ -6924,31 +7075,31 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2025-04-08T08:18:25+00:00" + "time": "2025-12-02T11:29:47+00:00" }, { "name": "typo3/cms-install", - "version": "v13.4.9", + "version": "v13.4.21", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/install.git", - "reference": "1a54358547252e4b600e063503dfa4f46f3f376c" + "reference": "8041329bf3eb76f7fd6230e0d963eb99d7e43064" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/install/zipball/1a54358547252e4b600e063503dfa4f46f3f376c", - "reference": "1a54358547252e4b600e063503dfa4f46f3f376c", + "url": "https://api.github.com/repos/TYPO3-CMS/install/zipball/8041329bf3eb76f7fd6230e0d963eb99d7e43064", + "reference": "8041329bf3eb76f7fd6230e0d963eb99d7e43064", "shasum": "" }, "require": { - "doctrine/dbal": "^4.2.1", + "doctrine/dbal": "~4.3.3", "guzzlehttp/promises": "^2.0.3", - "nikic/php-parser": "^5.1.0", - "symfony/finder": "^7.1.4", - "symfony/http-foundation": "^7.1.3", - "typo3/cms-core": "13.4.9", - "typo3/cms-extbase": "13.4.9", - "typo3/cms-fluid": "13.4.9" + "nikic/php-parser": "^5.4.0", + "symfony/finder": "^7.2", + "symfony/http-foundation": "^7.2", + "typo3/cms-core": "13.4.21", + "typo3/cms-extbase": "13.4.21", + "typo3/cms-fluid": "13.4.21" }, "conflict": { "typo3/cms": "*" @@ -6992,24 +7143,24 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2025-04-08T08:18:25+00:00" + "time": "2025-12-02T11:29:47+00:00" }, { "name": "typo3/cms-lowlevel", - "version": "v13.4.9", + "version": "v13.4.21", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/lowlevel.git", - "reference": "090b6a3e57475a539c67b7c02973fb44cbc17b5f" + "reference": "db03fe6a6dbb59f73bc0d348e67865a6971ff767" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/lowlevel/zipball/090b6a3e57475a539c67b7c02973fb44cbc17b5f", - "reference": "090b6a3e57475a539c67b7c02973fb44cbc17b5f", + "url": "https://api.github.com/repos/TYPO3-CMS/lowlevel/zipball/db03fe6a6dbb59f73bc0d348e67865a6971ff767", + "reference": "db03fe6a6dbb59f73bc0d348e67865a6971ff767", "shasum": "" }, "require": { - "typo3/cms-core": "13.4.9" + "typo3/cms-core": "13.4.21" }, "conflict": { "typo3/cms": "*" @@ -7050,30 +7201,30 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2025-04-08T08:18:25+00:00" + "time": "2025-12-02T11:29:47+00:00" }, { "name": "typo3/cms-redirects", - "version": "v13.4.9", + "version": "v13.4.21", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/redirects.git", - "reference": "dfc07793b429bba141918e710a070aa65b2f26da" + "reference": "c159423db1ea145e0509b93afeb7f8ecefafc1b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/redirects/zipball/dfc07793b429bba141918e710a070aa65b2f26da", - "reference": "dfc07793b429bba141918e710a070aa65b2f26da", + "url": "https://api.github.com/repos/TYPO3-CMS/redirects/zipball/c159423db1ea145e0509b93afeb7f8ecefafc1b4", + "reference": "c159423db1ea145e0509b93afeb7f8ecefafc1b4", "shasum": "" }, "require": { - "doctrine/dbal": "^4.2.1", + "doctrine/dbal": "~4.3.3", "psr/http-message": "^1.1 || ^2.0", "psr/log": "^3.0.1", - "symfony/console": "^7.1.4", - "typo3/cms-backend": "13.4.9", - "typo3/cms-core": "13.4.9", - "typo3fluid/fluid": "^4.0.2" + "symfony/console": "^7.2", + "typo3/cms-backend": "13.4.21", + "typo3/cms-core": "13.4.21", + "typo3fluid/fluid": "^4.5.0" }, "conflict": { "typo3/cms": "*" @@ -7118,24 +7269,24 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2025-04-08T08:18:25+00:00" + "time": "2025-12-02T11:29:47+00:00" }, { "name": "typo3/cms-reports", - "version": "v13.4.9", + "version": "v13.4.21", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/reports.git", - "reference": "994656240c0d2e2c65ebf6de841bbc21e4a2e2c9" + "reference": "0f520a77729346f3c8a3c6d67618420c58efa8c0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/reports/zipball/994656240c0d2e2c65ebf6de841bbc21e4a2e2c9", - "reference": "994656240c0d2e2c65ebf6de841bbc21e4a2e2c9", + "url": "https://api.github.com/repos/TYPO3-CMS/reports/zipball/0f520a77729346f3c8a3c6d67618420c58efa8c0", + "reference": "0f520a77729346f3c8a3c6d67618420c58efa8c0", "shasum": "" }, "require": { - "typo3/cms-core": "13.4.9" + "typo3/cms-core": "13.4.21" }, "conflict": { "typo3/cms": "*" @@ -7179,24 +7330,24 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2025-04-08T08:18:25+00:00" + "time": "2025-12-02T11:29:47+00:00" }, { "name": "typo3/cms-rte-ckeditor", - "version": "v13.4.9", + "version": "v13.4.21", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/rte_ckeditor.git", - "reference": "1089f2d5d4c04d221e243bdc979ac4f3a2608dca" + "reference": "a36debf32254d8bda9a741d164a0e079bab0f7ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/rte_ckeditor/zipball/1089f2d5d4c04d221e243bdc979ac4f3a2608dca", - "reference": "1089f2d5d4c04d221e243bdc979ac4f3a2608dca", + "url": "https://api.github.com/repos/TYPO3-CMS/rte_ckeditor/zipball/a36debf32254d8bda9a741d164a0e079bab0f7ac", + "reference": "a36debf32254d8bda9a741d164a0e079bab0f7ac", "shasum": "" }, "require": { - "typo3/cms-core": "13.4.9" + "typo3/cms-core": "13.4.21" }, "conflict": { "typo3/cms": "*" @@ -7240,24 +7391,24 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2025-04-08T08:18:25+00:00" + "time": "2025-12-02T11:29:47+00:00" }, { "name": "typo3/cms-scheduler", - "version": "v13.4.9", + "version": "v13.4.21", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/scheduler.git", - "reference": "d3bcfb540a9d6e17ee930a6fb804dc5d3cf43585" + "reference": "8929390a1dda67053467f49a1bbd375b76870fb1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/scheduler/zipball/d3bcfb540a9d6e17ee930a6fb804dc5d3cf43585", - "reference": "d3bcfb540a9d6e17ee930a6fb804dc5d3cf43585", + "url": "https://api.github.com/repos/TYPO3-CMS/scheduler/zipball/8929390a1dda67053467f49a1bbd375b76870fb1", + "reference": "8929390a1dda67053467f49a1bbd375b76870fb1", "shasum": "" }, "require": { - "typo3/cms-core": "13.4.9" + "typo3/cms-core": "13.4.21" }, "conflict": { "typo3/cms": "*" @@ -7295,26 +7446,26 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2025-04-08T08:18:25+00:00" + "time": "2025-12-02T11:29:47+00:00" }, { "name": "typo3/cms-seo", - "version": "v13.4.9", + "version": "v13.4.21", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/seo.git", - "reference": "bcdb06e2708983144a37160dc0077e0ebb05dd5f" + "reference": "c871665a20823989c8e5974036b0304baa892101" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/seo/zipball/bcdb06e2708983144a37160dc0077e0ebb05dd5f", - "reference": "bcdb06e2708983144a37160dc0077e0ebb05dd5f", + "url": "https://api.github.com/repos/TYPO3-CMS/seo/zipball/c871665a20823989c8e5974036b0304baa892101", + "reference": "c871665a20823989c8e5974036b0304baa892101", "shasum": "" }, "require": { - "typo3/cms-core": "13.4.9", - "typo3/cms-extbase": "13.4.9", - "typo3/cms-frontend": "13.4.9" + "typo3/cms-core": "13.4.21", + "typo3/cms-extbase": "13.4.21", + "typo3/cms-frontend": "13.4.21" }, "conflict": { "typo3/cms": "*" @@ -7358,24 +7509,24 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2025-04-08T08:18:25+00:00" + "time": "2025-12-02T11:29:47+00:00" }, { "name": "typo3/cms-setup", - "version": "v13.4.9", + "version": "v13.4.21", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/setup.git", - "reference": "568ef15f455501ea9ad039eb1f051383ea6518f8" + "reference": "aebeb307e3b03ae444c83dfc683cb0200b98abc1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/setup/zipball/568ef15f455501ea9ad039eb1f051383ea6518f8", - "reference": "568ef15f455501ea9ad039eb1f051383ea6518f8", + "url": "https://api.github.com/repos/TYPO3-CMS/setup/zipball/aebeb307e3b03ae444c83dfc683cb0200b98abc1", + "reference": "aebeb307e3b03ae444c83dfc683cb0200b98abc1", "shasum": "" }, "require": { - "typo3/cms-core": "13.4.9" + "typo3/cms-core": "13.4.21" }, "conflict": { "typo3/cms": "*" @@ -7416,24 +7567,24 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2025-04-08T08:18:25+00:00" + "time": "2025-12-02T11:29:47+00:00" }, { "name": "typo3/cms-sys-note", - "version": "v13.4.9", + "version": "v13.4.21", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/sys_note.git", - "reference": "d2d4f148e13815c1e8f1ecdf4eb00feba4632e85" + "reference": "1484bd96b084afda2ca49145ebc4647738d15288" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/sys_note/zipball/d2d4f148e13815c1e8f1ecdf4eb00feba4632e85", - "reference": "d2d4f148e13815c1e8f1ecdf4eb00feba4632e85", + "url": "https://api.github.com/repos/TYPO3-CMS/sys_note/zipball/1484bd96b084afda2ca49145ebc4647738d15288", + "reference": "1484bd96b084afda2ca49145ebc4647738d15288", "shasum": "" }, "require": { - "typo3/cms-core": "13.4.9" + "typo3/cms-core": "13.4.21" }, "conflict": { "typo3/cms": "*" @@ -7477,24 +7628,24 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2025-04-08T08:18:25+00:00" + "time": "2025-12-02T11:29:47+00:00" }, { "name": "typo3/cms-tstemplate", - "version": "v13.4.9", + "version": "v13.4.21", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/tstemplate.git", - "reference": "e506180d30bdd1b1404eab28f1c5dca2eb803f02" + "reference": "565382d89adab893d0eeef68833a338b93d628ad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/tstemplate/zipball/e506180d30bdd1b1404eab28f1c5dca2eb803f02", - "reference": "e506180d30bdd1b1404eab28f1c5dca2eb803f02", + "url": "https://api.github.com/repos/TYPO3-CMS/tstemplate/zipball/565382d89adab893d0eeef68833a338b93d628ad", + "reference": "565382d89adab893d0eeef68833a338b93d628ad", "shasum": "" }, "require": { - "typo3/cms-core": "13.4.9" + "typo3/cms-core": "13.4.21" }, "conflict": { "typo3/cms": "*" @@ -7535,24 +7686,24 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2025-04-08T08:18:25+00:00" + "time": "2025-12-02T11:29:47+00:00" }, { "name": "typo3/cms-viewpage", - "version": "v13.4.9", + "version": "v13.4.21", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/viewpage.git", - "reference": "959f147d92794c9a9d6b63367133e6fae2b90875" + "reference": "3603ce8f079099f18a3c62a0c713428c0969beff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/viewpage/zipball/959f147d92794c9a9d6b63367133e6fae2b90875", - "reference": "959f147d92794c9a9d6b63367133e6fae2b90875", + "url": "https://api.github.com/repos/TYPO3-CMS/viewpage/zipball/3603ce8f079099f18a3c62a0c713428c0969beff", + "reference": "3603ce8f079099f18a3c62a0c713428c0969beff", "shasum": "" }, "require": { - "typo3/cms-core": "13.4.9" + "typo3/cms-core": "13.4.21" }, "conflict": { "typo3/cms": "*" @@ -7593,7 +7744,7 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2025-04-08T08:18:25+00:00" + "time": "2025-12-02T11:29:47+00:00" }, { "name": "typo3/html-sanitizer", @@ -7648,16 +7799,16 @@ }, { "name": "typo3fluid/fluid", - "version": "4.1.2", + "version": "4.5.0", "source": { "type": "git", "url": "https://github.com/TYPO3/Fluid.git", - "reference": "0b9f07e63858c526333a1f5f518c6ef3b6027645" + "reference": "d21611331829a6b5285c31984460627cb67abba2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/Fluid/zipball/0b9f07e63858c526333a1f5f518c6ef3b6027645", - "reference": "0b9f07e63858c526333a1f5f518c6ef3b6027645", + "url": "https://api.github.com/repos/TYPO3/Fluid/zipball/d21611331829a6b5285c31984460627cb67abba2", + "reference": "d21611331829a6b5285c31984460627cb67abba2", "shasum": "" }, "require": { @@ -7668,9 +7819,9 @@ "ext-json": "*", "ext-simplexml": "*", "friendsofphp/php-cs-fixer": "^3.59.3", - "phpstan/phpstan": "^2.0.2", - "phpstan/phpstan-phpunit": "^2.0.1", - "phpunit/phpunit": "^11.4.3", + "phpstan/phpstan": "^2.1.17", + "phpstan/phpstan-phpunit": "^2.0.6", + "phpunit/phpunit": "^11.5.22 || ^12.2.1", "psr/container": "^2.0", "t3docs/fluid-documentation-generator": "^4.3" }, @@ -7703,32 +7854,32 @@ "issues": "https://github.com/TYPO3/Fluid/issues", "source": "https://github.com/TYPO3/Fluid" }, - "time": "2025-04-22T08:28:25+00:00" + "time": "2025-11-10T14:20:06+00:00" }, { "name": "webmozart/assert", - "version": "1.11.0", + "version": "1.12.1", "source": { "type": "git", "url": "https://github.com/webmozarts/assert.git", - "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991" + "reference": "9be6926d8b485f55b9229203f962b51ed377ba68" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991", - "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991", + "url": "https://api.github.com/repos/webmozarts/assert/zipball/9be6926d8b485f55b9229203f962b51ed377ba68", + "reference": "9be6926d8b485f55b9229203f962b51ed377ba68", "shasum": "" }, "require": { "ext-ctype": "*", + "ext-date": "*", + "ext-filter": "*", "php": "^7.2 || ^8.0" }, - "conflict": { - "phpstan/phpstan": "<0.12.20", - "vimeo/psalm": "<4.6.1 || 4.6.2" - }, - "require-dev": { - "phpunit/phpunit": "^8.5.13" + "suggest": { + "ext-intl": "", + "ext-simplexml": "", + "ext-spl": "" }, "type": "library", "extra": { @@ -7759,9 +7910,9 @@ ], "support": { "issues": "https://github.com/webmozarts/assert/issues", - "source": "https://github.com/webmozarts/assert/tree/1.11.0" + "source": "https://github.com/webmozarts/assert/tree/1.12.1" }, - "time": "2022-06-03T18:03:27+00:00" + "time": "2025-10-29T15:56:20+00:00" } ], "packages-dev": [ @@ -7831,22 +7982,22 @@ }, { "name": "composer/class-map-generator", - "version": "1.6.1", + "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/composer/class-map-generator.git", - "reference": "134b705ddb0025d397d8318a75825fe3c9d1da34" + "reference": "2373419b7709815ed323ebf18c3c72d03ff4a8a6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/class-map-generator/zipball/134b705ddb0025d397d8318a75825fe3c9d1da34", - "reference": "134b705ddb0025d397d8318a75825fe3c9d1da34", + "url": "https://api.github.com/repos/composer/class-map-generator/zipball/2373419b7709815ed323ebf18c3c72d03ff4a8a6", + "reference": "2373419b7709815ed323ebf18c3c72d03ff4a8a6", "shasum": "" }, "require": { "composer/pcre": "^2.1 || ^3.1", "php": "^7.2 || ^8.0", - "symfony/finder": "^4.4 || ^5.3 || ^6 || ^7" + "symfony/finder": "^4.4 || ^5.3 || ^6 || ^7 || ^8" }, "require-dev": { "phpstan/phpstan": "^1.12 || ^2", @@ -7854,7 +8005,7 @@ "phpstan/phpstan-phpunit": "^1 || ^2", "phpstan/phpstan-strict-rules": "^1.1 || ^2", "phpunit/phpunit": "^8", - "symfony/filesystem": "^5.4 || ^6" + "symfony/filesystem": "^5.4 || ^6 || ^7 || ^8" }, "type": "library", "extra": { @@ -7884,7 +8035,7 @@ ], "support": { "issues": "https://github.com/composer/class-map-generator/issues", - "source": "https://github.com/composer/class-map-generator/tree/1.6.1" + "source": "https://github.com/composer/class-map-generator/tree/1.7.0" }, "funding": [ { @@ -7894,13 +8045,9 @@ { "url": "https://github.com/composer", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/composer/composer", - "type": "tidelift" } ], - "time": "2025-03-24T13:50:44+00:00" + "time": "2025-11-19T10:41:15+00:00" }, { "name": "composer/pcre", @@ -7983,16 +8130,16 @@ }, { "name": "composer/semver", - "version": "3.4.3", + "version": "3.4.4", "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12" + "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12", - "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12", + "url": "https://api.github.com/repos/composer/semver/zipball/198166618906cb2de69b95d7d47e5fa8aa1b2b95", + "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95", "shasum": "" }, "require": { @@ -8044,7 +8191,7 @@ "support": { "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/semver/issues", - "source": "https://github.com/composer/semver/tree/3.4.3" + "source": "https://github.com/composer/semver/tree/3.4.4" }, "funding": [ { @@ -8054,13 +8201,9 @@ { "url": "https://github.com/composer", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/composer/composer", - "type": "tidelift" } ], - "time": "2024-09-19T14:15:21+00:00" + "time": "2025-08-20T19:15:30+00:00" }, { "name": "composer/xdebug-handler", @@ -8230,16 +8373,16 @@ }, { "name": "fidry/cpu-core-counter", - "version": "1.2.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/theofidry/cpu-core-counter.git", - "reference": "8520451a140d3f46ac33042715115e290cf5785f" + "reference": "db9508f7b1474469d9d3c53b86f817e344732678" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/8520451a140d3f46ac33042715115e290cf5785f", - "reference": "8520451a140d3f46ac33042715115e290cf5785f", + "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/db9508f7b1474469d9d3c53b86f817e344732678", + "reference": "db9508f7b1474469d9d3c53b86f817e344732678", "shasum": "" }, "require": { @@ -8249,10 +8392,10 @@ "fidry/makefile": "^0.2.0", "fidry/php-cs-fixer-config": "^1.1.2", "phpstan/extension-installer": "^1.2.0", - "phpstan/phpstan": "^1.9.2", - "phpstan/phpstan-deprecation-rules": "^1.0.0", - "phpstan/phpstan-phpunit": "^1.2.2", - "phpstan/phpstan-strict-rules": "^1.4.4", + "phpstan/phpstan": "^2.0", + "phpstan/phpstan-deprecation-rules": "^2.0.0", + "phpstan/phpstan-phpunit": "^2.0", + "phpstan/phpstan-strict-rules": "^2.0", "phpunit/phpunit": "^8.5.31 || ^9.5.26", "webmozarts/strict-phpunit": "^7.5" }, @@ -8279,7 +8422,7 @@ ], "support": { "issues": "https://github.com/theofidry/cpu-core-counter/issues", - "source": "https://github.com/theofidry/cpu-core-counter/tree/1.2.0" + "source": "https://github.com/theofidry/cpu-core-counter/tree/1.3.0" }, "funding": [ { @@ -8287,62 +8430,61 @@ "type": "github" } ], - "time": "2024-08-06T10:04:20+00:00" + "time": "2025-08-14T07:29:31+00:00" }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.75.0", + "version": "v3.91.3", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "399a128ff2fdaf4281e4e79b755693286cdf325c" + "reference": "9f10aa6390cea91da175ea608880e942d7c0226e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/399a128ff2fdaf4281e4e79b755693286cdf325c", - "reference": "399a128ff2fdaf4281e4e79b755693286cdf325c", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/9f10aa6390cea91da175ea608880e942d7c0226e", + "reference": "9f10aa6390cea91da175ea608880e942d7c0226e", "shasum": "" }, "require": { - "clue/ndjson-react": "^1.0", + "clue/ndjson-react": "^1.3", "composer/semver": "^3.4", - "composer/xdebug-handler": "^3.0.3", + "composer/xdebug-handler": "^3.0.5", "ext-filter": "*", "ext-hash": "*", "ext-json": "*", "ext-tokenizer": "*", - "fidry/cpu-core-counter": "^1.2", + "fidry/cpu-core-counter": "^1.3", "php": "^7.4 || ^8.0", - "react/child-process": "^0.6.5", - "react/event-loop": "^1.0", - "react/promise": "^2.0 || ^3.0", - "react/socket": "^1.0", - "react/stream": "^1.0", - "sebastian/diff": "^4.0 || ^5.1 || ^6.0 || ^7.0", - "symfony/console": "^5.4 || ^6.4 || ^7.0", - "symfony/event-dispatcher": "^5.4 || ^6.4 || ^7.0", - "symfony/filesystem": "^5.4 || ^6.4 || ^7.0", - "symfony/finder": "^5.4 || ^6.4 || ^7.0", - "symfony/options-resolver": "^5.4 || ^6.4 || ^7.0", - "symfony/polyfill-mbstring": "^1.31", - "symfony/polyfill-php80": "^1.31", - "symfony/polyfill-php81": "^1.31", - "symfony/process": "^5.4 || ^6.4 || ^7.2", - "symfony/stopwatch": "^5.4 || ^6.4 || ^7.0" + "react/child-process": "^0.6.6", + "react/event-loop": "^1.5", + "react/socket": "^1.16", + "react/stream": "^1.4", + "sebastian/diff": "^4.0.6 || ^5.1.1 || ^6.0.2 || ^7.0", + "symfony/console": "^5.4.47 || ^6.4.24 || ^7.0 || ^8.0", + "symfony/event-dispatcher": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0", + "symfony/filesystem": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0", + "symfony/finder": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0", + "symfony/options-resolver": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0", + "symfony/polyfill-mbstring": "^1.33", + "symfony/polyfill-php80": "^1.33", + "symfony/polyfill-php81": "^1.33", + "symfony/polyfill-php84": "^1.33", + "symfony/process": "^5.4.47 || ^6.4.24 || ^7.2 || ^8.0", + "symfony/stopwatch": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0" }, "require-dev": { - "facile-it/paraunit": "^1.3.1 || ^2.6", - "infection/infection": "^0.29.14", - "justinrainbow/json-schema": "^5.3 || ^6.2", - "keradus/cli-executor": "^2.1", + "facile-it/paraunit": "^1.3.1 || ^2.7", + "infection/infection": "^0.31.0", + "justinrainbow/json-schema": "^6.5", + "keradus/cli-executor": "^2.2", "mikey179/vfsstream": "^1.6.12", - "php-coveralls/php-coveralls": "^2.7", - "php-cs-fixer/accessible-object": "^1.1", + "php-coveralls/php-coveralls": "^2.9", "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.6", "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.6", - "phpunit/phpunit": "^9.6.22 || ^10.5.45 || ^11.5.12", - "symfony/var-dumper": "^5.4.48 || ^6.4.18 || ^7.2.3", - "symfony/yaml": "^5.4.45 || ^6.4.18 || ^7.2.3" + "phpunit/phpunit": "^9.6.25 || ^10.5.53 || ^11.5.34", + "symfony/var-dumper": "^5.4.48 || ^6.4.24 || ^7.3.2 || ^8.0", + "symfony/yaml": "^5.4.45 || ^6.4.24 || ^7.3.2 || ^8.0" }, "suggest": { "ext-dom": "For handling output formats in XML", @@ -8357,7 +8499,7 @@ "PhpCsFixer\\": "src/" }, "exclude-from-classmap": [ - "src/Fixer/Internal/*" + "src/**/Internal/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -8383,7 +8525,7 @@ ], "support": { "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", - "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.75.0" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.91.3" }, "funding": [ { @@ -8391,20 +8533,20 @@ "type": "github" } ], - "time": "2025-03-31T18:40:42+00:00" + "time": "2025-12-05T19:45:37+00:00" }, { "name": "myclabs/deep-copy", - "version": "1.13.1", + "version": "1.13.4", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "1720ddd719e16cf0db4eb1c6eca108031636d46c" + "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/1720ddd719e16cf0db4eb1c6eca108031636d46c", - "reference": "1720ddd719e16cf0db4eb1c6eca108031636d46c", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a", + "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a", "shasum": "" }, "require": { @@ -8443,7 +8585,7 @@ ], "support": { "issues": "https://github.com/myclabs/DeepCopy/issues", - "source": "https://github.com/myclabs/DeepCopy/tree/1.13.1" + "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4" }, "funding": [ { @@ -8451,7 +8593,7 @@ "type": "tidelift" } ], - "time": "2025-04-29T12:36:36+00:00" + "time": "2025-08-01T08:46:24+00:00" }, { "name": "phar-io/manifest", @@ -8573,16 +8715,11 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.25", - "source": { - "type": "git", - "url": "https://github.com/phpstan/phpstan.git", - "reference": "e310849a19e02b8bfcbb63147f495d8f872dd96f" - }, + "version": "1.12.32", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e310849a19e02b8bfcbb63147f495d8f872dd96f", - "reference": "e310849a19e02b8bfcbb63147f495d8f872dd96f", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2770dcdf5078d0b0d53f94317e06affe88419aa8", + "reference": "2770dcdf5078d0b0d53f94317e06affe88419aa8", "shasum": "" }, "require": { @@ -8627,7 +8764,7 @@ "type": "github" } ], - "time": "2025-04-27T12:20:45+00:00" + "time": "2025-09-30T10:16:31+00:00" }, { "name": "phpstan/phpstan-phpunit", @@ -8683,16 +8820,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "11.0.9", + "version": "11.0.11", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "14d63fbcca18457e49c6f8bebaa91a87e8e188d7" + "reference": "4f7722aa9a7b76aa775e2d9d4e95d1ea16eeeef4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/14d63fbcca18457e49c6f8bebaa91a87e8e188d7", - "reference": "14d63fbcca18457e49c6f8bebaa91a87e8e188d7", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/4f7722aa9a7b76aa775e2d9d4e95d1ea16eeeef4", + "reference": "4f7722aa9a7b76aa775e2d9d4e95d1ea16eeeef4", "shasum": "" }, "require": { @@ -8749,15 +8886,27 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.9" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.11" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" + }, + { + "url": "https://liberapay.com/sebastianbergmann", + "type": "liberapay" + }, + { + "url": "https://thanks.dev/u/gh/sebastianbergmann", + "type": "thanks_dev" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpunit/php-code-coverage", + "type": "tidelift" } ], - "time": "2025-02-25T13:26:39+00:00" + "time": "2025-08-27T14:37:49+00:00" }, { "name": "phpunit/php-file-iterator", @@ -9006,16 +9155,16 @@ }, { "name": "phpunit/phpunit", - "version": "11.5.19", + "version": "11.5.46", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "0da1ebcdbc4d5bd2d189cfe02846a89936d8dda5" + "reference": "75dfe79a2aa30085b7132bb84377c24062193f33" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0da1ebcdbc4d5bd2d189cfe02846a89936d8dda5", - "reference": "0da1ebcdbc4d5bd2d189cfe02846a89936d8dda5", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/75dfe79a2aa30085b7132bb84377c24062193f33", + "reference": "75dfe79a2aa30085b7132bb84377c24062193f33", "shasum": "" }, "require": { @@ -9025,24 +9174,24 @@ "ext-mbstring": "*", "ext-xml": "*", "ext-xmlwriter": "*", - "myclabs/deep-copy": "^1.13.1", + "myclabs/deep-copy": "^1.13.4", "phar-io/manifest": "^2.0.4", "phar-io/version": "^3.2.1", "php": ">=8.2", - "phpunit/php-code-coverage": "^11.0.9", + "phpunit/php-code-coverage": "^11.0.11", "phpunit/php-file-iterator": "^5.1.0", "phpunit/php-invoker": "^5.0.1", "phpunit/php-text-template": "^4.0.1", "phpunit/php-timer": "^7.0.1", "sebastian/cli-parser": "^3.0.2", "sebastian/code-unit": "^3.0.3", - "sebastian/comparator": "^6.3.1", + "sebastian/comparator": "^6.3.2", "sebastian/diff": "^6.0.2", - "sebastian/environment": "^7.2.0", - "sebastian/exporter": "^6.3.0", + "sebastian/environment": "^7.2.1", + "sebastian/exporter": "^6.3.2", "sebastian/global-state": "^7.0.2", "sebastian/object-enumerator": "^6.0.1", - "sebastian/type": "^5.1.2", + "sebastian/type": "^5.1.3", "sebastian/version": "^5.0.2", "staabm/side-effects-detector": "^1.0.5" }, @@ -9087,7 +9236,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.19" + "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.46" }, "funding": [ { @@ -9111,7 +9260,7 @@ "type": "tidelift" } ], - "time": "2025-05-02T06:56:52+00:00" + "time": "2025-12-06T08:01:15+00:00" }, { "name": "react/cache", @@ -9262,16 +9411,16 @@ }, { "name": "react/dns", - "version": "v1.13.0", + "version": "v1.14.0", "source": { "type": "git", "url": "https://github.com/reactphp/dns.git", - "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5" + "reference": "7562c05391f42701c1fccf189c8225fece1cd7c3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/dns/zipball/eb8ae001b5a455665c89c1df97f6fb682f8fb0f5", - "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5", + "url": "https://api.github.com/repos/reactphp/dns/zipball/7562c05391f42701c1fccf189c8225fece1cd7c3", + "reference": "7562c05391f42701c1fccf189c8225fece1cd7c3", "shasum": "" }, "require": { @@ -9326,7 +9475,7 @@ ], "support": { "issues": "https://github.com/reactphp/dns/issues", - "source": "https://github.com/reactphp/dns/tree/v1.13.0" + "source": "https://github.com/reactphp/dns/tree/v1.14.0" }, "funding": [ { @@ -9334,20 +9483,20 @@ "type": "open_collective" } ], - "time": "2024-06-13T14:18:03+00:00" + "time": "2025-11-18T19:34:28+00:00" }, { "name": "react/event-loop", - "version": "v1.5.0", + "version": "v1.6.0", "source": { "type": "git", "url": "https://github.com/reactphp/event-loop.git", - "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354" + "reference": "ba276bda6083df7e0050fd9b33f66ad7a4ac747a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/event-loop/zipball/bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354", - "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354", + "url": "https://api.github.com/repos/reactphp/event-loop/zipball/ba276bda6083df7e0050fd9b33f66ad7a4ac747a", + "reference": "ba276bda6083df7e0050fd9b33f66ad7a4ac747a", "shasum": "" }, "require": { @@ -9398,7 +9547,7 @@ ], "support": { "issues": "https://github.com/reactphp/event-loop/issues", - "source": "https://github.com/reactphp/event-loop/tree/v1.5.0" + "source": "https://github.com/reactphp/event-loop/tree/v1.6.0" }, "funding": [ { @@ -9406,27 +9555,27 @@ "type": "open_collective" } ], - "time": "2023-11-13T13:48:05+00:00" + "time": "2025-11-17T20:46:25+00:00" }, { "name": "react/promise", - "version": "v3.2.0", + "version": "v3.3.0", "source": { "type": "git", "url": "https://github.com/reactphp/promise.git", - "reference": "8a164643313c71354582dc850b42b33fa12a4b63" + "reference": "23444f53a813a3296c1368bb104793ce8d88f04a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/promise/zipball/8a164643313c71354582dc850b42b33fa12a4b63", - "reference": "8a164643313c71354582dc850b42b33fa12a4b63", + "url": "https://api.github.com/repos/reactphp/promise/zipball/23444f53a813a3296c1368bb104793ce8d88f04a", + "reference": "23444f53a813a3296c1368bb104793ce8d88f04a", "shasum": "" }, "require": { "php": ">=7.1.0" }, "require-dev": { - "phpstan/phpstan": "1.10.39 || 1.4.10", + "phpstan/phpstan": "1.12.28 || 1.4.10", "phpunit/phpunit": "^9.6 || ^7.5" }, "type": "library", @@ -9471,7 +9620,7 @@ ], "support": { "issues": "https://github.com/reactphp/promise/issues", - "source": "https://github.com/reactphp/promise/tree/v3.2.0" + "source": "https://github.com/reactphp/promise/tree/v3.3.0" }, "funding": [ { @@ -9479,20 +9628,20 @@ "type": "open_collective" } ], - "time": "2024-05-24T10:39:05+00:00" + "time": "2025-08-19T18:57:03+00:00" }, { "name": "react/socket", - "version": "v1.16.0", + "version": "v1.17.0", "source": { "type": "git", "url": "https://github.com/reactphp/socket.git", - "reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1" + "reference": "ef5b17b81f6f60504c539313f94f2d826c5faa08" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/socket/zipball/23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1", - "reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1", + "url": "https://api.github.com/repos/reactphp/socket/zipball/ef5b17b81f6f60504c539313f94f2d826c5faa08", + "reference": "ef5b17b81f6f60504c539313f94f2d826c5faa08", "shasum": "" }, "require": { @@ -9551,7 +9700,7 @@ ], "support": { "issues": "https://github.com/reactphp/socket/issues", - "source": "https://github.com/reactphp/socket/tree/v1.16.0" + "source": "https://github.com/reactphp/socket/tree/v1.17.0" }, "funding": [ { @@ -9559,7 +9708,7 @@ "type": "open_collective" } ], - "time": "2024-07-26T10:38:09+00:00" + "time": "2025-11-19T20:47:34+00:00" }, { "name": "react/stream", @@ -9811,16 +9960,16 @@ }, { "name": "sebastian/comparator", - "version": "6.3.1", + "version": "6.3.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "24b8fbc2c8e201bb1308e7b05148d6ab393b6959" + "reference": "85c77556683e6eee4323e4c5468641ca0237e2e8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/24b8fbc2c8e201bb1308e7b05148d6ab393b6959", - "reference": "24b8fbc2c8e201bb1308e7b05148d6ab393b6959", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/85c77556683e6eee4323e4c5468641ca0237e2e8", + "reference": "85c77556683e6eee4323e4c5468641ca0237e2e8", "shasum": "" }, "require": { @@ -9879,15 +10028,27 @@ "support": { "issues": "https://github.com/sebastianbergmann/comparator/issues", "security": "https://github.com/sebastianbergmann/comparator/security/policy", - "source": "https://github.com/sebastianbergmann/comparator/tree/6.3.1" + "source": "https://github.com/sebastianbergmann/comparator/tree/6.3.2" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" + }, + { + "url": "https://liberapay.com/sebastianbergmann", + "type": "liberapay" + }, + { + "url": "https://thanks.dev/u/gh/sebastianbergmann", + "type": "thanks_dev" + }, + { + "url": "https://tidelift.com/funding/github/packagist/sebastian/comparator", + "type": "tidelift" } ], - "time": "2025-03-07T06:57:01+00:00" + "time": "2025-08-10T08:07:46+00:00" }, { "name": "sebastian/complexity", @@ -10016,23 +10177,23 @@ }, { "name": "sebastian/environment", - "version": "7.2.0", + "version": "7.2.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5" + "reference": "a5c75038693ad2e8d4b6c15ba2403532647830c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5", - "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/a5c75038693ad2e8d4b6c15ba2403532647830c4", + "reference": "a5c75038693ad2e8d4b6c15ba2403532647830c4", "shasum": "" }, "require": { "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^11.0" + "phpunit/phpunit": "^11.3" }, "suggest": { "ext-posix": "*" @@ -10068,28 +10229,40 @@ "support": { "issues": "https://github.com/sebastianbergmann/environment/issues", "security": "https://github.com/sebastianbergmann/environment/security/policy", - "source": "https://github.com/sebastianbergmann/environment/tree/7.2.0" + "source": "https://github.com/sebastianbergmann/environment/tree/7.2.1" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" + }, + { + "url": "https://liberapay.com/sebastianbergmann", + "type": "liberapay" + }, + { + "url": "https://thanks.dev/u/gh/sebastianbergmann", + "type": "thanks_dev" + }, + { + "url": "https://tidelift.com/funding/github/packagist/sebastian/environment", + "type": "tidelift" } ], - "time": "2024-07-03T04:54:44+00:00" + "time": "2025-05-21T11:55:47+00:00" }, { "name": "sebastian/exporter", - "version": "6.3.0", + "version": "6.3.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3" + "reference": "70a298763b40b213ec087c51c739efcaa90bcd74" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/3473f61172093b2da7de1fb5782e1f24cc036dc3", - "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/70a298763b40b213ec087c51c739efcaa90bcd74", + "reference": "70a298763b40b213ec087c51c739efcaa90bcd74", "shasum": "" }, "require": { @@ -10103,7 +10276,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "6.1-dev" + "dev-main": "6.3-dev" } }, "autoload": { @@ -10146,15 +10319,27 @@ "support": { "issues": "https://github.com/sebastianbergmann/exporter/issues", "security": "https://github.com/sebastianbergmann/exporter/security/policy", - "source": "https://github.com/sebastianbergmann/exporter/tree/6.3.0" + "source": "https://github.com/sebastianbergmann/exporter/tree/6.3.2" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" + }, + { + "url": "https://liberapay.com/sebastianbergmann", + "type": "liberapay" + }, + { + "url": "https://thanks.dev/u/gh/sebastianbergmann", + "type": "thanks_dev" + }, + { + "url": "https://tidelift.com/funding/github/packagist/sebastian/exporter", + "type": "tidelift" } ], - "time": "2024-12-05T09:17:50+00:00" + "time": "2025-09-24T06:12:51+00:00" }, { "name": "sebastian/global-state", @@ -10392,23 +10577,23 @@ }, { "name": "sebastian/recursion-context", - "version": "6.0.2", + "version": "6.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "694d156164372abbd149a4b85ccda2e4670c0e16" + "reference": "f6458abbf32a6c8174f8f26261475dc133b3d9dc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/694d156164372abbd149a4b85ccda2e4670c0e16", - "reference": "694d156164372abbd149a4b85ccda2e4670c0e16", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/f6458abbf32a6c8174f8f26261475dc133b3d9dc", + "reference": "f6458abbf32a6c8174f8f26261475dc133b3d9dc", "shasum": "" }, "require": { "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^11.0" + "phpunit/phpunit": "^11.3" }, "type": "library", "extra": { @@ -10444,28 +10629,40 @@ "support": { "issues": "https://github.com/sebastianbergmann/recursion-context/issues", "security": "https://github.com/sebastianbergmann/recursion-context/security/policy", - "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.2" + "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.3" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" + }, + { + "url": "https://liberapay.com/sebastianbergmann", + "type": "liberapay" + }, + { + "url": "https://thanks.dev/u/gh/sebastianbergmann", + "type": "thanks_dev" + }, + { + "url": "https://tidelift.com/funding/github/packagist/sebastian/recursion-context", + "type": "tidelift" } ], - "time": "2024-07-03T05:10:34+00:00" + "time": "2025-08-13T04:42:22+00:00" }, { "name": "sebastian/type", - "version": "5.1.2", + "version": "5.1.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/type.git", - "reference": "a8a7e30534b0eb0c77cd9d07e82de1a114389f5e" + "reference": "f77d2d4e78738c98d9a68d2596fe5e8fa380f449" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/a8a7e30534b0eb0c77cd9d07e82de1a114389f5e", - "reference": "a8a7e30534b0eb0c77cd9d07e82de1a114389f5e", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/f77d2d4e78738c98d9a68d2596fe5e8fa380f449", + "reference": "f77d2d4e78738c98d9a68d2596fe5e8fa380f449", "shasum": "" }, "require": { @@ -10501,15 +10698,27 @@ "support": { "issues": "https://github.com/sebastianbergmann/type/issues", "security": "https://github.com/sebastianbergmann/type/security/policy", - "source": "https://github.com/sebastianbergmann/type/tree/5.1.2" + "source": "https://github.com/sebastianbergmann/type/tree/5.1.3" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" + }, + { + "url": "https://liberapay.com/sebastianbergmann", + "type": "liberapay" + }, + { + "url": "https://thanks.dev/u/gh/sebastianbergmann", + "type": "thanks_dev" + }, + { + "url": "https://tidelift.com/funding/github/packagist/sebastian/type", + "type": "tidelift" } ], - "time": "2025-03-18T13:35:50+00:00" + "time": "2025-08-09T06:55:48+00:00" }, { "name": "sebastian/version", @@ -10619,7 +10828,7 @@ }, { "name": "symfony/polyfill-php80", - "version": "v1.32.0", + "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", @@ -10679,7 +10888,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.32.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.33.0" }, "funding": [ { @@ -10690,6 +10899,10 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" @@ -10699,7 +10912,7 @@ }, { "name": "symfony/polyfill-php81", - "version": "v1.32.0", + "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", @@ -10755,7 +10968,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.32.0" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.33.0" }, "funding": [ { @@ -10766,6 +10979,10 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" @@ -10773,18 +10990,98 @@ ], "time": "2024-09-09T11:45:10+00:00" }, + { + "name": "symfony/polyfill-php84", + "version": "v1.33.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php84.git", + "reference": "d8ced4d875142b6a7426000426b8abc631d6b191" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/d8ced4d875142b6a7426000426b8abc631d6b191", + "reference": "d8ced4d875142b6a7426000426b8abc631d6b191", + "shasum": "" + }, + "require": { + "php": ">=7.2" + }, + "type": "library", + "extra": { + "thanks": { + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php84\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.4+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php84/tree/v1.33.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2025-06-24T13:30:11+00:00" + }, { "name": "symfony/stopwatch", - "version": "v7.2.4", + "version": "v7.4.0", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "5a49289e2b308214c8b9c2fda4ea454d8b8ad7cd" + "reference": "8a24af0a2e8a872fb745047180649b8418303084" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/5a49289e2b308214c8b9c2fda4ea454d8b8ad7cd", - "reference": "5a49289e2b308214c8b9c2fda4ea454d8b8ad7cd", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/8a24af0a2e8a872fb745047180649b8418303084", + "reference": "8a24af0a2e8a872fb745047180649b8418303084", "shasum": "" }, "require": { @@ -10817,7 +11114,7 @@ "description": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/stopwatch/tree/v7.2.4" + "source": "https://github.com/symfony/stopwatch/tree/v7.4.0" }, "funding": [ { @@ -10828,25 +11125,29 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-02-24T10:49:57+00:00" + "time": "2025-08-04T07:05:15+00:00" }, { "name": "theseer/tokenizer", - "version": "1.2.3", + "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/theseer/tokenizer.git", - "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2" + "reference": "b7489ce515e168639d17feec34b8847c326b0b3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2", - "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b7489ce515e168639d17feec34b8847c326b0b3c", + "reference": "b7489ce515e168639d17feec34b8847c326b0b3c", "shasum": "" }, "require": { @@ -10875,7 +11176,7 @@ "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", "support": { "issues": "https://github.com/theseer/tokenizer/issues", - "source": "https://github.com/theseer/tokenizer/tree/1.2.3" + "source": "https://github.com/theseer/tokenizer/tree/1.3.1" }, "funding": [ { @@ -10883,7 +11184,7 @@ "type": "github" } ], - "time": "2024-03-03T12:36:25+00:00" + "time": "2025-11-17T20:03:58+00:00" }, { "name": "typo3/coding-standards", @@ -10970,16 +11271,16 @@ }, { "name": "typo3/testing-framework", - "version": "9.2.0", + "version": "9.3.0", "source": { "type": "git", "url": "https://github.com/TYPO3/testing-framework.git", - "reference": "14c8cbd09ea670d5d637dee62c841bf65a93bfe6" + "reference": "6052b4a72133126efe1724c022db3ff707b35a4b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/14c8cbd09ea670d5d637dee62c841bf65a93bfe6", - "reference": "14c8cbd09ea670d5d637dee62c841bf65a93bfe6", + "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/6052b4a72133126efe1724c022db3ff707b35a4b", + "reference": "6052b4a72133126efe1724c022db3ff707b35a4b", "shasum": "" }, "require": { @@ -11004,6 +11305,11 @@ "typo3/cms-workspaces": "13.*.*@dev || 14.*.*@dev" }, "type": "library", + "extra": { + "branch-alias": { + "dev-main": "9.x-dev" + } + }, "autoload": { "psr-4": { "TYPO3\\JsonResponse\\": "Resources/Core/Functional/Extensions/json_response/Classes/", @@ -11037,9 +11343,9 @@ "support": { "general": "https://typo3.org/support/", "issues": "https://github.com/TYPO3/testing-framework/issues", - "source": "https://github.com/TYPO3/testing-framework/tree/9.2.0" + "source": "https://github.com/TYPO3/testing-framework/tree/9.3.0" }, - "time": "2025-04-10T11:43:00+00:00" + "time": "2025-11-25T13:45:50+00:00" } ], "aliases": [], diff --git a/config/sites/solr-testsystem/config.yaml b/config/sites/solr-testsystem/config.yaml index 511ce94..5b187fc 100644 --- a/config/sites/solr-testsystem/config.yaml +++ b/config/sites/solr-testsystem/config.yaml @@ -53,3 +53,6 @@ solr_port_read: '8983' solr_scheme_read: http solr_use_write_connection: false websiteTitle: 'EXT:solr development package' + +dependencies: + - dkd/apache-solr-for-typo3-sitepackage diff --git a/packages/apache_solr_for_typo3_sitepackage/Configuration/PageTS/All.txt b/packages/apache_solr_for_typo3_sitepackage/Configuration/PageTS/All.txt deleted file mode 100644 index 38076aa..0000000 --- a/packages/apache_solr_for_typo3_sitepackage/Configuration/PageTS/All.txt +++ /dev/null @@ -1,7 +0,0 @@ -# -# PageTS for Apache Solr for TYPO3 Sitepackage -# - - - - diff --git a/packages/apache_solr_for_typo3_sitepackage/Configuration/PageTS/Mod/WebLayout/BackendLayouts.txt b/packages/apache_solr_for_typo3_sitepackage/Configuration/PageTS/Mod/WebLayout/BackendLayouts.txt deleted file mode 100644 index 57a1c80..0000000 --- a/packages/apache_solr_for_typo3_sitepackage/Configuration/PageTS/Mod/WebLayout/BackendLayouts.txt +++ /dev/null @@ -1,4 +0,0 @@ -# -# BACKENDLAYOUTS -# - diff --git a/packages/apache_solr_for_typo3_sitepackage/Configuration/PageTS/Mod/WebLayout/BackendLayouts/example.txt b/packages/apache_solr_for_typo3_sitepackage/Configuration/PageTS/Mod/WebLayout/BackendLayouts/example.txt deleted file mode 100644 index 02907a3..0000000 --- a/packages/apache_solr_for_typo3_sitepackage/Configuration/PageTS/Mod/WebLayout/BackendLayouts/example.txt +++ /dev/null @@ -1,29 +0,0 @@ -# -# BACKENDLAYOUT: EXAMPLE -# -mod { - web_layout { - BackendLayouts { - example { - title = LLL:EXT:apache_solr_for_typo3_sitepackage/Resources/Private/Language/locallang_be.xlf:backend_layout.example - config { - backend_layout { - colCount = 1 - rowCount = 1 - rows { - 1 { - columns { - 1 { - name = LLL:EXT:apache_solr_for_typo3_sitepackage/Resources/Private/Language/locallang_be.xlf:backend_layout.column.normal - colPos = 0 - } - } - } - } - } - } - icon = EXT:apache_solr_for_typo3_sitepackage/Resources/Public/Icons/BackendLayouts/example.svg - } - } - } -} diff --git a/packages/apache_solr_for_typo3_sitepackage/Configuration/PageTS/RTE.txt b/packages/apache_solr_for_typo3_sitepackage/Configuration/PageTS/RTE.txt deleted file mode 100644 index 00d3726..0000000 --- a/packages/apache_solr_for_typo3_sitepackage/Configuration/PageTS/RTE.txt +++ /dev/null @@ -1,8 +0,0 @@ -############# -#### RTE #### -############# -RTE { - default { - preset = apache_solr_for_typo3_sitepackage - } -} diff --git a/packages/apache_solr_for_typo3_sitepackage/Configuration/PageTS/TCEFORM.txt b/packages/apache_solr_for_typo3_sitepackage/Configuration/PageTS/TCEFORM.txt deleted file mode 100644 index 55f97ce..0000000 --- a/packages/apache_solr_for_typo3_sitepackage/Configuration/PageTS/TCEFORM.txt +++ /dev/null @@ -1,11 +0,0 @@ -# -# TCEFORM -# -TCEFORM { - pages { - - } - tt_content { - - } -} diff --git a/packages/apache_solr_for_typo3_sitepackage/Configuration/PageTS/TCEMAIN.txt b/packages/apache_solr_for_typo3_sitepackage/Configuration/PageTS/TCEMAIN.txt deleted file mode 100644 index 9d4a5e4..0000000 --- a/packages/apache_solr_for_typo3_sitepackage/Configuration/PageTS/TCEMAIN.txt +++ /dev/null @@ -1,6 +0,0 @@ -# -# TCEMAIN -# -TCEMAIN { - -} diff --git a/packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/PageTsConfig/Mod/WebLayout/BackendLayouts.tsconfig b/packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/PageTsConfig/Mod/WebLayout/BackendLayouts.tsconfig new file mode 100644 index 0000000..ffc2aef --- /dev/null +++ b/packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/PageTsConfig/Mod/WebLayout/BackendLayouts.tsconfig @@ -0,0 +1,4 @@ +# +# BACKENDLAYOUTS +# +@import 'EXT:apache_solr_for_typo3_sitepackage/Configuration/TsConfig/Page/Mod/WebLayout/BackendLayouts/*.tsconfig' diff --git a/packages/apache_solr_for_typo3_sitepackage/Configuration/TsConfig/Page/Mod/WebLayout/BackendLayouts/example.tsconfig b/packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/PageTsConfig/Mod/WebLayout/BackendLayouts/example.tsconfig similarity index 100% rename from packages/apache_solr_for_typo3_sitepackage/Configuration/TsConfig/Page/Mod/WebLayout/BackendLayouts/example.tsconfig rename to packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/PageTsConfig/Mod/WebLayout/BackendLayouts/example.tsconfig diff --git a/packages/apache_solr_for_typo3_sitepackage/Configuration/TsConfig/Page/RTE.tsconfig b/packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/PageTsConfig/RTE.tsconfig similarity index 100% rename from packages/apache_solr_for_typo3_sitepackage/Configuration/TsConfig/Page/RTE.tsconfig rename to packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/PageTsConfig/RTE.tsconfig diff --git a/packages/apache_solr_for_typo3_sitepackage/Configuration/TsConfig/Page/TCEFORM.tsconfig b/packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/PageTsConfig/TCEFORM.tsconfig similarity index 100% rename from packages/apache_solr_for_typo3_sitepackage/Configuration/TsConfig/Page/TCEFORM.tsconfig rename to packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/PageTsConfig/TCEFORM.tsconfig diff --git a/packages/apache_solr_for_typo3_sitepackage/Configuration/TsConfig/Page/TCEMAIN.tsconfig b/packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/PageTsConfig/TCEMAIN.tsconfig similarity index 100% rename from packages/apache_solr_for_typo3_sitepackage/Configuration/TsConfig/Page/TCEMAIN.tsconfig rename to packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/PageTsConfig/TCEMAIN.tsconfig diff --git a/packages/apache_solr_for_typo3_sitepackage/Configuration/TypoScript/Extensions/Form/constants.typoscript b/packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/TypoScript/Form/constants.typoscript similarity index 100% rename from packages/apache_solr_for_typo3_sitepackage/Configuration/TypoScript/Extensions/Form/constants.typoscript rename to packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/TypoScript/Form/constants.typoscript diff --git a/packages/apache_solr_for_typo3_sitepackage/Configuration/TypoScript/Extensions/Form/setup.typoscript b/packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/TypoScript/Form/setup.typoscript similarity index 99% rename from packages/apache_solr_for_typo3_sitepackage/Configuration/TypoScript/Extensions/Form/setup.typoscript rename to packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/TypoScript/Form/setup.typoscript index 8039c69..3379982 100644 --- a/packages/apache_solr_for_typo3_sitepackage/Configuration/TypoScript/Extensions/Form/setup.typoscript +++ b/packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/TypoScript/Form/setup.typoscript @@ -9,6 +9,7 @@ module.tx_form { } } } + plugin.tx_form { settings { yamlConfigurations { diff --git a/packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/TypoScript/IntroductionData/setup.typoscript b/packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/TypoScript/IntroductionData/setup.typoscript new file mode 100644 index 0000000..e9d52d0 --- /dev/null +++ b/packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/TypoScript/IntroductionData/setup.typoscript @@ -0,0 +1,98 @@ +[tree.level === 2 && traverse(page, "slug") matches "#^/pages/#"] + # DEMO CSS + page.cssInline { + 100 = TEXT + 100.value ( + .example-grid { border: 1px solid rgba(117, 167, 90, 0.5); background-color: rgba(117, 167, 90, 0.25); padding: 2em; } + ) + } + + # Override Content Selection + lib.dynamicContent > + lib.dynamicContent = COA + lib.dynamicContent { + 5 = LOAD_REGISTER + 5 { + colPos.cObject = TEXT + colPos.cObject { + field = colPos + ifEmpty.cObject = TEXT + ifEmpty.cObject { + value.current = 1 + ifEmpty = 0 + } + } + } + 10 = CASE + 10 { + key.data = register:colPos + 0 = TEXT + 0.value = Main + 1 = TEXT + 1.value = Left + 2 = TEXT + 2.value = Right + 3 = TEXT + 3.value = Border + 4 = TEXT + 4.value = Main 2 + 8 = TEXT + 8.value = Content Before + 9 = TEXT + 9.value = Content After + 10 = TEXT + 10.value = Footer 1 + 11 = TEXT + 11.value = Footer 2 + 12 = TEXT + 12.value = Footer 3 + 20 = TEXT + 20.value = Middle 1 + 21 = TEXT + 21.value = Middle 2 + 22 = TEXT + 22.value = Middle 3 + 30 = TEXT + 30.value = Special 1 + 31 = TEXT + 31.value = Special 2 + 32 = TEXT + 32.value = Special 3 + 33 = TEXT + 33.value = Special 4 + 34 = TEXT + 34.value = Special 5 + 35 = TEXT + 35.value = Special 6 + 36 = TEXT + 36.value = Special 7 + 37 = TEXT + 37.value = Special 8 + 38 = TEXT + 38.value = Special 9 + 39 = TEXT + 39.value = Special 10 + wrap =
|
+ } + 11 = TEXT + 11 { + value = colPos = {register:colPos} + value.insertData = 1 + wrap =
|
+ } + 90 = RESTORE_REGISTER + wrap ( +
+
+
|
+
+
+ ) + } + lib.dynamicContentSlide =< lib.dynamicContent + lib.dynamicContentSlide { + 20 = TEXT + 20.value = If no content element is found in this column, the rootLine will be traversed back until some content is found. + 20.wrap =
|
+ } +[global] diff --git a/packages/apache_solr_for_typo3_sitepackage/Configuration/TypoScript/Extensions/solr/constants.typoscript b/packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/TypoScript/Solr/constants.typoscript similarity index 100% rename from packages/apache_solr_for_typo3_sitepackage/Configuration/TypoScript/Extensions/solr/constants.typoscript rename to packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/TypoScript/Solr/constants.typoscript diff --git a/packages/apache_solr_for_typo3_sitepackage/Configuration/TypoScript/Extensions/solr/setup.typoscript b/packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/TypoScript/Solr/setup.typoscript similarity index 100% rename from packages/apache_solr_for_typo3_sitepackage/Configuration/TypoScript/Extensions/solr/setup.typoscript rename to packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/TypoScript/Solr/setup.typoscript diff --git a/packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/config.yaml b/packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/config.yaml new file mode 100644 index 0000000..9e3d5d3 --- /dev/null +++ b/packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/config.yaml @@ -0,0 +1,9 @@ +name: dkd/apache-solr-for-typo3-sitepackage +label: 'Solr development site: package' +dependencies: + - bootstrap-package/full +optionalDependencies: + - typo3/form + - apache-solr-for-typo3/introduction-news + - apache-solr-for-typo3/introduction-solrdebugtools + - apache-solr-for-typo3/introduction-solrfal diff --git a/packages/apache_solr_for_typo3_sitepackage/Configuration/TypoScript/constants.typoscript b/packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/constants.typoscript similarity index 96% rename from packages/apache_solr_for_typo3_sitepackage/Configuration/TypoScript/constants.typoscript rename to packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/constants.typoscript index 98c22f1..69873e5 100644 --- a/packages/apache_solr_for_typo3_sitepackage/Configuration/TypoScript/constants.typoscript +++ b/packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/constants.typoscript @@ -3,8 +3,8 @@ ###################### @import 'EXT:bootstrap_package/Configuration/TypoScript/constants.typoscript' @import 'EXT:bootstrap_package/Configuration/TypoScript/Bootstrap5/constants.typoscript' -@import './Extensions/solr/constants.typoscript' -@import './Extensions/Form/constants.typoscript' +@import './TypoScript/Solr/constants.typoscript' +@import './TypoScript/Form/constants.typoscript' ############ diff --git a/packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/page.tsconfig b/packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/page.tsconfig new file mode 100644 index 0000000..08ff8f3 --- /dev/null +++ b/packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/page.tsconfig @@ -0,0 +1 @@ +@import './PageTsConfig/' diff --git a/packages/apache_solr_for_typo3_sitepackage/Configuration/TypoScript/setup.typoscript b/packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/setup.typoscript similarity index 80% rename from packages/apache_solr_for_typo3_sitepackage/Configuration/TypoScript/setup.typoscript rename to packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/setup.typoscript index 9689135..4b9b91f 100644 --- a/packages/apache_solr_for_typo3_sitepackage/Configuration/TypoScript/setup.typoscript +++ b/packages/apache_solr_for_typo3_sitepackage/Configuration/Sets/Solr/setup.typoscript @@ -10,8 +10,9 @@ page { } } -@import './Extensions/solr/setup.typoscript' -@import './Extensions/Form/setup.typoscript' +@import './TypoScript/IntroductionData/setup.typoscript' +@import './TypoScript/Solr/setup.typoscript' +@import './TypoScript/Form/setup.typoscript' # Bugfix bootstrap_package "address" tag # See: https://github.com/benjaminkott/bootstrap_package/commit/926733682291e5c0147cf263d530424ea7a47a9f#commitcomment-97499240 diff --git a/packages/apache_solr_for_typo3_sitepackage/Configuration/TsConfig/Page/All.tsconfig b/packages/apache_solr_for_typo3_sitepackage/Configuration/TsConfig/Page/All.tsconfig deleted file mode 100644 index 68825d1..0000000 --- a/packages/apache_solr_for_typo3_sitepackage/Configuration/TsConfig/Page/All.tsconfig +++ /dev/null @@ -1,7 +0,0 @@ -# -# PageTS for Apache Solr for TYPO3 Sitepackage -# - - - - diff --git a/packages/apache_solr_for_typo3_sitepackage/Configuration/TsConfig/Page/Mod/WebLayout/BackendLayouts.tsconfig b/packages/apache_solr_for_typo3_sitepackage/Configuration/TsConfig/Page/Mod/WebLayout/BackendLayouts.tsconfig deleted file mode 100644 index 5c8e709..0000000 --- a/packages/apache_solr_for_typo3_sitepackage/Configuration/TsConfig/Page/Mod/WebLayout/BackendLayouts.tsconfig +++ /dev/null @@ -1,4 +0,0 @@ -# -# BACKENDLAYOUTS -# - diff --git a/packages/apache_solr_for_typo3_sitepackage/Initialisation/data.xml b/packages/apache_solr_for_typo3_sitepackage/Initialisation/data.xml index 505fb4c..c5d06c1 100644 --- a/packages/apache_solr_for_typo3_sitepackage/Initialisation/data.xml +++ b/packages/apache_solr_for_typo3_sitepackage/Initialisation/data.xml @@ -9,8 +9,8 @@ admin info@typo3.org - 13.4.4 - Thu 27. February 2025 + 13.4.21 + Tue 9. December 2025 @@ -1337,22 +1337,6 @@ - - - 2 - 1 - Introduction Package - - - - - 1 - 66 - Grid Example (overrides content selectio... - - - -
225 @@ -1981,7 +1965,7 @@ http://http:///web/20110926020946/http://yuiblog.com/ - + bodytext url http://www.cs.tut.fi/cgi-bin/run/~jkorpela/echo.cgi @@ -2298,7 +2282,12 @@ 146 37 Contactform - + + + 38 +
pages
+ + pi_flexform @@ -2916,20 +2905,20 @@ 52 [No title] - - 10 + + 12 tx_bootstrappackage_icon_group_item
- - 7 + + 9 tx_bootstrappackage_icon_group_item
- - 4 + + 6 tx_bootstrappackage_icon_group_item
- - 1 + + 3 tx_bootstrappackage_icon_group_item
@@ -2964,20 +2953,20 @@ 52 [No title] - - 12 + + 10 tx_bootstrappackage_icon_group_item
- - 9 + + 7 tx_bootstrappackage_icon_group_item
- - 6 + + 4 tx_bootstrappackage_icon_group_item
- - 3 + + 1 tx_bootstrappackage_icon_group_item
@@ -3007,8 +2996,8 @@ 53 Card - - 13 + + 16 tx_bootstrappackage_card_group_item
@@ -3019,8 +3008,8 @@ 53 Cards in 2 Columns - - 15 + + 14 tx_bootstrappackage_card_group_item
@@ -3035,16 +3024,16 @@ 53 Cards in 3 Columns - - 16 + + 13 tx_bootstrappackage_card_group_item
- - 12 + + 10 tx_bootstrappackage_card_group_item
- - 9 + + 8 tx_bootstrappackage_card_group_item
@@ -3055,16 +3044,16 @@ 53 Cards in 4 Columns - - 14 + + 15 tx_bootstrappackage_card_group_item
- - 10 + + 12 tx_bootstrappackage_card_group_item
- - 8 + + 9 tx_bootstrappackage_card_group_item
@@ -4638,8 +4627,8 @@ 52 Pellentesque habitant morbi - - 103 + + 101 tt_content
@@ -4670,8 +4659,8 @@ 52 Pellentesque habitant morbi - - 101 + + 103 tt_content
@@ -4686,8 +4675,8 @@ 52 Vestibulum fringilla pede - - 103 + + 101 tt_content
@@ -4718,8 +4707,8 @@ 52 Vestibulum fringilla pede - - 101 + + 103 tt_content
@@ -4734,8 +4723,8 @@ 52 Morbi nec metus - - 103 + + 101 tt_content
@@ -4766,8 +4755,8 @@ 52 Morbi nec metus - - 101 + + 103 tt_content
@@ -4782,8 +4771,8 @@ 52 Fusce vulputate eleifend - - 103 + + 101 tt_content
@@ -4814,8 +4803,8 @@ 52 Fusce vulputate eleifend - - 101 + + 103 tt_content
@@ -4832,35 +4821,43 @@ 53 Card title - - 98 + + 96 tt_content
- - 40 - sys_file_reference
-
39 sys_file_reference
+ + + + 14 + 53 + Card title + + + 97 + tt_content
+
+
- + link typolink 53 db pages:53 - f5dd98e290f65965cb2f9de81426b47f + 0bed7278d7b4d87732301eacee599498 53
- - 14 + + 15 53 Card title @@ -4871,32 +4868,40 @@ - - 15 + + 16 53 Card title - - 97 + + 98 tt_content
+ + 41 + sys_file_reference
+
+ + 40 + sys_file_reference
+
- + link typolink 53 db pages:53 - e7be84ecf155158cf490bf9f67c5747b + 3bf4db00576e35fea2f6426033434900 53
- - 16 + + 10 53 Card title @@ -4904,25 +4909,13 @@ 96 tt_content
- - 41 + + 38 sys_file_reference
- - 10 - 53 - Card title - - - 95 - tt_content
-
-
- -
11 53 @@ -4952,14 +4945,10 @@ 53 Card title - - 96 + + 95 tt_content
- - 38 - sys_file_reference
-
@@ -4968,10 +4957,14 @@ 53 Card title - - 95 + + 96 tt_content
+ + 37 + sys_file_reference
+
@@ -4980,14 +4973,10 @@ 53 Card title - - 96 + + 95 tt_content
- - 37 - sys_file_reference
-
@@ -6685,40 +6674,40 @@
- - 40 + + 39 53 - felix-russell-saw-182331.jpg + kimon-maritz-193428.jpg 1 - - 7 + + 5 sys_file
- - 39 + + 41 53 - _ionicons_svg_ios-rocket.svg + felix-russell-saw-182331.jpg 1 - - 46 + + 7 sys_file
- - 41 + + 40 53 - kimon-maritz-193428.jpg + _ionicons_svg_ios-rocket.svg 1 - - 5 + + 46 sys_file
@@ -9875,9 +9864,6 @@ - - 1 -
11 @@ -10465,9 +10451,9 @@
1 - 111 + 111
@@ -10641,9 +10627,6 @@
- - 1 -
11 @@ -10869,327 +10852,327 @@ typo3-book-backend-login.png - 1740670974 + 1765276669 the-creative-exchange-373981-unsplash.jpg - 1740670974 + 1765276669 content-elements-searchform.svg - 1740670974 + 1765276670 rawpixel-1046262-unsplash.jpg - 1740670974 + 1765276669 kimon-maritz-193428.jpg - 1740670974 + 1765276669 nikita-maru-70928.jpg - 1740670974 + 1765276669 felix-russell-saw-182331.jpg - 1740670974 + 1765276669 geran-de-klerk-136351.jpg - 1740670974 + 1765276669 content-special-html.svg - 1740670974 + 1765276670 content-special-shortcut.svg - 1740670974 + 1765276669 content-menu-thumbnail.svg - 1740670974 + 1765276670 richard-nolan-157476.jpg - 1740670974 + 1765276669 adrian-207619.jpg - 1740670974 + 1765276669 content-menu-sitemap.svg - 1740670974 + 1765276669 content-menu-section.svg - 1740670974 + 1765276669 content-menu-pages.svg - 1740670974 + 1765276670 content-menu-categorized.svg - 1740670974 + 1765276669 menu-card.svg - 1740670974 + 1765276669 content-menu-abstract.svg - 1740670974 + 1765276669 content-elements-login.svg - 1740670974 + 1765276669 content-form.svg - 1740670974 + 1765276670 timeline.svg - 1740670974 + 1765276669 typo3_9_5_lts_release.jpg - 1740670974 + 1765276669 typo3_10_4_lts_release.jpg - 1740670974 + 1765276669 typo3_11_5_lts_release.png - 1740670974 + 1765276669 content-tab.svg - 1740670974 + 1765276669 content-carousel.svg - 1740670974 + 1765276670 map.png - 1740670974 + 1765276669 background-grey.jpg - 1740670974 + 1765276669 background-orange.jpg - 1740670974 + 1765276669 accordion.svg - 1740670974 + 1765276669 what_is_typo3_.youtube - 1740670974 + 1765276670 typo3_-_still_here.youtube - 1740670974 + 1765276669 externalmedia.svg - 1740670974 + 1765276669 content-media.svg - 1740670974 + 1765276669 typo3_-_2020.youtube - 1740670974 + 1765276669 evolution_of_the_typo3_ecosystem_-_mathias_schreiber____fabian_stein.youtube - 1740670974 + 1765276669 content-image.svg - 1740670974 + 1765276669 content-special-uploads.svg - 1740670974 + 1765276670 content-textmedia.svg - 1740670974 + 1765276669 content-textpic.svg - 1740670974 + 1765276669 gallery.svg - 1740670974 + 1765276669 icon-group.svg - 1740670974 + 1765276670 _ionicons_svg_ios-airplane.svg - 1740670974 + 1765276669 _ionicons_svg_ios-bug.svg - 1740670974 + 1765276669 _ionicons_svg_ios-rocket.svg - 1740670974 + 1765276669 _ionicons_svg_ios-water.svg - 1740670974 + 1765276669 card-group.svg - 1740670974 + 1765276670 content-audio.svg - 1740670974 + 1765276669 typo3-still-here.mp3 - 1740670974 + 1765276669 what-is-typo3.mp3 - 1740670974 + 1765276669 content-quote.svg - 1740670974 + 1765276670 content-table.svg - 1740670974 + 1765276669 content-panel.svg - 1740670974 + 1765276669 listgroup.svg - 1740670974 + 1765276669 content-text-columns.svg - 1740670974 + 1765276669 texticon.svg - 1740670974 + 1765276669 content-text-teaser.svg - 1740670974 + 1765276669 content-bullets.svg - 1740670974 + 1765276669 content-header.svg - 1740670974 + 1765276669 content-text.svg - 1740670974 + 1765276669 annie-spratt-439326-unsplash.jpg - 1740670974 + 1765276670 special_start.svg - 1740670974 + 1765276669 special_feature.svg - 1740670974 + 1765276670 subnavigation_right_2_columns.svg - 1740670974 + 1765276669 subnavigation_right.svg - 1740670974 + 1765276670 subnavigation_left_2_columns.svg - 1740670974 + 1765276669 subnavigation_left.svg - 1740670974 + 1765276669 simple.svg - 1740670974 + 1765276669 3_columns.svg - 1740670974 + 1765276670 2_columns_offset_right.svg - 1740670974 + 1765276669 2_columns_50_50.svg - 1740670974 + 1765276669 2_columns_25_75.svg - 1740670974 + 1765276669 2_columns.svg - 1740670974 + 1765276669 default.svg - 1740670974 + 1765276670 extensionmanager.png - 1740670974 + 1765276669 editor-shows-typo3-fluid.png - 1740670974 + 1765276669 annie-spratt-604129-unsplash.jpg - 1740670974 + 1765276669 typo3-composing-backend-all.png - 1740670974 + 1765276669 typo3-composing-backend-overview.png - 1740670974 + 1765276669 chuttersnap-255216-unsplash.jpg - 1740670974 + 1765276669 @@ -11198,8 +11181,8 @@ 3 0 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 The advanced editors user group, is an example implementation of a user group with a wide range of permissions and available options for making and editing an advanced set of features for pages and page content. The meta group "All users", which includes a basic configuration that can be applied to all user groups, is included as Sub Group below @@ -11246,8 +11229,8 @@ 2 0 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 Basic configuration shared for all users. All other user groups can include this group as sub group to share a default set of permissions and options @@ -11294,8 +11277,8 @@ 1 0 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 The simple editors group demonstrates a handy and realistic set of permissions and options for every day backend users who simply manages content and pages. More detailed and advanced features are hidden for embers of this user group to give a more simple interface @@ -11343,8 +11326,8 @@ 2 0 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -11369,8 +11352,8 @@ 1 0 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -11422,8 +11405,8 @@ 1 0 - 1740670969 - 1740670969 + 1765276664 + 1765276664 Introduction Package 1 0 @@ -11436,8 +11419,8 @@ 1 0 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -11456,11 +11439,11 @@ 0 0 2 - 1 + 0 31 27 0 - 1740670969 + 1765276664 83 0 0 @@ -11528,37 +11511,12 @@ - - - 2 - 1 - 1740670969 - 1740670969 - 0 - 0 - 0 - 0 - 256 - - 2 - Introduction Package - 1 - 3 - - - - 0 - - 3 - - - 225 1 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -11579,7 +11537,7 @@ default 12 - 226 + 225 @@ -11681,8 +11639,8 @@ 224 1 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -11703,7 +11661,7 @@ default 11 - 225 + 224 @@ -11855,8 +11813,8 @@ 223 1 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -11869,7 +11827,7 @@ 0 0 - {"pi_flexform":""} + {"tx_bootstrappackage_carousel_item":""} 0 0 0 @@ -11877,7 +11835,7 @@ none 3 - 224 + 223 @@ -11995,8 +11953,8 @@ 222 1 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -12009,7 +11967,7 @@ 0 0 - {"background_image_options":""} + {"image":""} 0 0 0 @@ -12017,7 +11975,7 @@ default 0 - 223 + 222 @@ -12129,8 +12087,8 @@ 221 1 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -12151,7 +12109,7 @@ default 20 - 222 + 221 @@ -12254,8 +12212,8 @@ 220 1 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -12276,7 +12234,7 @@ default 21 - 221 + 220 @@ -12379,8 +12337,8 @@ 219 1 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -12401,7 +12359,7 @@ default 22 - 220 + 219 @@ -12504,8 +12462,8 @@ 218 1 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -12526,7 +12484,7 @@ default 10 - 219 + 218 @@ -12670,8 +12628,8 @@ 9 1 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -12681,7 +12639,7 @@ 0 0 - {"background_image_options":""} + {"background_image":"","tt_content":""} 0 0 0 @@ -12748,8 +12706,8 @@ 2 1 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -12834,8 +12792,8 @@ 1 2 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 @@ -12849,8 +12807,8 @@ 1 2 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -12898,8 +12856,8 @@ 3 1 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -12984,8 +12942,8 @@ 4 1 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -13070,8 +13028,8 @@ 217 4 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -13092,7 +13050,7 @@ default 0 - 218 + 217 @@ -13214,8 +13172,8 @@ 5 1 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -13300,8 +13258,8 @@ 216 5 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -13322,7 +13280,7 @@ default 0 - 217 + 216 @@ -13427,8 +13385,8 @@ 215 5 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -13449,7 +13407,7 @@ default 0 - 216 + 215 @@ -13554,8 +13512,8 @@ 214 5 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -13576,7 +13534,7 @@ default 0 - 215 + 214 @@ -13681,8 +13639,8 @@ 6 1 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -13705,11 +13663,11 @@ 31 31 0 - 1740670969 + 0 0 0 0 - 35 + 6 0.5 @@ -13777,8 +13735,8 @@ 213 6 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -13799,7 +13757,7 @@ default 0 - 149 + 213 @@ -13956,8 +13914,8 @@ 7 1 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -13980,11 +13938,11 @@ 31 27 0 - 1740670969 + 1765276664 0 0 0 - 6 + 7 0.5 @@ -14042,8 +14000,8 @@ 212 7 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -14056,7 +14014,7 @@ 0 0 - {"pi_flexform":"","background_image_options":""} + {"tx_bootstrappackage_carousel_item":""} 0 0 0 @@ -14064,7 +14022,7 @@ none 3 - 214 + 212 @@ -14196,8 +14154,8 @@ 211 7 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -14218,7 +14176,7 @@ default 0 - 213 + 211 @@ -14320,8 +14278,8 @@ 210 7 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -14334,7 +14292,7 @@ 0 0 - {"pi_flexform":"","background_image_options":""} + {"pages":""} 0 0 0 @@ -14342,7 +14300,7 @@ default 0 - 212 + 210 @@ -14468,8 +14426,8 @@ 209 7 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -14482,7 +14440,7 @@ 0 0 - {"pi_flexform":"","background_image_options":""} + {"pages":""} 0 0 0 @@ -14490,7 +14448,7 @@ default 0 - 211 + 209 @@ -14616,8 +14574,8 @@ 208 7 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -14630,7 +14588,7 @@ 0 0 - {"pi_flexform":"","background_image_options":""} + {"pages":""} 0 0 0 @@ -14638,7 +14596,7 @@ default 0 - 210 + 208 @@ -14764,8 +14722,8 @@ 207 7 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -14778,7 +14736,7 @@ 0 0 - {"pi_flexform":"","background_image_options":""} + {"pages":""} 0 0 0 @@ -14786,7 +14744,7 @@ default 0 - 209 + 207 @@ -14912,8 +14870,8 @@ 206 7 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -14926,7 +14884,7 @@ 0 0 - {"pi_flexform":"","background_image_options":""} + {"pages":""} 0 0 0 @@ -14934,7 +14892,7 @@ default 0 - 208 + 206 @@ -15060,8 +15018,8 @@ 205 7 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -15074,7 +15032,7 @@ 0 0 - {"pi_flexform":"","background_image_options":""} + {"pages":""} 0 0 0 @@ -15082,7 +15040,7 @@ default 0 - 207 + 205 @@ -15208,8 +15166,8 @@ 204 7 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -15230,7 +15188,7 @@ default 0 - 206 + 204 @@ -15325,8 +15283,8 @@ 203 7 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -15347,7 +15305,7 @@ default 0 - 205 + 203 @@ -15449,8 +15407,8 @@ 8 7 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -15460,7 +15418,7 @@ 0 0 - {"background_image_options":""} + {"background_image":"","tt_content":""} 0 0 0 @@ -15527,8 +15485,8 @@ 8 7 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -15555,7 +15513,7 @@ 0 0 0 - 7 + 8 0.5 @@ -15613,8 +15571,8 @@ 9 8 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -15637,11 +15595,11 @@ 31 27 0 - 1740670969 + 1765276664 0 0 0 - 8 + 9 0.5 @@ -15699,8 +15657,8 @@ 202 9 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -15713,7 +15671,7 @@ 200 26 - {"l18n_parent":"","CType":"text","colPos":"0","starttime":"0","endtime":"0","icon_set":"","icon":"","icon_file":"0","header_class":"","subheader_class":"","frame_layout":"default","frame_options":"","background_color_class":"","background_image":"0","background_image_options":"","aspect_ratio":"1.3333333333333","items_per_page":"10"} + {"CType":"","aspect_ratio":"","background_color_class":"","background_image":"","background_image_options":"","colPos":"","endtime":"","frame_layout":"","frame_options":"","header_class":"","icon":"","icon_file":"","icon_set":"","items_per_page":"","l10n_source":"","starttime":"","subheader_class":""} 0 0 0 @@ -15721,7 +15679,7 @@ default 0 - 204 + 202 @@ -15751,26 +15709,9 @@ 0 default - none + 0 - <?xml version="1.0" encoding="utf-8" standalone="yes" ?> -<T3FlexForms> - <data> - <sheet index="sDEF"> - <language index="lDEF"> - <field index="parallax"> - <value index="vDEF">0</value> - </field> - <field index="fade"> - <value index="vDEF">0</value> - </field> - <field index="filter"> - <value index="vDEF"></value> - </field> - </language> - </sheet> - </data> -</T3FlexForms> + 2 text 0 @@ -15842,8 +15783,8 @@ 201 9 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -15856,7 +15797,7 @@ 200 26 - {"l18n_parent":"","CType":"text","colPos":"0","starttime":"0","endtime":"0","icon_set":"","icon":"","icon_file":"0","header_class":"","subheader_class":"","frame_layout":"default","frame_options":"","background_color_class":"","background_image":"0","background_image_options":"","aspect_ratio":"1.3333333333333","items_per_page":"10"} + {"CType":"","aspect_ratio":"","background_color_class":"","background_image":"","background_image_options":"","colPos":"","endtime":"","frame_layout":"","frame_options":"","header_class":"","icon":"","icon_file":"","icon_set":"","items_per_page":"","l10n_source":"","starttime":"","subheader_class":""} 0 0 0 @@ -15864,7 +15805,7 @@ default 0 - 203 + 201 @@ -15894,26 +15835,9 @@ 0 default - none + 0 - <?xml version="1.0" encoding="utf-8" standalone="yes" ?> -<T3FlexForms> - <data> - <sheet index="sDEF"> - <language index="lDEF"> - <field index="parallax"> - <value index="vDEF">0</value> - </field> - <field index="fade"> - <value index="vDEF">0</value> - </field> - <field index="filter"> - <value index="vDEF"></value> - </field> - </language> - </sheet> - </data> -</T3FlexForms> + 2 text 0 @@ -15987,8 +15911,8 @@ 200 9 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -16009,7 +15933,7 @@ default 0 - 202 + 200 @@ -16094,8 +16018,8 @@ 199 9 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -16108,7 +16032,7 @@ 198 24 - {"l18n_parent":"","CType":"","colPos":"","starttime":"","endtime":"","icon_set":"","icon":"","icon_file":"","header_class":"","subheader_class":"","frame_layout":"","frame_options":"","background_color_class":"","background_image":"","background_image_options":"","aspect_ratio":"","items_per_page":""} + {"CType":"","aspect_ratio":"","background_color_class":"","background_image":"","background_image_options":"","colPos":"","endtime":"","frame_layout":"","frame_options":"","header_class":"","icon":"","icon_file":"","icon_set":"","items_per_page":"","l10n_source":"","starttime":"","subheader_class":""} 0 0 0 @@ -16116,7 +16040,7 @@ default 0 - 201 + 199 @@ -16220,8 +16144,8 @@ 198 9 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -16242,7 +16166,7 @@ default 0 - 200 + 198 @@ -16327,8 +16251,8 @@ 197 9 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -16341,7 +16265,7 @@ 198 24 - {"l18n_parent":"","CType":"","colPos":"","starttime":"","endtime":"","icon_set":"","icon":"","icon_file":"","header_class":"","subheader_class":"","frame_layout":"","frame_options":"","background_color_class":"","background_image":"","background_image_options":"","aspect_ratio":"","items_per_page":""} + {"CType":"","aspect_ratio":"","background_color_class":"","background_image":"","background_image_options":"","colPos":"","endtime":"","frame_layout":"","frame_options":"","header_class":"","icon":"","icon_file":"","icon_set":"","items_per_page":"","l10n_source":"","starttime":"","subheader_class":""} 0 0 0 @@ -16349,7 +16273,7 @@ default 0 - 199 + 197 @@ -16453,8 +16377,8 @@ 10 8 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -16477,11 +16401,11 @@ 31 27 0 - 1740670969 + 1765276664 0 0 0 - 9 + 10 0.5 @@ -16539,8 +16463,8 @@ 196 10 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -16561,7 +16485,7 @@ default 0 - 198 + 196 @@ -16660,8 +16584,8 @@ 195 10 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -16682,7 +16606,7 @@ default 0 - 197 + 195 @@ -16781,8 +16705,8 @@ 194 10 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -16803,7 +16727,7 @@ default 0 - 196 + 194 @@ -16888,8 +16812,8 @@ 11 8 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -16912,11 +16836,11 @@ 31 27 0 - 1740670969 + 1765276664 0 0 0 - 10 + 11 0.5 @@ -16974,8 +16898,8 @@ 193 11 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -16996,7 +16920,7 @@ default 0 - 195 + 193 @@ -17081,8 +17005,8 @@ 192 11 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -17103,7 +17027,7 @@ default 0 - 194 + 192 @@ -17188,8 +17112,8 @@ 191 11 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -17210,7 +17134,7 @@ default 0 - 193 + 191 @@ -17315,8 +17239,8 @@ 190 11 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -17337,7 +17261,7 @@ default 0 - 192 + 190 @@ -17442,8 +17366,8 @@ 189 11 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -17464,7 +17388,7 @@ default 0 - 191 + 189 @@ -17569,8 +17493,8 @@ 188 11 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -17591,7 +17515,7 @@ default 0 - 190 + 188 @@ -17676,8 +17600,8 @@ 187 11 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -17698,7 +17622,7 @@ default 0 - 189 + 187 @@ -17783,8 +17707,8 @@ 186 11 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -17805,7 +17729,7 @@ default 0 - 188 + 186 @@ -17890,8 +17814,8 @@ 185 11 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -17912,7 +17836,7 @@ default 0 - 187 + 185 @@ -18017,8 +17941,8 @@ 184 11 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -18039,7 +17963,7 @@ default 0 - 186 + 184 @@ -18144,8 +18068,8 @@ 183 11 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -18166,7 +18090,7 @@ default 0 - 185 + 183 @@ -18271,8 +18195,8 @@ 182 11 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -18293,7 +18217,7 @@ default 0 - 184 + 182 @@ -18398,8 +18322,8 @@ 181 11 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -18420,7 +18344,7 @@ default 0 - 183 + 181 @@ -18525,8 +18449,8 @@ 180 11 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -18539,7 +18463,7 @@ 0 0 - {"background_image_options":""} + {"background_image":""} 0 0 0 @@ -18547,7 +18471,7 @@ default 0 - 182 + 180 @@ -18662,8 +18586,8 @@ 179 11 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -18676,7 +18600,7 @@ 0 0 - {"background_image_options":""} + {"background_image":""} 0 0 0 @@ -18684,7 +18608,7 @@ default 0 - 181 + 179 @@ -18799,8 +18723,8 @@ 178 11 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -18813,7 +18737,7 @@ 0 0 - {"background_image_options":""} + {"background_image":""} 0 0 0 @@ -18821,7 +18745,7 @@ default 0 - 180 + 178 @@ -18936,8 +18860,8 @@ 177 11 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -18950,7 +18874,7 @@ 0 0 - {"background_image_options":""} + {"background_image":""} 0 0 0 @@ -18958,7 +18882,7 @@ default 0 - 179 + 177 @@ -19073,8 +18997,8 @@ 176 11 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -19087,7 +19011,7 @@ 0 0 - {"background_image_options":""} + {"background_image":""} 0 0 0 @@ -19095,7 +19019,7 @@ default 0 - 178 + 176 @@ -19210,8 +19134,8 @@ 175 11 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -19224,7 +19148,7 @@ 0 0 - {"background_image_options":""} + {"background_image":""} 0 0 0 @@ -19232,7 +19156,7 @@ default 0 - 177 + 175 @@ -19347,8 +19271,8 @@ 174 11 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -19369,7 +19293,7 @@ default 0 - 176 + 174 @@ -19474,8 +19398,8 @@ 12 7 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -19502,7 +19426,7 @@ 0 0 0 - 11 + 12 0.5 @@ -19560,8 +19484,8 @@ 13 12 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -19584,11 +19508,11 @@ 31 31 0 - 1740670969 + 1765276664 0 0 0 - 12 + 13 0.5 @@ -19656,8 +19580,8 @@ 173 13 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -19678,7 +19602,7 @@ default 0 - 175 + 173 @@ -20083,7 +20007,7 @@ - + http://www.cs.tut.fi/cgi-bin/run/~jkorpela/echo.cgi @@ -20383,8 +20307,8 @@ 14 12 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -20407,11 +20331,11 @@ 31 31 0 - 1740670969 + 1765276664 0 0 0 - 13 + 14 0.5 @@ -20479,8 +20403,8 @@ 172 14 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -20501,7 +20425,7 @@ default 0 - 174 + 172 @@ -20586,8 +20510,8 @@ 171 14 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -20608,7 +20532,7 @@ none 0 - 173 + 171 @@ -20707,8 +20631,8 @@ 15 7 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -20735,7 +20659,7 @@ 0 0 0 - 14 + 15 0.5 @@ -20793,8 +20717,8 @@ 16 15 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -20817,11 +20741,11 @@ 31 31 0 - 1740670969 + 1765276664 0 0 0 - 15 + 16 0.5 @@ -20889,8 +20813,8 @@ 170 16 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -20911,7 +20835,7 @@ default 0 - 172 + 170 @@ -20996,8 +20920,8 @@ 169 16 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -21010,7 +20934,7 @@ 0 0 - {"pi_flexform":"","background_image_options":""} + {"pages":""} 0 0 0 @@ -21018,7 +20942,7 @@ default 0 - 171 + 169 @@ -21149,8 +21073,8 @@ 168 16 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -21163,7 +21087,7 @@ 0 0 - {"pi_flexform":"","background_image_options":""} + {"pages":""} 0 0 0 @@ -21171,7 +21095,7 @@ default 0 - 170 + 168 @@ -21297,8 +21221,8 @@ 167 16 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -21311,7 +21235,7 @@ 0 0 - {"pi_flexform":"","background_image_options":""} + {"pages":""} 0 0 0 @@ -21319,7 +21243,7 @@ default 0 - 169 + 167 @@ -21445,8 +21369,8 @@ 166 16 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -21459,7 +21383,7 @@ 0 0 - {"pi_flexform":"","background_image_options":""} + {"pages":""} 0 0 0 @@ -21467,7 +21391,7 @@ default 0 - 168 + 166 @@ -21593,8 +21517,8 @@ 165 16 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -21615,7 +21539,7 @@ none 0 - 167 + 165 @@ -21710,8 +21634,8 @@ 17 16 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -21738,7 +21662,7 @@ 0 0 0 - 16 + 17 0.5 @@ -21815,8 +21739,8 @@ 18 16 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -21843,7 +21767,7 @@ 0 0 0 - 17 + 18 0.5 @@ -21920,8 +21844,8 @@ 19 16 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -21948,7 +21872,7 @@ 0 0 0 - 18 + 19 0.5 @@ -22016,8 +21940,8 @@ 20 16 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -22044,7 +21968,7 @@ 0 0 0 - 19 + 20 0.5 @@ -22121,8 +22045,8 @@ 21 16 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -22149,7 +22073,7 @@ 0 0 0 - 20 + 21 0.5 @@ -22226,8 +22150,8 @@ 22 16 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -22254,7 +22178,7 @@ 0 0 0 - 21 + 22 0.5 @@ -22331,8 +22255,8 @@ 23 15 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -22355,11 +22279,11 @@ 31 31 0 - 1740670969 + 1765276664 0 0 0 - 22 + 23 0.5 @@ -22427,8 +22351,8 @@ 164 23 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -22449,7 +22373,7 @@ default 0 - 166 + 164 @@ -22534,8 +22458,8 @@ 163 23 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -22556,7 +22480,7 @@ default 0 - 165 + 163 @@ -22651,8 +22575,8 @@ 24 15 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -22675,11 +22599,11 @@ 31 31 0 - 1740670969 + 1765276664 0 0 0 - 23 + 24 0.5 @@ -22747,8 +22671,8 @@ 162 24 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -22761,7 +22685,7 @@ 0 0 - {"background_image_options":""} + {"pages":""} 0 0 0 @@ -22769,7 +22693,7 @@ default 0 - 164 + 162 @@ -22885,8 +22809,8 @@ 161 24 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -22907,7 +22831,7 @@ default 0 - 163 + 161 @@ -23002,8 +22926,8 @@ 25 15 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -23026,11 +22950,11 @@ 31 31 0 - 1740670969 + 1765276664 0 0 0 - 24 + 25 0.5 @@ -23098,8 +23022,8 @@ 160 25 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -23120,7 +23044,7 @@ default 0 - 162 + 160 @@ -23205,8 +23129,8 @@ 159 25 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -23219,7 +23143,7 @@ 0 0 - {"background_image_options":""} + {"pages":""} 0 0 0 @@ -23227,7 +23151,7 @@ default 0 - 161 + 159 @@ -23343,8 +23267,8 @@ 158 25 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -23365,7 +23289,7 @@ default 0 - 160 + 158 @@ -23460,8 +23384,8 @@ 26 15 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -23484,11 +23408,11 @@ 31 31 0 - 1740670969 + 1765276664 0 0 0 - 25 + 26 0.5 @@ -23556,8 +23480,8 @@ 157 26 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -23570,7 +23494,7 @@ 0 0 - {"background_image_options":""} + {"selected_categories":""} 0 0 0 @@ -23578,7 +23502,7 @@ default 0 - 159 + 157 @@ -23694,8 +23618,8 @@ 156 26 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -23708,7 +23632,7 @@ 0 0 - {"background_image_options":""} + {"selected_categories":""} 0 0 0 @@ -23716,7 +23640,7 @@ default 0 - 158 + 156 @@ -23832,8 +23756,8 @@ 27 15 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -23856,11 +23780,11 @@ 31 31 0 - 1740670969 + 1765276664 0 0 0 - 26 + 27 0.5 @@ -23928,8 +23852,8 @@ 155 27 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -23950,7 +23874,7 @@ default 0 - 157 + 155 @@ -24035,8 +23959,8 @@ 154 27 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -24049,7 +23973,7 @@ 0 0 - {"pi_flexform":"","background_image_options":""} + {"pages":""} 0 0 0 @@ -24057,7 +23981,7 @@ default 0 - 156 + 154 @@ -24184,8 +24108,8 @@ 153 27 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -24198,7 +24122,7 @@ 0 0 - {"pi_flexform":"","background_image_options":""} + {"pages":""} 0 0 0 @@ -24206,7 +24130,7 @@ default 0 - 155 + 153 @@ -24332,8 +24256,8 @@ 152 27 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -24346,7 +24270,7 @@ 0 0 - {"pi_flexform":"","background_image_options":""} + {"pages":""} 0 0 0 @@ -24354,7 +24278,7 @@ default 0 - 154 + 152 @@ -24480,8 +24404,8 @@ 151 27 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -24494,7 +24418,7 @@ 0 0 - {"pi_flexform":"","background_image_options":""} + {"pages":""} 0 0 0 @@ -24502,7 +24426,7 @@ default 0 - 153 + 151 @@ -24628,8 +24552,8 @@ 150 27 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -24650,7 +24574,7 @@ none 0 - 152 + 150 @@ -24745,8 +24669,8 @@ 28 27 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -24773,7 +24697,7 @@ 0 0 0 - 27 + 28 0.5 @@ -24850,8 +24774,8 @@ 29 27 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -24878,7 +24802,7 @@ 0 0 0 - 28 + 29 0.5 @@ -24955,8 +24879,8 @@ 30 27 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -24983,7 +24907,7 @@ 0 0 0 - 29 + 30 0.5 @@ -25051,8 +24975,8 @@ 31 27 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -25079,7 +25003,7 @@ 0 0 0 - 30 + 31 0.5 @@ -25156,8 +25080,8 @@ 32 27 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -25184,7 +25108,7 @@ 0 0 0 - 31 + 32 0.5 @@ -25261,8 +25185,8 @@ 33 27 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -25289,7 +25213,7 @@ 0 0 0 - 32 + 33 0.5 @@ -25366,8 +25290,8 @@ 34 15 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -25390,11 +25314,11 @@ 31 31 0 - 1740670969 + 1765276664 0 0 0 - 33 + 34 0.5 @@ -25462,8 +25386,8 @@ 149 34 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -25476,7 +25400,7 @@ 0 0 - {"background_image_options":""} + {"pages":""} 0 0 0 @@ -25484,7 +25408,7 @@ default 0 - 151 + 149 @@ -25599,8 +25523,8 @@ 35 7 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -25627,7 +25551,7 @@ 0 0 0 - 34 + 35 0.5 @@ -25685,8 +25609,8 @@ 36 35 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -25709,7 +25633,7 @@ 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -25781,8 +25705,8 @@ 148 36 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -25795,7 +25719,7 @@ 0 0 - {"pi_flexform":"","background_image_options":""} + {"pi_flexform":""} 0 0 0 @@ -26073,8 +25997,8 @@ 37 35 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -26097,7 +26021,7 @@ 31 27 0 - 0 + 1765276664 0 0 0 @@ -26169,8 +26093,8 @@ 147 37 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -26276,8 +26200,8 @@ 146 37 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -26491,6 +26415,14 @@ {softref:8dd43a9414f8476812faf01cde38a7b5} + + + + 38 +
pages
+
+ + @@ -26499,8 +26431,8 @@ 38 37 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -26523,7 +26455,7 @@ 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -26585,8 +26517,8 @@ 145 38 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -26710,8 +26642,8 @@ 144 38 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -26834,8 +26766,8 @@ 39 7 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -26920,8 +26852,8 @@ 40 39 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -26944,7 +26876,7 @@ 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -27016,8 +26948,8 @@ 143 40 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -27123,8 +27055,8 @@ 142 40 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -27137,7 +27069,7 @@ 0 0 - {"pi_flexform":"","background_image_options":""} + {"tx_bootstrappackage_timeline_item":""} 0 0 0 @@ -27319,8 +27251,8 @@ 141 40 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -27436,8 +27368,8 @@ 13 40 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -27476,8 +27408,8 @@ 12 40 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -27516,8 +27448,8 @@ 11 40 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -27556,8 +27488,8 @@ 10 40 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -27596,8 +27528,8 @@ 9 40 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -27636,8 +27568,8 @@ 8 40 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -27676,8 +27608,8 @@ 7 40 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -27716,8 +27648,8 @@ 6 40 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -27756,8 +27688,8 @@ 5 40 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -27796,8 +27728,8 @@ 4 40 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -27836,8 +27768,8 @@ 3 40 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -27846,7 +27778,7 @@ 0 0 - {"tt_content":"","image":""} + {"image":"","tt_content":""} 0 0 0 @@ -27885,8 +27817,8 @@ 2 40 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -27895,7 +27827,7 @@ 0 0 - {"tt_content":"","image":""} + {"image":"","tt_content":""} 0 0 0 @@ -27934,8 +27866,8 @@ 1 40 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -27944,7 +27876,7 @@ 0 0 - {"tt_content":"","image":""} + {"image":"","tt_content":""} 0 0 0 @@ -27983,8 +27915,8 @@ 41 39 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -28007,7 +27939,7 @@ 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -28079,8 +28011,8 @@ 140 41 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -28186,8 +28118,8 @@ 139 41 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -28319,8 +28251,8 @@ 138 41 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -28436,8 +28368,8 @@ 5 41 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -28447,7 +28379,7 @@ 0 0 - {"tt_content":"","media":""} + {"media":"","tt_content":""} 0 0 0 @@ -28486,8 +28418,8 @@ 4 41 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -28497,7 +28429,7 @@ 0 0 - {"tt_content":"","media":""} + {"media":"","tt_content":""} 0 0 0 @@ -28536,8 +28468,8 @@ 3 41 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -28547,7 +28479,7 @@ 0 0 - {"tt_content":"","media":""} + {"media":"","tt_content":""} 0 0 0 @@ -28590,8 +28522,8 @@ 2 41 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -28601,7 +28533,7 @@ 0 0 - {"tt_content":"","media":""} + {"media":"","tt_content":""} 0 0 0 @@ -28644,8 +28576,8 @@ 1 41 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -28685,8 +28617,8 @@ 42 39 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -28709,7 +28641,7 @@ 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -28781,8 +28713,8 @@ 137 42 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -28888,8 +28820,8 @@ 136 42 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -28902,7 +28834,7 @@ 0 0 - {"pi_flexform":"","background_image_options":""} + {"tx_bootstrappackage_carousel_item":""} 0 0 0 @@ -29054,8 +28986,8 @@ 135 42 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -29171,8 +29103,8 @@ 7 42 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -29182,7 +29114,7 @@ 0 0 - {"tt_content":"","image":"","background_image":""} + {"background_image":"","image":"","tt_content":""} 0 0 0 @@ -29241,8 +29173,8 @@ 6 42 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -29337,8 +29269,8 @@ 5 42 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -29348,7 +29280,7 @@ 0 0 - {"tt_content":"","background_image":""} + {"background_image":"","tt_content":""} 0 0 0 @@ -29398,8 +29330,8 @@ 43 39 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -29422,7 +29354,7 @@ 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -29494,8 +29426,8 @@ 134 43 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -29601,8 +29533,8 @@ 133 43 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -29734,8 +29666,8 @@ 132 43 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -29851,8 +29783,8 @@ 5 43 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -29862,7 +29794,7 @@ 0 0 - {"tt_content":"","media":""} + {"media":"","tt_content":""} 0 0 0 @@ -29901,8 +29833,8 @@ 4 43 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -29912,7 +29844,7 @@ 0 0 - {"tt_content":"","media":""} + {"media":"","tt_content":""} 0 0 0 @@ -29951,8 +29883,8 @@ 3 43 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -29962,7 +29894,7 @@ 0 0 - {"tt_content":"","media":""} + {"media":"","tt_content":""} 0 0 0 @@ -30005,8 +29937,8 @@ 2 43 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -30016,7 +29948,7 @@ 0 0 - {"tt_content":"","media":""} + {"media":"","tt_content":""} 0 0 0 @@ -30059,8 +29991,8 @@ 1 43 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -30100,8 +30032,8 @@ 44 7 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -30186,8 +30118,8 @@ 45 44 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -30210,7 +30142,7 @@ 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -30282,8 +30214,8 @@ 131 45 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -30389,8 +30321,8 @@ 130 45 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -30496,8 +30428,8 @@ 129 45 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -30613,8 +30545,8 @@ 46 44 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -30637,7 +30569,7 @@ 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -30709,8 +30641,8 @@ 128 46 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -30816,8 +30748,8 @@ 127 46 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -30942,8 +30874,8 @@ 126 46 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -31071,8 +31003,8 @@ 125 46 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -31188,8 +31120,8 @@ 47 44 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -31212,7 +31144,7 @@ 31 27 0 - 1740670969 + 1765276664 0 0 0 @@ -31284,8 +31216,8 @@ 124 47 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -31391,8 +31323,8 @@ 123 47 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -31528,8 +31460,8 @@ 122 47 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -31657,8 +31589,8 @@ 48 44 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -31681,7 +31613,7 @@ 31 27 0 - 1740670969 + 1765276664 0 0 0 @@ -31753,8 +31685,8 @@ 121 48 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -31860,8 +31792,8 @@ 120 48 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -31874,7 +31806,7 @@ 0 0 - {"background_image_options":""} + {"file_collections":""} 0 0 0 @@ -31994,8 +31926,8 @@ 119 48 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -32008,7 +31940,7 @@ 0 0 - {"background_image_options":""} + {"file_collections":""} 0 0 0 @@ -32128,8 +32060,8 @@ 118 48 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -32142,7 +32074,7 @@ 0 0 - {"background_image_options":""} + {"file_collections":""} 0 0 0 @@ -32262,8 +32194,8 @@ 117 48 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -32276,7 +32208,7 @@ 0 0 - {"background_image_options":""} + {"file_collections":""} 0 0 0 @@ -32396,8 +32328,8 @@ 116 48 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -32410,7 +32342,7 @@ 0 0 - {"background_image_options":""} + {"file_collections":""} 0 0 0 @@ -32530,8 +32462,8 @@ 49 44 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -32554,7 +32486,7 @@ 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -32626,8 +32558,8 @@ 115 49 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -32733,8 +32665,8 @@ 114 49 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -32851,8 +32783,8 @@ 113 49 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -32968,8 +32900,8 @@ 112 49 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -33086,8 +33018,8 @@ 111 49 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -33204,8 +33136,8 @@ 50 44 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -33228,7 +33160,7 @@ 31 27 0 - 1740670969 + 1765276664 0 0 0 @@ -33300,8 +33232,8 @@ 110 50 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -33407,8 +33339,8 @@ 109 50 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -33525,8 +33457,8 @@ 108 50 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -33643,8 +33575,8 @@ 107 50 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -33761,8 +33693,8 @@ 106 50 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -33879,8 +33811,8 @@ 51 44 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -33903,7 +33835,7 @@ 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -33975,8 +33907,8 @@ 105 51 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -33989,7 +33921,7 @@ 0 0 - {"background_image_options":""} + {"image":""} 0 0 0 @@ -34132,8 +34064,8 @@ 52 44 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -34156,7 +34088,7 @@ 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -34228,8 +34160,8 @@ 104 52 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -34335,8 +34267,8 @@ 103 52 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -34349,7 +34281,7 @@ 0 0 - {"pi_flexform":"","background_image_options":""} + {"tx_bootstrappackage_icon_group_item":""} 0 0 0 @@ -34475,19 +34407,19 @@ db - 10 + 12 tx_bootstrappackage_icon_group_item
- 7 + 9 tx_bootstrappackage_icon_group_item
- 4 + 6 tx_bootstrappackage_icon_group_item
- 1 + 3 tx_bootstrappackage_icon_group_item
@@ -34498,8 +34430,8 @@ 102 52 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -34512,7 +34444,7 @@ 0 0 - {"pi_flexform":"","background_image_options":""} + {"tx_bootstrappackage_icon_group_item":""} 0 0 0 @@ -34664,8 +34596,8 @@ 101 52 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -34678,7 +34610,7 @@ 0 0 - {"pi_flexform":"","background_image_options":""} + {"tx_bootstrappackage_icon_group_item":""} 0 0 0 @@ -34804,19 +34736,19 @@ db - 12 + 10 tx_bootstrappackage_icon_group_item
- 9 + 7 tx_bootstrappackage_icon_group_item
- 6 + 4 tx_bootstrappackage_icon_group_item
- 3 + 1 tx_bootstrappackage_icon_group_item
@@ -34827,8 +34759,8 @@ 100 52 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -34944,8 +34876,8 @@ 10 52 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -34954,13 +34886,13 @@ 0 0 - 0 - {"tt_content":"","icon_file":""} + 1 + {"icon_file":"","tt_content":""} 0 0 0 0 - 103 + 101 Pellentesque habitant morbi Vestibulum dapibus nunc ac augue @@ -34974,7 +34906,7 @@ db - 103 + 101 tt_content
@@ -34994,8 +34926,8 @@ 11 52 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -35005,7 +34937,7 @@ 0 1 - {"tt_content":"","icon_file":""} + {"icon_file":"","tt_content":""} 0 0 0 @@ -35044,8 +34976,8 @@ 12 52 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -35054,13 +34986,13 @@ 0 0 - 1 - {"tt_content":"","icon_file":""} + 0 + {"icon_file":"","tt_content":""} 0 0 0 0 - 101 + 103 Pellentesque habitant morbi Vestibulum dapibus nunc ac augue @@ -35074,7 +35006,7 @@ db - 101 + 103 tt_content
@@ -35094,8 +35026,8 @@ 7 52 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -35104,13 +35036,13 @@ 0 0 - 0 - {"tt_content":"","icon_file":""} + 2 + {"icon_file":"","tt_content":""} 0 0 0 0 - 103 + 101 Vestibulum fringilla pede Proin faucibus arcu quis ante @@ -35124,7 +35056,7 @@ db - 103 + 101 tt_content
@@ -35144,8 +35076,8 @@ 8 52 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -35155,7 +35087,7 @@ 0 2 - {"tt_content":"","icon_file":""} + {"icon_file":"","tt_content":""} 0 0 0 @@ -35194,8 +35126,8 @@ 9 52 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -35204,13 +35136,13 @@ 0 0 - 2 - {"tt_content":"","icon_file":""} + 0 + {"icon_file":"","tt_content":""} 0 0 0 0 - 101 + 103 Vestibulum fringilla pede Proin faucibus arcu quis ante @@ -35224,7 +35156,7 @@ db - 101 + 103 tt_content
@@ -35244,8 +35176,8 @@ 4 52 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -35254,13 +35186,13 @@ 0 0 - 0 - {"tt_content":"","icon_file":""} + 3 + {"icon_file":"","tt_content":""} 0 0 0 0 - 103 + 101 Morbi nec metus Pellentesque habitant morbi tristique senectus @@ -35274,7 +35206,7 @@ db - 103 + 101 tt_content
@@ -35294,8 +35226,8 @@ 5 52 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -35305,7 +35237,7 @@ 0 3 - {"tt_content":"","icon_file":""} + {"icon_file":"","tt_content":""} 0 0 0 @@ -35344,8 +35276,8 @@ 6 52 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -35354,13 +35286,13 @@ 0 0 - 3 - {"tt_content":"","icon_file":""} + 0 + {"icon_file":"","tt_content":""} 0 0 0 0 - 101 + 103 Morbi nec metus Pellentesque habitant morbi tristique senectus @@ -35374,7 +35306,7 @@ db - 101 + 103 tt_content
@@ -35394,8 +35326,8 @@ 1 52 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -35404,13 +35336,13 @@ 0 0 - 0 - {"tt_content":"","icon_file":""} + 4 + {"icon_file":"","tt_content":""} 0 0 0 0 - 103 + 101 Fusce vulputate eleifend Fusce risus nisl viverra et @@ -35424,7 +35356,7 @@ db - 103 + 101 tt_content
@@ -35444,8 +35376,8 @@ 2 52 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -35455,7 +35387,7 @@ 0 4 - {"tt_content":"","icon_file":""} + {"icon_file":"","tt_content":""} 0 0 0 @@ -35494,8 +35426,8 @@ 3 52 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -35504,13 +35436,13 @@ 0 0 - 4 - {"tt_content":"","icon_file":""} + 0 + {"icon_file":"","tt_content":""} 0 0 0 0 - 101 + 103 Fusce vulputate eleifend Fusce risus nisl viverra et @@ -35524,7 +35456,7 @@ db - 101 + 103 tt_content
@@ -35544,8 +35476,8 @@ 53 44 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -35568,7 +35500,7 @@ 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -35640,8 +35572,8 @@ 99 53 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -35747,8 +35679,8 @@ 98 53 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -35761,7 +35693,7 @@ 0 0 - {"pi_flexform":"","background_image_options":""} + {"tx_bootstrappackage_card_group_item":""} 0 0 0 @@ -35887,7 +35819,7 @@ db - 13 + 16 tx_bootstrappackage_card_group_item
@@ -35898,8 +35830,8 @@ 97 53 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -35912,7 +35844,7 @@ 0 0 - {"pi_flexform":"","background_image_options":""} + {"tx_bootstrappackage_card_group_item":""} 0 0 0 @@ -36035,7 +35967,7 @@ db - 15 + 14 tx_bootstrappackage_card_group_item
@@ -36050,8 +35982,8 @@ 96 53 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -36064,7 +35996,7 @@ 0 0 - {"pi_flexform":"","background_image_options":""} + {"tx_bootstrappackage_card_group_item":""} 0 0 0 @@ -36190,15 +36122,15 @@ db - 16 + 13 tx_bootstrappackage_card_group_item
- 12 + 10 tx_bootstrappackage_card_group_item
- 9 + 8 tx_bootstrappackage_card_group_item
@@ -36209,8 +36141,8 @@ 95 53 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -36223,7 +36155,7 @@ 0 0 - {"pi_flexform":"","background_image_options":""} + {"tx_bootstrappackage_card_group_item":""} 0 0 0 @@ -36346,15 +36278,15 @@ db - 14 + 15 tx_bootstrappackage_card_group_item
- 10 + 12 tx_bootstrappackage_card_group_item
- 8 + 9 tx_bootstrappackage_card_group_item
@@ -36369,8 +36301,8 @@ 94 53 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -36486,8 +36418,8 @@ 13 53 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -36497,61 +36429,34 @@ 0 0 - {"link":""} + {"image":"","tt_content":""} 0 0 0 0 - 98 + 96 Card title - Card subtitle + 1 <p>Some quick example text to build on the card title and make up the bulk of the card's content.</p> - 53 - Go somewhere + + - 1 - outline-primary + 0 + primary db - 98 + 96 tt_content
- db - - - 40 - sys_file_reference
-
-
-
- - - - - - 53 - - db - pages:53 - f5dd98e290f65965cb2f9de81426b47f - 53 - - - - - {softref:f5dd98e290f65965cb2f9de81426b47f} - - - db @@ -36566,8 +36471,8 @@ 14 53 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -36577,18 +36482,18 @@ 0 0 - {"tt_content":""} + {"link":""} 0 0 0 0 - 95 + 97 Card title - + Card subtitle 0 <p>Some quick example text to build on the card title and make up the bulk of the card's content.</p> - - + 53 + Go somewhere 0 @@ -36599,19 +36504,37 @@ db - 95 + 97 tt_content
+ + + + + + 53 + + db + pages:53 + 0bed7278d7b4d87732301eacee599498 + 53 + + + + + {softref:0bed7278d7b4d87732301eacee599498} + +
15 53 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -36621,18 +36544,18 @@ 0 0 - {"link":""} + {"tt_content":""} 0 0 0 0 - 97 + 95 Card title - Card subtitle + 0 <p>Some quick example text to build on the card title and make up the bulk of the card's content.</p> - 53 - Go somewhere + + 0 @@ -36643,37 +36566,19 @@ db - 97 + 95 tt_content
- - - - - - 53 - - db - pages:53 - e7be84ecf155158cf490bf9f67c5747b - 53 - - - - - {softref:e7be84ecf155158cf490bf9f67c5747b} - -
16 53 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -36683,29 +36588,29 @@ 0 0 - {"tt_content":"","image":""} + {"link":""} 0 0 0 0 - 96 + 98 Card title - + Card subtitle 1 <p>Some quick example text to build on the card title and make up the bulk of the card's content.</p> - - + 53 + Go somewhere - 0 - primary + 1 + outline-primary db - 96 + 98 tt_content
@@ -36719,14 +36624,41 @@
+ + + + + + 53 + + db + pages:53 + 3bf4db00576e35fea2f6426033434900 + 53 + + + + + {softref:3bf4db00576e35fea2f6426033434900} + + + + db + + + 40 + sys_file_reference
+
+
+
10 53 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -36736,15 +36668,15 @@ 0 0 - {"tt_content":""} + {"image":"","tt_content":""} 0 0 0 0 - 95 + 96 Card title - 0 + 1 <p>Some quick example text to build on the card title and make up the bulk of the card's content.</p> @@ -36758,19 +36690,28 @@ db - 95 + 96 tt_content
+ + db + + + 38 + sys_file_reference
+
+
+
11 53 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -36831,8 +36772,8 @@ 12 53 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -36842,59 +36783,6 @@ 0 0 - {"tt_content":"","image":""} - 0 - 0 - 0 - 0 - 96 - Card title - - 1 - <p>Some quick example text to build on the card title and make up the bulk of the card's content.</p> - - - - - 0 - primary - - - - db - - - 96 - tt_content
-
-
-
- - db - - - 38 - sys_file_reference
-
-
-
-
-
- - - 8 - 53 - 1740670969 - 1740670969 - 0 - 0 - 0 - 0 - 3 - 0 - 0 - - 0 {"tt_content":""} 0 0 @@ -36924,12 +36812,12 @@ - + - 9 + 8 53 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -36939,7 +36827,7 @@ 0 0 - {"tt_content":"","image":""} + {"image":"","tt_content":""} 0 0 0 @@ -36977,12 +36865,56 @@ + + + 9 + 53 + 1765276664 + 1765276664 + 0 + 0 + 0 + 0 + 3 + 0 + 0 + + 0 + {"tt_content":""} + 0 + 0 + 0 + 0 + 95 + Card title + + 0 + <p>Some quick example text to build on the card title and make up the bulk of the card's content.</p> + + + + + 0 + primary + + + + db + + + 95 + tt_content
+
+
+
+
+
7 53 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -37025,8 +36957,8 @@ 54 44 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -37049,7 +36981,7 @@ 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -37121,8 +37053,8 @@ 93 54 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -37228,8 +37160,8 @@ 92 54 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -37242,7 +37174,7 @@ 0 0 - {"background_image_options":""} + {"assets":""} 0 0 0 @@ -37367,8 +37299,8 @@ 91 54 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -37484,8 +37416,8 @@ 55 7 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -37570,8 +37502,8 @@ 56 55 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -37594,7 +37526,7 @@ 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -37666,8 +37598,8 @@ 90 56 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -37773,8 +37705,8 @@ 89 56 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -37898,8 +37830,8 @@ 88 56 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -38015,8 +37947,8 @@ 57 55 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -38039,7 +37971,7 @@ 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -38111,8 +38043,8 @@ 87 57 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -38218,8 +38150,8 @@ 86 57 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -38329,8 +38261,8 @@ Row 4|Row 4|Row 4 85 57 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -38440,8 +38372,8 @@ Row 4|Row 4|Row 4 84 57 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -38551,8 +38483,8 @@ Row 4|Row 4|Row 4 58 55 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -38575,7 +38507,7 @@ Row 4|Row 4|Row 4 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -38647,8 +38579,8 @@ Row 4|Row 4|Row 4 83 58 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -38754,8 +38686,8 @@ Row 4|Row 4|Row 4 82 58 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -38861,8 +38793,8 @@ Row 4|Row 4|Row 4 81 58 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -38968,8 +38900,8 @@ Row 4|Row 4|Row 4 80 58 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -39075,8 +39007,8 @@ Row 4|Row 4|Row 4 79 58 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -39182,8 +39114,8 @@ Row 4|Row 4|Row 4 78 58 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -39289,8 +39221,8 @@ Row 4|Row 4|Row 4 77 58 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -39396,8 +39328,8 @@ Row 4|Row 4|Row 4 76 58 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -39513,8 +39445,8 @@ Row 4|Row 4|Row 4 59 55 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -39537,7 +39469,7 @@ Row 4|Row 4|Row 4 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -39609,8 +39541,8 @@ Row 4|Row 4|Row 4 75 59 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -39716,8 +39648,8 @@ Row 4|Row 4|Row 4 74 59 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -39827,8 +39759,8 @@ Nam placerat erat sit amet euismod fermentum 73 59 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -39944,8 +39876,8 @@ Nam placerat erat sit amet euismod fermentum 60 55 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -39968,7 +39900,7 @@ Nam placerat erat sit amet euismod fermentum 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -40040,8 +39972,8 @@ Nam placerat erat sit amet euismod fermentum 72 60 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -40147,8 +40079,8 @@ Nam placerat erat sit amet euismod fermentum 71 60 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -40256,8 +40188,8 @@ Mauris id ipsum ut felis porttitor euismod. Morbi non venenatis augue. Vivamus e 70 60 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -40373,8 +40305,8 @@ Mauris id ipsum ut felis porttitor euismod. Morbi non venenatis augue. Vivamus e 61 55 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -40397,7 +40329,7 @@ Mauris id ipsum ut felis porttitor euismod. Morbi non venenatis augue. Vivamus e 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -40469,8 +40401,8 @@ Mauris id ipsum ut felis porttitor euismod. Morbi non venenatis augue. Vivamus e 69 61 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -40576,8 +40508,8 @@ Mauris id ipsum ut felis porttitor euismod. Morbi non venenatis augue. Vivamus e 68 61 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -40683,8 +40615,8 @@ Mauris id ipsum ut felis porttitor euismod. Morbi non venenatis augue. Vivamus e 67 61 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -40790,8 +40722,8 @@ Mauris id ipsum ut felis porttitor euismod. Morbi non venenatis augue. Vivamus e 66 61 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -40897,8 +40829,8 @@ Mauris id ipsum ut felis porttitor euismod. Morbi non venenatis augue. Vivamus e 65 61 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -41004,8 +40936,8 @@ Mauris id ipsum ut felis porttitor euismod. Morbi non venenatis augue. Vivamus e 64 61 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -41111,8 +41043,8 @@ Mauris id ipsum ut felis porttitor euismod. Morbi non venenatis augue. Vivamus e 63 61 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -41218,8 +41150,8 @@ Mauris id ipsum ut felis porttitor euismod. Morbi non venenatis augue. Vivamus e 62 61 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -41325,8 +41257,8 @@ Mauris id ipsum ut felis porttitor euismod. Morbi non venenatis augue. Vivamus e 61 61 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -41432,8 +41364,8 @@ Mauris id ipsum ut felis porttitor euismod. Morbi non venenatis augue. Vivamus e 60 61 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -41539,8 +41471,8 @@ Mauris id ipsum ut felis porttitor euismod. Morbi non venenatis augue. Vivamus e 59 61 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -41656,8 +41588,8 @@ Mauris id ipsum ut felis porttitor euismod. Morbi non venenatis augue. Vivamus e 62 55 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -41680,7 +41612,7 @@ Mauris id ipsum ut felis porttitor euismod. Morbi non venenatis augue. Vivamus e 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -41752,8 +41684,8 @@ Mauris id ipsum ut felis porttitor euismod. Morbi non venenatis augue. Vivamus e 58 62 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -41859,8 +41791,8 @@ Mauris id ipsum ut felis porttitor euismod. Morbi non venenatis augue. Vivamus e 57 62 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -41968,8 +41900,8 @@ Mauris id ipsum ut felis porttitor euismod. Morbi non venenatis augue. Vivamus e 56 62 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -42085,8 +42017,8 @@ Mauris id ipsum ut felis porttitor euismod. Morbi non venenatis augue. Vivamus e 63 55 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -42109,7 +42041,7 @@ Mauris id ipsum ut felis porttitor euismod. Morbi non venenatis augue. Vivamus e 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -42181,8 +42113,8 @@ Mauris id ipsum ut felis porttitor euismod. Morbi non venenatis augue. Vivamus e 55 63 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -42288,8 +42220,8 @@ Mauris id ipsum ut felis porttitor euismod. Morbi non venenatis augue. Vivamus e 54 63 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -42399,8 +42331,8 @@ Nulla quis est nec mauris pellentesque hendrerit. 53 63 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -42510,8 +42442,8 @@ Quisque porttitor arcu in neque pellentesque accumsan. 52 63 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -42621,8 +42553,8 @@ Mauris sodales|Erat et venenatis consectetur. 64 55 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -42645,7 +42577,7 @@ Mauris sodales|Erat et venenatis consectetur. 31 27 0 - 1740670969 + 1765276664 0 0 0 @@ -42717,8 +42649,8 @@ Mauris sodales|Erat et venenatis consectetur. 51 64 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -42824,8 +42756,8 @@ Mauris sodales|Erat et venenatis consectetur. 50 64 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -42931,8 +42863,8 @@ Mauris sodales|Erat et venenatis consectetur. 49 64 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -43038,8 +42970,8 @@ Mauris sodales|Erat et venenatis consectetur. 48 64 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -43145,8 +43077,8 @@ Mauris sodales|Erat et venenatis consectetur. 47 64 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -43252,8 +43184,8 @@ Mauris sodales|Erat et venenatis consectetur. 46 64 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -43359,8 +43291,8 @@ Mauris sodales|Erat et venenatis consectetur. 45 64 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -43502,8 +43434,8 @@ Mauris sodales|Erat et venenatis consectetur. 44 64 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -43645,8 +43577,8 @@ Mauris sodales|Erat et venenatis consectetur. 43 64 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -43788,8 +43720,8 @@ Mauris sodales|Erat et venenatis consectetur. 42 64 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -43931,8 +43863,8 @@ Mauris sodales|Erat et venenatis consectetur. 41 64 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -44074,8 +44006,8 @@ Mauris sodales|Erat et venenatis consectetur. 40 64 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -44181,8 +44113,8 @@ Mauris sodales|Erat et venenatis consectetur. 39 64 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -44288,8 +44220,8 @@ Mauris sodales|Erat et venenatis consectetur. 38 64 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -44395,8 +44327,8 @@ Mauris sodales|Erat et venenatis consectetur. 37 64 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -44502,8 +44434,8 @@ Mauris sodales|Erat et venenatis consectetur. 36 64 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -44609,8 +44541,8 @@ Mauris sodales|Erat et venenatis consectetur. 35 64 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -44716,8 +44648,8 @@ Mauris sodales|Erat et venenatis consectetur. 34 64 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -44823,8 +44755,8 @@ Mauris sodales|Erat et venenatis consectetur. 33 64 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -44930,8 +44862,8 @@ Mauris sodales|Erat et venenatis consectetur. 32 64 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -45037,8 +44969,8 @@ Mauris sodales|Erat et venenatis consectetur. 31 64 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -45144,8 +45076,8 @@ Mauris sodales|Erat et venenatis consectetur. 65 55 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -45168,7 +45100,7 @@ Mauris sodales|Erat et venenatis consectetur. 31 27 0 - 1740670969 + 1765276664 0 0 0 @@ -45240,8 +45172,8 @@ Mauris sodales|Erat et venenatis consectetur. 30 65 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -45365,8 +45297,8 @@ Mauris sodales|Erat et venenatis consectetur. 29 65 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -45492,8 +45424,8 @@ Mauris sodales|Erat et venenatis consectetur. 28 65 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -45601,8 +45533,8 @@ Mauris sodales|Erat et venenatis consectetur. 27 65 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -45710,8 +45642,8 @@ Mauris sodales|Erat et venenatis consectetur. 26 65 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -45835,8 +45767,8 @@ Mauris sodales|Erat et venenatis consectetur. 25 65 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -45959,8 +45891,8 @@ Mauris sodales|Erat et venenatis consectetur. 24 65 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -46071,8 +46003,8 @@ cyrillic: Русская версия <br />chinese: 中文版<br /> 23 65 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -46180,8 +46112,8 @@ Aenean ante elit, elementum et, varius ut, condimentum ut, sem. Aenean ante nequ 22 65 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -46290,8 +46222,8 @@ Aenean ante elit, elementum et, varius ut, condimentum ut, sem. Aenean ante nequ 21 65 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -46455,8 +46387,8 @@ Aenean ante elit, elementum et, varius ut, condimentum ut, sem. Aenean ante nequ 20 65 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -46562,8 +46494,8 @@ Aenean ante elit, elementum et, varius ut, condimentum ut, sem. Aenean ante nequ 19 65 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -46691,8 +46623,8 @@ Aenean ante elit, elementum et, varius ut, condimentum ut, sem. Aenean ante nequ 66 1 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -46715,7 +46647,7 @@ Aenean ante elit, elementum et, varius ut, condimentum ut, sem. Aenean ante nequ 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -46773,134 +46705,12 @@ Aenean ante elit, elementum et, varius ut, condimentum ut, sem. Aenean ante nequ - - - 1 - 66 - 1740670969 - 1740670969 - 0 - 0 - 0 - 0 - 256 - - 1 - Grid Example (overrides content selection for subpages) - 0 - 0 - - - - 0 - [tree.level === 2] -# DEMO CSS -page.cssInline { - 100 = TEXT - 100.value ( - .example-grid { border: 1px solid rgba(117, 167, 90, 0.5); background-color: rgba(117, 167, 90, 0.25); padding: 2em; } - ) -} - -# Override Content Selection -lib.dynamicContent > -lib.dynamicContent = COA -lib.dynamicContent { - 5 = LOAD_REGISTER - 5 { - colPos.cObject = TEXT - colPos.cObject { - field = colPos - ifEmpty.cObject = TEXT - ifEmpty.cObject { - value.current = 1 - ifEmpty = 0 - } - } - } - 10 = CASE - 10 { - key.data = register:colPos - 0 = TEXT - 0.value = Main - 1 = TEXT - 1.value = Left - 2 = TEXT - 2.value = Right - 3 = TEXT - 3.value = Border - 4 = TEXT - 4.value = Main 2 - 8 = TEXT - 8.value = Content Before - 9 = TEXT - 9.value = Content After - 10 = TEXT - 10.value = Footer 1 - 11 = TEXT - 11.value = Footer 2 - 12 = TEXT - 12.value = Footer 3 - 20 = TEXT - 20.value = Middle 1 - 21 = TEXT - 21.value = Middle 2 - 22 = TEXT - 22.value = Middle 3 - 30 = TEXT - 30.value = Special 1 - 31 = TEXT - 31.value = Special 2 - 32 = TEXT - 32.value = Special 3 - 33 = TEXT - 33.value = Special 4 - 34 = TEXT - 34.value = Special 5 - 35 = TEXT - 35.value = Special 6 - 36 = TEXT - 36.value = Special 7 - 37 = TEXT - 37.value = Special 8 - 38 = TEXT - 38.value = Special 9 - 39 = TEXT - 39.value = Special 10 - wrap = <div>|</div> - } - 11 = TEXT - 11 { - value = colPos = {register:colPos} - value.insertData = 1 - wrap = <div>|</div> - } - 90 = RESTORE_REGISTER - wrap ( - <div class="frame frame-default frame-type-html frame-layout-0 frame-background-none frame-no-backgroundimage frame-space-before-none frame-space-after-none"> - <div class="frame-inner"> - <div class="example-grid">|</div> - </div> - </div> - ) -} -lib.dynamicContentSlide =< lib.dynamicContent -lib.dynamicContentSlide { - 20 = TEXT - 20.value = If no content element is found in this column, the rootLine will be traversed back until some content is found. - 20.wrap = <div>|</div> -} -[global] - 0 - - - 18 66 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -46913,7 +46723,7 @@ lib.dynamicContentSlide { 0 0 - {"pi_flexform":"","background_image_options":""} + {"tx_bootstrappackage_carousel_item":""} 0 0 0 @@ -47053,8 +46863,8 @@ lib.dynamicContentSlide { 17 66 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -47177,8 +46987,8 @@ lib.dynamicContentSlide { 16 66 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -47191,7 +47001,7 @@ lib.dynamicContentSlide { 0 0 - {"pi_flexform":"","background_image_options":""} + {"pages":""} 0 0 0 @@ -47325,8 +47135,8 @@ lib.dynamicContentSlide { 15 66 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -47469,8 +47279,8 @@ lib.dynamicContentSlide { 4 66 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -47480,7 +47290,7 @@ lib.dynamicContentSlide { 0 0 - {"background_image_options":""} + {"background_image":"","tt_content":""} 0 0 0 @@ -47547,8 +47357,8 @@ lib.dynamicContentSlide { 67 66 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -47571,7 +47381,7 @@ lib.dynamicContentSlide { 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -47643,8 +47453,8 @@ lib.dynamicContentSlide { 68 66 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -47667,7 +47477,7 @@ lib.dynamicContentSlide { 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -47739,8 +47549,8 @@ lib.dynamicContentSlide { 69 66 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -47763,7 +47573,7 @@ lib.dynamicContentSlide { 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -47835,8 +47645,8 @@ lib.dynamicContentSlide { 70 66 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -47859,7 +47669,7 @@ lib.dynamicContentSlide { 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -47931,8 +47741,8 @@ lib.dynamicContentSlide { 71 66 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -47955,7 +47765,7 @@ lib.dynamicContentSlide { 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -48027,8 +47837,8 @@ lib.dynamicContentSlide { 72 66 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -48051,7 +47861,7 @@ lib.dynamicContentSlide { 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -48123,8 +47933,8 @@ lib.dynamicContentSlide { 73 66 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -48147,7 +47957,7 @@ lib.dynamicContentSlide { 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -48219,8 +48029,8 @@ lib.dynamicContentSlide { 74 66 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -48243,7 +48053,7 @@ lib.dynamicContentSlide { 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -48315,8 +48125,8 @@ lib.dynamicContentSlide { 75 66 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -48339,7 +48149,7 @@ lib.dynamicContentSlide { 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -48411,8 +48221,8 @@ lib.dynamicContentSlide { 76 66 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -48435,7 +48245,7 @@ lib.dynamicContentSlide { 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -48507,8 +48317,8 @@ lib.dynamicContentSlide { 77 66 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -48531,7 +48341,7 @@ lib.dynamicContentSlide { 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -48603,8 +48413,8 @@ lib.dynamicContentSlide { 78 66 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -48627,7 +48437,7 @@ lib.dynamicContentSlide { 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -48699,8 +48509,8 @@ lib.dynamicContentSlide { 79 66 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -48723,7 +48533,7 @@ lib.dynamicContentSlide { 31 31 0 - 1740670969 + 1765276664 0 0 0 @@ -48795,8 +48605,8 @@ lib.dynamicContentSlide { 14 79 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -48919,8 +48729,8 @@ lib.dynamicContentSlide { 80 1 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -48943,7 +48753,7 @@ lib.dynamicContentSlide { 31 27 0 - 1740670969 + 1765276664 0 0 0 @@ -49005,8 +48815,8 @@ lib.dynamicContentSlide { 13 80 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -49181,8 +48991,8 @@ lib.dynamicContentSlide { 12 80 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -49195,7 +49005,7 @@ lib.dynamicContentSlide { 0 0 - {"pi_flexform":"","background_image_options":""} + {"tx_bootstrappackage_carousel_item":""} 0 0 0 @@ -49335,8 +49145,8 @@ lib.dynamicContentSlide { 11 80 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -49459,8 +49269,8 @@ lib.dynamicContentSlide { 10 80 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -49635,8 +49445,8 @@ lib.dynamicContentSlide { 9 80 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -49649,7 +49459,7 @@ lib.dynamicContentSlide { 0 0 - {"background_image_options":""} + {"image":""} 0 0 0 @@ -49773,8 +49583,8 @@ lib.dynamicContentSlide { 3 80 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -49784,7 +49594,7 @@ lib.dynamicContentSlide { 0 0 - {"background_image_options":""} + {"background_image":"","tt_content":""} 0 0 0 @@ -49854,8 +49664,8 @@ lib.dynamicContentSlide { 81 1 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -49878,7 +49688,7 @@ lib.dynamicContentSlide { 31 27 0 - 1740670969 + 1765276664 0 0 0 @@ -49942,8 +49752,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 8 81 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -49956,7 +49766,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 0 0 - {"pi_flexform":"","background_image_options":""} + {"tx_bootstrappackage_carousel_item":""} 0 0 0 @@ -50096,8 +49906,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 7 81 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -50240,8 +50050,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 6 81 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -50364,8 +50174,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 5 81 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -50378,7 +50188,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 0 0 - {"background_image_options":""} + {"image":""} 0 0 0 @@ -50498,8 +50308,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 4 81 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -50512,7 +50322,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 0 0 - {"pi_flexform":"","background_image_options":""} + {"tx_bootstrappackage_card_group_item":""} 0 0 0 @@ -50666,8 +50476,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 3 81 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -50773,8 +50583,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 2 81 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -50787,7 +50597,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 0 0 - {"background_image_options":""} + {"image":""} 0 0 0 @@ -50907,8 +50717,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 1 81 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -51059,8 +50869,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 6 81 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -51103,8 +50913,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 5 81 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -51147,8 +50957,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 4 81 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -51191,8 +51001,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 3 81 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -51235,8 +51045,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 2 81 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -51279,8 +51089,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 1 81 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -51323,8 +51133,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 2 81 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -51334,7 +51144,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 0 0 - {"background_image_options":""} + {"background_image":"","tt_content":""} 0 0 0 @@ -51401,8 +51211,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 82 1 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -51487,8 +51297,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 83 1 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -51573,8 +51383,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 163 1 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -51613,8 +51423,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 162 1 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -51653,8 +51463,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 161 6 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -51693,8 +51503,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 160 7 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -51733,8 +51543,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 159 10 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -51790,8 +51600,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 158 10 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -51847,8 +51657,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 157 10 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -51887,8 +51697,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 156 10 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -51927,8 +51737,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 155 11 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -51967,8 +51777,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 154 11 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -52007,8 +51817,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 153 11 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -52047,8 +51857,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 152 11 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -52087,8 +51897,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 151 11 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -52127,8 +51937,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 150 11 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -52167,8 +51977,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 149 13 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -52207,8 +52017,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 148 14 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -52247,8 +52057,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 147 16 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -52287,8 +52097,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 146 17 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -52327,8 +52137,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 145 17 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -52367,8 +52177,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 144 18 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -52407,8 +52217,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 143 18 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -52447,8 +52257,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 142 19 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -52487,8 +52297,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 141 20 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -52527,8 +52337,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 140 20 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -52567,8 +52377,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 139 21 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -52607,8 +52417,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 138 21 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -52647,8 +52457,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 137 22 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -52687,8 +52497,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 136 22 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -52727,8 +52537,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 135 23 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -52767,8 +52577,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 134 24 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -52807,8 +52617,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 133 25 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -52847,8 +52657,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 132 26 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -52887,8 +52697,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 131 27 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -52927,8 +52737,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 130 28 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -52967,8 +52777,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 129 28 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -53007,8 +52817,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 128 29 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -53047,8 +52857,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 127 29 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -53087,8 +52897,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 126 30 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -53127,8 +52937,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 125 31 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -53167,8 +52977,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 124 31 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -53207,8 +53017,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 123 32 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -53247,8 +53057,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 122 32 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -53287,8 +53097,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 121 33 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -53327,8 +53137,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 120 33 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -53367,8 +53177,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 119 34 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -53407,8 +53217,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 118 36 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -53447,8 +53257,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 117 37 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -53487,8 +53297,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 116 40 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -53527,8 +53337,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 115 40 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -53567,8 +53377,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 114 40 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -53607,8 +53417,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 113 40 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -53647,8 +53457,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 112 41 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -53687,8 +53497,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 111 41 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -53727,8 +53537,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 110 41 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -53767,8 +53577,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 109 41 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -53807,8 +53617,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 108 41 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -53847,8 +53657,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 107 41 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -53887,8 +53697,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 106 41 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -53927,8 +53737,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 105 42 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -53967,8 +53777,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 1 42 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 1 0 @@ -54037,8 +53847,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 104 42 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -54077,8 +53887,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 103 42 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -54117,8 +53927,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 102 42 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -54157,8 +53967,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 101 42 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -54197,8 +54007,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 100 43 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -54237,8 +54047,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 99 43 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -54277,8 +54087,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 98 43 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -54317,8 +54127,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 97 43 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -54357,8 +54167,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 96 43 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -54397,8 +54207,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 95 43 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -54437,8 +54247,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 94 43 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -54477,8 +54287,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 93 45 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -54517,8 +54327,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 92 46 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -54557,8 +54367,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 91 46 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -54597,8 +54407,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 90 46 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -54637,8 +54447,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 89 46 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -54677,8 +54487,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 88 46 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -54717,8 +54527,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 87 46 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -54757,8 +54567,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 86 46 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -54797,8 +54607,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 85 46 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -54837,8 +54647,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 84 47 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -54877,8 +54687,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 83 47 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -54917,8 +54727,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 82 47 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -54957,8 +54767,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 81 47 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -54997,8 +54807,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 80 47 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -55037,8 +54847,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 79 47 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -55077,8 +54887,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 78 47 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -55117,8 +54927,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 77 47 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -55157,8 +54967,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 76 47 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -55197,8 +55007,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 75 47 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -55237,8 +55047,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 74 47 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -55277,8 +55087,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 73 48 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -55317,8 +55127,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 1 3 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -55335,7 +55145,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an Example File Collection static 3 - + 0 0 @@ -55363,8 +55173,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 72 49 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -55403,8 +55213,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 71 49 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -55443,8 +55253,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 70 49 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -55483,8 +55293,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 69 49 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -55523,8 +55333,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 68 49 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -55563,8 +55373,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 67 50 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -55603,8 +55413,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 66 50 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -55643,8 +55453,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 65 50 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -55683,8 +55493,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 64 50 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -55723,8 +55533,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 63 50 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -55763,8 +55573,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 62 51 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -55803,8 +55613,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 61 51 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -55843,8 +55653,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 60 51 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -55883,8 +55693,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 59 51 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -55923,8 +55733,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 58 51 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -55963,8 +55773,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 57 51 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -56003,8 +55813,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 56 51 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -56043,8 +55853,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 55 52 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -56083,8 +55893,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 52 52 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -56123,8 +55933,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 53 52 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -56163,8 +55973,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 54 52 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -56203,8 +56013,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 49 52 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -56243,8 +56053,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 50 52 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -56283,8 +56093,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 51 52 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -56323,8 +56133,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 46 52 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -56363,8 +56173,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 47 52 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -56403,8 +56213,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 48 52 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -56443,8 +56253,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 43 52 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -56483,8 +56293,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 44 52 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -56523,8 +56333,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 45 52 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -56563,8 +56373,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 42 53 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -56599,12 +56409,12 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an - + - 40 + 39 53 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -56615,7 +56425,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 0 0 0 - 7 + 5 13 @@ -56624,7 +56434,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 1 - {"default":{"cropArea":{"height":0.8425787106446777,"width":0.999,"x":0,"y":0},"selectedRatio":"16:9","focusArea":null},"large":{"cropArea":{"height":0.8425787106446777,"width":0.999,"x":0,"y":0},"selectedRatio":"16:9","focusArea":null},"medium":{"cropArea":{"height":0.8425787106446777,"width":0.999,"x":0,"y":0},"selectedRatio":"16:9","focusArea":null},"small":{"cropArea":{"height":0.8425787106446777,"width":1,"x":0,"y":0},"selectedRatio":"16:9","focusArea":null},"extrasmall":{"cropArea":{"height":0.8425787106446777,"width":1,"x":0,"y":0},"selectedRatio":"16:9","focusArea":null}} + {"default":{"cropArea":{"height":0.9656357388316151,"width":0.999,"x":0,"y":0},"selectedRatio":"16:9","focusArea":null},"large":{"cropArea":{"height":0.9656357388316151,"width":0.999,"x":0,"y":0},"selectedRatio":"16:9","focusArea":null},"medium":{"cropArea":{"height":0.9656357388316151,"width":0.999,"x":0,"y":0},"selectedRatio":"16:9","focusArea":null},"small":{"cropArea":{"height":0.9656357388316151,"width":0.999,"x":0,"y":0},"selectedRatio":"16:9","focusArea":null},"extrasmall":{"cropArea":{"height":0.9656357388316151,"width":0.999,"x":0,"y":0},"selectedRatio":"16:9","focusArea":null}} 0 @@ -56632,39 +56442,39 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an db - 7 + 5 sys_file
- + - 39 + 41 53 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 0 - {"hidden":null} + {"title":null,"alternative":null,"crop":null,"uid_local":null,"hidden":null,"sys_language_uid":null} 0 0 0 0 - 46 + 7 - 13 + 16 tx_bootstrappackage_card_group_item - link_icon + image 1 - + {"default":{"cropArea":{"height":0.8425787106446777,"width":0.999,"x":0,"y":0},"selectedRatio":"16:9","focusArea":null},"large":{"cropArea":{"height":0.8425787106446777,"width":0.999,"x":0,"y":0},"selectedRatio":"16:9","focusArea":null},"medium":{"cropArea":{"height":0.8425787106446777,"width":0.999,"x":0,"y":0},"selectedRatio":"16:9","focusArea":null},"small":{"cropArea":{"height":0.8425787106446777,"width":1,"x":0,"y":0},"selectedRatio":"16:9","focusArea":null},"extrasmall":{"cropArea":{"height":0.8425787106446777,"width":1,"x":0,"y":0},"selectedRatio":"16:9","focusArea":null}} 0 @@ -56672,39 +56482,39 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an db - 46 + 7 sys_file
- + - 41 + 40 53 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 0 - {"title":null,"alternative":null,"crop":null,"uid_local":null,"hidden":null,"sys_language_uid":null} + {"hidden":null} 0 0 0 0 - 5 + 46 16 tx_bootstrappackage_card_group_item - image + link_icon 1 - {"default":{"cropArea":{"height":0.9656357388316151,"width":0.999,"x":0,"y":0},"selectedRatio":"16:9","focusArea":null},"large":{"cropArea":{"height":0.9656357388316151,"width":0.999,"x":0,"y":0},"selectedRatio":"16:9","focusArea":null},"medium":{"cropArea":{"height":0.9656357388316151,"width":0.999,"x":0,"y":0},"selectedRatio":"16:9","focusArea":null},"small":{"cropArea":{"height":0.9656357388316151,"width":0.999,"x":0,"y":0},"selectedRatio":"16:9","focusArea":null},"extrasmall":{"cropArea":{"height":0.9656357388316151,"width":0.999,"x":0,"y":0},"selectedRatio":"16:9","focusArea":null}} + 0 @@ -56712,7 +56522,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an db - 5 + 46 sys_file
@@ -56723,8 +56533,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 38 53 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -56738,7 +56548,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 8 - 12 + 10 tx_bootstrappackage_card_group_item image 1 @@ -56763,8 +56573,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 37 53 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -56778,7 +56588,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 12 - 9 + 8 tx_bootstrappackage_card_group_item image 1 @@ -56803,8 +56613,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 36 54 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -56843,8 +56653,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 35 54 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -56883,8 +56693,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 34 54 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -56923,8 +56733,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 33 56 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -56963,8 +56773,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 32 57 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -57003,8 +56813,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 31 58 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -57043,8 +56853,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 30 59 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -57083,8 +56893,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 29 60 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -57123,8 +56933,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 28 61 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -57163,8 +56973,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 27 62 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -57203,8 +57013,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 26 63 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -57243,8 +57053,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 25 64 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -57283,8 +57093,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 24 65 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -57323,8 +57133,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 23 66 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -57363,8 +57173,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 22 67 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -57403,8 +57213,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 21 68 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -57443,8 +57253,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 20 69 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -57483,8 +57293,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 19 70 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -57523,8 +57333,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 18 71 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -57563,8 +57373,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 17 72 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -57603,8 +57413,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 16 73 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -57643,8 +57453,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 15 74 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -57683,8 +57493,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 14 75 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -57723,8 +57533,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 13 76 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -57763,8 +57573,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 12 77 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -57803,8 +57613,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 11 78 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -57843,8 +57653,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 10 79 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -57883,8 +57693,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 9 80 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -57923,8 +57733,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 8 80 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -57963,8 +57773,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 7 80 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -58003,8 +57813,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 6 81 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -58043,8 +57853,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 5 81 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -58083,8 +57893,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 4 81 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -58123,20 +57933,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 1 0 - 1740670975 - 1740670975 + 1765276670 + 1765276670 /introduction/images/typo3-book-backend-login.png 01242ba34d7590b5be9dbc145a543c2b3ad62e13 e1500cfc74aa6405848b1f4f4acfe1e7fa4120a8 png typo3-book-backend-login.png 115d94bdbab0847307a8b8979d75fb5709fee247 - 1740670975 - 1740670974 + 1765276670 + 1765276669 + 204314 1 2 image/png - 204314 0 0 @@ -58165,20 +57975,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 2 0 - 1740670975 - 1740670975 + 1765276670 + 1765276670 /introduction/images/unsplash/the-creative-exchange-373981-unsplash.jpg 2ca0113a744ef1dfa38d5ca07c44ba0c6c9a536d 83abe7ede085ecc67a618a9f6fccc18d008a33cd jpg the-creative-exchange-373981-unsplash.jpg e7348589256acfcfac390a9690bb3cacea86877e - 1740670975 - 1740670974 + 1765276670 + 1765276669 + 262954 1 2 image/jpeg - 262954 0 0 @@ -58207,20 +58017,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 3 0 - 1740670975 - 1740670975 + 1765276670 + 1765276670 /introduction/icons/content/content-elements-searchform.svg ff0fb08c92365f2eb1550cf626f62689eba4aaab 890034ce7e40fcf4ef9e3c299235335d8482e521 svg content-elements-searchform.svg 94b5eec55258e3e173458e0b56f312b651b6acfe - 1740670975 - 1740670974 + 1765276670 + 1765276670 + 521 1 2 image/svg+xml - 521 0 0 @@ -58249,20 +58059,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 4 0 - 1740670975 - 1740670975 + 1765276670 + 1765276670 /introduction/images/unsplash/rawpixel-1046262-unsplash.jpg 23facb1abcb6da3a7ccfc6d441c64759ac7a42ac 83abe7ede085ecc67a618a9f6fccc18d008a33cd jpg rawpixel-1046262-unsplash.jpg 6a14cf97b87022ff46fca42814ca87970aa87a36 - 1740670975 - 1740670974 + 1765276670 + 1765276669 + 170729 1 2 image/jpeg - 170729 0 0 @@ -58291,20 +58101,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 5 0 - 1740670975 - 1740670975 + 1765276670 + 1765276670 /introduction/images/streets/kimon-maritz-193428.jpg 7d1259bd55acfba0b347d131e6c7caf4ff602e00 14f32ec0c139b87b52cd0c9950f03819395e64c2 jpg kimon-maritz-193428.jpg e14a7eb6a4f654b697eeca3573c32af9cfe62272 - 1740670975 - 1740670974 + 1765276670 + 1765276669 + 194512 1 2 image/jpeg - 194512 0 0 @@ -58333,20 +58143,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 6 0 - 1740670975 - 1740670975 + 1765276670 + 1765276670 /introduction/images/streets/nikita-maru-70928.jpg d1fefec4dd5c5b48f099ac0fc29b0b729fa7e6a8 14f32ec0c139b87b52cd0c9950f03819395e64c2 jpg nikita-maru-70928.jpg c7dbc831eff5ab47169f6fec6f095f65fb8988ad - 1740670975 - 1740670974 + 1765276670 + 1765276669 + 171753 1 2 image/jpeg - 171753 0 0 @@ -58375,20 +58185,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 7 0 - 1740670975 - 1740670975 + 1765276670 + 1765276670 /introduction/images/streets/felix-russell-saw-182331.jpg 884c65f94edd5178b3148f0741ea0b77badd6aa0 14f32ec0c139b87b52cd0c9950f03819395e64c2 jpg felix-russell-saw-182331.jpg 3c164b3b79568b9252f072afa39e6b25c8f29028 - 1740670975 - 1740670974 + 1765276670 + 1765276669 + 168271 1 2 image/jpeg - 168271 0 0 @@ -58417,20 +58227,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 8 0 - 1740670975 - 1740670975 + 1765276670 + 1765276670 /introduction/images/streets/geran-de-klerk-136351.jpg 1f92c9da38b528d3e760a333b57cff4209104250 14f32ec0c139b87b52cd0c9950f03819395e64c2 jpg geran-de-klerk-136351.jpg 5221d34195c1969365e7435b795816be62354f68 - 1740670975 - 1740670974 + 1765276670 + 1765276669 + 252357 1 2 image/jpeg - 252357 0 0 @@ -58459,20 +58269,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 9 0 - 1740670975 - 1740670975 + 1765276670 + 1765276670 /introduction/icons/content/content-special-html.svg 2de0b4bce8f0e7e7111a89986af35c44b592db55 890034ce7e40fcf4ef9e3c299235335d8482e521 svg content-special-html.svg de73379c326b0bf29b83810d8678bd18b0e15890 - 1740670975 - 1740670974 + 1765276670 + 1765276670 + 384 1 2 image/svg+xml - 384 0 0 @@ -58501,20 +58311,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 10 0 - 1740670975 - 1740670975 + 1765276670 + 1765276670 /introduction/icons/content/content-special-shortcut.svg 7e8bd653681c617017d41b2518385580f305f74c 890034ce7e40fcf4ef9e3c299235335d8482e521 svg content-special-shortcut.svg d4dbedee164d764cfc3f89c81b1b36b523d83a8c - 1740670975 - 1740670974 + 1765276670 + 1765276669 + 1015 1 2 image/svg+xml - 1015 0 0 @@ -58543,20 +58353,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 11 0 - 1740670975 - 1740670975 + 1765276670 + 1765276670 /introduction/icons/content/content-menu-thumbnail.svg d424779b0c406b8b39e41d2e9ea5ad345ca7a673 890034ce7e40fcf4ef9e3c299235335d8482e521 svg content-menu-thumbnail.svg 3da3cfe6994b43afda2728d44dcc2839401934ac - 1740670975 - 1740670974 + 1765276670 + 1765276670 + 399 1 2 image/svg+xml - 399 0 0 @@ -58585,20 +58395,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 12 0 - 1740670975 - 1740670975 + 1765276670 + 1765276670 /introduction/images/streets/richard-nolan-157476.jpg 705ec41274ca11601a85cd1a25d25e37f8ab799b 14f32ec0c139b87b52cd0c9950f03819395e64c2 jpg richard-nolan-157476.jpg 0a88cfb665a2e3865a244076d3d57080c4e66d97 - 1740670975 - 1740670974 + 1765276670 + 1765276669 + 212120 1 2 image/jpeg - 212120 0 0 @@ -58627,20 +58437,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 13 0 - 1740670975 - 1740670975 + 1765276670 + 1765276670 /introduction/images/streets/adrian-207619.jpg 76914249136f133a3b5efd56ac73cafbae76df58 14f32ec0c139b87b52cd0c9950f03819395e64c2 jpg adrian-207619.jpg 360cd247d0903619ca381fbd91c95dc3ed13f836 - 1740670975 - 1740670974 + 1765276670 + 1765276669 + 313638 1 2 image/jpeg - 313638 0 0 @@ -58669,20 +58479,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 14 0 - 1740670975 - 1740670975 + 1765276670 + 1765276670 /introduction/icons/content/content-menu-sitemap.svg 8cf20b374964c9f536a7cd1d2fa49de31653a025 890034ce7e40fcf4ef9e3c299235335d8482e521 svg content-menu-sitemap.svg a5f1d2c8b1a2c4ab9c61b757ff83ba8eeb2da4b3 - 1740670975 - 1740670974 + 1765276670 + 1765276669 + 593 1 2 image/svg+xml - 593 0 0 @@ -58711,20 +58521,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 15 0 - 1740670975 - 1740670975 + 1765276670 + 1765276670 /introduction/icons/content/content-menu-section.svg de7a8c03808ad7a499a13218268ec702fd497243 890034ce7e40fcf4ef9e3c299235335d8482e521 svg content-menu-section.svg 39cd9505dce74d453d7b1270b03b0e60b071ddaf - 1740670975 - 1740670974 + 1765276670 + 1765276669 + 538 1 2 image/svg+xml - 538 0 0 @@ -58753,20 +58563,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 16 0 - 1740670975 - 1740670975 + 1765276670 + 1765276670 /introduction/icons/content/content-menu-pages.svg b0d488e1662deaf4a416eacf58b35dd159e3a725 890034ce7e40fcf4ef9e3c299235335d8482e521 svg content-menu-pages.svg 6d938e03a0e20c470662d185bc5354e15afb1f80 - 1740670975 - 1740670974 + 1765276670 + 1765276670 + 692 1 2 image/svg+xml - 692 0 0 @@ -58795,20 +58605,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 17 0 - 1740670975 - 1740670975 + 1765276670 + 1765276670 /introduction/icons/content/content-menu-categorized.svg eef7d04191c1393a6ac1e33a9aae64ab06543271 890034ce7e40fcf4ef9e3c299235335d8482e521 svg content-menu-categorized.svg 920ee2721b9066c62db2106e3c9c61ad7fe1024f - 1740670975 - 1740670974 + 1765276670 + 1765276669 + 563 1 2 image/svg+xml - 563 0 0 @@ -58837,20 +58647,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 18 0 - 1740670975 - 1740670975 + 1765276670 + 1765276670 /introduction/icons/content/menu-card.svg 28ab0091f456e97e24b5b3140cc9283a3f3ad4ad 890034ce7e40fcf4ef9e3c299235335d8482e521 svg menu-card.svg 82d2f0ab564ba496357efe275f1a5d1e91497198 - 1740670975 - 1740670974 + 1765276670 + 1765276669 + 795 1 2 image/svg+xml - 795 0 0 @@ -58879,20 +58689,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 19 0 - 1740670975 - 1740670975 + 1765276670 + 1765276670 /introduction/icons/content/content-menu-abstract.svg b814e30d75b64d8ad5eb44bd251185cbbbc1de85 890034ce7e40fcf4ef9e3c299235335d8482e521 svg content-menu-abstract.svg fd1d07e742ba45a5b4828cccbeb2e1166b32b32b - 1740670975 - 1740670974 + 1765276670 + 1765276669 + 357 1 2 image/svg+xml - 357 0 0 @@ -58921,20 +58731,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 20 0 - 1740670975 - 1740670975 + 1765276670 + 1765276671 /introduction/icons/content/content-elements-login.svg c2c48bcb209d25d40b0012a42a965e479f225689 890034ce7e40fcf4ef9e3c299235335d8482e521 svg content-elements-login.svg 45898fe74025f91c4992654d1b875af23dfe0da6 - 1740670975 - 1740670974 + 1765276670 + 1765276669 + 534 1 2 image/svg+xml - 534 0 0 @@ -58963,20 +58773,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 21 0 - 1740670975 - 1740670975 + 1765276671 + 1765276671 /introduction/icons/content/content-form.svg 42fd0237fb23e5e831f19d5f2e1e1c982bfb49c5 890034ce7e40fcf4ef9e3c299235335d8482e521 svg content-form.svg 937fc67857d001f25db7798fa2a08a7a063b0a9e - 1740670975 - 1740670974 + 1765276671 + 1765276670 + 331 1 2 image/svg+xml - 331 0 0 @@ -59005,20 +58815,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 22 0 - 1740670975 - 1740670975 + 1765276671 + 1765276671 /introduction/icons/content/timeline.svg b69701b69b882ba985be9e73e0c8457518c4934c 890034ce7e40fcf4ef9e3c299235335d8482e521 svg timeline.svg 45e16b7ef692a244db7d1664008a1efa364faa24 - 1740670975 - 1740670974 + 1765276671 + 1765276669 + 565 1 2 image/svg+xml - 565 0 0 @@ -59047,20 +58857,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 23 0 - 1740670975 - 1740670975 + 1765276671 + 1765276671 /introduction/images/typo3_9_5_lts_release.jpg f82492200eba0ce148d5b37ce3d4b0d460e1ca30 e1500cfc74aa6405848b1f4f4acfe1e7fa4120a8 jpg typo3_9_5_lts_release.jpg 7b402c4b246b71b563932824a16d3c6a435098ba - 1740670975 - 1740670974 + 1765276671 + 1765276669 + 139451 1 2 image/jpeg - 139451 0 0 @@ -59089,20 +58899,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 24 0 - 1740670975 - 1740670975 + 1765276671 + 1765276671 /introduction/images/typo3_10_4_lts_release.jpg 483bc27abf74fbe4073a6b7744c854892d2eaed5 e1500cfc74aa6405848b1f4f4acfe1e7fa4120a8 jpg typo3_10_4_lts_release.jpg fe28775a3fed5a92ac0fea3488e7d237251ca6b4 - 1740670975 - 1740670974 + 1765276671 + 1765276669 + 273937 1 2 image/jpeg - 273937 0 0 @@ -59131,20 +58941,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 25 0 - 1740670975 - 1740670975 + 1765276671 + 1765276671 /introduction/images/typo3_11_5_lts_release.png ad864dd0409f3fb014a91ce7aaa253d8f51e47f7 e1500cfc74aa6405848b1f4f4acfe1e7fa4120a8 png typo3_11_5_lts_release.png ce479424071718eaed7c8536432b83bc71249631 - 1740670975 - 1740670974 + 1765276671 + 1765276669 + 736723 1 2 image/png - 736723 0 0 @@ -59173,20 +58983,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 26 0 - 1740670975 - 1740670975 + 1765276671 + 1765276671 /introduction/icons/content/content-tab.svg 8e3ada7b9c94d59806bd0d8c9b7858abd97584e0 890034ce7e40fcf4ef9e3c299235335d8482e521 svg content-tab.svg 8235f86bcd8504b6e61baed3edd2ed9fdbc0ebba - 1740670975 - 1740670974 + 1765276671 + 1765276669 + 449 1 2 image/svg+xml - 449 0 0 @@ -59215,20 +59025,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 27 0 - 1740670975 - 1740670975 + 1765276671 + 1765276671 /introduction/icons/content/content-carousel.svg 43c8dec9839c5b22a20f05af5f455eba062fbdc0 890034ce7e40fcf4ef9e3c299235335d8482e521 svg content-carousel.svg be7940adfa4e74b2ffe8cdc1e150a35cb868c4e2 - 1740670975 - 1740670974 + 1765276671 + 1765276670 + 434 1 2 image/svg+xml - 434 0 0 @@ -59257,20 +59067,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 28 0 - 1740670975 - 1740670975 + 1765276671 + 1765276671 /introduction/images/map.png f5c436e9aa2bede148f0b1a31f8082683ecc1782 e1500cfc74aa6405848b1f4f4acfe1e7fa4120a8 png map.png 2e539aa55d2d3a209078555f0f661798fbab084a - 1740670975 - 1740670974 + 1765276671 + 1765276669 + 5907 1 2 image/png - 5907 0 0 @@ -59299,20 +59109,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 29 0 - 1740670975 - 1740670975 + 1765276671 + 1765276671 /introduction/images/background/background-grey.jpg 21e1c0e0f80f028fec76374bc46086a7699254a0 9be8657d534723bca1337bd2ce598225d0da074f jpg background-grey.jpg 919d13be3e463f325355d0d9608536c4b958ce20 - 1740670975 - 1740670974 + 1765276671 + 1765276669 + 20606 1 2 image/jpeg - 20606 0 0 @@ -59341,20 +59151,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 30 0 - 1740670975 - 1740670975 + 1765276671 + 1765276671 /introduction/images/background/background-orange.jpg 130fa236a5031c1bdde7f5f956c6f17dbc1b4383 9be8657d534723bca1337bd2ce598225d0da074f jpg background-orange.jpg bc490a475e1fa69bc20b3449d39eea09e62bd11f - 1740670975 - 1740670974 + 1765276671 + 1765276669 + 88957 1 2 image/jpeg - 88957 0 0 @@ -59383,20 +59193,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 31 0 - 1740670975 - 1740670975 + 1765276671 + 1765276671 /introduction/icons/content/accordion.svg a20ffdfb78632c133413262ac815ac56d9e61fd9 890034ce7e40fcf4ef9e3c299235335d8482e521 svg accordion.svg ce6ba85a7f45f635ac88e8f6da33f1cccece1e2b - 1740670975 - 1740670974 + 1765276671 + 1765276669 + 364 1 2 image/svg+xml - 364 0 0 @@ -59425,20 +59235,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 32 0 - 1740670975 - 1740670975 + 1765276671 + 1765276671 /introduction/youtube/what_is_typo3_.youtube 4d4e51a78c44754a0a1c2402af321c6d1089579f 03ffccb220a709b1c51d29b2187830401913c04f youtube what_is_typo3_.youtube e6a7478baf06899bc46cd8f2fc8f2be11b5dcf84 - 1740670975 - 1740670974 + 1765276671 + 1765276670 + 11 1 4 video/youtube - 11 0 0 @@ -59467,20 +59277,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 33 0 - 1740670975 - 1740670975 + 1765276671 + 1765276671 /introduction/youtube/typo3_-_still_here.youtube cbd040300b177c61f99c5841820afe6cb800d3f7 03ffccb220a709b1c51d29b2187830401913c04f youtube typo3_-_still_here.youtube 6780574930783902cacfde7352df8ca83055be4e - 1740670975 - 1740670974 + 1765276671 + 1765276669 + 11 1 4 video/youtube - 11 0 0 @@ -59509,20 +59319,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 34 0 - 1740670975 - 1740670975 + 1765276671 + 1765276671 /introduction/icons/content/externalmedia.svg 203b5ee2a8f5059111a8e71a3d966655fe22545c 890034ce7e40fcf4ef9e3c299235335d8482e521 svg externalmedia.svg 2e4596c4ec0e1566584c60547cb2b87d883cd3ef - 1740670975 - 1740670974 + 1765276671 + 1765276669 + 291 1 2 image/svg+xml - 291 0 0 @@ -59551,20 +59361,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 35 0 - 1740670975 - 1740670975 + 1765276671 + 1765276671 /introduction/icons/content/content-media.svg 32d3408923aed7c8d6662d7733afc26b910351d5 890034ce7e40fcf4ef9e3c299235335d8482e521 svg content-media.svg 9d09050c7874ab4816876b8d4f54272c9829ea7f - 1740670975 - 1740670974 + 1765276671 + 1765276669 + 293 1 2 image/svg+xml - 293 0 0 @@ -59593,20 +59403,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 36 0 - 1740670975 - 1740670975 + 1765276671 + 1765276671 /introduction/youtube/typo3_-_2020.youtube 20f7069f4b876a935e395466f1cb52a6510adc1f 03ffccb220a709b1c51d29b2187830401913c04f youtube typo3_-_2020.youtube 9fdf60ca8b096e3c2960be0d900c5ebbd887ff8f - 1740670975 - 1740670974 + 1765276671 + 1765276669 + 11 1 4 video/youtube - 11 0 0 @@ -59635,20 +59445,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 37 0 - 1740670976 - 1740670976 + 1765276671 + 1765276671 /introduction/youtube/evolution_of_the_typo3_ecosystem_-_mathias_schreiber____fabian_stein.youtube a306dcb9f801ddf8858b842233ccb10d7da23844 03ffccb220a709b1c51d29b2187830401913c04f youtube evolution_of_the_typo3_ecosystem_-_mathias_schreiber____fabian_stein.youtube e20fb404d06947b0f34952577447e70f245511e4 - 1740670976 - 1740670974 + 1765276671 + 1765276669 + 11 1 4 video/youtube - 11 0 0 @@ -59677,20 +59487,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 38 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/icons/content/content-image.svg a9e56ffd117f0719393e6e8117fab44a0ff2ef0b 890034ce7e40fcf4ef9e3c299235335d8482e521 svg content-image.svg 4d37a298f4d80ece2aa37b161194ca56290e0474 - 1740670976 - 1740670974 + 1765276672 + 1765276669 + 495 1 2 image/svg+xml - 495 0 0 @@ -59719,20 +59529,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 39 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/icons/content/content-special-uploads.svg 119a508b7452b9106c87f29bbf82a9ccc419f187 890034ce7e40fcf4ef9e3c299235335d8482e521 svg content-special-uploads.svg f6957117f0a8268f510d82e686e4b675cf6d8305 - 1740670976 - 1740670974 + 1765276672 + 1765276670 + 447 1 2 image/svg+xml - 447 0 0 @@ -59761,8 +59571,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 3 3 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -59801,8 +59611,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 2 3 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -59841,8 +59651,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 1 3 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 0 0 @@ -59881,20 +59691,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 40 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/icons/content/content-textmedia.svg 51e013180e182e3700169d46bc070f7e7837b8a5 890034ce7e40fcf4ef9e3c299235335d8482e521 svg content-textmedia.svg 0434f43062c36418ce80e7f49408dd6a907258ac - 1740670976 - 1740670974 + 1765276672 + 1765276669 + 505 1 2 image/svg+xml - 505 0 0 @@ -59923,20 +59733,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 41 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/icons/content/content-textpic.svg 7fbcbbbb4f0c182495d964f67fc8ddbf79522498 890034ce7e40fcf4ef9e3c299235335d8482e521 svg content-textpic.svg 95e4fc47522af5f05da998b87b69fe6746d93f9a - 1740670976 - 1740670974 + 1765276672 + 1765276669 + 651 1 2 image/svg+xml - 651 0 0 @@ -59965,20 +59775,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 42 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/icons/content/gallery.svg 444554c14e824275a4efab62c65114a4e6e60346 890034ce7e40fcf4ef9e3c299235335d8482e521 svg gallery.svg 8f93c3bf16ea796c24fe15d817f25bd48cddfe7d - 1740670976 - 1740670974 + 1765276672 + 1765276669 + 722 1 2 image/svg+xml - 722 0 0 @@ -60007,20 +59817,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 43 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/icons/content/icon-group.svg 85b44456aeb11d71fa865a3953df623ec0ed2d04 890034ce7e40fcf4ef9e3c299235335d8482e521 svg icon-group.svg a21d780d38d17df4e3cb3730d4a120a8b3fc47c9 - 1740670976 - 1740670974 + 1765276672 + 1765276670 + 757 1 2 image/svg+xml - 757 0 0 @@ -60049,20 +59859,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 44 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/icons/ionicons/_ionicons_svg_ios-airplane.svg bf5e52f47a2ccb6a989699143bf36daadda935b4 c76d4f81f24cf86f848b975587e0430e0ee43ca8 svg _ionicons_svg_ios-airplane.svg 0771c1787fd98d16f52963b50f0048178c80585b - 1740670976 - 1740670974 + 1765276672 + 1765276669 + 719 1 2 image/svg+xml - 719 0 0 @@ -60091,20 +59901,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 45 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/icons/ionicons/_ionicons_svg_ios-bug.svg 0e3c214d3cbd574594d537a70a37d8902fc3cc29 c76d4f81f24cf86f848b975587e0430e0ee43ca8 svg _ionicons_svg_ios-bug.svg fe8fc30495b0da3cfc049662ed55f27245b25464 - 1740670976 - 1740670974 + 1765276672 + 1765276669 + 1816 1 2 image/svg+xml - 1816 0 0 @@ -60133,20 +59943,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 46 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/icons/ionicons/_ionicons_svg_ios-rocket.svg 2cf22435c13d3bac9148ca6ad7b4658c48cbfa15 c76d4f81f24cf86f848b975587e0430e0ee43ca8 svg _ionicons_svg_ios-rocket.svg 95084d0ba82feea28cf538afdca6cd24404c4b80 - 1740670976 - 1740670974 + 1765276672 + 1765276669 + 976 1 2 image/svg+xml - 976 0 0 @@ -60175,20 +59985,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 47 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/icons/ionicons/_ionicons_svg_ios-water.svg a1cc78cca2d29f9e34582a332b799fd2b5119960 c76d4f81f24cf86f848b975587e0430e0ee43ca8 svg _ionicons_svg_ios-water.svg da43d8d1c7c57ae94ed1072ca31160095c4b3c5e - 1740670976 - 1740670974 + 1765276672 + 1765276669 + 558 1 2 image/svg+xml - 558 0 0 @@ -60217,20 +60027,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 48 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/icons/content/card-group.svg a4c64cd79a9d1aa3664978370583664fd2c00372 890034ce7e40fcf4ef9e3c299235335d8482e521 svg card-group.svg 20b01df90bf873c09107d4e0bec7f10c431882e4 - 1740670976 - 1740670974 + 1765276672 + 1765276670 + 969 1 2 image/svg+xml - 969 0 0 @@ -60259,20 +60069,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 49 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/icons/content/content-audio.svg 4c722407c5f08b075f491121a50cc5e0e943094c 890034ce7e40fcf4ef9e3c299235335d8482e521 svg content-audio.svg d19f5c745cb98df21d9784cf6a73299fedfc9b97 - 1740670976 - 1740670974 + 1765276672 + 1765276669 + 737 1 2 image/svg+xml - 737 0 0 @@ -60301,20 +60111,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 50 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/audio/typo3-still-here.mp3 370c5aa106aace8168635e2aa47843194d30d41b f2901e6dfad915c3b9e48628d3704327dacaf307 mp3 typo3-still-here.mp3 e4ddad1554cfe0d65a744c91b661200084eac2e3 - 1740670976 - 1740670974 + 1765276672 + 1765276669 + 1125302 1 3 audio/mpeg - 1125302 0 0 @@ -60343,20 +60153,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 51 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/audio/what-is-typo3.mp3 2ae0fb43a2f6fee485656d8bcf8ca47b5806a998 f2901e6dfad915c3b9e48628d3704327dacaf307 mp3 what-is-typo3.mp3 a182c632701f000d3528a27813814a2767803fc4 - 1740670976 - 1740670974 + 1765276672 + 1765276669 + 3460839 1 3 audio/mpeg - 3460839 0 0 @@ -60385,20 +60195,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 52 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/icons/content/content-quote.svg 97fb3122e59a23a898358ed40470f5f3016dd90e 890034ce7e40fcf4ef9e3c299235335d8482e521 svg content-quote.svg 9f5ed1963054dfd728196777c5e7a64164971a20 - 1740670976 - 1740670974 + 1765276672 + 1765276670 + 381 1 2 image/svg+xml - 381 0 0 @@ -60427,20 +60237,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 53 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/icons/content/content-table.svg fb7ae44f9163d8e349e979be9c1cbfba2e667202 890034ce7e40fcf4ef9e3c299235335d8482e521 svg content-table.svg 71cdbe6c8e542d646c7af282a2b5915645942174 - 1740670976 - 1740670974 + 1765276672 + 1765276669 + 477 1 2 image/svg+xml - 477 0 0 @@ -60469,20 +60279,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 54 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/icons/content/content-panel.svg 18bc35df76e56aa3b8c8d5c0e4280601806e8aa5 890034ce7e40fcf4ef9e3c299235335d8482e521 svg content-panel.svg 8ab3ccadad55eded1e07038e56aa1cd6f6e857e6 - 1740670976 - 1740670974 + 1765276672 + 1765276669 + 281 1 2 image/svg+xml - 281 0 0 @@ -60511,20 +60321,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 55 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/icons/content/listgroup.svg 29cbeca63877ff117cfa57cc7b4e0af002062860 890034ce7e40fcf4ef9e3c299235335d8482e521 svg listgroup.svg 0b21b119be185e4feb8eaa7c48afa5664e632b42 - 1740670976 - 1740670974 + 1765276672 + 1765276669 + 502 1 2 image/svg+xml - 502 0 0 @@ -60553,20 +60363,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 56 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/icons/content/content-text-columns.svg 3ec7abd06eca4443c8cf2dcbfeb25fae5e6f0cc6 890034ce7e40fcf4ef9e3c299235335d8482e521 svg content-text-columns.svg 6629480b1aa26d7979f1cf7eadd75f3d14eb9eb3 - 1740670976 - 1740670974 + 1765276672 + 1765276669 + 431 1 2 image/svg+xml - 431 0 0 @@ -60595,20 +60405,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 57 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/icons/content/texticon.svg 8efd34d9db08b055b8fa0c3a0a2873401a0f302b 890034ce7e40fcf4ef9e3c299235335d8482e521 svg texticon.svg 9b7b0a9a0cac5b37a6d8d2cbf6337025d92c6389 - 1740670976 - 1740670974 + 1765276672 + 1765276669 + 513 1 2 image/svg+xml - 513 0 0 @@ -60637,20 +60447,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 58 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/icons/content/content-text-teaser.svg a1f6eff2df94b24188910505e7a6aa80588d9699 890034ce7e40fcf4ef9e3c299235335d8482e521 svg content-text-teaser.svg 7fe5e092b97bb91a8aa4e376d920d80e16f3022c - 1740670976 - 1740670974 + 1765276672 + 1765276669 + 400 1 2 image/svg+xml - 400 0 0 @@ -60679,20 +60489,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 59 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/icons/content/content-bullets.svg b045a4c1c2f3ea92896bbfc7207373d2e5c167d8 890034ce7e40fcf4ef9e3c299235335d8482e521 svg content-bullets.svg 917bfe7a96f3df9c9c44f6f771c5eeef7d41671d - 1740670976 - 1740670974 + 1765276672 + 1765276669 + 445 1 2 image/svg+xml - 445 0 0 @@ -60721,20 +60531,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 60 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/icons/content/content-header.svg 763ddea19e7285bda528dd3bee146c7236c1f552 890034ce7e40fcf4ef9e3c299235335d8482e521 svg content-header.svg e6a7d02a3ece113781c4a00635ed38cc7536f455 - 1740670976 - 1740670974 + 1765276672 + 1765276669 + 265 1 2 image/svg+xml - 265 0 0 @@ -60763,20 +60573,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 61 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/icons/content/content-text.svg c6104b6f47e332b37591c868f79e22829aa7c36f 890034ce7e40fcf4ef9e3c299235335d8482e521 svg content-text.svg 7552ac8f9db1ea8f5143091631d1d7dce2d73d1c - 1740670976 - 1740670974 + 1765276672 + 1765276669 + 359 1 2 image/svg+xml - 359 0 0 @@ -60805,20 +60615,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 62 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/images/unsplash/annie-spratt-439326-unsplash.jpg 8e54d6213b2fcc58d675d6fe0052e4554bf66fe2 83abe7ede085ecc67a618a9f6fccc18d008a33cd jpg annie-spratt-439326-unsplash.jpg d57d23c1ed8a8260fd6198ec4ecc1b985e214508 - 1740670976 - 1740670974 + 1765276672 + 1765276670 + 337559 1 2 image/jpeg - 337559 0 0 @@ -60847,20 +60657,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 63 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/images/backendlayouts/special_start.svg ca307d9850911348f10408b77c94f5708efc7b10 0e6643ad7bc81d6af9639bdf9171180cf6347f29 svg special_start.svg 60bac3860bb110610130e5aa30cc43e889c9897e - 1740670976 - 1740670974 + 1765276672 + 1765276669 + 333 1 2 image/svg+xml - 333 0 0 @@ -60889,20 +60699,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 64 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/images/backendlayouts/special_feature.svg a9a5f0f4b37648df6426fd31ec6c20e202fbcd9b 0e6643ad7bc81d6af9639bdf9171180cf6347f29 svg special_feature.svg 79a67237011c9364f9cde70d5eed1c507402e377 - 1740670976 - 1740670974 + 1765276672 + 1765276670 + 412 1 2 image/svg+xml - 412 0 0 @@ -60931,20 +60741,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 65 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/images/backendlayouts/subnavigation_right_2_columns.svg 67522a08d6e42fe2973ec52a7210c843f5027139 0e6643ad7bc81d6af9639bdf9171180cf6347f29 svg subnavigation_right_2_columns.svg a5a7a39c19b8ea66f0d3d6bedeb67ffff713a0da - 1740670976 - 1740670974 + 1765276672 + 1765276669 + 367 1 2 image/svg+xml - 367 0 0 @@ -60973,20 +60783,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 66 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/images/backendlayouts/subnavigation_right.svg 921ce30623bcbe998e721204c628c0fa3c7d2be2 0e6643ad7bc81d6af9639bdf9171180cf6347f29 svg subnavigation_right.svg b8400b6ff69cb84ee5e058578fa10b89570eaf49 - 1740670976 - 1740670974 + 1765276672 + 1765276670 + 351 1 2 image/svg+xml - 351 0 0 @@ -61015,20 +60825,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 67 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/images/backendlayouts/subnavigation_left_2_columns.svg 085b611da4a4b49c5fc3906a3e515f3798c4a63c 0e6643ad7bc81d6af9639bdf9171180cf6347f29 svg subnavigation_left_2_columns.svg 92a0b55512c00be78ad2e3f3f5676d04f8f6a9a0 - 1740670976 - 1740670974 + 1765276672 + 1765276669 + 367 1 2 image/svg+xml - 367 0 0 @@ -61057,20 +60867,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 68 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/images/backendlayouts/subnavigation_left.svg f6194a1bb3ba08cbeecd42c762c8d71a9d35895a 0e6643ad7bc81d6af9639bdf9171180cf6347f29 svg subnavigation_left.svg ecb0a653e9d3e9e048c2d4d56a8706e014b11443 - 1740670976 - 1740670974 + 1765276672 + 1765276669 + 351 1 2 image/svg+xml - 351 0 0 @@ -61099,20 +60909,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 69 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/images/backendlayouts/simple.svg e729a20ad3ca1b172c4db7a3b234431ba2aa2d8a 0e6643ad7bc81d6af9639bdf9171180cf6347f29 svg simple.svg 4bf696bd0033e12a6f52223dd1992e92fe67cf2d - 1740670976 - 1740670974 + 1765276672 + 1765276669 + 244 1 2 image/svg+xml - 244 0 0 @@ -61141,20 +60951,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 70 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/images/backendlayouts/3_columns.svg 65298aaca41b1321ae94561be995aff046acd6d0 0e6643ad7bc81d6af9639bdf9171180cf6347f29 svg 3_columns.svg 1c4316a5556e4d15553ee12e6534b8ebf7e75e43 - 1740670976 - 1740670974 + 1765276672 + 1765276670 + 320 1 2 image/svg+xml - 320 0 0 @@ -61183,20 +60993,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 71 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/images/backendlayouts/2_columns_offset_right.svg e2669429487a98ad88a12a9d74d6188a3697b761 0e6643ad7bc81d6af9639bdf9171180cf6347f29 svg 2_columns_offset_right.svg 673ef06f63666060a4e40fb20329a6df9f61b6d3 - 1740670976 - 1740670974 + 1765276672 + 1765276669 + 400 1 2 image/svg+xml - 400 0 0 @@ -61225,20 +61035,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 72 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/images/backendlayouts/2_columns_50_50.svg 18a4662316dccf71ff03b37b6c2fcfa9921bb982 0e6643ad7bc81d6af9639bdf9171180cf6347f29 svg 2_columns_50_50.svg 0d452b540608b09b4d0581030487ac63386eabf6 - 1740670976 - 1740670974 + 1765276672 + 1765276669 + 304 1 2 image/svg+xml - 304 0 0 @@ -61267,20 +61077,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 73 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/images/backendlayouts/2_columns_25_75.svg e9a33d7abb43dee004b21d5416e37e6454b14e1e 0e6643ad7bc81d6af9639bdf9171180cf6347f29 svg 2_columns_25_75.svg 7a2d5b14115c42517183c55cb5b48933f31e1f7a - 1740670976 - 1740670974 + 1765276672 + 1765276669 + 304 1 2 image/svg+xml - 304 0 0 @@ -61309,20 +61119,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 74 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/images/backendlayouts/2_columns.svg 207cb4c05b073e4f5c3e81b859d17ae0108a5f4c 0e6643ad7bc81d6af9639bdf9171180cf6347f29 svg 2_columns.svg 1e3d4a84dd6d2c40ac37e5dfe6e93b0bc5e5090d - 1740670976 - 1740670974 + 1765276672 + 1765276669 + 304 1 2 image/svg+xml - 304 0 0 @@ -61351,20 +61161,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 75 0 - 1740670976 - 1740670976 + 1765276672 + 1765276672 /introduction/images/backendlayouts/default.svg 62541a27dd0a6fd4eb12afa669d0d255fd98d623 0e6643ad7bc81d6af9639bdf9171180cf6347f29 svg default.svg ba0a2166e9fa3039679d33c1073c69ee048bcb68 - 1740670976 - 1740670974 + 1765276672 + 1765276670 + 288 1 2 image/svg+xml - 288 0 0 @@ -61393,20 +61203,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 76 0 - 1740670977 - 1740670977 + 1765276672 + 1765276672 /introduction/images/customizing/extensionmanager.png 3898acdd87d41000e15a19361d5c8f5f2dff4389 52f9b8d5266c43bff49d059ffe512444b1eb3a22 png extensionmanager.png 3a0585ce68eae7af03dc6266160f03e105e7e18e - 1740670976 - 1740670974 + 1765276672 + 1765276669 + 111696 1 2 image/png - 111696 0 0 @@ -61435,20 +61245,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 77 0 - 1740670977 - 1740670977 + 1765276672 + 1765276672 /introduction/images/customizing/editor-shows-typo3-fluid.png 43435af592b31594a5cff980d65dc21d143c2fde 52f9b8d5266c43bff49d059ffe512444b1eb3a22 png editor-shows-typo3-fluid.png d9923ccfa270ff8741705b57a1bae549692bf497 - 1740670977 - 1740670974 + 1765276672 + 1765276669 + 67857 1 2 image/png - 67857 0 0 @@ -61477,20 +61287,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 78 0 - 1740670977 - 1740670977 + 1765276672 + 1765276672 /introduction/images/unsplash/annie-spratt-604129-unsplash.jpg bb82b60367f008bb10c0a44917a934c79c1d7cda 83abe7ede085ecc67a618a9f6fccc18d008a33cd jpg annie-spratt-604129-unsplash.jpg 3a5fd5a126f729143e2d270926a5045dfeb2d87f - 1740670977 - 1740670974 + 1765276672 + 1765276669 + 197675 1 2 image/jpeg - 197675 0 0 @@ -61519,20 +61329,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 79 0 - 1740670977 - 1740670977 + 1765276672 + 1765276672 /introduction/images/typo3-composing-backend-all.png 9f3b96e0d5278c98b411b4a84e68748fbb36a7d7 e1500cfc74aa6405848b1f4f4acfe1e7fa4120a8 png typo3-composing-backend-all.png a5dcb2da242e1af22089268d9cad5a8d9a9e5335 - 1740670977 - 1740670974 + 1765276672 + 1765276669 + 238353 1 2 image/png - 238353 0 0 @@ -61561,20 +61371,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 80 0 - 1740670977 - 1740670977 + 1765276672 + 1765276672 /introduction/images/typo3-composing-backend-overview.png 5b0fa2bcabe80ed63aff49582fa98efcded459c8 e1500cfc74aa6405848b1f4f4acfe1e7fa4120a8 png typo3-composing-backend-overview.png 806835cf309d0d57d148dc5cd70ca166d04524ae - 1740670977 - 1740670974 + 1765276672 + 1765276669 + 240456 1 2 image/png - 240456 0 0 @@ -61603,20 +61413,20 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 81 0 - 1740670977 - 1740670977 + 1765276672 + 1765276672 /introduction/images/unsplash/chuttersnap-255216-unsplash.jpg ea5a68d4d297c5f1f0caacef22d6d4f19283797f 83abe7ede085ecc67a618a9f6fccc18d008a33cd jpg chuttersnap-255216-unsplash.jpg 943b72c7e1ff6ff4583656601ac50d9a2e7a2abb - 1740670977 - 1740670974 + 1765276672 + 1765276669 + 273521 1 2 image/jpeg - 273521 0 0 @@ -61645,8 +61455,8 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 1 0 - 1740670969 - 1740670969 + 1765276664 + 1765276664 0 This is the local fileadmin/ directory. This storage mount has been created automatically by TYPO3. 1 @@ -61683,7 +61493,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 1 0 - 1740670969 + 1765276664 1537307839 0 0 @@ -61742,7 +61552,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 2 0 - 1740670969 + 1765276664 1538083471 0 0 @@ -61801,7 +61611,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 3 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -61860,7 +61670,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 4 0 - 1740670969 + 1765276664 1538429951 0 0 @@ -61919,7 +61729,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 5 0 - 1740670969 + 1765276664 1537307839 0 0 @@ -61978,7 +61788,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 6 0 - 1740670969 + 1765276664 1537307839 0 0 @@ -62037,7 +61847,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 7 0 - 1740670969 + 1765276664 1537307839 0 0 @@ -62096,7 +61906,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 8 0 - 1740670969 + 1765276664 1537307839 0 0 @@ -62155,7 +61965,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 9 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -62214,7 +62024,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 10 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -62273,7 +62083,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 11 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -62332,7 +62142,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 12 0 - 1740670969 + 1765276664 1537307839 0 0 @@ -62391,7 +62201,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 13 0 - 1740670969 + 1765276664 1537307839 0 0 @@ -62450,7 +62260,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 14 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -62509,7 +62319,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 15 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -62568,7 +62378,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 16 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -62627,7 +62437,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 17 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -62686,7 +62496,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 18 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -62745,7 +62555,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 19 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -62804,7 +62614,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 20 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -62863,7 +62673,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 21 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -62922,7 +62732,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 22 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -62981,7 +62791,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 23 0 - 1740670969 + 1765276664 1538436154 0 0 @@ -63040,7 +62850,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 24 0 - 1740670969 + 1765276664 1632408135 0 0 @@ -63099,7 +62909,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 25 0 - 1740670969 + 1765276664 1633423565 0 0 @@ -63158,7 +62968,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 26 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -63217,7 +63027,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 27 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -63276,7 +63086,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 28 0 - 1740670969 + 1765276664 1537307839 0 0 @@ -63335,7 +63145,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 29 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -63394,7 +63204,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 30 0 - 1740670969 + 1765276664 1537307839 0 0 @@ -63453,7 +63263,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 31 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -63512,7 +63322,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 32 0 - 1740670969 + 1765276664 1537307839 0 0 @@ -63571,7 +63381,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 33 0 - 1740670969 + 1765276664 1537307839 0 0 @@ -63630,7 +63440,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 34 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -63689,7 +63499,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 35 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -63748,7 +63558,7 @@ Aliquam lobortis metus ac dolor efficitur, a sodales augue pulvinar. Ut risus an 36 0 - 1740670969 + 1765276664 1537307839 0 0 @@ -63808,7 +63618,7 @@ Benni Mack 37 0 - 1740670969 + 1765276664 1537307839 0 0 @@ -63867,7 +63677,7 @@ Benni Mack 38 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -63926,7 +63736,7 @@ Benni Mack 39 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -63985,7 +63795,7 @@ Benni Mack 40 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -64044,7 +63854,7 @@ Benni Mack 41 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -64103,7 +63913,7 @@ Benni Mack 42 0 - 1740670969 + 1765276664 1633076108 0 0 @@ -64162,7 +63972,7 @@ Benni Mack 43 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -64221,7 +64031,7 @@ Benni Mack 44 0 - 1740670969 + 1765276664 1538435764 0 0 @@ -64280,7 +64090,7 @@ Benni Mack 45 0 - 1740670969 + 1765276664 1538435765 0 0 @@ -64339,7 +64149,7 @@ Benni Mack 46 0 - 1740670969 + 1765276664 1538435764 0 0 @@ -64398,7 +64208,7 @@ Benni Mack 47 0 - 1740670969 + 1765276664 1538435764 0 0 @@ -64457,7 +64267,7 @@ Benni Mack 48 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -64516,7 +64326,7 @@ Benni Mack 49 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -64575,7 +64385,7 @@ Benni Mack 50 0 - 1740670969 + 1765276664 1537307839 0 0 @@ -64634,7 +64444,7 @@ Benni Mack 51 0 - 1740670969 + 1765276664 1537307839 0 0 @@ -64693,7 +64503,7 @@ Benni Mack 52 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -64752,7 +64562,7 @@ Benni Mack 53 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -64811,7 +64621,7 @@ Benni Mack 54 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -64870,7 +64680,7 @@ Benni Mack 55 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -64929,7 +64739,7 @@ Benni Mack 56 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -64988,7 +64798,7 @@ Benni Mack 57 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -65047,7 +64857,7 @@ Benni Mack 58 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -65106,7 +64916,7 @@ Benni Mack 59 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -65165,7 +64975,7 @@ Benni Mack 60 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -65224,7 +65034,7 @@ Benni Mack 61 0 - 1740670969 + 1765276664 1538428564 0 0 @@ -65283,7 +65093,7 @@ Benni Mack 62 0 - 1740670969 + 1765276664 1538428294 0 0 @@ -65342,7 +65152,7 @@ Benni Mack 63 0 - 1740670969 + 1765276664 1538148691 0 0 @@ -65401,7 +65211,7 @@ Benni Mack 64 0 - 1740670969 + 1765276664 1538148691 0 0 @@ -65460,7 +65270,7 @@ Benni Mack 65 0 - 1740670969 + 1765276664 1538148691 0 0 @@ -65519,7 +65329,7 @@ Benni Mack 66 0 - 1740670969 + 1765276664 1538148692 0 0 @@ -65578,7 +65388,7 @@ Benni Mack 67 0 - 1740670969 + 1765276664 1538148691 0 0 @@ -65637,7 +65447,7 @@ Benni Mack 68 0 - 1740670969 + 1765276664 1538148692 0 0 @@ -65696,7 +65506,7 @@ Benni Mack 69 0 - 1740670969 + 1765276664 1538148691 0 0 @@ -65755,7 +65565,7 @@ Benni Mack 70 0 - 1740670969 + 1765276664 1538148691 0 0 @@ -65814,7 +65624,7 @@ Benni Mack 71 0 - 1740670969 + 1765276664 1538148691 0 0 @@ -65873,7 +65683,7 @@ Benni Mack 72 0 - 1740670969 + 1765276664 1538148691 0 0 @@ -65932,7 +65742,7 @@ Benni Mack 73 0 - 1740670969 + 1765276664 1538148691 0 0 @@ -65991,7 +65801,7 @@ Benni Mack 74 0 - 1740670969 + 1765276664 1538148691 0 0 @@ -66050,7 +65860,7 @@ Benni Mack 75 0 - 1740670969 + 1765276664 1538148691 0 0 @@ -66109,7 +65919,7 @@ Benni Mack 76 0 - 1740670969 + 1765276664 1537307839 0 0 @@ -66168,7 +65978,7 @@ Benni Mack 77 0 - 1740670969 + 1765276664 1537307839 0 0 @@ -66227,7 +66037,7 @@ Benni Mack 78 0 - 1740670969 + 1765276664 1538428456 0 0 @@ -66286,7 +66096,7 @@ Benni Mack 79 0 - 1740670969 + 1765276664 1537307839 0 0 @@ -66345,7 +66155,7 @@ Benni Mack 80 0 - 1740670969 + 1765276664 1537307839 0 0 @@ -66404,7 +66214,7 @@ Benni Mack 81 0 - 1740670969 + 1765276664 1538155908 0 0 @@ -66463,407 +66273,407 @@ Benni Mack typo3-book-backend-login.png - 1740670974 + 1765276669 115d94bdbab0847307a8b8979d75fb5709fee247 the-creative-exchange-373981-unsplash.jpg - 1740670974 + 1765276669 e7348589256acfcfac390a9690bb3cacea86877e content-elements-searchform.svg - 1740670974 + 1765276670 94b5eec55258e3e173458e0b56f312b651b6acfe rawpixel-1046262-unsplash.jpg - 1740670974 + 1765276669 6a14cf97b87022ff46fca42814ca87970aa87a36 kimon-maritz-193428.jpg - 1740670974 + 1765276669 e14a7eb6a4f654b697eeca3573c32af9cfe62272 nikita-maru-70928.jpg - 1740670974 + 1765276669 c7dbc831eff5ab47169f6fec6f095f65fb8988ad felix-russell-saw-182331.jpg - 1740670974 + 1765276669 3c164b3b79568b9252f072afa39e6b25c8f29028 geran-de-klerk-136351.jpg - 1740670974 + 1765276669 5221d34195c1969365e7435b795816be62354f68 content-special-html.svg - 1740670974 + 1765276670 de73379c326b0bf29b83810d8678bd18b0e15890 content-special-shortcut.svg - 1740670974 + 1765276669 d4dbedee164d764cfc3f89c81b1b36b523d83a8c content-menu-thumbnail.svg - 1740670974 + 1765276670 3da3cfe6994b43afda2728d44dcc2839401934ac richard-nolan-157476.jpg - 1740670974 + 1765276669 0a88cfb665a2e3865a244076d3d57080c4e66d97 adrian-207619.jpg - 1740670974 + 1765276669 360cd247d0903619ca381fbd91c95dc3ed13f836 content-menu-sitemap.svg - 1740670974 + 1765276669 a5f1d2c8b1a2c4ab9c61b757ff83ba8eeb2da4b3 content-menu-section.svg - 1740670974 + 1765276669 39cd9505dce74d453d7b1270b03b0e60b071ddaf content-menu-pages.svg - 1740670974 + 1765276670 6d938e03a0e20c470662d185bc5354e15afb1f80 content-menu-categorized.svg - 1740670974 + 1765276669 920ee2721b9066c62db2106e3c9c61ad7fe1024f menu-card.svg - 1740670974 + 1765276669 82d2f0ab564ba496357efe275f1a5d1e91497198 content-menu-abstract.svg - 1740670974 + 1765276669 fd1d07e742ba45a5b4828cccbeb2e1166b32b32b content-elements-login.svg - 1740670974 + 1765276669 45898fe74025f91c4992654d1b875af23dfe0da6 content-form.svg - 1740670974 + 1765276670 937fc67857d001f25db7798fa2a08a7a063b0a9e timeline.svg - 1740670974 + 1765276669 45e16b7ef692a244db7d1664008a1efa364faa24 typo3_9_5_lts_release.jpg - 1740670974 + 1765276669 7b402c4b246b71b563932824a16d3c6a435098ba typo3_10_4_lts_release.jpg - 1740670974 + 1765276669 fe28775a3fed5a92ac0fea3488e7d237251ca6b4 typo3_11_5_lts_release.png - 1740670974 + 1765276669 ce479424071718eaed7c8536432b83bc71249631 content-tab.svg - 1740670974 + 1765276669 8235f86bcd8504b6e61baed3edd2ed9fdbc0ebba content-carousel.svg - 1740670974 + 1765276670 be7940adfa4e74b2ffe8cdc1e150a35cb868c4e2 map.png - 1740670974 + 1765276669 2e539aa55d2d3a209078555f0f661798fbab084a background-grey.jpg - 1740670974 + 1765276669 919d13be3e463f325355d0d9608536c4b958ce20 background-orange.jpg - 1740670974 + 1765276669 bc490a475e1fa69bc20b3449d39eea09e62bd11f accordion.svg - 1740670974 + 1765276669 ce6ba85a7f45f635ac88e8f6da33f1cccece1e2b what_is_typo3_.youtube - 1740670974 + 1765276670 e6a7478baf06899bc46cd8f2fc8f2be11b5dcf84 typo3_-_still_here.youtube - 1740670974 + 1765276669 6780574930783902cacfde7352df8ca83055be4e externalmedia.svg - 1740670974 + 1765276669 2e4596c4ec0e1566584c60547cb2b87d883cd3ef content-media.svg - 1740670974 + 1765276669 9d09050c7874ab4816876b8d4f54272c9829ea7f typo3_-_2020.youtube - 1740670974 + 1765276669 9fdf60ca8b096e3c2960be0d900c5ebbd887ff8f evolution_of_the_typo3_ecosystem_-_mathias_schreiber____fabian_stein.youtube - 1740670974 + 1765276669 e20fb404d06947b0f34952577447e70f245511e4 content-image.svg - 1740670974 + 1765276669 4d37a298f4d80ece2aa37b161194ca56290e0474 content-special-uploads.svg - 1740670974 + 1765276670 f6957117f0a8268f510d82e686e4b675cf6d8305 content-textmedia.svg - 1740670974 + 1765276669 0434f43062c36418ce80e7f49408dd6a907258ac content-textpic.svg - 1740670974 + 1765276669 95e4fc47522af5f05da998b87b69fe6746d93f9a gallery.svg - 1740670974 + 1765276669 8f93c3bf16ea796c24fe15d817f25bd48cddfe7d icon-group.svg - 1740670974 + 1765276670 a21d780d38d17df4e3cb3730d4a120a8b3fc47c9 _ionicons_svg_ios-airplane.svg - 1740670974 + 1765276669 0771c1787fd98d16f52963b50f0048178c80585b _ionicons_svg_ios-bug.svg - 1740670974 + 1765276669 fe8fc30495b0da3cfc049662ed55f27245b25464 _ionicons_svg_ios-rocket.svg - 1740670974 + 1765276669 95084d0ba82feea28cf538afdca6cd24404c4b80 _ionicons_svg_ios-water.svg - 1740670974 + 1765276669 da43d8d1c7c57ae94ed1072ca31160095c4b3c5e card-group.svg - 1740670974 + 1765276670 20b01df90bf873c09107d4e0bec7f10c431882e4 content-audio.svg - 1740670974 + 1765276669 d19f5c745cb98df21d9784cf6a73299fedfc9b97 typo3-still-here.mp3 - 1740670974 + 1765276669 e4ddad1554cfe0d65a744c91b661200084eac2e3 what-is-typo3.mp3 - 1740670974 + 1765276669 a182c632701f000d3528a27813814a2767803fc4 content-quote.svg - 1740670974 + 1765276670 9f5ed1963054dfd728196777c5e7a64164971a20 content-table.svg - 1740670974 + 1765276669 71cdbe6c8e542d646c7af282a2b5915645942174 content-panel.svg - 1740670974 + 1765276669 8ab3ccadad55eded1e07038e56aa1cd6f6e857e6 listgroup.svg - 1740670974 + 1765276669 0b21b119be185e4feb8eaa7c48afa5664e632b42 content-text-columns.svg - 1740670974 + 1765276669 6629480b1aa26d7979f1cf7eadd75f3d14eb9eb3 texticon.svg - 1740670974 + 1765276669 9b7b0a9a0cac5b37a6d8d2cbf6337025d92c6389 content-text-teaser.svg - 1740670974 + 1765276669 7fe5e092b97bb91a8aa4e376d920d80e16f3022c content-bullets.svg - 1740670974 + 1765276669 917bfe7a96f3df9c9c44f6f771c5eeef7d41671d content-header.svg - 1740670974 + 1765276669 e6a7d02a3ece113781c4a00635ed38cc7536f455 content-text.svg - 1740670974 + 1765276669 7552ac8f9db1ea8f5143091631d1d7dce2d73d1c annie-spratt-439326-unsplash.jpg - 1740670974 + 1765276670 d57d23c1ed8a8260fd6198ec4ecc1b985e214508 special_start.svg - 1740670974 + 1765276669 60bac3860bb110610130e5aa30cc43e889c9897e special_feature.svg - 1740670974 + 1765276670 79a67237011c9364f9cde70d5eed1c507402e377 subnavigation_right_2_columns.svg - 1740670974 + 1765276669 a5a7a39c19b8ea66f0d3d6bedeb67ffff713a0da subnavigation_right.svg - 1740670974 + 1765276670 b8400b6ff69cb84ee5e058578fa10b89570eaf49 subnavigation_left_2_columns.svg - 1740670974 + 1765276669 92a0b55512c00be78ad2e3f3f5676d04f8f6a9a0 subnavigation_left.svg - 1740670974 + 1765276669 ecb0a653e9d3e9e048c2d4d56a8706e014b11443 simple.svg - 1740670974 + 1765276669 4bf696bd0033e12a6f52223dd1992e92fe67cf2d 3_columns.svg - 1740670974 + 1765276670 1c4316a5556e4d15553ee12e6534b8ebf7e75e43 2_columns_offset_right.svg - 1740670974 + 1765276669 673ef06f63666060a4e40fb20329a6df9f61b6d3 2_columns_50_50.svg - 1740670974 + 1765276669 0d452b540608b09b4d0581030487ac63386eabf6 2_columns_25_75.svg - 1740670974 + 1765276669 7a2d5b14115c42517183c55cb5b48933f31e1f7a 2_columns.svg - 1740670974 + 1765276669 1e3d4a84dd6d2c40ac37e5dfe6e93b0bc5e5090d default.svg - 1740670974 + 1765276670 ba0a2166e9fa3039679d33c1073c69ee048bcb68 extensionmanager.png - 1740670974 + 1765276669 3a0585ce68eae7af03dc6266160f03e105e7e18e editor-shows-typo3-fluid.png - 1740670974 + 1765276669 d9923ccfa270ff8741705b57a1bae549692bf497 annie-spratt-604129-unsplash.jpg - 1740670974 + 1765276669 3a5fd5a126f729143e2d270926a5045dfeb2d87f typo3-composing-backend-all.png - 1740670974 + 1765276669 a5dcb2da242e1af22089268d9cad5a8d9a9e5335 typo3-composing-backend-overview.png - 1740670974 + 1765276669 806835cf309d0d57d148dc5cd70ca166d04524ae chuttersnap-255216-unsplash.jpg - 1740670974 + 1765276669 943b72c7e1ff6ff4583656601ac50d9a2e7a2abb diff --git a/packages/apache_solr_for_typo3_sitepackage/Initialisation/not_covered_by_impexp.sql b/packages/apache_solr_for_typo3_sitepackage/Initialisation/not_covered_by_impexp.sql index ef650aa..a3a3f77 100644 --- a/packages/apache_solr_for_typo3_sitepackage/Initialisation/not_covered_by_impexp.sql +++ b/packages/apache_solr_for_typo3_sitepackage/Initialisation/not_covered_by_impexp.sql @@ -5,7 +5,7 @@ SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; -- # Add default scheduler tasks INSERT INTO `tx_scheduler_task` (`uid`, `crdate`, `disable`, `deleted`, `description`, `nextexecution`, `lastexecution_time`, `lastexecution_failure`, `lastexecution_context`, `serialized_task_object`, `serialized_executions`, `task_group`) VALUES -(1, 1598988302, 0, 0, 'Clears the Apache Solr index and the queue, then reinitializes the index queue for pages.', 1598918400, 0, NULL, '', 'O:40:\"ApacheSolrForTypo3\\Solr\\Task\\ReIndexTask\":10:{s:34:\"\0*\0indexingConfigurationsToReIndex\";a:1:{i:1;s:5:\"pages\";}s:13:\"\0*\0rootPageId\";s:1:\"1\";s:12:\"\0*\0scheduler\";N;s:10:\"\0*\0taskUid\";i:1;s:11:\"\0*\0disabled\";b:0;s:19:\"\0*\0runOnNextCronJob\";b:0;s:12:\"\0*\0execution\";O:29:\"TYPO3\\CMS\\Scheduler\\Execution\":6:{s:8:\"\0*\0start\";i:1598918400;s:6:\"\0*\0end\";i:1598918400;s:11:\"\0*\0interval\";i:0;s:11:\"\0*\0multiple\";i:0;s:10:\"\0*\0cronCmd\";s:0:\"\";s:23:\"\0*\0isNewSingleExecution\";b:0;}s:16:\"\0*\0executionTime\";i:1598918400;s:14:\"\0*\0description\";s:89:\"Clears the Apache Solr index and the queue, then reinitializes the index queue for pages.\";s:12:\"\0*\0taskGroup\";i:1;}', NULL, 1), +(1, 1598988302, 0, 0, 'Clears the Apache Solr index and the queue, then re-initializes the index queue for pages.', 1598918400, 0, NULL, '', 'O:40:\"ApacheSolrForTypo3\\Solr\\Task\\ReIndexTask\":10:{s:34:\"\0*\0indexingConfigurationsToReIndex\";a:1:{i:1;s:5:\"pages\";}s:13:\"\0*\0rootPageId\";s:1:\"1\";s:12:\"\0*\0scheduler\";N;s:10:\"\0*\0taskUid\";i:1;s:11:\"\0*\0disabled\";b:0;s:19:\"\0*\0runOnNextCronJob\";b:0;s:12:\"\0*\0execution\";O:29:\"TYPO3\\CMS\\Scheduler\\Execution\":6:{s:8:\"\0*\0start\";i:1598918400;s:6:\"\0*\0end\";i:1598918400;s:11:\"\0*\0interval\";i:0;s:11:\"\0*\0multiple\";i:0;s:10:\"\0*\0cronCmd\";s:0:\"\";s:23:\"\0*\0isNewSingleExecution\";b:0;}s:16:\"\0*\0executionTime\";i:1598918400;s:14:\"\0*\0description\";s:89:\"Clears the Apache Solr index and the queue, then reinitializes the index queue for pages.\";s:12:\"\0*\0taskGroup\";i:1;}', NULL, 1), (2, 1598660873, 0, 0, 'Indexes the records from site with Root Page ID: 1', 1598988300, 1598972641, '', 'CLI', 'O:49:\"ApacheSolrForTypo3\\Solr\\Task\\IndexQueueWorkerTask\":11:{s:24:\"\0*\0documentsToIndexLimit\";i:50;s:16:\"\0*\0forcedWebRoot\";s:0:\"\";s:13:\"\0*\0rootPageId\";s:1:\"1\";s:12:\"\0*\0scheduler\";N;s:10:\"\0*\0taskUid\";i:2;s:11:\"\0*\0disabled\";b:0;s:19:\"\0*\0runOnNextCronJob\";b:0;s:12:\"\0*\0execution\";O:29:\"TYPO3\\CMS\\Scheduler\\Execution\":6:{s:8:\"\0*\0start\";i:1598660771;s:6:\"\0*\0end\";s:0:\"\";s:11:\"\0*\0interval\";i:0;s:11:\"\0*\0multiple\";s:1:\"0\";s:10:\"\0*\0cronCmd\";s:9:\"* * * * *\";s:23:\"\0*\0isNewSingleExecution\";b:0;}s:16:\"\0*\0executionTime\";i:1598988300;s:14:\"\0*\0description\";s:50:\"Indexes the records from site with Root Page ID: 1\";s:12:\"\0*\0taskGroup\";i:1;}', '', 1), (3, 1720646440, 1, 0, 'Optimizes/defragments the indexes for a site. (E.g.: Removes orphan indexes.)', 1720717200, 1720648339, '', 'BE', 'O:46:\"ApacheSolrForTypo3\\Solr\\Task\\OptimizeIndexTask\":10:{s:12:\"\0*\0scheduler\";N;s:10:\"\0*\0taskUid\";i:3;s:11:\"\0*\0disabled\";b:1;s:19:\"\0*\0runOnNextCronJob\";b:0;s:12:\"\0*\0execution\";O:29:\"TYPO3\\CMS\\Scheduler\\Execution\":6:{s:8:\"\0*\0start\";i:1720647829;s:6:\"\0*\0end\";s:1:\"0\";s:11:\"\0*\0interval\";i:0;s:11:\"\0*\0multiple\";s:1:\"0\";s:10:\"\0*\0cronCmd\";s:12:\"*\/30 * * * *\";s:23:\"\0*\0isNewSingleExecution\";b:0;}s:16:\"\0*\0executionTime\";i:1720717200;s:14:\"\0*\0description\";s:77:\"Optimizes\/defragments the indexes for a site. (E.g.: Removes orphan indexes.)\";s:12:\"\0*\0taskGroup\";i:0;s:13:\"\0*\0rootPageId\";i:1;s:23:\"\0*\0coresToOptimizeIndex\";a:3:{i:0;s:8:\"\/core_en\";i:1;s:8:\"\/core_da\";i:2;s:8:\"\/core_de\";}}', NULL, 0); diff --git a/packages/apache_solr_for_typo3_sitepackage/ext_localconf.php b/packages/apache_solr_for_typo3_sitepackage/ext_localconf.php index 798c5e8..11f9e19 100644 --- a/packages/apache_solr_for_typo3_sitepackage/ext_localconf.php +++ b/packages/apache_solr_for_typo3_sitepackage/ext_localconf.php @@ -10,12 +10,3 @@ * Add default RTE configuration */ $GLOBALS['TYPO3_CONF_VARS']['RTE']['Presets']['apache_solr_for_typo3_sitepackage'] = 'EXT:apache_solr_for_typo3_sitepackage/Configuration/RTE/Default.yaml'; - - -\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTypoScriptConstants(' - @import \'EXT:apache_solr_for_typo3_sitepackage/Configuration/TypoScript/constants.typoscript\' -'); - -\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTypoScriptSetup(' - @import \'EXT:apache_solr_for_typo3_sitepackage/Configuration/TypoScript/setup.typoscript\' -'); diff --git a/packages/introduction_news/Configuration/Sets/IntroductionNews/config.yaml b/packages/introduction_news/Configuration/Sets/IntroductionNews/config.yaml new file mode 100644 index 0000000..ba8362a --- /dev/null +++ b/packages/introduction_news/Configuration/Sets/IntroductionNews/config.yaml @@ -0,0 +1,2 @@ +name: apache-solr-for-typo3/introduction-news +label: 'Solr development site: EXT:News' diff --git a/packages/introduction_news/Configuration/TypoScript/constants.typoscript b/packages/introduction_news/Configuration/Sets/IntroductionNews/constants.typoscript similarity index 100% rename from packages/introduction_news/Configuration/TypoScript/constants.typoscript rename to packages/introduction_news/Configuration/Sets/IntroductionNews/constants.typoscript diff --git a/packages/introduction_news/Configuration/TypoScript/setup.typoscript b/packages/introduction_news/Configuration/Sets/IntroductionNews/setup.typoscript similarity index 100% rename from packages/introduction_news/Configuration/TypoScript/setup.typoscript rename to packages/introduction_news/Configuration/Sets/IntroductionNews/setup.typoscript diff --git a/packages/introduction_news/composer.json b/packages/introduction_news/composer.json index 8a91a39..b8f02ff 100644 --- a/packages/introduction_news/composer.json +++ b/packages/introduction_news/composer.json @@ -6,7 +6,7 @@ "license": ["GPL-2.0-or-later"], "keywords": ["TYPO3 CMS"], "require": { - "georgringer/news": "^12.2" + "georgringer/news": "^14.0" }, "extra": { "typo3/cms": { diff --git a/packages/introduction_news/ext_localconf.php b/packages/introduction_news/ext_localconf.php index a3deed9..a0a1e54 100644 --- a/packages/introduction_news/ext_localconf.php +++ b/packages/introduction_news/ext_localconf.php @@ -1,10 +1,2 @@