AzuraCast/composer.json

196 lines
5.8 KiB
JSON
Raw Normal View History

{
Dependencies update Changelogs summary: - psr/container updated from 1.1.1 to 1.1.2 patch See changes: https://github.com/php-fig/container/compare/1.1.1...1.1.2 Release notes: https://github.com/php-fig/container/releases/tag/1.1.2 - doctrine/dbal updated from 2.13.4 to 2.13.5 patch See changes: https://github.com/doctrine/dbal/compare/2.13.4...2.13.5 Release notes: https://github.com/doctrine/dbal/releases/tag/2.13.5 - league/flysystem updated from 2.3.0 to 2.3.1 patch See changes: https://github.com/thephpleague/flysystem/compare/2.3.0...2.3.1 Release notes: https://github.com/thephpleague/flysystem/releases/tag/2.3.1 - sebastian/exporter updated from 4.0.3 to 4.0.4 patch See changes: https://github.com/sebastianbergmann/exporter/compare/4.0.3...4.0.4 Release notes: https://github.com/sebastianbergmann/exporter/releases/tag/4.0.4 - nikic/php-parser updated from v4.13.0 to v4.13.1 patch See changes: https://github.com/nikic/PHP-Parser/compare/v4.13.0...v4.13.1 Release notes: https://github.com/nikic/PHP-Parser/releases/tag/v4.13.1 - doctrine/migrations updated from 3.3.0 to 3.3.2 patch See changes: https://github.com/doctrine/migrations/compare/3.3.0...3.3.2 Release notes: https://github.com/doctrine/migrations/releases/tag/3.3.2 - gettext/languages updated from 2.8.1 to 2.9.0 minor See changes: https://github.com/php-gettext/Languages/compare/2.8.1...2.9.0 Release notes: https://github.com/php-gettext/Languages/releases/tag/2.9.0 - laminas/laminas-stdlib updated from 3.6.0 to 3.6.1 patch See changes: https://github.com/laminas/laminas-stdlib/compare/3.6.0...3.6.1 Release notes: https://github.com/laminas/laminas-stdlib/releases/tag/3.6.1 - aws/aws-sdk-php updated from 3.199.9 to 3.202.2 minor See changes: https://github.com/aws/aws-sdk-php/compare/3.199.9...3.202.2 Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.202.2 - matomo/device-detector updated from 4.3.1 to 5.0.0 major See changes: https://github.com/matomo-org/device-detector/compare/4.3.1...5.0.0 Release notes: https://github.com/matomo-org/device-detector/releases/tag/5.0.0 - nesbot/carbon updated from 2.53.1 to 2.54.0 minor See changes: https://github.com/briannesbitt/Carbon/compare/2.53.1...2.54.0 Release notes: https://github.com/briannesbitt/Carbon/releases/tag/2.54.0 - pagerfanta/core updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/core/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/core/releases/tag/v3.4.0 - pagerfanta/doctrine-collections-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-collections-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-collections-adapter/releases/tag/v3.4.0 - pagerfanta/doctrine-orm-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-orm-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-orm-adapter/releases/tag/v3.4.0 - phpstan/phpstan updated from 1.0.1 to 1.1.2 minor See changes: https://github.com/phpstan/phpstan/compare/1.0.1...1.1.2 Release notes: https://github.com/phpstan/phpstan/releases/tag/1.1.2 - roave/security-advisories updated from dev-latest@0488e16 to dev-latest@bac54e1 See changes: https://github.com/Roave/SecurityAdvisories/compare/0488e16...bac54e1 - vlucas/phpdotenv updated from v5.3.1 to v5.4.0 minor See changes: https://github.com/vlucas/phpdotenv/compare/v5.3.1...v5.4.0 Release notes: https://github.com/vlucas/phpdotenv/releases/tag/v5.4.0 - zircote/swagger-php updated from 3.2.3 to 3.3.1 minor See changes: https://github.com/zircote/swagger-php/compare/3.2.3...3.3.1 Release notes: https://github.com/zircote/swagger-php/releases/tag/3.3.1
2021-11-15 18:43:09 +01:00
"name": "azuracast/azuracast",
"type": "project",
"description": "The AzuraCast self-hosted web radio station management suite.",
"license": "Apache-2.0",
"authors": [
{
"name": "Buster Neece",
"email": "buster@busterneece.com"
}
],
"require": {
2021-12-12 03:34:09 +01:00
"php": "^8.1",
2022-05-07 18:44:14 +02:00
"ext-PDO": "*",
"ext-curl": "*",
Dependencies update Changelogs summary: - psr/container updated from 1.1.1 to 1.1.2 patch See changes: https://github.com/php-fig/container/compare/1.1.1...1.1.2 Release notes: https://github.com/php-fig/container/releases/tag/1.1.2 - doctrine/dbal updated from 2.13.4 to 2.13.5 patch See changes: https://github.com/doctrine/dbal/compare/2.13.4...2.13.5 Release notes: https://github.com/doctrine/dbal/releases/tag/2.13.5 - league/flysystem updated from 2.3.0 to 2.3.1 patch See changes: https://github.com/thephpleague/flysystem/compare/2.3.0...2.3.1 Release notes: https://github.com/thephpleague/flysystem/releases/tag/2.3.1 - sebastian/exporter updated from 4.0.3 to 4.0.4 patch See changes: https://github.com/sebastianbergmann/exporter/compare/4.0.3...4.0.4 Release notes: https://github.com/sebastianbergmann/exporter/releases/tag/4.0.4 - nikic/php-parser updated from v4.13.0 to v4.13.1 patch See changes: https://github.com/nikic/PHP-Parser/compare/v4.13.0...v4.13.1 Release notes: https://github.com/nikic/PHP-Parser/releases/tag/v4.13.1 - doctrine/migrations updated from 3.3.0 to 3.3.2 patch See changes: https://github.com/doctrine/migrations/compare/3.3.0...3.3.2 Release notes: https://github.com/doctrine/migrations/releases/tag/3.3.2 - gettext/languages updated from 2.8.1 to 2.9.0 minor See changes: https://github.com/php-gettext/Languages/compare/2.8.1...2.9.0 Release notes: https://github.com/php-gettext/Languages/releases/tag/2.9.0 - laminas/laminas-stdlib updated from 3.6.0 to 3.6.1 patch See changes: https://github.com/laminas/laminas-stdlib/compare/3.6.0...3.6.1 Release notes: https://github.com/laminas/laminas-stdlib/releases/tag/3.6.1 - aws/aws-sdk-php updated from 3.199.9 to 3.202.2 minor See changes: https://github.com/aws/aws-sdk-php/compare/3.199.9...3.202.2 Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.202.2 - matomo/device-detector updated from 4.3.1 to 5.0.0 major See changes: https://github.com/matomo-org/device-detector/compare/4.3.1...5.0.0 Release notes: https://github.com/matomo-org/device-detector/releases/tag/5.0.0 - nesbot/carbon updated from 2.53.1 to 2.54.0 minor See changes: https://github.com/briannesbitt/Carbon/compare/2.53.1...2.54.0 Release notes: https://github.com/briannesbitt/Carbon/releases/tag/2.54.0 - pagerfanta/core updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/core/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/core/releases/tag/v3.4.0 - pagerfanta/doctrine-collections-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-collections-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-collections-adapter/releases/tag/v3.4.0 - pagerfanta/doctrine-orm-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-orm-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-orm-adapter/releases/tag/v3.4.0 - phpstan/phpstan updated from 1.0.1 to 1.1.2 minor See changes: https://github.com/phpstan/phpstan/compare/1.0.1...1.1.2 Release notes: https://github.com/phpstan/phpstan/releases/tag/1.1.2 - roave/security-advisories updated from dev-latest@0488e16 to dev-latest@bac54e1 See changes: https://github.com/Roave/SecurityAdvisories/compare/0488e16...bac54e1 - vlucas/phpdotenv updated from v5.3.1 to v5.4.0 minor See changes: https://github.com/vlucas/phpdotenv/compare/v5.3.1...v5.4.0 Release notes: https://github.com/vlucas/phpdotenv/releases/tag/v5.4.0 - zircote/swagger-php updated from 3.2.3 to 3.3.1 minor See changes: https://github.com/zircote/swagger-php/compare/3.2.3...3.3.1 Release notes: https://github.com/zircote/swagger-php/releases/tag/3.3.1
2021-11-15 18:43:09 +01:00
"ext-fileinfo": "*",
"ext-gd": "*",
"ext-iconv": "*",
"ext-intl": "*",
"ext-json": "*",
2022-05-08 20:05:02 +02:00
"ext-libxml": "*",
Dependencies update Changelogs summary: - psr/container updated from 1.1.1 to 1.1.2 patch See changes: https://github.com/php-fig/container/compare/1.1.1...1.1.2 Release notes: https://github.com/php-fig/container/releases/tag/1.1.2 - doctrine/dbal updated from 2.13.4 to 2.13.5 patch See changes: https://github.com/doctrine/dbal/compare/2.13.4...2.13.5 Release notes: https://github.com/doctrine/dbal/releases/tag/2.13.5 - league/flysystem updated from 2.3.0 to 2.3.1 patch See changes: https://github.com/thephpleague/flysystem/compare/2.3.0...2.3.1 Release notes: https://github.com/thephpleague/flysystem/releases/tag/2.3.1 - sebastian/exporter updated from 4.0.3 to 4.0.4 patch See changes: https://github.com/sebastianbergmann/exporter/compare/4.0.3...4.0.4 Release notes: https://github.com/sebastianbergmann/exporter/releases/tag/4.0.4 - nikic/php-parser updated from v4.13.0 to v4.13.1 patch See changes: https://github.com/nikic/PHP-Parser/compare/v4.13.0...v4.13.1 Release notes: https://github.com/nikic/PHP-Parser/releases/tag/v4.13.1 - doctrine/migrations updated from 3.3.0 to 3.3.2 patch See changes: https://github.com/doctrine/migrations/compare/3.3.0...3.3.2 Release notes: https://github.com/doctrine/migrations/releases/tag/3.3.2 - gettext/languages updated from 2.8.1 to 2.9.0 minor See changes: https://github.com/php-gettext/Languages/compare/2.8.1...2.9.0 Release notes: https://github.com/php-gettext/Languages/releases/tag/2.9.0 - laminas/laminas-stdlib updated from 3.6.0 to 3.6.1 patch See changes: https://github.com/laminas/laminas-stdlib/compare/3.6.0...3.6.1 Release notes: https://github.com/laminas/laminas-stdlib/releases/tag/3.6.1 - aws/aws-sdk-php updated from 3.199.9 to 3.202.2 minor See changes: https://github.com/aws/aws-sdk-php/compare/3.199.9...3.202.2 Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.202.2 - matomo/device-detector updated from 4.3.1 to 5.0.0 major See changes: https://github.com/matomo-org/device-detector/compare/4.3.1...5.0.0 Release notes: https://github.com/matomo-org/device-detector/releases/tag/5.0.0 - nesbot/carbon updated from 2.53.1 to 2.54.0 minor See changes: https://github.com/briannesbitt/Carbon/compare/2.53.1...2.54.0 Release notes: https://github.com/briannesbitt/Carbon/releases/tag/2.54.0 - pagerfanta/core updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/core/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/core/releases/tag/v3.4.0 - pagerfanta/doctrine-collections-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-collections-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-collections-adapter/releases/tag/v3.4.0 - pagerfanta/doctrine-orm-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-orm-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-orm-adapter/releases/tag/v3.4.0 - phpstan/phpstan updated from 1.0.1 to 1.1.2 minor See changes: https://github.com/phpstan/phpstan/compare/1.0.1...1.1.2 Release notes: https://github.com/phpstan/phpstan/releases/tag/1.1.2 - roave/security-advisories updated from dev-latest@0488e16 to dev-latest@bac54e1 See changes: https://github.com/Roave/SecurityAdvisories/compare/0488e16...bac54e1 - vlucas/phpdotenv updated from v5.3.1 to v5.4.0 minor See changes: https://github.com/vlucas/phpdotenv/compare/v5.3.1...v5.4.0 Release notes: https://github.com/vlucas/phpdotenv/releases/tag/v5.4.0 - zircote/swagger-php updated from 3.2.3 to 3.3.1 minor See changes: https://github.com/zircote/swagger-php/compare/3.2.3...3.3.1 Release notes: https://github.com/zircote/swagger-php/releases/tag/3.3.1
2021-11-15 18:43:09 +01:00
"ext-maxminddb": "*",
"ext-mbstring": "*",
"ext-redis": "*",
"ext-simplexml": "*",
"ext-xml": "*",
2022-04-20 12:16:10 +02:00
"ext-xmlreader": "*",
Dependencies update Changelogs summary: - psr/container updated from 1.1.1 to 1.1.2 patch See changes: https://github.com/php-fig/container/compare/1.1.1...1.1.2 Release notes: https://github.com/php-fig/container/releases/tag/1.1.2 - doctrine/dbal updated from 2.13.4 to 2.13.5 patch See changes: https://github.com/doctrine/dbal/compare/2.13.4...2.13.5 Release notes: https://github.com/doctrine/dbal/releases/tag/2.13.5 - league/flysystem updated from 2.3.0 to 2.3.1 patch See changes: https://github.com/thephpleague/flysystem/compare/2.3.0...2.3.1 Release notes: https://github.com/thephpleague/flysystem/releases/tag/2.3.1 - sebastian/exporter updated from 4.0.3 to 4.0.4 patch See changes: https://github.com/sebastianbergmann/exporter/compare/4.0.3...4.0.4 Release notes: https://github.com/sebastianbergmann/exporter/releases/tag/4.0.4 - nikic/php-parser updated from v4.13.0 to v4.13.1 patch See changes: https://github.com/nikic/PHP-Parser/compare/v4.13.0...v4.13.1 Release notes: https://github.com/nikic/PHP-Parser/releases/tag/v4.13.1 - doctrine/migrations updated from 3.3.0 to 3.3.2 patch See changes: https://github.com/doctrine/migrations/compare/3.3.0...3.3.2 Release notes: https://github.com/doctrine/migrations/releases/tag/3.3.2 - gettext/languages updated from 2.8.1 to 2.9.0 minor See changes: https://github.com/php-gettext/Languages/compare/2.8.1...2.9.0 Release notes: https://github.com/php-gettext/Languages/releases/tag/2.9.0 - laminas/laminas-stdlib updated from 3.6.0 to 3.6.1 patch See changes: https://github.com/laminas/laminas-stdlib/compare/3.6.0...3.6.1 Release notes: https://github.com/laminas/laminas-stdlib/releases/tag/3.6.1 - aws/aws-sdk-php updated from 3.199.9 to 3.202.2 minor See changes: https://github.com/aws/aws-sdk-php/compare/3.199.9...3.202.2 Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.202.2 - matomo/device-detector updated from 4.3.1 to 5.0.0 major See changes: https://github.com/matomo-org/device-detector/compare/4.3.1...5.0.0 Release notes: https://github.com/matomo-org/device-detector/releases/tag/5.0.0 - nesbot/carbon updated from 2.53.1 to 2.54.0 minor See changes: https://github.com/briannesbitt/Carbon/compare/2.53.1...2.54.0 Release notes: https://github.com/briannesbitt/Carbon/releases/tag/2.54.0 - pagerfanta/core updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/core/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/core/releases/tag/v3.4.0 - pagerfanta/doctrine-collections-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-collections-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-collections-adapter/releases/tag/v3.4.0 - pagerfanta/doctrine-orm-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-orm-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-orm-adapter/releases/tag/v3.4.0 - phpstan/phpstan updated from 1.0.1 to 1.1.2 minor See changes: https://github.com/phpstan/phpstan/compare/1.0.1...1.1.2 Release notes: https://github.com/phpstan/phpstan/releases/tag/1.1.2 - roave/security-advisories updated from dev-latest@0488e16 to dev-latest@bac54e1 See changes: https://github.com/Roave/SecurityAdvisories/compare/0488e16...bac54e1 - vlucas/phpdotenv updated from v5.3.1 to v5.4.0 minor See changes: https://github.com/vlucas/phpdotenv/compare/v5.3.1...v5.4.0 Release notes: https://github.com/vlucas/phpdotenv/releases/tag/v5.4.0 - zircote/swagger-php updated from 3.2.3 to 3.3.1 minor See changes: https://github.com/zircote/swagger-php/compare/3.2.3...3.3.1 Release notes: https://github.com/zircote/swagger-php/releases/tag/3.3.1
2021-11-15 18:43:09 +01:00
"ext-xmlwriter": "*",
"azuracast/doctrine-batch-utilities": "dev-main",
"azuracast/doctrine-entity-normalizer": "dev-main",
"azuracast/flysystem-v2-extensions": "dev-main",
"azuracast/nowplaying": "dev-main",
"azuracast/slim-callable-eventdispatcher": "dev-main",
"bacon/bacon-qr-code": "^2.0",
"beberlei/doctrineextensions": "^1.2",
"brick/math": "^0.9",
"composer/ca-bundle": "^1.2",
"doctrine/annotations": "^1.6",
"doctrine/data-fixtures": "^1.3",
"doctrine/dbal": "^3",
Dependencies update Changelogs summary: - psr/container updated from 1.1.1 to 1.1.2 patch See changes: https://github.com/php-fig/container/compare/1.1.1...1.1.2 Release notes: https://github.com/php-fig/container/releases/tag/1.1.2 - doctrine/dbal updated from 2.13.4 to 2.13.5 patch See changes: https://github.com/doctrine/dbal/compare/2.13.4...2.13.5 Release notes: https://github.com/doctrine/dbal/releases/tag/2.13.5 - league/flysystem updated from 2.3.0 to 2.3.1 patch See changes: https://github.com/thephpleague/flysystem/compare/2.3.0...2.3.1 Release notes: https://github.com/thephpleague/flysystem/releases/tag/2.3.1 - sebastian/exporter updated from 4.0.3 to 4.0.4 patch See changes: https://github.com/sebastianbergmann/exporter/compare/4.0.3...4.0.4 Release notes: https://github.com/sebastianbergmann/exporter/releases/tag/4.0.4 - nikic/php-parser updated from v4.13.0 to v4.13.1 patch See changes: https://github.com/nikic/PHP-Parser/compare/v4.13.0...v4.13.1 Release notes: https://github.com/nikic/PHP-Parser/releases/tag/v4.13.1 - doctrine/migrations updated from 3.3.0 to 3.3.2 patch See changes: https://github.com/doctrine/migrations/compare/3.3.0...3.3.2 Release notes: https://github.com/doctrine/migrations/releases/tag/3.3.2 - gettext/languages updated from 2.8.1 to 2.9.0 minor See changes: https://github.com/php-gettext/Languages/compare/2.8.1...2.9.0 Release notes: https://github.com/php-gettext/Languages/releases/tag/2.9.0 - laminas/laminas-stdlib updated from 3.6.0 to 3.6.1 patch See changes: https://github.com/laminas/laminas-stdlib/compare/3.6.0...3.6.1 Release notes: https://github.com/laminas/laminas-stdlib/releases/tag/3.6.1 - aws/aws-sdk-php updated from 3.199.9 to 3.202.2 minor See changes: https://github.com/aws/aws-sdk-php/compare/3.199.9...3.202.2 Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.202.2 - matomo/device-detector updated from 4.3.1 to 5.0.0 major See changes: https://github.com/matomo-org/device-detector/compare/4.3.1...5.0.0 Release notes: https://github.com/matomo-org/device-detector/releases/tag/5.0.0 - nesbot/carbon updated from 2.53.1 to 2.54.0 minor See changes: https://github.com/briannesbitt/Carbon/compare/2.53.1...2.54.0 Release notes: https://github.com/briannesbitt/Carbon/releases/tag/2.54.0 - pagerfanta/core updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/core/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/core/releases/tag/v3.4.0 - pagerfanta/doctrine-collections-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-collections-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-collections-adapter/releases/tag/v3.4.0 - pagerfanta/doctrine-orm-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-orm-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-orm-adapter/releases/tag/v3.4.0 - phpstan/phpstan updated from 1.0.1 to 1.1.2 minor See changes: https://github.com/phpstan/phpstan/compare/1.0.1...1.1.2 Release notes: https://github.com/phpstan/phpstan/releases/tag/1.1.2 - roave/security-advisories updated from dev-latest@0488e16 to dev-latest@bac54e1 See changes: https://github.com/Roave/SecurityAdvisories/compare/0488e16...bac54e1 - vlucas/phpdotenv updated from v5.3.1 to v5.4.0 minor See changes: https://github.com/vlucas/phpdotenv/compare/v5.3.1...v5.4.0 Release notes: https://github.com/vlucas/phpdotenv/releases/tag/v5.4.0 - zircote/swagger-php updated from 3.2.3 to 3.3.1 minor See changes: https://github.com/zircote/swagger-php/compare/3.2.3...3.3.1 Release notes: https://github.com/zircote/swagger-php/releases/tag/3.3.1
2021-11-15 18:43:09 +01:00
"doctrine/migrations": "^3.0",
"doctrine/orm": "^2.6",
"dragonmantank/cron-expression": "^3.1",
"gettext/gettext": "^5",
"gettext/php-scanner": "^1.3",
Dependencies update Changelogs summary: - psr/container updated from 1.1.1 to 1.1.2 patch See changes: https://github.com/php-fig/container/compare/1.1.1...1.1.2 Release notes: https://github.com/php-fig/container/releases/tag/1.1.2 - doctrine/dbal updated from 2.13.4 to 2.13.5 patch See changes: https://github.com/doctrine/dbal/compare/2.13.4...2.13.5 Release notes: https://github.com/doctrine/dbal/releases/tag/2.13.5 - league/flysystem updated from 2.3.0 to 2.3.1 patch See changes: https://github.com/thephpleague/flysystem/compare/2.3.0...2.3.1 Release notes: https://github.com/thephpleague/flysystem/releases/tag/2.3.1 - sebastian/exporter updated from 4.0.3 to 4.0.4 patch See changes: https://github.com/sebastianbergmann/exporter/compare/4.0.3...4.0.4 Release notes: https://github.com/sebastianbergmann/exporter/releases/tag/4.0.4 - nikic/php-parser updated from v4.13.0 to v4.13.1 patch See changes: https://github.com/nikic/PHP-Parser/compare/v4.13.0...v4.13.1 Release notes: https://github.com/nikic/PHP-Parser/releases/tag/v4.13.1 - doctrine/migrations updated from 3.3.0 to 3.3.2 patch See changes: https://github.com/doctrine/migrations/compare/3.3.0...3.3.2 Release notes: https://github.com/doctrine/migrations/releases/tag/3.3.2 - gettext/languages updated from 2.8.1 to 2.9.0 minor See changes: https://github.com/php-gettext/Languages/compare/2.8.1...2.9.0 Release notes: https://github.com/php-gettext/Languages/releases/tag/2.9.0 - laminas/laminas-stdlib updated from 3.6.0 to 3.6.1 patch See changes: https://github.com/laminas/laminas-stdlib/compare/3.6.0...3.6.1 Release notes: https://github.com/laminas/laminas-stdlib/releases/tag/3.6.1 - aws/aws-sdk-php updated from 3.199.9 to 3.202.2 minor See changes: https://github.com/aws/aws-sdk-php/compare/3.199.9...3.202.2 Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.202.2 - matomo/device-detector updated from 4.3.1 to 5.0.0 major See changes: https://github.com/matomo-org/device-detector/compare/4.3.1...5.0.0 Release notes: https://github.com/matomo-org/device-detector/releases/tag/5.0.0 - nesbot/carbon updated from 2.53.1 to 2.54.0 minor See changes: https://github.com/briannesbitt/Carbon/compare/2.53.1...2.54.0 Release notes: https://github.com/briannesbitt/Carbon/releases/tag/2.54.0 - pagerfanta/core updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/core/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/core/releases/tag/v3.4.0 - pagerfanta/doctrine-collections-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-collections-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-collections-adapter/releases/tag/v3.4.0 - pagerfanta/doctrine-orm-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-orm-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-orm-adapter/releases/tag/v3.4.0 - phpstan/phpstan updated from 1.0.1 to 1.1.2 minor See changes: https://github.com/phpstan/phpstan/compare/1.0.1...1.1.2 Release notes: https://github.com/phpstan/phpstan/releases/tag/1.1.2 - roave/security-advisories updated from dev-latest@0488e16 to dev-latest@bac54e1 See changes: https://github.com/Roave/SecurityAdvisories/compare/0488e16...bac54e1 - vlucas/phpdotenv updated from v5.3.1 to v5.4.0 minor See changes: https://github.com/vlucas/phpdotenv/compare/v5.3.1...v5.4.0 Release notes: https://github.com/vlucas/phpdotenv/releases/tag/v5.4.0 - zircote/swagger-php updated from 3.2.3 to 3.3.1 minor See changes: https://github.com/zircote/swagger-php/compare/3.2.3...3.3.1 Release notes: https://github.com/zircote/swagger-php/releases/tag/3.3.1
2021-11-15 18:43:09 +01:00
"guzzlehttp/guzzle": "^7.0",
"guzzlehttp/oauth-subscriber": "^0.6.0",
"intervention/image": "^2.6",
"james-heinrich/getid3": "v2.0.0-beta4",
Dependencies update Changelogs summary: - psr/container updated from 1.1.1 to 1.1.2 patch See changes: https://github.com/php-fig/container/compare/1.1.1...1.1.2 Release notes: https://github.com/php-fig/container/releases/tag/1.1.2 - doctrine/dbal updated from 2.13.4 to 2.13.5 patch See changes: https://github.com/doctrine/dbal/compare/2.13.4...2.13.5 Release notes: https://github.com/doctrine/dbal/releases/tag/2.13.5 - league/flysystem updated from 2.3.0 to 2.3.1 patch See changes: https://github.com/thephpleague/flysystem/compare/2.3.0...2.3.1 Release notes: https://github.com/thephpleague/flysystem/releases/tag/2.3.1 - sebastian/exporter updated from 4.0.3 to 4.0.4 patch See changes: https://github.com/sebastianbergmann/exporter/compare/4.0.3...4.0.4 Release notes: https://github.com/sebastianbergmann/exporter/releases/tag/4.0.4 - nikic/php-parser updated from v4.13.0 to v4.13.1 patch See changes: https://github.com/nikic/PHP-Parser/compare/v4.13.0...v4.13.1 Release notes: https://github.com/nikic/PHP-Parser/releases/tag/v4.13.1 - doctrine/migrations updated from 3.3.0 to 3.3.2 patch See changes: https://github.com/doctrine/migrations/compare/3.3.0...3.3.2 Release notes: https://github.com/doctrine/migrations/releases/tag/3.3.2 - gettext/languages updated from 2.8.1 to 2.9.0 minor See changes: https://github.com/php-gettext/Languages/compare/2.8.1...2.9.0 Release notes: https://github.com/php-gettext/Languages/releases/tag/2.9.0 - laminas/laminas-stdlib updated from 3.6.0 to 3.6.1 patch See changes: https://github.com/laminas/laminas-stdlib/compare/3.6.0...3.6.1 Release notes: https://github.com/laminas/laminas-stdlib/releases/tag/3.6.1 - aws/aws-sdk-php updated from 3.199.9 to 3.202.2 minor See changes: https://github.com/aws/aws-sdk-php/compare/3.199.9...3.202.2 Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.202.2 - matomo/device-detector updated from 4.3.1 to 5.0.0 major See changes: https://github.com/matomo-org/device-detector/compare/4.3.1...5.0.0 Release notes: https://github.com/matomo-org/device-detector/releases/tag/5.0.0 - nesbot/carbon updated from 2.53.1 to 2.54.0 minor See changes: https://github.com/briannesbitt/Carbon/compare/2.53.1...2.54.0 Release notes: https://github.com/briannesbitt/Carbon/releases/tag/2.54.0 - pagerfanta/core updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/core/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/core/releases/tag/v3.4.0 - pagerfanta/doctrine-collections-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-collections-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-collections-adapter/releases/tag/v3.4.0 - pagerfanta/doctrine-orm-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-orm-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-orm-adapter/releases/tag/v3.4.0 - phpstan/phpstan updated from 1.0.1 to 1.1.2 minor See changes: https://github.com/phpstan/phpstan/compare/1.0.1...1.1.2 Release notes: https://github.com/phpstan/phpstan/releases/tag/1.1.2 - roave/security-advisories updated from dev-latest@0488e16 to dev-latest@bac54e1 See changes: https://github.com/Roave/SecurityAdvisories/compare/0488e16...bac54e1 - vlucas/phpdotenv updated from v5.3.1 to v5.4.0 minor See changes: https://github.com/vlucas/phpdotenv/compare/v5.3.1...v5.4.0 Release notes: https://github.com/vlucas/phpdotenv/releases/tag/v5.4.0 - zircote/swagger-php updated from 3.2.3 to 3.3.1 minor See changes: https://github.com/zircote/swagger-php/compare/3.2.3...3.3.1 Release notes: https://github.com/zircote/swagger-php/releases/tag/3.3.1
2021-11-15 18:43:09 +01:00
"league/csv": "^9.6",
Dependency Updates Changelogs summary: - league/flysystem updated from 2.4.0 to 3.x-dev@d4eedc1 major See changes: https://github.com/thephpleague/flysystem/compare/2.4.0...d4eedc1 - azuracast/flysystem-v2-extensions updated from dev-main@8dad672 to dev-main@36c8152 See changes: https://github.com/AzuraCast/flysystem-v2-extensions/compare/8dad672...36c8152 - codeception/codeception updated from 4.1.28 to 4.1.29 patch See changes: https://github.com/Codeception/Codeception/compare/4.1.28...4.1.29 Release notes: https://github.com/Codeception/Codeception/releases/tag/4.1.29 - codeception/module-doctrine2 updated from 2.0.0 to 2.0.1 patch See changes: https://github.com/Codeception/module-doctrine2/compare/2.0.0...2.0.1 Release notes: https://github.com/Codeception/module-doctrine2/releases/tag/2.0.1 - doctrine/migrations updated from 3.4.0 to 3.4.1 patch See changes: https://github.com/doctrine/migrations/compare/3.4.0...3.4.1 Release notes: https://github.com/doctrine/migrations/releases/tag/3.4.1 - aws/aws-sdk-php updated from 3.209.14 to 3.209.15 patch See changes: https://github.com/aws/aws-sdk-php/compare/3.209.14...3.209.15 Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.209.15 - league/flysystem-aws-s3-v3 updated from 2.1.0 to 3.0.2 major See changes: https://github.com/thephpleague/flysystem-aws-s3-v3/compare/2.1.0...3.0.2 Release notes: https://github.com/thephpleague/flysystem-aws-s3-v3/releases/tag/3.0.2 - roave/security-advisories updated from dev-latest@6e213f0 to dev-latest@f2fdb4f See changes: https://github.com/Roave/SecurityAdvisories/compare/6e213f0...f2fdb4f
2022-01-30 21:07:04 +01:00
"league/flysystem-aws-s3-v3": "^3.0",
"league/flysystem-sftp-v3": "^3.0",
Dependencies update Changelogs summary: - psr/container updated from 1.1.1 to 1.1.2 patch See changes: https://github.com/php-fig/container/compare/1.1.1...1.1.2 Release notes: https://github.com/php-fig/container/releases/tag/1.1.2 - doctrine/dbal updated from 2.13.4 to 2.13.5 patch See changes: https://github.com/doctrine/dbal/compare/2.13.4...2.13.5 Release notes: https://github.com/doctrine/dbal/releases/tag/2.13.5 - league/flysystem updated from 2.3.0 to 2.3.1 patch See changes: https://github.com/thephpleague/flysystem/compare/2.3.0...2.3.1 Release notes: https://github.com/thephpleague/flysystem/releases/tag/2.3.1 - sebastian/exporter updated from 4.0.3 to 4.0.4 patch See changes: https://github.com/sebastianbergmann/exporter/compare/4.0.3...4.0.4 Release notes: https://github.com/sebastianbergmann/exporter/releases/tag/4.0.4 - nikic/php-parser updated from v4.13.0 to v4.13.1 patch See changes: https://github.com/nikic/PHP-Parser/compare/v4.13.0...v4.13.1 Release notes: https://github.com/nikic/PHP-Parser/releases/tag/v4.13.1 - doctrine/migrations updated from 3.3.0 to 3.3.2 patch See changes: https://github.com/doctrine/migrations/compare/3.3.0...3.3.2 Release notes: https://github.com/doctrine/migrations/releases/tag/3.3.2 - gettext/languages updated from 2.8.1 to 2.9.0 minor See changes: https://github.com/php-gettext/Languages/compare/2.8.1...2.9.0 Release notes: https://github.com/php-gettext/Languages/releases/tag/2.9.0 - laminas/laminas-stdlib updated from 3.6.0 to 3.6.1 patch See changes: https://github.com/laminas/laminas-stdlib/compare/3.6.0...3.6.1 Release notes: https://github.com/laminas/laminas-stdlib/releases/tag/3.6.1 - aws/aws-sdk-php updated from 3.199.9 to 3.202.2 minor See changes: https://github.com/aws/aws-sdk-php/compare/3.199.9...3.202.2 Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.202.2 - matomo/device-detector updated from 4.3.1 to 5.0.0 major See changes: https://github.com/matomo-org/device-detector/compare/4.3.1...5.0.0 Release notes: https://github.com/matomo-org/device-detector/releases/tag/5.0.0 - nesbot/carbon updated from 2.53.1 to 2.54.0 minor See changes: https://github.com/briannesbitt/Carbon/compare/2.53.1...2.54.0 Release notes: https://github.com/briannesbitt/Carbon/releases/tag/2.54.0 - pagerfanta/core updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/core/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/core/releases/tag/v3.4.0 - pagerfanta/doctrine-collections-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-collections-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-collections-adapter/releases/tag/v3.4.0 - pagerfanta/doctrine-orm-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-orm-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-orm-adapter/releases/tag/v3.4.0 - phpstan/phpstan updated from 1.0.1 to 1.1.2 minor See changes: https://github.com/phpstan/phpstan/compare/1.0.1...1.1.2 Release notes: https://github.com/phpstan/phpstan/releases/tag/1.1.2 - roave/security-advisories updated from dev-latest@0488e16 to dev-latest@bac54e1 See changes: https://github.com/Roave/SecurityAdvisories/compare/0488e16...bac54e1 - vlucas/phpdotenv updated from v5.3.1 to v5.4.0 minor See changes: https://github.com/vlucas/phpdotenv/compare/v5.3.1...v5.4.0 Release notes: https://github.com/vlucas/phpdotenv/releases/tag/v5.4.0 - zircote/swagger-php updated from 3.2.3 to 3.3.1 minor See changes: https://github.com/zircote/swagger-php/compare/3.2.3...3.3.1 Release notes: https://github.com/zircote/swagger-php/releases/tag/3.3.1
2021-11-15 18:43:09 +01:00
"league/mime-type-detection": "^1.7",
"league/plates": "^3.1",
"lstrojny/fxmlrpc": "dev-master",
"marcw/rss-writer": "^0.4.0",
"matomo/device-detector": "^6",
Dependencies update Changelogs summary: - psr/container updated from 1.1.1 to 1.1.2 patch See changes: https://github.com/php-fig/container/compare/1.1.1...1.1.2 Release notes: https://github.com/php-fig/container/releases/tag/1.1.2 - doctrine/dbal updated from 2.13.4 to 2.13.5 patch See changes: https://github.com/doctrine/dbal/compare/2.13.4...2.13.5 Release notes: https://github.com/doctrine/dbal/releases/tag/2.13.5 - league/flysystem updated from 2.3.0 to 2.3.1 patch See changes: https://github.com/thephpleague/flysystem/compare/2.3.0...2.3.1 Release notes: https://github.com/thephpleague/flysystem/releases/tag/2.3.1 - sebastian/exporter updated from 4.0.3 to 4.0.4 patch See changes: https://github.com/sebastianbergmann/exporter/compare/4.0.3...4.0.4 Release notes: https://github.com/sebastianbergmann/exporter/releases/tag/4.0.4 - nikic/php-parser updated from v4.13.0 to v4.13.1 patch See changes: https://github.com/nikic/PHP-Parser/compare/v4.13.0...v4.13.1 Release notes: https://github.com/nikic/PHP-Parser/releases/tag/v4.13.1 - doctrine/migrations updated from 3.3.0 to 3.3.2 patch See changes: https://github.com/doctrine/migrations/compare/3.3.0...3.3.2 Release notes: https://github.com/doctrine/migrations/releases/tag/3.3.2 - gettext/languages updated from 2.8.1 to 2.9.0 minor See changes: https://github.com/php-gettext/Languages/compare/2.8.1...2.9.0 Release notes: https://github.com/php-gettext/Languages/releases/tag/2.9.0 - laminas/laminas-stdlib updated from 3.6.0 to 3.6.1 patch See changes: https://github.com/laminas/laminas-stdlib/compare/3.6.0...3.6.1 Release notes: https://github.com/laminas/laminas-stdlib/releases/tag/3.6.1 - aws/aws-sdk-php updated from 3.199.9 to 3.202.2 minor See changes: https://github.com/aws/aws-sdk-php/compare/3.199.9...3.202.2 Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.202.2 - matomo/device-detector updated from 4.3.1 to 5.0.0 major See changes: https://github.com/matomo-org/device-detector/compare/4.3.1...5.0.0 Release notes: https://github.com/matomo-org/device-detector/releases/tag/5.0.0 - nesbot/carbon updated from 2.53.1 to 2.54.0 minor See changes: https://github.com/briannesbitt/Carbon/compare/2.53.1...2.54.0 Release notes: https://github.com/briannesbitt/Carbon/releases/tag/2.54.0 - pagerfanta/core updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/core/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/core/releases/tag/v3.4.0 - pagerfanta/doctrine-collections-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-collections-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-collections-adapter/releases/tag/v3.4.0 - pagerfanta/doctrine-orm-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-orm-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-orm-adapter/releases/tag/v3.4.0 - phpstan/phpstan updated from 1.0.1 to 1.1.2 minor See changes: https://github.com/phpstan/phpstan/compare/1.0.1...1.1.2 Release notes: https://github.com/phpstan/phpstan/releases/tag/1.1.2 - roave/security-advisories updated from dev-latest@0488e16 to dev-latest@bac54e1 See changes: https://github.com/Roave/SecurityAdvisories/compare/0488e16...bac54e1 - vlucas/phpdotenv updated from v5.3.1 to v5.4.0 minor See changes: https://github.com/vlucas/phpdotenv/compare/v5.3.1...v5.4.0 Release notes: https://github.com/vlucas/phpdotenv/releases/tag/v5.4.0 - zircote/swagger-php updated from 3.2.3 to 3.3.1 minor See changes: https://github.com/zircote/swagger-php/compare/3.2.3...3.3.1 Release notes: https://github.com/zircote/swagger-php/releases/tag/3.3.1
2021-11-15 18:43:09 +01:00
"mezzio/mezzio-session": "^1.3",
"mezzio/mezzio-session-cache": "^1.7",
"monolog/monolog": "^3",
Dependencies update Changelogs summary: - psr/container updated from 1.1.1 to 1.1.2 patch See changes: https://github.com/php-fig/container/compare/1.1.1...1.1.2 Release notes: https://github.com/php-fig/container/releases/tag/1.1.2 - doctrine/dbal updated from 2.13.4 to 2.13.5 patch See changes: https://github.com/doctrine/dbal/compare/2.13.4...2.13.5 Release notes: https://github.com/doctrine/dbal/releases/tag/2.13.5 - league/flysystem updated from 2.3.0 to 2.3.1 patch See changes: https://github.com/thephpleague/flysystem/compare/2.3.0...2.3.1 Release notes: https://github.com/thephpleague/flysystem/releases/tag/2.3.1 - sebastian/exporter updated from 4.0.3 to 4.0.4 patch See changes: https://github.com/sebastianbergmann/exporter/compare/4.0.3...4.0.4 Release notes: https://github.com/sebastianbergmann/exporter/releases/tag/4.0.4 - nikic/php-parser updated from v4.13.0 to v4.13.1 patch See changes: https://github.com/nikic/PHP-Parser/compare/v4.13.0...v4.13.1 Release notes: https://github.com/nikic/PHP-Parser/releases/tag/v4.13.1 - doctrine/migrations updated from 3.3.0 to 3.3.2 patch See changes: https://github.com/doctrine/migrations/compare/3.3.0...3.3.2 Release notes: https://github.com/doctrine/migrations/releases/tag/3.3.2 - gettext/languages updated from 2.8.1 to 2.9.0 minor See changes: https://github.com/php-gettext/Languages/compare/2.8.1...2.9.0 Release notes: https://github.com/php-gettext/Languages/releases/tag/2.9.0 - laminas/laminas-stdlib updated from 3.6.0 to 3.6.1 patch See changes: https://github.com/laminas/laminas-stdlib/compare/3.6.0...3.6.1 Release notes: https://github.com/laminas/laminas-stdlib/releases/tag/3.6.1 - aws/aws-sdk-php updated from 3.199.9 to 3.202.2 minor See changes: https://github.com/aws/aws-sdk-php/compare/3.199.9...3.202.2 Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.202.2 - matomo/device-detector updated from 4.3.1 to 5.0.0 major See changes: https://github.com/matomo-org/device-detector/compare/4.3.1...5.0.0 Release notes: https://github.com/matomo-org/device-detector/releases/tag/5.0.0 - nesbot/carbon updated from 2.53.1 to 2.54.0 minor See changes: https://github.com/briannesbitt/Carbon/compare/2.53.1...2.54.0 Release notes: https://github.com/briannesbitt/Carbon/releases/tag/2.54.0 - pagerfanta/core updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/core/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/core/releases/tag/v3.4.0 - pagerfanta/doctrine-collections-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-collections-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-collections-adapter/releases/tag/v3.4.0 - pagerfanta/doctrine-orm-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-orm-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-orm-adapter/releases/tag/v3.4.0 - phpstan/phpstan updated from 1.0.1 to 1.1.2 minor See changes: https://github.com/phpstan/phpstan/compare/1.0.1...1.1.2 Release notes: https://github.com/phpstan/phpstan/releases/tag/1.1.2 - roave/security-advisories updated from dev-latest@0488e16 to dev-latest@bac54e1 See changes: https://github.com/Roave/SecurityAdvisories/compare/0488e16...bac54e1 - vlucas/phpdotenv updated from v5.3.1 to v5.4.0 minor See changes: https://github.com/vlucas/phpdotenv/compare/v5.3.1...v5.4.0 Release notes: https://github.com/vlucas/phpdotenv/releases/tag/v5.4.0 - zircote/swagger-php updated from 3.2.3 to 3.3.1 minor See changes: https://github.com/zircote/swagger-php/compare/3.2.3...3.3.1 Release notes: https://github.com/zircote/swagger-php/releases/tag/3.3.1
2021-11-15 18:43:09 +01:00
"myclabs/deep-copy": "^1.10",
"nesbot/carbon": "^2.36",
"pagerfanta/doctrine-collections-adapter": "^3",
"pagerfanta/doctrine-orm-adapter": "^3",
2022-05-30 00:57:56 +02:00
"php-di/php-di": "v7.x-dev",
"php-ffmpeg/php-ffmpeg": "^1.0",
2022-05-07 18:44:14 +02:00
"phpmyadmin/motranslator": "^5.3",
"phpseclib/phpseclib": "^3.0",
2022-03-17 01:31:09 +01:00
"psr/http-factory": ">1",
"psr/simple-cache": ">1",
Dependencies update Changelogs summary: - psr/container updated from 1.1.1 to 1.1.2 patch See changes: https://github.com/php-fig/container/compare/1.1.1...1.1.2 Release notes: https://github.com/php-fig/container/releases/tag/1.1.2 - doctrine/dbal updated from 2.13.4 to 2.13.5 patch See changes: https://github.com/doctrine/dbal/compare/2.13.4...2.13.5 Release notes: https://github.com/doctrine/dbal/releases/tag/2.13.5 - league/flysystem updated from 2.3.0 to 2.3.1 patch See changes: https://github.com/thephpleague/flysystem/compare/2.3.0...2.3.1 Release notes: https://github.com/thephpleague/flysystem/releases/tag/2.3.1 - sebastian/exporter updated from 4.0.3 to 4.0.4 patch See changes: https://github.com/sebastianbergmann/exporter/compare/4.0.3...4.0.4 Release notes: https://github.com/sebastianbergmann/exporter/releases/tag/4.0.4 - nikic/php-parser updated from v4.13.0 to v4.13.1 patch See changes: https://github.com/nikic/PHP-Parser/compare/v4.13.0...v4.13.1 Release notes: https://github.com/nikic/PHP-Parser/releases/tag/v4.13.1 - doctrine/migrations updated from 3.3.0 to 3.3.2 patch See changes: https://github.com/doctrine/migrations/compare/3.3.0...3.3.2 Release notes: https://github.com/doctrine/migrations/releases/tag/3.3.2 - gettext/languages updated from 2.8.1 to 2.9.0 minor See changes: https://github.com/php-gettext/Languages/compare/2.8.1...2.9.0 Release notes: https://github.com/php-gettext/Languages/releases/tag/2.9.0 - laminas/laminas-stdlib updated from 3.6.0 to 3.6.1 patch See changes: https://github.com/laminas/laminas-stdlib/compare/3.6.0...3.6.1 Release notes: https://github.com/laminas/laminas-stdlib/releases/tag/3.6.1 - aws/aws-sdk-php updated from 3.199.9 to 3.202.2 minor See changes: https://github.com/aws/aws-sdk-php/compare/3.199.9...3.202.2 Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.202.2 - matomo/device-detector updated from 4.3.1 to 5.0.0 major See changes: https://github.com/matomo-org/device-detector/compare/4.3.1...5.0.0 Release notes: https://github.com/matomo-org/device-detector/releases/tag/5.0.0 - nesbot/carbon updated from 2.53.1 to 2.54.0 minor See changes: https://github.com/briannesbitt/Carbon/compare/2.53.1...2.54.0 Release notes: https://github.com/briannesbitt/Carbon/releases/tag/2.54.0 - pagerfanta/core updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/core/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/core/releases/tag/v3.4.0 - pagerfanta/doctrine-collections-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-collections-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-collections-adapter/releases/tag/v3.4.0 - pagerfanta/doctrine-orm-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-orm-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-orm-adapter/releases/tag/v3.4.0 - phpstan/phpstan updated from 1.0.1 to 1.1.2 minor See changes: https://github.com/phpstan/phpstan/compare/1.0.1...1.1.2 Release notes: https://github.com/phpstan/phpstan/releases/tag/1.1.2 - roave/security-advisories updated from dev-latest@0488e16 to dev-latest@bac54e1 See changes: https://github.com/Roave/SecurityAdvisories/compare/0488e16...bac54e1 - vlucas/phpdotenv updated from v5.3.1 to v5.4.0 minor See changes: https://github.com/vlucas/phpdotenv/compare/v5.3.1...v5.4.0 Release notes: https://github.com/vlucas/phpdotenv/releases/tag/v5.4.0 - zircote/swagger-php updated from 3.2.3 to 3.3.1 minor See changes: https://github.com/zircote/swagger-php/compare/3.2.3...3.3.1 Release notes: https://github.com/zircote/swagger-php/releases/tag/3.3.1
2021-11-15 18:43:09 +01:00
"ramsey/uuid": "^4.0",
"rlanvin/php-ip": "dev-master",
"skoerfgen/acmecert": "^3.2",
Dependencies update Changelogs summary: - psr/container updated from 1.1.1 to 1.1.2 patch See changes: https://github.com/php-fig/container/compare/1.1.1...1.1.2 Release notes: https://github.com/php-fig/container/releases/tag/1.1.2 - doctrine/dbal updated from 2.13.4 to 2.13.5 patch See changes: https://github.com/doctrine/dbal/compare/2.13.4...2.13.5 Release notes: https://github.com/doctrine/dbal/releases/tag/2.13.5 - league/flysystem updated from 2.3.0 to 2.3.1 patch See changes: https://github.com/thephpleague/flysystem/compare/2.3.0...2.3.1 Release notes: https://github.com/thephpleague/flysystem/releases/tag/2.3.1 - sebastian/exporter updated from 4.0.3 to 4.0.4 patch See changes: https://github.com/sebastianbergmann/exporter/compare/4.0.3...4.0.4 Release notes: https://github.com/sebastianbergmann/exporter/releases/tag/4.0.4 - nikic/php-parser updated from v4.13.0 to v4.13.1 patch See changes: https://github.com/nikic/PHP-Parser/compare/v4.13.0...v4.13.1 Release notes: https://github.com/nikic/PHP-Parser/releases/tag/v4.13.1 - doctrine/migrations updated from 3.3.0 to 3.3.2 patch See changes: https://github.com/doctrine/migrations/compare/3.3.0...3.3.2 Release notes: https://github.com/doctrine/migrations/releases/tag/3.3.2 - gettext/languages updated from 2.8.1 to 2.9.0 minor See changes: https://github.com/php-gettext/Languages/compare/2.8.1...2.9.0 Release notes: https://github.com/php-gettext/Languages/releases/tag/2.9.0 - laminas/laminas-stdlib updated from 3.6.0 to 3.6.1 patch See changes: https://github.com/laminas/laminas-stdlib/compare/3.6.0...3.6.1 Release notes: https://github.com/laminas/laminas-stdlib/releases/tag/3.6.1 - aws/aws-sdk-php updated from 3.199.9 to 3.202.2 minor See changes: https://github.com/aws/aws-sdk-php/compare/3.199.9...3.202.2 Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.202.2 - matomo/device-detector updated from 4.3.1 to 5.0.0 major See changes: https://github.com/matomo-org/device-detector/compare/4.3.1...5.0.0 Release notes: https://github.com/matomo-org/device-detector/releases/tag/5.0.0 - nesbot/carbon updated from 2.53.1 to 2.54.0 minor See changes: https://github.com/briannesbitt/Carbon/compare/2.53.1...2.54.0 Release notes: https://github.com/briannesbitt/Carbon/releases/tag/2.54.0 - pagerfanta/core updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/core/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/core/releases/tag/v3.4.0 - pagerfanta/doctrine-collections-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-collections-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-collections-adapter/releases/tag/v3.4.0 - pagerfanta/doctrine-orm-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-orm-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-orm-adapter/releases/tag/v3.4.0 - phpstan/phpstan updated from 1.0.1 to 1.1.2 minor See changes: https://github.com/phpstan/phpstan/compare/1.0.1...1.1.2 Release notes: https://github.com/phpstan/phpstan/releases/tag/1.1.2 - roave/security-advisories updated from dev-latest@0488e16 to dev-latest@bac54e1 See changes: https://github.com/Roave/SecurityAdvisories/compare/0488e16...bac54e1 - vlucas/phpdotenv updated from v5.3.1 to v5.4.0 minor See changes: https://github.com/vlucas/phpdotenv/compare/v5.3.1...v5.4.0 Release notes: https://github.com/vlucas/phpdotenv/releases/tag/v5.4.0 - zircote/swagger-php updated from 3.2.3 to 3.3.1 minor See changes: https://github.com/zircote/swagger-php/compare/3.2.3...3.3.1 Release notes: https://github.com/zircote/swagger-php/releases/tag/3.3.1
2021-11-15 18:43:09 +01:00
"slim/http": "^1.1",
"slim/slim": "^4.2",
"spatie/flysystem-dropbox": "^2",
"spomky-labs/otphp": "^10.0",
"supervisorphp/supervisor": "dev-main",
"symfony/beanstalkd-messenger": "^6",
"symfony/cache": "^6",
Dependency Update pt 2 Changelogs summary: - codeception/phpunit-wrapper removed (installed version was 9.0.7) - symfony/service-contracts downgraded from v2.5.0 to v2.4.1 minor See changes: https://github.com/symfony/service-contracts/compare/v2.5.0...v2.4.1 Release notes: https://github.com/symfony/service-contracts/releases/tag/v2.4.1 - symfony/console updated from v5.4.5 to v6.0.5 major See changes: https://github.com/symfony/console/compare/v5.4.5...v6.0.5 Release notes: https://github.com/symfony/console/releases/tag/v6.0.5 - symfony/event-dispatcher updated from v5.4.3 to v6.0.3 major See changes: https://github.com/symfony/event-dispatcher/compare/v5.4.3...v6.0.3 Release notes: https://github.com/symfony/event-dispatcher/releases/tag/v6.0.3 - symfony/css-selector updated from v5.4.3 to v6.0.3 major See changes: https://github.com/symfony/css-selector/compare/v5.4.3...v6.0.3 Release notes: https://github.com/symfony/css-selector/releases/tag/v6.0.3 - codeception/lib-web installed in version 1.0.0 Release notes: https://github.com/Codeception/lib-web/releases/tag/1.0.0 - symfony/yaml updated from v5.4.3 to v6.0.3 major See changes: https://github.com/symfony/yaml/compare/v5.4.3...v6.0.3 Release notes: https://github.com/symfony/yaml/releases/tag/v6.0.3 - symfony/finder updated from v5.4.3 to v6.0.3 major See changes: https://github.com/symfony/finder/compare/v5.4.3...v6.0.3 Release notes: https://github.com/symfony/finder/releases/tag/v6.0.3 - codeception/codeception updated from 4.1.31 to 5.0.0-RC1 major See changes: https://github.com/Codeception/Codeception/compare/4.1.31...5.0.0-RC1 Release notes: https://github.com/Codeception/Codeception/releases/tag/5.0.0-RC1 - codeception/module-asserts updated from 2.0.1 to 3.0.0 major See changes: https://github.com/Codeception/module-asserts/compare/2.0.1...3.0.0 Release notes: https://github.com/Codeception/module-asserts/releases/tag/3.0.0 - codeception/module-doctrine2 updated from 2.0.1 to 3.0.0 major See changes: https://github.com/Codeception/module-doctrine2/compare/2.0.1...3.0.0 Release notes: https://github.com/Codeception/module-doctrine2/releases/tag/3.0.0 - symfony/deprecation-contracts updated from v2.5.0 to v3.0.0 major See changes: https://github.com/symfony/deprecation-contracts/compare/v2.5.0...v3.0.0 Release notes: https://github.com/symfony/deprecation-contracts/releases/tag/v3.0.0 - symfony/dom-crawler downgraded from v6.0.6 to v5.4.6 major See changes: https://github.com/symfony/dom-crawler/compare/v6.0.6...v5.4.6 Release notes: https://github.com/symfony/dom-crawler/releases/tag/v5.4.6 - symfony/browser-kit downgraded from v6.0.3 to v4.4.37 major See changes: https://github.com/symfony/browser-kit/compare/v6.0.3...v4.4.37 Release notes: https://github.com/symfony/browser-kit/releases/tag/v4.4.37 - codeception/lib-innerbrowser updated from 2.0.2 to 3.1.1 major See changes: https://github.com/Codeception/lib-innerbrowser/compare/2.0.2...3.1.1 Release notes: https://github.com/Codeception/lib-innerbrowser/releases/tag/3.1.1 - codeception/module-phpbrowser updated from 2.0.2 to 2.5.x-dev@d3cad5e minor See changes: https://github.com/Codeception/module-phpbrowser/compare/2.0.2...d3cad5e - softcreatr/jsonpath updated from 0.7.5 to 0.8.0 minor See changes: https://github.com/SoftCreatR/JSONPath/compare/0.7.5...0.8.0 Release notes: https://github.com/SoftCreatR/JSONPath/releases/tag/0.8.0 - codeception/lib-xml installed in version 1.0.0 Release notes: https://github.com/Codeception/lib-xml/releases/tag/1.0.0 - codeception/module-rest updated from 2.0.1 to 3.1.0 major See changes: https://github.com/Codeception/module-rest/compare/2.0.1...3.1.0 Release notes: https://github.com/Codeception/module-rest/releases/tag/3.1.0
2022-03-16 10:57:44 +01:00
"symfony/console": "^6",
"symfony/event-dispatcher": "^6",
2022-04-13 04:30:19 +02:00
"symfony/filesystem": "^6.0",
Dependency Update pt 2 Changelogs summary: - codeception/phpunit-wrapper removed (installed version was 9.0.7) - symfony/service-contracts downgraded from v2.5.0 to v2.4.1 minor See changes: https://github.com/symfony/service-contracts/compare/v2.5.0...v2.4.1 Release notes: https://github.com/symfony/service-contracts/releases/tag/v2.4.1 - symfony/console updated from v5.4.5 to v6.0.5 major See changes: https://github.com/symfony/console/compare/v5.4.5...v6.0.5 Release notes: https://github.com/symfony/console/releases/tag/v6.0.5 - symfony/event-dispatcher updated from v5.4.3 to v6.0.3 major See changes: https://github.com/symfony/event-dispatcher/compare/v5.4.3...v6.0.3 Release notes: https://github.com/symfony/event-dispatcher/releases/tag/v6.0.3 - symfony/css-selector updated from v5.4.3 to v6.0.3 major See changes: https://github.com/symfony/css-selector/compare/v5.4.3...v6.0.3 Release notes: https://github.com/symfony/css-selector/releases/tag/v6.0.3 - codeception/lib-web installed in version 1.0.0 Release notes: https://github.com/Codeception/lib-web/releases/tag/1.0.0 - symfony/yaml updated from v5.4.3 to v6.0.3 major See changes: https://github.com/symfony/yaml/compare/v5.4.3...v6.0.3 Release notes: https://github.com/symfony/yaml/releases/tag/v6.0.3 - symfony/finder updated from v5.4.3 to v6.0.3 major See changes: https://github.com/symfony/finder/compare/v5.4.3...v6.0.3 Release notes: https://github.com/symfony/finder/releases/tag/v6.0.3 - codeception/codeception updated from 4.1.31 to 5.0.0-RC1 major See changes: https://github.com/Codeception/Codeception/compare/4.1.31...5.0.0-RC1 Release notes: https://github.com/Codeception/Codeception/releases/tag/5.0.0-RC1 - codeception/module-asserts updated from 2.0.1 to 3.0.0 major See changes: https://github.com/Codeception/module-asserts/compare/2.0.1...3.0.0 Release notes: https://github.com/Codeception/module-asserts/releases/tag/3.0.0 - codeception/module-doctrine2 updated from 2.0.1 to 3.0.0 major See changes: https://github.com/Codeception/module-doctrine2/compare/2.0.1...3.0.0 Release notes: https://github.com/Codeception/module-doctrine2/releases/tag/3.0.0 - symfony/deprecation-contracts updated from v2.5.0 to v3.0.0 major See changes: https://github.com/symfony/deprecation-contracts/compare/v2.5.0...v3.0.0 Release notes: https://github.com/symfony/deprecation-contracts/releases/tag/v3.0.0 - symfony/dom-crawler downgraded from v6.0.6 to v5.4.6 major See changes: https://github.com/symfony/dom-crawler/compare/v6.0.6...v5.4.6 Release notes: https://github.com/symfony/dom-crawler/releases/tag/v5.4.6 - symfony/browser-kit downgraded from v6.0.3 to v4.4.37 major See changes: https://github.com/symfony/browser-kit/compare/v6.0.3...v4.4.37 Release notes: https://github.com/symfony/browser-kit/releases/tag/v4.4.37 - codeception/lib-innerbrowser updated from 2.0.2 to 3.1.1 major See changes: https://github.com/Codeception/lib-innerbrowser/compare/2.0.2...3.1.1 Release notes: https://github.com/Codeception/lib-innerbrowser/releases/tag/3.1.1 - codeception/module-phpbrowser updated from 2.0.2 to 2.5.x-dev@d3cad5e minor See changes: https://github.com/Codeception/module-phpbrowser/compare/2.0.2...d3cad5e - softcreatr/jsonpath updated from 0.7.5 to 0.8.0 minor See changes: https://github.com/SoftCreatR/JSONPath/compare/0.7.5...0.8.0 Release notes: https://github.com/SoftCreatR/JSONPath/releases/tag/0.8.0 - codeception/lib-xml installed in version 1.0.0 Release notes: https://github.com/Codeception/lib-xml/releases/tag/1.0.0 - codeception/module-rest updated from 2.0.1 to 3.1.0 major See changes: https://github.com/Codeception/module-rest/compare/2.0.1...3.1.0 Release notes: https://github.com/Codeception/module-rest/releases/tag/3.1.0
2022-03-16 10:57:44 +01:00
"symfony/finder": "^6",
Dependency Update Changelogs summary: - symfony/doctrine-messenger removed (installed version was v6.0.1) - symfony/amqp-messenger removed (installed version was v5.4.0) - symfony/serializer updated from v5.4.0 to v6.0.1 major See changes: https://github.com/symfony/serializer/compare/v5.4.0...v6.0.1 Release notes: https://github.com/symfony/serializer/releases/tag/v6.0.1 - phpunit/phpunit updated from 9.5.10 to 9.5.11 patch See changes: https://github.com/sebastianbergmann/phpunit/compare/9.5.10...9.5.11 Release notes: https://github.com/sebastianbergmann/phpunit/releases/tag/9.5.11 - codeception/module-rest updated from 2.0.0 to 2.0.1 patch See changes: https://github.com/Codeception/module-rest/compare/2.0.0...2.0.1 Release notes: https://github.com/Codeception/module-rest/releases/tag/2.0.1 - symfony/filesystem updated from v5.4.0 to v6.0.0 major See changes: https://github.com/symfony/filesystem/compare/v5.4.0...v6.0.0 Release notes: https://github.com/symfony/filesystem/releases/tag/v6.0.0 - laminas/laminas-stdlib updated from 3.6.2 to 3.6.3 patch See changes: https://github.com/laminas/laminas-stdlib/compare/3.6.2...3.6.3 Release notes: https://github.com/laminas/laminas-stdlib/releases/tag/3.6.3 - symfony/messenger updated from v5.4.0 to v6.0.1 major See changes: https://github.com/symfony/messenger/compare/v5.4.0...v6.0.1 Release notes: https://github.com/symfony/messenger/releases/tag/v6.0.1 - symfony/intl updated from v5.4.0 to v6.0.1 major See changes: https://github.com/symfony/intl/compare/v5.4.0...v6.0.1 Release notes: https://github.com/symfony/intl/releases/tag/v6.0.1 - symfony/mailer updated from v5.4.0 to v6.0.1 major See changes: https://github.com/symfony/mailer/compare/v5.4.0...v6.0.1 Release notes: https://github.com/symfony/mailer/releases/tag/v6.0.1 - symfony/property-access updated from v5.4.0 to v6.0.0 major See changes: https://github.com/symfony/property-access/compare/v5.4.0...v6.0.0 Release notes: https://github.com/symfony/property-access/releases/tag/v6.0.0 - symfony/rate-limiter updated from v5.4.0 to v6.0.1 major See changes: https://github.com/symfony/rate-limiter/compare/v5.4.0...v6.0.1 Release notes: https://github.com/symfony/rate-limiter/releases/tag/v6.0.1 - symfony/redis-messenger updated from v5.4.0 to v6.0.1 major See changes: https://github.com/symfony/redis-messenger/compare/v5.4.0...v6.0.1 Release notes: https://github.com/symfony/redis-messenger/releases/tag/v6.0.1 - symfony/validator updated from v5.4.1 to v6.0.1 major See changes: https://github.com/symfony/validator/compare/v5.4.1...v6.0.1 Release notes: https://github.com/symfony/validator/releases/tag/v6.0.1
2021-12-26 03:36:55 +01:00
"symfony/intl": "^6",
"symfony/lock": "^6",
Dependency Update Changelogs summary: - symfony/doctrine-messenger removed (installed version was v6.0.1) - symfony/amqp-messenger removed (installed version was v5.4.0) - symfony/serializer updated from v5.4.0 to v6.0.1 major See changes: https://github.com/symfony/serializer/compare/v5.4.0...v6.0.1 Release notes: https://github.com/symfony/serializer/releases/tag/v6.0.1 - phpunit/phpunit updated from 9.5.10 to 9.5.11 patch See changes: https://github.com/sebastianbergmann/phpunit/compare/9.5.10...9.5.11 Release notes: https://github.com/sebastianbergmann/phpunit/releases/tag/9.5.11 - codeception/module-rest updated from 2.0.0 to 2.0.1 patch See changes: https://github.com/Codeception/module-rest/compare/2.0.0...2.0.1 Release notes: https://github.com/Codeception/module-rest/releases/tag/2.0.1 - symfony/filesystem updated from v5.4.0 to v6.0.0 major See changes: https://github.com/symfony/filesystem/compare/v5.4.0...v6.0.0 Release notes: https://github.com/symfony/filesystem/releases/tag/v6.0.0 - laminas/laminas-stdlib updated from 3.6.2 to 3.6.3 patch See changes: https://github.com/laminas/laminas-stdlib/compare/3.6.2...3.6.3 Release notes: https://github.com/laminas/laminas-stdlib/releases/tag/3.6.3 - symfony/messenger updated from v5.4.0 to v6.0.1 major See changes: https://github.com/symfony/messenger/compare/v5.4.0...v6.0.1 Release notes: https://github.com/symfony/messenger/releases/tag/v6.0.1 - symfony/intl updated from v5.4.0 to v6.0.1 major See changes: https://github.com/symfony/intl/compare/v5.4.0...v6.0.1 Release notes: https://github.com/symfony/intl/releases/tag/v6.0.1 - symfony/mailer updated from v5.4.0 to v6.0.1 major See changes: https://github.com/symfony/mailer/compare/v5.4.0...v6.0.1 Release notes: https://github.com/symfony/mailer/releases/tag/v6.0.1 - symfony/property-access updated from v5.4.0 to v6.0.0 major See changes: https://github.com/symfony/property-access/compare/v5.4.0...v6.0.0 Release notes: https://github.com/symfony/property-access/releases/tag/v6.0.0 - symfony/rate-limiter updated from v5.4.0 to v6.0.1 major See changes: https://github.com/symfony/rate-limiter/compare/v5.4.0...v6.0.1 Release notes: https://github.com/symfony/rate-limiter/releases/tag/v6.0.1 - symfony/redis-messenger updated from v5.4.0 to v6.0.1 major See changes: https://github.com/symfony/redis-messenger/compare/v5.4.0...v6.0.1 Release notes: https://github.com/symfony/redis-messenger/releases/tag/v6.0.1 - symfony/validator updated from v5.4.1 to v6.0.1 major See changes: https://github.com/symfony/validator/compare/v5.4.1...v6.0.1 Release notes: https://github.com/symfony/validator/releases/tag/v6.0.1
2021-12-26 03:36:55 +01:00
"symfony/mailer": "^6",
"symfony/messenger": "^6",
"symfony/process": "^6",
Dependency Update Changelogs summary: - symfony/doctrine-messenger removed (installed version was v6.0.1) - symfony/amqp-messenger removed (installed version was v5.4.0) - symfony/serializer updated from v5.4.0 to v6.0.1 major See changes: https://github.com/symfony/serializer/compare/v5.4.0...v6.0.1 Release notes: https://github.com/symfony/serializer/releases/tag/v6.0.1 - phpunit/phpunit updated from 9.5.10 to 9.5.11 patch See changes: https://github.com/sebastianbergmann/phpunit/compare/9.5.10...9.5.11 Release notes: https://github.com/sebastianbergmann/phpunit/releases/tag/9.5.11 - codeception/module-rest updated from 2.0.0 to 2.0.1 patch See changes: https://github.com/Codeception/module-rest/compare/2.0.0...2.0.1 Release notes: https://github.com/Codeception/module-rest/releases/tag/2.0.1 - symfony/filesystem updated from v5.4.0 to v6.0.0 major See changes: https://github.com/symfony/filesystem/compare/v5.4.0...v6.0.0 Release notes: https://github.com/symfony/filesystem/releases/tag/v6.0.0 - laminas/laminas-stdlib updated from 3.6.2 to 3.6.3 patch See changes: https://github.com/laminas/laminas-stdlib/compare/3.6.2...3.6.3 Release notes: https://github.com/laminas/laminas-stdlib/releases/tag/3.6.3 - symfony/messenger updated from v5.4.0 to v6.0.1 major See changes: https://github.com/symfony/messenger/compare/v5.4.0...v6.0.1 Release notes: https://github.com/symfony/messenger/releases/tag/v6.0.1 - symfony/intl updated from v5.4.0 to v6.0.1 major See changes: https://github.com/symfony/intl/compare/v5.4.0...v6.0.1 Release notes: https://github.com/symfony/intl/releases/tag/v6.0.1 - symfony/mailer updated from v5.4.0 to v6.0.1 major See changes: https://github.com/symfony/mailer/compare/v5.4.0...v6.0.1 Release notes: https://github.com/symfony/mailer/releases/tag/v6.0.1 - symfony/property-access updated from v5.4.0 to v6.0.0 major See changes: https://github.com/symfony/property-access/compare/v5.4.0...v6.0.0 Release notes: https://github.com/symfony/property-access/releases/tag/v6.0.0 - symfony/rate-limiter updated from v5.4.0 to v6.0.1 major See changes: https://github.com/symfony/rate-limiter/compare/v5.4.0...v6.0.1 Release notes: https://github.com/symfony/rate-limiter/releases/tag/v6.0.1 - symfony/redis-messenger updated from v5.4.0 to v6.0.1 major See changes: https://github.com/symfony/redis-messenger/compare/v5.4.0...v6.0.1 Release notes: https://github.com/symfony/redis-messenger/releases/tag/v6.0.1 - symfony/validator updated from v5.4.1 to v6.0.1 major See changes: https://github.com/symfony/validator/compare/v5.4.1...v6.0.1 Release notes: https://github.com/symfony/validator/releases/tag/v6.0.1
2021-12-26 03:36:55 +01:00
"symfony/property-access": "^6",
Update Symfony to 6.0.8 Changelogs summary: - symfony/string updated from v6.0.3 to v6.0.8 patch See changes: https://github.com/symfony/string/compare/v6.0.3...v6.0.8 Release notes: https://github.com/symfony/string/releases/tag/v6.0.8 - symfony/console updated from v6.0.7 to v6.0.8 patch See changes: https://github.com/symfony/console/compare/v6.0.7...v6.0.8 Release notes: https://github.com/symfony/console/releases/tag/v6.0.8 - symfony/serializer updated from v6.0.7 to v6.0.8 patch See changes: https://github.com/symfony/serializer/compare/v6.0.7...v6.0.8 Release notes: https://github.com/symfony/serializer/releases/tag/v6.0.8 - symfony/process updated from v6.0.7 to v6.0.8 patch See changes: https://github.com/symfony/process/compare/v6.0.7...v6.0.8 Release notes: https://github.com/symfony/process/releases/tag/v6.0.8 - symfony/var-exporter updated from v6.0.7 to v6.0.8 patch See changes: https://github.com/symfony/var-exporter/compare/v6.0.7...v6.0.8 Release notes: https://github.com/symfony/var-exporter/releases/tag/v6.0.8 - symfony/cache updated from v6.0.6 to v6.0.8 patch See changes: https://github.com/symfony/cache/compare/v6.0.6...v6.0.8 Release notes: https://github.com/symfony/cache/releases/tag/v6.0.8 - symfony/var-dumper updated from v6.0.6 to v6.0.8 patch See changes: https://github.com/symfony/var-dumper/compare/v6.0.6...v6.0.8 Release notes: https://github.com/symfony/var-dumper/releases/tag/v6.0.8 - symfony/finder updated from v6.0.3 to v6.0.8 patch See changes: https://github.com/symfony/finder/compare/v6.0.3...v6.0.8 Release notes: https://github.com/symfony/finder/releases/tag/v6.0.8 - symfony/translation updated from v6.0.7 to v6.0.8 patch See changes: https://github.com/symfony/translation/compare/v6.0.7...v6.0.8 Release notes: https://github.com/symfony/translation/releases/tag/v6.0.8 - symfony/messenger updated from v6.0.3 to v6.0.8 patch See changes: https://github.com/symfony/messenger/compare/v6.0.3...v6.0.8 Release notes: https://github.com/symfony/messenger/releases/tag/v6.0.8 - symfony/intl updated from v6.0.5 to v6.0.8 patch See changes: https://github.com/symfony/intl/compare/v6.0.5...v6.0.8 Release notes: https://github.com/symfony/intl/releases/tag/v6.0.8 - symfony/mime updated from v6.0.7 to v6.0.8 patch See changes: https://github.com/symfony/mime/compare/v6.0.7...v6.0.8 Release notes: https://github.com/symfony/mime/releases/tag/v6.0.8 - symfony/mailer updated from v6.0.7 to v6.0.8 patch See changes: https://github.com/symfony/mailer/compare/v6.0.7...v6.0.8 Release notes: https://github.com/symfony/mailer/releases/tag/v6.0.8 - symfony/property-access updated from v6.0.7 to v6.0.8 patch See changes: https://github.com/symfony/property-access/compare/v6.0.7...v6.0.8 Release notes: https://github.com/symfony/property-access/releases/tag/v6.0.8 - symfony/rate-limiter updated from v6.0.3 to v6.0.8 patch See changes: https://github.com/symfony/rate-limiter/compare/v6.0.3...v6.0.8 Release notes: https://github.com/symfony/rate-limiter/releases/tag/v6.0.8 - symfony/validator updated from v6.0.7 to v6.0.8 patch See changes: https://github.com/symfony/validator/compare/v6.0.7...v6.0.8 Release notes: https://github.com/symfony/validator/releases/tag/v6.0.8
2022-04-27 19:52:42 +02:00
"symfony/rate-limiter": "^6",
Dependency Update Changelogs summary: - symfony/doctrine-messenger removed (installed version was v6.0.1) - symfony/amqp-messenger removed (installed version was v5.4.0) - symfony/serializer updated from v5.4.0 to v6.0.1 major See changes: https://github.com/symfony/serializer/compare/v5.4.0...v6.0.1 Release notes: https://github.com/symfony/serializer/releases/tag/v6.0.1 - phpunit/phpunit updated from 9.5.10 to 9.5.11 patch See changes: https://github.com/sebastianbergmann/phpunit/compare/9.5.10...9.5.11 Release notes: https://github.com/sebastianbergmann/phpunit/releases/tag/9.5.11 - codeception/module-rest updated from 2.0.0 to 2.0.1 patch See changes: https://github.com/Codeception/module-rest/compare/2.0.0...2.0.1 Release notes: https://github.com/Codeception/module-rest/releases/tag/2.0.1 - symfony/filesystem updated from v5.4.0 to v6.0.0 major See changes: https://github.com/symfony/filesystem/compare/v5.4.0...v6.0.0 Release notes: https://github.com/symfony/filesystem/releases/tag/v6.0.0 - laminas/laminas-stdlib updated from 3.6.2 to 3.6.3 patch See changes: https://github.com/laminas/laminas-stdlib/compare/3.6.2...3.6.3 Release notes: https://github.com/laminas/laminas-stdlib/releases/tag/3.6.3 - symfony/messenger updated from v5.4.0 to v6.0.1 major See changes: https://github.com/symfony/messenger/compare/v5.4.0...v6.0.1 Release notes: https://github.com/symfony/messenger/releases/tag/v6.0.1 - symfony/intl updated from v5.4.0 to v6.0.1 major See changes: https://github.com/symfony/intl/compare/v5.4.0...v6.0.1 Release notes: https://github.com/symfony/intl/releases/tag/v6.0.1 - symfony/mailer updated from v5.4.0 to v6.0.1 major See changes: https://github.com/symfony/mailer/compare/v5.4.0...v6.0.1 Release notes: https://github.com/symfony/mailer/releases/tag/v6.0.1 - symfony/property-access updated from v5.4.0 to v6.0.0 major See changes: https://github.com/symfony/property-access/compare/v5.4.0...v6.0.0 Release notes: https://github.com/symfony/property-access/releases/tag/v6.0.0 - symfony/rate-limiter updated from v5.4.0 to v6.0.1 major See changes: https://github.com/symfony/rate-limiter/compare/v5.4.0...v6.0.1 Release notes: https://github.com/symfony/rate-limiter/releases/tag/v6.0.1 - symfony/redis-messenger updated from v5.4.0 to v6.0.1 major See changes: https://github.com/symfony/redis-messenger/compare/v5.4.0...v6.0.1 Release notes: https://github.com/symfony/redis-messenger/releases/tag/v6.0.1 - symfony/validator updated from v5.4.1 to v6.0.1 major See changes: https://github.com/symfony/validator/compare/v5.4.1...v6.0.1 Release notes: https://github.com/symfony/validator/releases/tag/v6.0.1
2021-12-26 03:36:55 +01:00
"symfony/redis-messenger": "^6",
"symfony/serializer": "^6",
"symfony/validator": "^6",
Dependency Update pt 2 Changelogs summary: - codeception/phpunit-wrapper removed (installed version was 9.0.7) - symfony/service-contracts downgraded from v2.5.0 to v2.4.1 minor See changes: https://github.com/symfony/service-contracts/compare/v2.5.0...v2.4.1 Release notes: https://github.com/symfony/service-contracts/releases/tag/v2.4.1 - symfony/console updated from v5.4.5 to v6.0.5 major See changes: https://github.com/symfony/console/compare/v5.4.5...v6.0.5 Release notes: https://github.com/symfony/console/releases/tag/v6.0.5 - symfony/event-dispatcher updated from v5.4.3 to v6.0.3 major See changes: https://github.com/symfony/event-dispatcher/compare/v5.4.3...v6.0.3 Release notes: https://github.com/symfony/event-dispatcher/releases/tag/v6.0.3 - symfony/css-selector updated from v5.4.3 to v6.0.3 major See changes: https://github.com/symfony/css-selector/compare/v5.4.3...v6.0.3 Release notes: https://github.com/symfony/css-selector/releases/tag/v6.0.3 - codeception/lib-web installed in version 1.0.0 Release notes: https://github.com/Codeception/lib-web/releases/tag/1.0.0 - symfony/yaml updated from v5.4.3 to v6.0.3 major See changes: https://github.com/symfony/yaml/compare/v5.4.3...v6.0.3 Release notes: https://github.com/symfony/yaml/releases/tag/v6.0.3 - symfony/finder updated from v5.4.3 to v6.0.3 major See changes: https://github.com/symfony/finder/compare/v5.4.3...v6.0.3 Release notes: https://github.com/symfony/finder/releases/tag/v6.0.3 - codeception/codeception updated from 4.1.31 to 5.0.0-RC1 major See changes: https://github.com/Codeception/Codeception/compare/4.1.31...5.0.0-RC1 Release notes: https://github.com/Codeception/Codeception/releases/tag/5.0.0-RC1 - codeception/module-asserts updated from 2.0.1 to 3.0.0 major See changes: https://github.com/Codeception/module-asserts/compare/2.0.1...3.0.0 Release notes: https://github.com/Codeception/module-asserts/releases/tag/3.0.0 - codeception/module-doctrine2 updated from 2.0.1 to 3.0.0 major See changes: https://github.com/Codeception/module-doctrine2/compare/2.0.1...3.0.0 Release notes: https://github.com/Codeception/module-doctrine2/releases/tag/3.0.0 - symfony/deprecation-contracts updated from v2.5.0 to v3.0.0 major See changes: https://github.com/symfony/deprecation-contracts/compare/v2.5.0...v3.0.0 Release notes: https://github.com/symfony/deprecation-contracts/releases/tag/v3.0.0 - symfony/dom-crawler downgraded from v6.0.6 to v5.4.6 major See changes: https://github.com/symfony/dom-crawler/compare/v6.0.6...v5.4.6 Release notes: https://github.com/symfony/dom-crawler/releases/tag/v5.4.6 - symfony/browser-kit downgraded from v6.0.3 to v4.4.37 major See changes: https://github.com/symfony/browser-kit/compare/v6.0.3...v4.4.37 Release notes: https://github.com/symfony/browser-kit/releases/tag/v4.4.37 - codeception/lib-innerbrowser updated from 2.0.2 to 3.1.1 major See changes: https://github.com/Codeception/lib-innerbrowser/compare/2.0.2...3.1.1 Release notes: https://github.com/Codeception/lib-innerbrowser/releases/tag/3.1.1 - codeception/module-phpbrowser updated from 2.0.2 to 2.5.x-dev@d3cad5e minor See changes: https://github.com/Codeception/module-phpbrowser/compare/2.0.2...d3cad5e - softcreatr/jsonpath updated from 0.7.5 to 0.8.0 minor See changes: https://github.com/SoftCreatR/JSONPath/compare/0.7.5...0.8.0 Release notes: https://github.com/SoftCreatR/JSONPath/releases/tag/0.8.0 - codeception/lib-xml installed in version 1.0.0 Release notes: https://github.com/Codeception/lib-xml/releases/tag/1.0.0 - codeception/module-rest updated from 2.0.1 to 3.1.0 major See changes: https://github.com/Codeception/module-rest/compare/2.0.1...3.1.0 Release notes: https://github.com/Codeception/module-rest/releases/tag/3.1.0
2022-03-16 10:57:44 +01:00
"symfony/yaml": "^6",
Dependencies update Changelogs summary: - psr/container updated from 1.1.1 to 1.1.2 patch See changes: https://github.com/php-fig/container/compare/1.1.1...1.1.2 Release notes: https://github.com/php-fig/container/releases/tag/1.1.2 - doctrine/dbal updated from 2.13.4 to 2.13.5 patch See changes: https://github.com/doctrine/dbal/compare/2.13.4...2.13.5 Release notes: https://github.com/doctrine/dbal/releases/tag/2.13.5 - league/flysystem updated from 2.3.0 to 2.3.1 patch See changes: https://github.com/thephpleague/flysystem/compare/2.3.0...2.3.1 Release notes: https://github.com/thephpleague/flysystem/releases/tag/2.3.1 - sebastian/exporter updated from 4.0.3 to 4.0.4 patch See changes: https://github.com/sebastianbergmann/exporter/compare/4.0.3...4.0.4 Release notes: https://github.com/sebastianbergmann/exporter/releases/tag/4.0.4 - nikic/php-parser updated from v4.13.0 to v4.13.1 patch See changes: https://github.com/nikic/PHP-Parser/compare/v4.13.0...v4.13.1 Release notes: https://github.com/nikic/PHP-Parser/releases/tag/v4.13.1 - doctrine/migrations updated from 3.3.0 to 3.3.2 patch See changes: https://github.com/doctrine/migrations/compare/3.3.0...3.3.2 Release notes: https://github.com/doctrine/migrations/releases/tag/3.3.2 - gettext/languages updated from 2.8.1 to 2.9.0 minor See changes: https://github.com/php-gettext/Languages/compare/2.8.1...2.9.0 Release notes: https://github.com/php-gettext/Languages/releases/tag/2.9.0 - laminas/laminas-stdlib updated from 3.6.0 to 3.6.1 patch See changes: https://github.com/laminas/laminas-stdlib/compare/3.6.0...3.6.1 Release notes: https://github.com/laminas/laminas-stdlib/releases/tag/3.6.1 - aws/aws-sdk-php updated from 3.199.9 to 3.202.2 minor See changes: https://github.com/aws/aws-sdk-php/compare/3.199.9...3.202.2 Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.202.2 - matomo/device-detector updated from 4.3.1 to 5.0.0 major See changes: https://github.com/matomo-org/device-detector/compare/4.3.1...5.0.0 Release notes: https://github.com/matomo-org/device-detector/releases/tag/5.0.0 - nesbot/carbon updated from 2.53.1 to 2.54.0 minor See changes: https://github.com/briannesbitt/Carbon/compare/2.53.1...2.54.0 Release notes: https://github.com/briannesbitt/Carbon/releases/tag/2.54.0 - pagerfanta/core updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/core/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/core/releases/tag/v3.4.0 - pagerfanta/doctrine-collections-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-collections-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-collections-adapter/releases/tag/v3.4.0 - pagerfanta/doctrine-orm-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-orm-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-orm-adapter/releases/tag/v3.4.0 - phpstan/phpstan updated from 1.0.1 to 1.1.2 minor See changes: https://github.com/phpstan/phpstan/compare/1.0.1...1.1.2 Release notes: https://github.com/phpstan/phpstan/releases/tag/1.1.2 - roave/security-advisories updated from dev-latest@0488e16 to dev-latest@bac54e1 See changes: https://github.com/Roave/SecurityAdvisories/compare/0488e16...bac54e1 - vlucas/phpdotenv updated from v5.3.1 to v5.4.0 minor See changes: https://github.com/vlucas/phpdotenv/compare/v5.3.1...v5.4.0 Release notes: https://github.com/vlucas/phpdotenv/releases/tag/v5.4.0 - zircote/swagger-php updated from 3.2.3 to 3.3.1 minor See changes: https://github.com/zircote/swagger-php/compare/3.2.3...3.3.1 Release notes: https://github.com/zircote/swagger-php/releases/tag/3.3.1
2021-11-15 18:43:09 +01:00
"theiconic/php-ga-measurement-protocol": "^2.9",
"vlucas/phpdotenv": "^5.3",
"voku/portable-utf8": "^6.0",
Dependencies update Changelogs summary: - psr/container updated from 1.1.1 to 1.1.2 patch See changes: https://github.com/php-fig/container/compare/1.1.1...1.1.2 Release notes: https://github.com/php-fig/container/releases/tag/1.1.2 - doctrine/dbal updated from 2.13.4 to 2.13.5 patch See changes: https://github.com/doctrine/dbal/compare/2.13.4...2.13.5 Release notes: https://github.com/doctrine/dbal/releases/tag/2.13.5 - league/flysystem updated from 2.3.0 to 2.3.1 patch See changes: https://github.com/thephpleague/flysystem/compare/2.3.0...2.3.1 Release notes: https://github.com/thephpleague/flysystem/releases/tag/2.3.1 - sebastian/exporter updated from 4.0.3 to 4.0.4 patch See changes: https://github.com/sebastianbergmann/exporter/compare/4.0.3...4.0.4 Release notes: https://github.com/sebastianbergmann/exporter/releases/tag/4.0.4 - nikic/php-parser updated from v4.13.0 to v4.13.1 patch See changes: https://github.com/nikic/PHP-Parser/compare/v4.13.0...v4.13.1 Release notes: https://github.com/nikic/PHP-Parser/releases/tag/v4.13.1 - doctrine/migrations updated from 3.3.0 to 3.3.2 patch See changes: https://github.com/doctrine/migrations/compare/3.3.0...3.3.2 Release notes: https://github.com/doctrine/migrations/releases/tag/3.3.2 - gettext/languages updated from 2.8.1 to 2.9.0 minor See changes: https://github.com/php-gettext/Languages/compare/2.8.1...2.9.0 Release notes: https://github.com/php-gettext/Languages/releases/tag/2.9.0 - laminas/laminas-stdlib updated from 3.6.0 to 3.6.1 patch See changes: https://github.com/laminas/laminas-stdlib/compare/3.6.0...3.6.1 Release notes: https://github.com/laminas/laminas-stdlib/releases/tag/3.6.1 - aws/aws-sdk-php updated from 3.199.9 to 3.202.2 minor See changes: https://github.com/aws/aws-sdk-php/compare/3.199.9...3.202.2 Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.202.2 - matomo/device-detector updated from 4.3.1 to 5.0.0 major See changes: https://github.com/matomo-org/device-detector/compare/4.3.1...5.0.0 Release notes: https://github.com/matomo-org/device-detector/releases/tag/5.0.0 - nesbot/carbon updated from 2.53.1 to 2.54.0 minor See changes: https://github.com/briannesbitt/Carbon/compare/2.53.1...2.54.0 Release notes: https://github.com/briannesbitt/Carbon/releases/tag/2.54.0 - pagerfanta/core updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/core/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/core/releases/tag/v3.4.0 - pagerfanta/doctrine-collections-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-collections-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-collections-adapter/releases/tag/v3.4.0 - pagerfanta/doctrine-orm-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-orm-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-orm-adapter/releases/tag/v3.4.0 - phpstan/phpstan updated from 1.0.1 to 1.1.2 minor See changes: https://github.com/phpstan/phpstan/compare/1.0.1...1.1.2 Release notes: https://github.com/phpstan/phpstan/releases/tag/1.1.2 - roave/security-advisories updated from dev-latest@0488e16 to dev-latest@bac54e1 See changes: https://github.com/Roave/SecurityAdvisories/compare/0488e16...bac54e1 - vlucas/phpdotenv updated from v5.3.1 to v5.4.0 minor See changes: https://github.com/vlucas/phpdotenv/compare/v5.3.1...v5.4.0 Release notes: https://github.com/vlucas/phpdotenv/releases/tag/v5.4.0 - zircote/swagger-php updated from 3.2.3 to 3.3.1 minor See changes: https://github.com/zircote/swagger-php/compare/3.2.3...3.3.1 Release notes: https://github.com/zircote/swagger-php/releases/tag/3.3.1
2021-11-15 18:43:09 +01:00
"wikimedia/composer-merge-plugin": "dev-master",
"zircote/swagger-php": "^4.3.0"
Dependencies update Changelogs summary: - psr/container updated from 1.1.1 to 1.1.2 patch See changes: https://github.com/php-fig/container/compare/1.1.1...1.1.2 Release notes: https://github.com/php-fig/container/releases/tag/1.1.2 - doctrine/dbal updated from 2.13.4 to 2.13.5 patch See changes: https://github.com/doctrine/dbal/compare/2.13.4...2.13.5 Release notes: https://github.com/doctrine/dbal/releases/tag/2.13.5 - league/flysystem updated from 2.3.0 to 2.3.1 patch See changes: https://github.com/thephpleague/flysystem/compare/2.3.0...2.3.1 Release notes: https://github.com/thephpleague/flysystem/releases/tag/2.3.1 - sebastian/exporter updated from 4.0.3 to 4.0.4 patch See changes: https://github.com/sebastianbergmann/exporter/compare/4.0.3...4.0.4 Release notes: https://github.com/sebastianbergmann/exporter/releases/tag/4.0.4 - nikic/php-parser updated from v4.13.0 to v4.13.1 patch See changes: https://github.com/nikic/PHP-Parser/compare/v4.13.0...v4.13.1 Release notes: https://github.com/nikic/PHP-Parser/releases/tag/v4.13.1 - doctrine/migrations updated from 3.3.0 to 3.3.2 patch See changes: https://github.com/doctrine/migrations/compare/3.3.0...3.3.2 Release notes: https://github.com/doctrine/migrations/releases/tag/3.3.2 - gettext/languages updated from 2.8.1 to 2.9.0 minor See changes: https://github.com/php-gettext/Languages/compare/2.8.1...2.9.0 Release notes: https://github.com/php-gettext/Languages/releases/tag/2.9.0 - laminas/laminas-stdlib updated from 3.6.0 to 3.6.1 patch See changes: https://github.com/laminas/laminas-stdlib/compare/3.6.0...3.6.1 Release notes: https://github.com/laminas/laminas-stdlib/releases/tag/3.6.1 - aws/aws-sdk-php updated from 3.199.9 to 3.202.2 minor See changes: https://github.com/aws/aws-sdk-php/compare/3.199.9...3.202.2 Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.202.2 - matomo/device-detector updated from 4.3.1 to 5.0.0 major See changes: https://github.com/matomo-org/device-detector/compare/4.3.1...5.0.0 Release notes: https://github.com/matomo-org/device-detector/releases/tag/5.0.0 - nesbot/carbon updated from 2.53.1 to 2.54.0 minor See changes: https://github.com/briannesbitt/Carbon/compare/2.53.1...2.54.0 Release notes: https://github.com/briannesbitt/Carbon/releases/tag/2.54.0 - pagerfanta/core updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/core/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/core/releases/tag/v3.4.0 - pagerfanta/doctrine-collections-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-collections-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-collections-adapter/releases/tag/v3.4.0 - pagerfanta/doctrine-orm-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-orm-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-orm-adapter/releases/tag/v3.4.0 - phpstan/phpstan updated from 1.0.1 to 1.1.2 minor See changes: https://github.com/phpstan/phpstan/compare/1.0.1...1.1.2 Release notes: https://github.com/phpstan/phpstan/releases/tag/1.1.2 - roave/security-advisories updated from dev-latest@0488e16 to dev-latest@bac54e1 See changes: https://github.com/Roave/SecurityAdvisories/compare/0488e16...bac54e1 - vlucas/phpdotenv updated from v5.3.1 to v5.4.0 minor See changes: https://github.com/vlucas/phpdotenv/compare/v5.3.1...v5.4.0 Release notes: https://github.com/vlucas/phpdotenv/releases/tag/v5.4.0 - zircote/swagger-php updated from 3.2.3 to 3.3.1 minor See changes: https://github.com/zircote/swagger-php/compare/3.2.3...3.3.1 Release notes: https://github.com/zircote/swagger-php/releases/tag/3.3.1
2021-11-15 18:43:09 +01:00
},
"replace": {
"symfony/polyfill-iconv": "1.99",
"symfony/polyfill-intl-grapheme": "1.99",
"symfony/polyfill-intl-normalizer": "1.99",
"symfony/polyfill-mbstring": "1.99",
"symfony/polyfill-php71": "1.99",
"symfony/polyfill-php72": "1.99",
"symfony/polyfill-php73": "1.99",
"symfony/polyfill-php74": "1.99",
"symfony/polyfill-php80": "1.99",
"symfony/polyfill-php81": "1.99"
Dependencies update Changelogs summary: - psr/container updated from 1.1.1 to 1.1.2 patch See changes: https://github.com/php-fig/container/compare/1.1.1...1.1.2 Release notes: https://github.com/php-fig/container/releases/tag/1.1.2 - doctrine/dbal updated from 2.13.4 to 2.13.5 patch See changes: https://github.com/doctrine/dbal/compare/2.13.4...2.13.5 Release notes: https://github.com/doctrine/dbal/releases/tag/2.13.5 - league/flysystem updated from 2.3.0 to 2.3.1 patch See changes: https://github.com/thephpleague/flysystem/compare/2.3.0...2.3.1 Release notes: https://github.com/thephpleague/flysystem/releases/tag/2.3.1 - sebastian/exporter updated from 4.0.3 to 4.0.4 patch See changes: https://github.com/sebastianbergmann/exporter/compare/4.0.3...4.0.4 Release notes: https://github.com/sebastianbergmann/exporter/releases/tag/4.0.4 - nikic/php-parser updated from v4.13.0 to v4.13.1 patch See changes: https://github.com/nikic/PHP-Parser/compare/v4.13.0...v4.13.1 Release notes: https://github.com/nikic/PHP-Parser/releases/tag/v4.13.1 - doctrine/migrations updated from 3.3.0 to 3.3.2 patch See changes: https://github.com/doctrine/migrations/compare/3.3.0...3.3.2 Release notes: https://github.com/doctrine/migrations/releases/tag/3.3.2 - gettext/languages updated from 2.8.1 to 2.9.0 minor See changes: https://github.com/php-gettext/Languages/compare/2.8.1...2.9.0 Release notes: https://github.com/php-gettext/Languages/releases/tag/2.9.0 - laminas/laminas-stdlib updated from 3.6.0 to 3.6.1 patch See changes: https://github.com/laminas/laminas-stdlib/compare/3.6.0...3.6.1 Release notes: https://github.com/laminas/laminas-stdlib/releases/tag/3.6.1 - aws/aws-sdk-php updated from 3.199.9 to 3.202.2 minor See changes: https://github.com/aws/aws-sdk-php/compare/3.199.9...3.202.2 Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.202.2 - matomo/device-detector updated from 4.3.1 to 5.0.0 major See changes: https://github.com/matomo-org/device-detector/compare/4.3.1...5.0.0 Release notes: https://github.com/matomo-org/device-detector/releases/tag/5.0.0 - nesbot/carbon updated from 2.53.1 to 2.54.0 minor See changes: https://github.com/briannesbitt/Carbon/compare/2.53.1...2.54.0 Release notes: https://github.com/briannesbitt/Carbon/releases/tag/2.54.0 - pagerfanta/core updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/core/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/core/releases/tag/v3.4.0 - pagerfanta/doctrine-collections-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-collections-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-collections-adapter/releases/tag/v3.4.0 - pagerfanta/doctrine-orm-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-orm-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-orm-adapter/releases/tag/v3.4.0 - phpstan/phpstan updated from 1.0.1 to 1.1.2 minor See changes: https://github.com/phpstan/phpstan/compare/1.0.1...1.1.2 Release notes: https://github.com/phpstan/phpstan/releases/tag/1.1.2 - roave/security-advisories updated from dev-latest@0488e16 to dev-latest@bac54e1 See changes: https://github.com/Roave/SecurityAdvisories/compare/0488e16...bac54e1 - vlucas/phpdotenv updated from v5.3.1 to v5.4.0 minor See changes: https://github.com/vlucas/phpdotenv/compare/v5.3.1...v5.4.0 Release notes: https://github.com/vlucas/phpdotenv/releases/tag/v5.4.0 - zircote/swagger-php updated from 3.2.3 to 3.3.1 minor See changes: https://github.com/zircote/swagger-php/compare/3.2.3...3.3.1 Release notes: https://github.com/zircote/swagger-php/releases/tag/3.3.1
2021-11-15 18:43:09 +01:00
},
"require-dev": {
"codeception/codeception": "^5.0.0-RC1",
Dependency Update pt 2 Changelogs summary: - codeception/phpunit-wrapper removed (installed version was 9.0.7) - symfony/service-contracts downgraded from v2.5.0 to v2.4.1 minor See changes: https://github.com/symfony/service-contracts/compare/v2.5.0...v2.4.1 Release notes: https://github.com/symfony/service-contracts/releases/tag/v2.4.1 - symfony/console updated from v5.4.5 to v6.0.5 major See changes: https://github.com/symfony/console/compare/v5.4.5...v6.0.5 Release notes: https://github.com/symfony/console/releases/tag/v6.0.5 - symfony/event-dispatcher updated from v5.4.3 to v6.0.3 major See changes: https://github.com/symfony/event-dispatcher/compare/v5.4.3...v6.0.3 Release notes: https://github.com/symfony/event-dispatcher/releases/tag/v6.0.3 - symfony/css-selector updated from v5.4.3 to v6.0.3 major See changes: https://github.com/symfony/css-selector/compare/v5.4.3...v6.0.3 Release notes: https://github.com/symfony/css-selector/releases/tag/v6.0.3 - codeception/lib-web installed in version 1.0.0 Release notes: https://github.com/Codeception/lib-web/releases/tag/1.0.0 - symfony/yaml updated from v5.4.3 to v6.0.3 major See changes: https://github.com/symfony/yaml/compare/v5.4.3...v6.0.3 Release notes: https://github.com/symfony/yaml/releases/tag/v6.0.3 - symfony/finder updated from v5.4.3 to v6.0.3 major See changes: https://github.com/symfony/finder/compare/v5.4.3...v6.0.3 Release notes: https://github.com/symfony/finder/releases/tag/v6.0.3 - codeception/codeception updated from 4.1.31 to 5.0.0-RC1 major See changes: https://github.com/Codeception/Codeception/compare/4.1.31...5.0.0-RC1 Release notes: https://github.com/Codeception/Codeception/releases/tag/5.0.0-RC1 - codeception/module-asserts updated from 2.0.1 to 3.0.0 major See changes: https://github.com/Codeception/module-asserts/compare/2.0.1...3.0.0 Release notes: https://github.com/Codeception/module-asserts/releases/tag/3.0.0 - codeception/module-doctrine2 updated from 2.0.1 to 3.0.0 major See changes: https://github.com/Codeception/module-doctrine2/compare/2.0.1...3.0.0 Release notes: https://github.com/Codeception/module-doctrine2/releases/tag/3.0.0 - symfony/deprecation-contracts updated from v2.5.0 to v3.0.0 major See changes: https://github.com/symfony/deprecation-contracts/compare/v2.5.0...v3.0.0 Release notes: https://github.com/symfony/deprecation-contracts/releases/tag/v3.0.0 - symfony/dom-crawler downgraded from v6.0.6 to v5.4.6 major See changes: https://github.com/symfony/dom-crawler/compare/v6.0.6...v5.4.6 Release notes: https://github.com/symfony/dom-crawler/releases/tag/v5.4.6 - symfony/browser-kit downgraded from v6.0.3 to v4.4.37 major See changes: https://github.com/symfony/browser-kit/compare/v6.0.3...v4.4.37 Release notes: https://github.com/symfony/browser-kit/releases/tag/v4.4.37 - codeception/lib-innerbrowser updated from 2.0.2 to 3.1.1 major See changes: https://github.com/Codeception/lib-innerbrowser/compare/2.0.2...3.1.1 Release notes: https://github.com/Codeception/lib-innerbrowser/releases/tag/3.1.1 - codeception/module-phpbrowser updated from 2.0.2 to 2.5.x-dev@d3cad5e minor See changes: https://github.com/Codeception/module-phpbrowser/compare/2.0.2...d3cad5e - softcreatr/jsonpath updated from 0.7.5 to 0.8.0 minor See changes: https://github.com/SoftCreatR/JSONPath/compare/0.7.5...0.8.0 Release notes: https://github.com/SoftCreatR/JSONPath/releases/tag/0.8.0 - codeception/lib-xml installed in version 1.0.0 Release notes: https://github.com/Codeception/lib-xml/releases/tag/1.0.0 - codeception/module-rest updated from 2.0.1 to 3.1.0 major See changes: https://github.com/Codeception/module-rest/compare/2.0.1...3.1.0 Release notes: https://github.com/Codeception/module-rest/releases/tag/3.1.0
2022-03-16 10:57:44 +01:00
"codeception/module-asserts": "^3",
Dependency update Changelogs summary: - codeception/stub updated from 3.7.0 to 4.0.0 major See changes: https://github.com/Codeception/Stub/compare/3.7.0...4.0.0 Release notes: https://github.com/Codeception/Stub/releases/tag/4.0.0 - codeception/codeception updated from 4.1.23 to 4.1.27 patch See changes: https://github.com/Codeception/Codeception/compare/4.1.23...4.1.27 Release notes: https://github.com/Codeception/Codeception/releases/tag/4.1.27 - codeception/lib-asserts updated from 1.13.2 to 2.0.0 major See changes: https://github.com/Codeception/lib-asserts/compare/1.13.2...2.0.0 Release notes: https://github.com/Codeception/lib-asserts/releases/tag/2.0.0 - codeception/module-asserts updated from 1.3.1 to 2.0.1 major See changes: https://github.com/Codeception/module-asserts/compare/1.3.1...2.0.1 Release notes: https://github.com/Codeception/module-asserts/releases/tag/2.0.1 - codeception/module-cli updated from 1.1.1 to 2.0.0 major See changes: https://github.com/Codeception/module-cli/compare/1.1.1...2.0.0 Release notes: https://github.com/Codeception/module-cli/releases/tag/2.0.0 - codeception/module-doctrine2 updated from 1.1.1 to 2.0.0 major See changes: https://github.com/Codeception/module-doctrine2/compare/1.1.1...2.0.0 Release notes: https://github.com/Codeception/module-doctrine2/releases/tag/2.0.0 - codeception/lib-innerbrowser updated from 1.5.1 to 2.0.1 major See changes: https://github.com/Codeception/lib-innerbrowser/compare/1.5.1...2.0.1 Release notes: https://github.com/Codeception/lib-innerbrowser/releases/tag/2.0.1 - codeception/module-phpbrowser updated from 1.0.2 to 2.0.2 major See changes: https://github.com/Codeception/module-phpbrowser/compare/1.0.2...2.0.2 Release notes: https://github.com/Codeception/module-phpbrowser/releases/tag/2.0.2 - codeception/module-rest updated from 1.4.2 to 2.0.0 major See changes: https://github.com/Codeception/module-rest/compare/1.4.2...2.0.0 Release notes: https://github.com/Codeception/module-rest/releases/tag/2.0.0 - roave/security-advisories updated from dev-latest@aaf5d29 to dev-latest@fff5363 See changes: https://github.com/Roave/SecurityAdvisories/compare/aaf5d29...fff5363 - vlucas/phpdotenv updated from v5.4.0 to v5.4.1 patch See changes: https://github.com/vlucas/phpdotenv/compare/v5.4.0...v5.4.1 Release notes: https://github.com/vlucas/phpdotenv/releases/tag/v5.4.1 - intervention/image updated from 2.7.0 to 2.7.1 patch See changes: https://github.com/Intervention/image/compare/2.7.0...2.7.1 Release notes: https://github.com/Intervention/image/releases/tag/2.7.1 - doctrine/orm updated from 2.10.3 to 2.10.4 patch See changes: https://github.com/doctrine/orm/compare/2.10.3...2.10.4 Release notes: https://github.com/doctrine/orm/releases/tag/2.10.4 - symfony/dom-crawler updated from v5.4.0 to v6.0.1 major See changes: https://github.com/symfony/dom-crawler/compare/v5.4.0...v6.0.1 Release notes: https://github.com/symfony/dom-crawler/releases/tag/v6.0.1 - symfony/browser-kit updated from v5.4.0 to v6.0.1 major See changes: https://github.com/symfony/browser-kit/compare/v5.4.0...v6.0.1 Release notes: https://github.com/symfony/browser-kit/releases/tag/v6.0.1 - laminas/laminas-code updated from 4.5.0 to 4.5.1 patch See changes: https://github.com/laminas/laminas-code/compare/4.5.0...4.5.1 Release notes: https://github.com/laminas/laminas-code/releases/tag/4.5.1 - aws/aws-sdk-php updated from 3.208.4 to 3.208.7 patch See changes: https://github.com/aws/aws-sdk-php/compare/3.208.4...3.208.7 Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.208.7 - php-di/invoker updated from 2.3.2 to 2.3.3 patch See changes: https://github.com/PHP-DI/Invoker/compare/2.3.2...2.3.3 Release notes: https://github.com/PHP-DI/Invoker/releases/tag/2.3.3 - mnapoli/silly updated from 1.7.2 to 1.7.3 patch See changes: https://github.com/mnapoli/silly/compare/1.7.2...1.7.3 Release notes: https://github.com/mnapoli/silly/releases/tag/1.7.3 - squizlabs/php_codesniffer updated from 3.6.1 to 3.6.2 patch See changes: https://github.com/squizlabs/PHP_CodeSniffer/compare/3.6.1...3.6.2 Release notes: https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.6.2 - beberlei/assert updated from v3.3.1 to v3.3.2 patch See changes: https://github.com/beberlei/assert/compare/v3.3.1...v3.3.2 Release notes: https://github.com/beberlei/assert/releases/tag/v3.3.2 - zircote/swagger-php updated from 4.0.4 to 4.0.5 patch See changes: https://github.com/zircote/swagger-php/compare/4.0.4...4.0.5 Release notes: https://github.com/zircote/swagger-php/releases/tag/4.0.5
2021-12-22 18:11:56 +01:00
"codeception/module-cli": "^2",
Dependency Update pt 2 Changelogs summary: - codeception/phpunit-wrapper removed (installed version was 9.0.7) - symfony/service-contracts downgraded from v2.5.0 to v2.4.1 minor See changes: https://github.com/symfony/service-contracts/compare/v2.5.0...v2.4.1 Release notes: https://github.com/symfony/service-contracts/releases/tag/v2.4.1 - symfony/console updated from v5.4.5 to v6.0.5 major See changes: https://github.com/symfony/console/compare/v5.4.5...v6.0.5 Release notes: https://github.com/symfony/console/releases/tag/v6.0.5 - symfony/event-dispatcher updated from v5.4.3 to v6.0.3 major See changes: https://github.com/symfony/event-dispatcher/compare/v5.4.3...v6.0.3 Release notes: https://github.com/symfony/event-dispatcher/releases/tag/v6.0.3 - symfony/css-selector updated from v5.4.3 to v6.0.3 major See changes: https://github.com/symfony/css-selector/compare/v5.4.3...v6.0.3 Release notes: https://github.com/symfony/css-selector/releases/tag/v6.0.3 - codeception/lib-web installed in version 1.0.0 Release notes: https://github.com/Codeception/lib-web/releases/tag/1.0.0 - symfony/yaml updated from v5.4.3 to v6.0.3 major See changes: https://github.com/symfony/yaml/compare/v5.4.3...v6.0.3 Release notes: https://github.com/symfony/yaml/releases/tag/v6.0.3 - symfony/finder updated from v5.4.3 to v6.0.3 major See changes: https://github.com/symfony/finder/compare/v5.4.3...v6.0.3 Release notes: https://github.com/symfony/finder/releases/tag/v6.0.3 - codeception/codeception updated from 4.1.31 to 5.0.0-RC1 major See changes: https://github.com/Codeception/Codeception/compare/4.1.31...5.0.0-RC1 Release notes: https://github.com/Codeception/Codeception/releases/tag/5.0.0-RC1 - codeception/module-asserts updated from 2.0.1 to 3.0.0 major See changes: https://github.com/Codeception/module-asserts/compare/2.0.1...3.0.0 Release notes: https://github.com/Codeception/module-asserts/releases/tag/3.0.0 - codeception/module-doctrine2 updated from 2.0.1 to 3.0.0 major See changes: https://github.com/Codeception/module-doctrine2/compare/2.0.1...3.0.0 Release notes: https://github.com/Codeception/module-doctrine2/releases/tag/3.0.0 - symfony/deprecation-contracts updated from v2.5.0 to v3.0.0 major See changes: https://github.com/symfony/deprecation-contracts/compare/v2.5.0...v3.0.0 Release notes: https://github.com/symfony/deprecation-contracts/releases/tag/v3.0.0 - symfony/dom-crawler downgraded from v6.0.6 to v5.4.6 major See changes: https://github.com/symfony/dom-crawler/compare/v6.0.6...v5.4.6 Release notes: https://github.com/symfony/dom-crawler/releases/tag/v5.4.6 - symfony/browser-kit downgraded from v6.0.3 to v4.4.37 major See changes: https://github.com/symfony/browser-kit/compare/v6.0.3...v4.4.37 Release notes: https://github.com/symfony/browser-kit/releases/tag/v4.4.37 - codeception/lib-innerbrowser updated from 2.0.2 to 3.1.1 major See changes: https://github.com/Codeception/lib-innerbrowser/compare/2.0.2...3.1.1 Release notes: https://github.com/Codeception/lib-innerbrowser/releases/tag/3.1.1 - codeception/module-phpbrowser updated from 2.0.2 to 2.5.x-dev@d3cad5e minor See changes: https://github.com/Codeception/module-phpbrowser/compare/2.0.2...d3cad5e - softcreatr/jsonpath updated from 0.7.5 to 0.8.0 minor See changes: https://github.com/SoftCreatR/JSONPath/compare/0.7.5...0.8.0 Release notes: https://github.com/SoftCreatR/JSONPath/releases/tag/0.8.0 - codeception/lib-xml installed in version 1.0.0 Release notes: https://github.com/Codeception/lib-xml/releases/tag/1.0.0 - codeception/module-rest updated from 2.0.1 to 3.1.0 major See changes: https://github.com/Codeception/module-rest/compare/2.0.1...3.1.0 Release notes: https://github.com/Codeception/module-rest/releases/tag/3.1.0
2022-03-16 10:57:44 +01:00
"codeception/module-doctrine2": "^3",
2022-03-17 01:31:09 +01:00
"codeception/module-phpbrowser": "dev-master",
Dependency Update pt 2 Changelogs summary: - codeception/phpunit-wrapper removed (installed version was 9.0.7) - symfony/service-contracts downgraded from v2.5.0 to v2.4.1 minor See changes: https://github.com/symfony/service-contracts/compare/v2.5.0...v2.4.1 Release notes: https://github.com/symfony/service-contracts/releases/tag/v2.4.1 - symfony/console updated from v5.4.5 to v6.0.5 major See changes: https://github.com/symfony/console/compare/v5.4.5...v6.0.5 Release notes: https://github.com/symfony/console/releases/tag/v6.0.5 - symfony/event-dispatcher updated from v5.4.3 to v6.0.3 major See changes: https://github.com/symfony/event-dispatcher/compare/v5.4.3...v6.0.3 Release notes: https://github.com/symfony/event-dispatcher/releases/tag/v6.0.3 - symfony/css-selector updated from v5.4.3 to v6.0.3 major See changes: https://github.com/symfony/css-selector/compare/v5.4.3...v6.0.3 Release notes: https://github.com/symfony/css-selector/releases/tag/v6.0.3 - codeception/lib-web installed in version 1.0.0 Release notes: https://github.com/Codeception/lib-web/releases/tag/1.0.0 - symfony/yaml updated from v5.4.3 to v6.0.3 major See changes: https://github.com/symfony/yaml/compare/v5.4.3...v6.0.3 Release notes: https://github.com/symfony/yaml/releases/tag/v6.0.3 - symfony/finder updated from v5.4.3 to v6.0.3 major See changes: https://github.com/symfony/finder/compare/v5.4.3...v6.0.3 Release notes: https://github.com/symfony/finder/releases/tag/v6.0.3 - codeception/codeception updated from 4.1.31 to 5.0.0-RC1 major See changes: https://github.com/Codeception/Codeception/compare/4.1.31...5.0.0-RC1 Release notes: https://github.com/Codeception/Codeception/releases/tag/5.0.0-RC1 - codeception/module-asserts updated from 2.0.1 to 3.0.0 major See changes: https://github.com/Codeception/module-asserts/compare/2.0.1...3.0.0 Release notes: https://github.com/Codeception/module-asserts/releases/tag/3.0.0 - codeception/module-doctrine2 updated from 2.0.1 to 3.0.0 major See changes: https://github.com/Codeception/module-doctrine2/compare/2.0.1...3.0.0 Release notes: https://github.com/Codeception/module-doctrine2/releases/tag/3.0.0 - symfony/deprecation-contracts updated from v2.5.0 to v3.0.0 major See changes: https://github.com/symfony/deprecation-contracts/compare/v2.5.0...v3.0.0 Release notes: https://github.com/symfony/deprecation-contracts/releases/tag/v3.0.0 - symfony/dom-crawler downgraded from v6.0.6 to v5.4.6 major See changes: https://github.com/symfony/dom-crawler/compare/v6.0.6...v5.4.6 Release notes: https://github.com/symfony/dom-crawler/releases/tag/v5.4.6 - symfony/browser-kit downgraded from v6.0.3 to v4.4.37 major See changes: https://github.com/symfony/browser-kit/compare/v6.0.3...v4.4.37 Release notes: https://github.com/symfony/browser-kit/releases/tag/v4.4.37 - codeception/lib-innerbrowser updated from 2.0.2 to 3.1.1 major See changes: https://github.com/Codeception/lib-innerbrowser/compare/2.0.2...3.1.1 Release notes: https://github.com/Codeception/lib-innerbrowser/releases/tag/3.1.1 - codeception/module-phpbrowser updated from 2.0.2 to 2.5.x-dev@d3cad5e minor See changes: https://github.com/Codeception/module-phpbrowser/compare/2.0.2...d3cad5e - softcreatr/jsonpath updated from 0.7.5 to 0.8.0 minor See changes: https://github.com/SoftCreatR/JSONPath/compare/0.7.5...0.8.0 Release notes: https://github.com/SoftCreatR/JSONPath/releases/tag/0.8.0 - codeception/lib-xml installed in version 1.0.0 Release notes: https://github.com/Codeception/lib-xml/releases/tag/1.0.0 - codeception/module-rest updated from 2.0.1 to 3.1.0 major See changes: https://github.com/Codeception/module-rest/compare/2.0.1...3.1.0 Release notes: https://github.com/Codeception/module-rest/releases/tag/3.1.0
2022-03-16 10:57:44 +01:00
"codeception/module-rest": "^3",
Dependencies update Changelogs summary: - psr/container updated from 1.1.1 to 1.1.2 patch See changes: https://github.com/php-fig/container/compare/1.1.1...1.1.2 Release notes: https://github.com/php-fig/container/releases/tag/1.1.2 - doctrine/dbal updated from 2.13.4 to 2.13.5 patch See changes: https://github.com/doctrine/dbal/compare/2.13.4...2.13.5 Release notes: https://github.com/doctrine/dbal/releases/tag/2.13.5 - league/flysystem updated from 2.3.0 to 2.3.1 patch See changes: https://github.com/thephpleague/flysystem/compare/2.3.0...2.3.1 Release notes: https://github.com/thephpleague/flysystem/releases/tag/2.3.1 - sebastian/exporter updated from 4.0.3 to 4.0.4 patch See changes: https://github.com/sebastianbergmann/exporter/compare/4.0.3...4.0.4 Release notes: https://github.com/sebastianbergmann/exporter/releases/tag/4.0.4 - nikic/php-parser updated from v4.13.0 to v4.13.1 patch See changes: https://github.com/nikic/PHP-Parser/compare/v4.13.0...v4.13.1 Release notes: https://github.com/nikic/PHP-Parser/releases/tag/v4.13.1 - doctrine/migrations updated from 3.3.0 to 3.3.2 patch See changes: https://github.com/doctrine/migrations/compare/3.3.0...3.3.2 Release notes: https://github.com/doctrine/migrations/releases/tag/3.3.2 - gettext/languages updated from 2.8.1 to 2.9.0 minor See changes: https://github.com/php-gettext/Languages/compare/2.8.1...2.9.0 Release notes: https://github.com/php-gettext/Languages/releases/tag/2.9.0 - laminas/laminas-stdlib updated from 3.6.0 to 3.6.1 patch See changes: https://github.com/laminas/laminas-stdlib/compare/3.6.0...3.6.1 Release notes: https://github.com/laminas/laminas-stdlib/releases/tag/3.6.1 - aws/aws-sdk-php updated from 3.199.9 to 3.202.2 minor See changes: https://github.com/aws/aws-sdk-php/compare/3.199.9...3.202.2 Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.202.2 - matomo/device-detector updated from 4.3.1 to 5.0.0 major See changes: https://github.com/matomo-org/device-detector/compare/4.3.1...5.0.0 Release notes: https://github.com/matomo-org/device-detector/releases/tag/5.0.0 - nesbot/carbon updated from 2.53.1 to 2.54.0 minor See changes: https://github.com/briannesbitt/Carbon/compare/2.53.1...2.54.0 Release notes: https://github.com/briannesbitt/Carbon/releases/tag/2.54.0 - pagerfanta/core updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/core/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/core/releases/tag/v3.4.0 - pagerfanta/doctrine-collections-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-collections-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-collections-adapter/releases/tag/v3.4.0 - pagerfanta/doctrine-orm-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-orm-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-orm-adapter/releases/tag/v3.4.0 - phpstan/phpstan updated from 1.0.1 to 1.1.2 minor See changes: https://github.com/phpstan/phpstan/compare/1.0.1...1.1.2 Release notes: https://github.com/phpstan/phpstan/releases/tag/1.1.2 - roave/security-advisories updated from dev-latest@0488e16 to dev-latest@bac54e1 See changes: https://github.com/Roave/SecurityAdvisories/compare/0488e16...bac54e1 - vlucas/phpdotenv updated from v5.3.1 to v5.4.0 minor See changes: https://github.com/vlucas/phpdotenv/compare/v5.3.1...v5.4.0 Release notes: https://github.com/vlucas/phpdotenv/releases/tag/v5.4.0 - zircote/swagger-php updated from 3.2.3 to 3.3.1 minor See changes: https://github.com/zircote/swagger-php/compare/3.2.3...3.3.1 Release notes: https://github.com/zircote/swagger-php/releases/tag/3.3.1
2021-11-15 18:43:09 +01:00
"filp/whoops": "^2",
"mockery/mockery": "^1.0",
2022-03-17 01:31:09 +01:00
"php-parallel-lint/php-console-highlighter": "^1",
Dependencies update Changelogs summary: - psr/container updated from 1.1.1 to 1.1.2 patch See changes: https://github.com/php-fig/container/compare/1.1.1...1.1.2 Release notes: https://github.com/php-fig/container/releases/tag/1.1.2 - doctrine/dbal updated from 2.13.4 to 2.13.5 patch See changes: https://github.com/doctrine/dbal/compare/2.13.4...2.13.5 Release notes: https://github.com/doctrine/dbal/releases/tag/2.13.5 - league/flysystem updated from 2.3.0 to 2.3.1 patch See changes: https://github.com/thephpleague/flysystem/compare/2.3.0...2.3.1 Release notes: https://github.com/thephpleague/flysystem/releases/tag/2.3.1 - sebastian/exporter updated from 4.0.3 to 4.0.4 patch See changes: https://github.com/sebastianbergmann/exporter/compare/4.0.3...4.0.4 Release notes: https://github.com/sebastianbergmann/exporter/releases/tag/4.0.4 - nikic/php-parser updated from v4.13.0 to v4.13.1 patch See changes: https://github.com/nikic/PHP-Parser/compare/v4.13.0...v4.13.1 Release notes: https://github.com/nikic/PHP-Parser/releases/tag/v4.13.1 - doctrine/migrations updated from 3.3.0 to 3.3.2 patch See changes: https://github.com/doctrine/migrations/compare/3.3.0...3.3.2 Release notes: https://github.com/doctrine/migrations/releases/tag/3.3.2 - gettext/languages updated from 2.8.1 to 2.9.0 minor See changes: https://github.com/php-gettext/Languages/compare/2.8.1...2.9.0 Release notes: https://github.com/php-gettext/Languages/releases/tag/2.9.0 - laminas/laminas-stdlib updated from 3.6.0 to 3.6.1 patch See changes: https://github.com/laminas/laminas-stdlib/compare/3.6.0...3.6.1 Release notes: https://github.com/laminas/laminas-stdlib/releases/tag/3.6.1 - aws/aws-sdk-php updated from 3.199.9 to 3.202.2 minor See changes: https://github.com/aws/aws-sdk-php/compare/3.199.9...3.202.2 Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.202.2 - matomo/device-detector updated from 4.3.1 to 5.0.0 major See changes: https://github.com/matomo-org/device-detector/compare/4.3.1...5.0.0 Release notes: https://github.com/matomo-org/device-detector/releases/tag/5.0.0 - nesbot/carbon updated from 2.53.1 to 2.54.0 minor See changes: https://github.com/briannesbitt/Carbon/compare/2.53.1...2.54.0 Release notes: https://github.com/briannesbitt/Carbon/releases/tag/2.54.0 - pagerfanta/core updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/core/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/core/releases/tag/v3.4.0 - pagerfanta/doctrine-collections-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-collections-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-collections-adapter/releases/tag/v3.4.0 - pagerfanta/doctrine-orm-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-orm-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-orm-adapter/releases/tag/v3.4.0 - phpstan/phpstan updated from 1.0.1 to 1.1.2 minor See changes: https://github.com/phpstan/phpstan/compare/1.0.1...1.1.2 Release notes: https://github.com/phpstan/phpstan/releases/tag/1.1.2 - roave/security-advisories updated from dev-latest@0488e16 to dev-latest@bac54e1 See changes: https://github.com/Roave/SecurityAdvisories/compare/0488e16...bac54e1 - vlucas/phpdotenv updated from v5.3.1 to v5.4.0 minor See changes: https://github.com/vlucas/phpdotenv/compare/v5.3.1...v5.4.0 Release notes: https://github.com/vlucas/phpdotenv/releases/tag/v5.4.0 - zircote/swagger-php updated from 3.2.3 to 3.3.1 minor See changes: https://github.com/zircote/swagger-php/compare/3.2.3...3.3.1 Release notes: https://github.com/zircote/swagger-php/releases/tag/3.3.1
2021-11-15 18:43:09 +01:00
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpstan/phpstan": "^1",
"phpstan/phpstan-doctrine": "^1",
"phpunit/php-timer": "^5.0",
"phpunit/phpunit": "^9.2",
"psy/psysh": "^0.11.0",
Dependencies update Changelogs summary: - psr/container updated from 1.1.1 to 1.1.2 patch See changes: https://github.com/php-fig/container/compare/1.1.1...1.1.2 Release notes: https://github.com/php-fig/container/releases/tag/1.1.2 - doctrine/dbal updated from 2.13.4 to 2.13.5 patch See changes: https://github.com/doctrine/dbal/compare/2.13.4...2.13.5 Release notes: https://github.com/doctrine/dbal/releases/tag/2.13.5 - league/flysystem updated from 2.3.0 to 2.3.1 patch See changes: https://github.com/thephpleague/flysystem/compare/2.3.0...2.3.1 Release notes: https://github.com/thephpleague/flysystem/releases/tag/2.3.1 - sebastian/exporter updated from 4.0.3 to 4.0.4 patch See changes: https://github.com/sebastianbergmann/exporter/compare/4.0.3...4.0.4 Release notes: https://github.com/sebastianbergmann/exporter/releases/tag/4.0.4 - nikic/php-parser updated from v4.13.0 to v4.13.1 patch See changes: https://github.com/nikic/PHP-Parser/compare/v4.13.0...v4.13.1 Release notes: https://github.com/nikic/PHP-Parser/releases/tag/v4.13.1 - doctrine/migrations updated from 3.3.0 to 3.3.2 patch See changes: https://github.com/doctrine/migrations/compare/3.3.0...3.3.2 Release notes: https://github.com/doctrine/migrations/releases/tag/3.3.2 - gettext/languages updated from 2.8.1 to 2.9.0 minor See changes: https://github.com/php-gettext/Languages/compare/2.8.1...2.9.0 Release notes: https://github.com/php-gettext/Languages/releases/tag/2.9.0 - laminas/laminas-stdlib updated from 3.6.0 to 3.6.1 patch See changes: https://github.com/laminas/laminas-stdlib/compare/3.6.0...3.6.1 Release notes: https://github.com/laminas/laminas-stdlib/releases/tag/3.6.1 - aws/aws-sdk-php updated from 3.199.9 to 3.202.2 minor See changes: https://github.com/aws/aws-sdk-php/compare/3.199.9...3.202.2 Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.202.2 - matomo/device-detector updated from 4.3.1 to 5.0.0 major See changes: https://github.com/matomo-org/device-detector/compare/4.3.1...5.0.0 Release notes: https://github.com/matomo-org/device-detector/releases/tag/5.0.0 - nesbot/carbon updated from 2.53.1 to 2.54.0 minor See changes: https://github.com/briannesbitt/Carbon/compare/2.53.1...2.54.0 Release notes: https://github.com/briannesbitt/Carbon/releases/tag/2.54.0 - pagerfanta/core updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/core/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/core/releases/tag/v3.4.0 - pagerfanta/doctrine-collections-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-collections-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-collections-adapter/releases/tag/v3.4.0 - pagerfanta/doctrine-orm-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-orm-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-orm-adapter/releases/tag/v3.4.0 - phpstan/phpstan updated from 1.0.1 to 1.1.2 minor See changes: https://github.com/phpstan/phpstan/compare/1.0.1...1.1.2 Release notes: https://github.com/phpstan/phpstan/releases/tag/1.1.2 - roave/security-advisories updated from dev-latest@0488e16 to dev-latest@bac54e1 See changes: https://github.com/Roave/SecurityAdvisories/compare/0488e16...bac54e1 - vlucas/phpdotenv updated from v5.3.1 to v5.4.0 minor See changes: https://github.com/vlucas/phpdotenv/compare/v5.3.1...v5.4.0 Release notes: https://github.com/vlucas/phpdotenv/releases/tag/v5.4.0 - zircote/swagger-php updated from 3.2.3 to 3.3.1 minor See changes: https://github.com/zircote/swagger-php/compare/3.2.3...3.3.1 Release notes: https://github.com/zircote/swagger-php/releases/tag/3.3.1
2021-11-15 18:43:09 +01:00
"pyrech/composer-changelogs": "^1.7",
"roave/security-advisories": "dev-latest",
"slevomat/coding-standard": "^7",
Dependency Update pt 2 Changelogs summary: - codeception/phpunit-wrapper removed (installed version was 9.0.7) - symfony/service-contracts downgraded from v2.5.0 to v2.4.1 minor See changes: https://github.com/symfony/service-contracts/compare/v2.5.0...v2.4.1 Release notes: https://github.com/symfony/service-contracts/releases/tag/v2.4.1 - symfony/console updated from v5.4.5 to v6.0.5 major See changes: https://github.com/symfony/console/compare/v5.4.5...v6.0.5 Release notes: https://github.com/symfony/console/releases/tag/v6.0.5 - symfony/event-dispatcher updated from v5.4.3 to v6.0.3 major See changes: https://github.com/symfony/event-dispatcher/compare/v5.4.3...v6.0.3 Release notes: https://github.com/symfony/event-dispatcher/releases/tag/v6.0.3 - symfony/css-selector updated from v5.4.3 to v6.0.3 major See changes: https://github.com/symfony/css-selector/compare/v5.4.3...v6.0.3 Release notes: https://github.com/symfony/css-selector/releases/tag/v6.0.3 - codeception/lib-web installed in version 1.0.0 Release notes: https://github.com/Codeception/lib-web/releases/tag/1.0.0 - symfony/yaml updated from v5.4.3 to v6.0.3 major See changes: https://github.com/symfony/yaml/compare/v5.4.3...v6.0.3 Release notes: https://github.com/symfony/yaml/releases/tag/v6.0.3 - symfony/finder updated from v5.4.3 to v6.0.3 major See changes: https://github.com/symfony/finder/compare/v5.4.3...v6.0.3 Release notes: https://github.com/symfony/finder/releases/tag/v6.0.3 - codeception/codeception updated from 4.1.31 to 5.0.0-RC1 major See changes: https://github.com/Codeception/Codeception/compare/4.1.31...5.0.0-RC1 Release notes: https://github.com/Codeception/Codeception/releases/tag/5.0.0-RC1 - codeception/module-asserts updated from 2.0.1 to 3.0.0 major See changes: https://github.com/Codeception/module-asserts/compare/2.0.1...3.0.0 Release notes: https://github.com/Codeception/module-asserts/releases/tag/3.0.0 - codeception/module-doctrine2 updated from 2.0.1 to 3.0.0 major See changes: https://github.com/Codeception/module-doctrine2/compare/2.0.1...3.0.0 Release notes: https://github.com/Codeception/module-doctrine2/releases/tag/3.0.0 - symfony/deprecation-contracts updated from v2.5.0 to v3.0.0 major See changes: https://github.com/symfony/deprecation-contracts/compare/v2.5.0...v3.0.0 Release notes: https://github.com/symfony/deprecation-contracts/releases/tag/v3.0.0 - symfony/dom-crawler downgraded from v6.0.6 to v5.4.6 major See changes: https://github.com/symfony/dom-crawler/compare/v6.0.6...v5.4.6 Release notes: https://github.com/symfony/dom-crawler/releases/tag/v5.4.6 - symfony/browser-kit downgraded from v6.0.3 to v4.4.37 major See changes: https://github.com/symfony/browser-kit/compare/v6.0.3...v4.4.37 Release notes: https://github.com/symfony/browser-kit/releases/tag/v4.4.37 - codeception/lib-innerbrowser updated from 2.0.2 to 3.1.1 major See changes: https://github.com/Codeception/lib-innerbrowser/compare/2.0.2...3.1.1 Release notes: https://github.com/Codeception/lib-innerbrowser/releases/tag/3.1.1 - codeception/module-phpbrowser updated from 2.0.2 to 2.5.x-dev@d3cad5e minor See changes: https://github.com/Codeception/module-phpbrowser/compare/2.0.2...d3cad5e - softcreatr/jsonpath updated from 0.7.5 to 0.8.0 minor See changes: https://github.com/SoftCreatR/JSONPath/compare/0.7.5...0.8.0 Release notes: https://github.com/SoftCreatR/JSONPath/releases/tag/0.8.0 - codeception/lib-xml installed in version 1.0.0 Release notes: https://github.com/Codeception/lib-xml/releases/tag/1.0.0 - codeception/module-rest updated from 2.0.1 to 3.1.0 major See changes: https://github.com/Codeception/module-rest/compare/2.0.1...3.1.0 Release notes: https://github.com/Codeception/module-rest/releases/tag/3.1.0
2022-03-16 10:57:44 +01:00
"softcreatr/jsonpath": "^0.8",
Dependencies update Changelogs summary: - psr/container updated from 1.1.1 to 1.1.2 patch See changes: https://github.com/php-fig/container/compare/1.1.1...1.1.2 Release notes: https://github.com/php-fig/container/releases/tag/1.1.2 - doctrine/dbal updated from 2.13.4 to 2.13.5 patch See changes: https://github.com/doctrine/dbal/compare/2.13.4...2.13.5 Release notes: https://github.com/doctrine/dbal/releases/tag/2.13.5 - league/flysystem updated from 2.3.0 to 2.3.1 patch See changes: https://github.com/thephpleague/flysystem/compare/2.3.0...2.3.1 Release notes: https://github.com/thephpleague/flysystem/releases/tag/2.3.1 - sebastian/exporter updated from 4.0.3 to 4.0.4 patch See changes: https://github.com/sebastianbergmann/exporter/compare/4.0.3...4.0.4 Release notes: https://github.com/sebastianbergmann/exporter/releases/tag/4.0.4 - nikic/php-parser updated from v4.13.0 to v4.13.1 patch See changes: https://github.com/nikic/PHP-Parser/compare/v4.13.0...v4.13.1 Release notes: https://github.com/nikic/PHP-Parser/releases/tag/v4.13.1 - doctrine/migrations updated from 3.3.0 to 3.3.2 patch See changes: https://github.com/doctrine/migrations/compare/3.3.0...3.3.2 Release notes: https://github.com/doctrine/migrations/releases/tag/3.3.2 - gettext/languages updated from 2.8.1 to 2.9.0 minor See changes: https://github.com/php-gettext/Languages/compare/2.8.1...2.9.0 Release notes: https://github.com/php-gettext/Languages/releases/tag/2.9.0 - laminas/laminas-stdlib updated from 3.6.0 to 3.6.1 patch See changes: https://github.com/laminas/laminas-stdlib/compare/3.6.0...3.6.1 Release notes: https://github.com/laminas/laminas-stdlib/releases/tag/3.6.1 - aws/aws-sdk-php updated from 3.199.9 to 3.202.2 minor See changes: https://github.com/aws/aws-sdk-php/compare/3.199.9...3.202.2 Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.202.2 - matomo/device-detector updated from 4.3.1 to 5.0.0 major See changes: https://github.com/matomo-org/device-detector/compare/4.3.1...5.0.0 Release notes: https://github.com/matomo-org/device-detector/releases/tag/5.0.0 - nesbot/carbon updated from 2.53.1 to 2.54.0 minor See changes: https://github.com/briannesbitt/Carbon/compare/2.53.1...2.54.0 Release notes: https://github.com/briannesbitt/Carbon/releases/tag/2.54.0 - pagerfanta/core updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/core/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/core/releases/tag/v3.4.0 - pagerfanta/doctrine-collections-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-collections-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-collections-adapter/releases/tag/v3.4.0 - pagerfanta/doctrine-orm-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-orm-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-orm-adapter/releases/tag/v3.4.0 - phpstan/phpstan updated from 1.0.1 to 1.1.2 minor See changes: https://github.com/phpstan/phpstan/compare/1.0.1...1.1.2 Release notes: https://github.com/phpstan/phpstan/releases/tag/1.1.2 - roave/security-advisories updated from dev-latest@0488e16 to dev-latest@bac54e1 See changes: https://github.com/Roave/SecurityAdvisories/compare/0488e16...bac54e1 - vlucas/phpdotenv updated from v5.3.1 to v5.4.0 minor See changes: https://github.com/vlucas/phpdotenv/compare/v5.3.1...v5.4.0 Release notes: https://github.com/vlucas/phpdotenv/releases/tag/v5.4.0 - zircote/swagger-php updated from 3.2.3 to 3.3.1 minor See changes: https://github.com/zircote/swagger-php/compare/3.2.3...3.3.1 Release notes: https://github.com/zircote/swagger-php/releases/tag/3.3.1
2021-11-15 18:43:09 +01:00
"squizlabs/php_codesniffer": "^3.5",
2022-03-17 01:31:09 +01:00
"symfony/var-dumper": "^6"
Dependencies update Changelogs summary: - psr/container updated from 1.1.1 to 1.1.2 patch See changes: https://github.com/php-fig/container/compare/1.1.1...1.1.2 Release notes: https://github.com/php-fig/container/releases/tag/1.1.2 - doctrine/dbal updated from 2.13.4 to 2.13.5 patch See changes: https://github.com/doctrine/dbal/compare/2.13.4...2.13.5 Release notes: https://github.com/doctrine/dbal/releases/tag/2.13.5 - league/flysystem updated from 2.3.0 to 2.3.1 patch See changes: https://github.com/thephpleague/flysystem/compare/2.3.0...2.3.1 Release notes: https://github.com/thephpleague/flysystem/releases/tag/2.3.1 - sebastian/exporter updated from 4.0.3 to 4.0.4 patch See changes: https://github.com/sebastianbergmann/exporter/compare/4.0.3...4.0.4 Release notes: https://github.com/sebastianbergmann/exporter/releases/tag/4.0.4 - nikic/php-parser updated from v4.13.0 to v4.13.1 patch See changes: https://github.com/nikic/PHP-Parser/compare/v4.13.0...v4.13.1 Release notes: https://github.com/nikic/PHP-Parser/releases/tag/v4.13.1 - doctrine/migrations updated from 3.3.0 to 3.3.2 patch See changes: https://github.com/doctrine/migrations/compare/3.3.0...3.3.2 Release notes: https://github.com/doctrine/migrations/releases/tag/3.3.2 - gettext/languages updated from 2.8.1 to 2.9.0 minor See changes: https://github.com/php-gettext/Languages/compare/2.8.1...2.9.0 Release notes: https://github.com/php-gettext/Languages/releases/tag/2.9.0 - laminas/laminas-stdlib updated from 3.6.0 to 3.6.1 patch See changes: https://github.com/laminas/laminas-stdlib/compare/3.6.0...3.6.1 Release notes: https://github.com/laminas/laminas-stdlib/releases/tag/3.6.1 - aws/aws-sdk-php updated from 3.199.9 to 3.202.2 minor See changes: https://github.com/aws/aws-sdk-php/compare/3.199.9...3.202.2 Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.202.2 - matomo/device-detector updated from 4.3.1 to 5.0.0 major See changes: https://github.com/matomo-org/device-detector/compare/4.3.1...5.0.0 Release notes: https://github.com/matomo-org/device-detector/releases/tag/5.0.0 - nesbot/carbon updated from 2.53.1 to 2.54.0 minor See changes: https://github.com/briannesbitt/Carbon/compare/2.53.1...2.54.0 Release notes: https://github.com/briannesbitt/Carbon/releases/tag/2.54.0 - pagerfanta/core updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/core/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/core/releases/tag/v3.4.0 - pagerfanta/doctrine-collections-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-collections-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-collections-adapter/releases/tag/v3.4.0 - pagerfanta/doctrine-orm-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-orm-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-orm-adapter/releases/tag/v3.4.0 - phpstan/phpstan updated from 1.0.1 to 1.1.2 minor See changes: https://github.com/phpstan/phpstan/compare/1.0.1...1.1.2 Release notes: https://github.com/phpstan/phpstan/releases/tag/1.1.2 - roave/security-advisories updated from dev-latest@0488e16 to dev-latest@bac54e1 See changes: https://github.com/Roave/SecurityAdvisories/compare/0488e16...bac54e1 - vlucas/phpdotenv updated from v5.3.1 to v5.4.0 minor See changes: https://github.com/vlucas/phpdotenv/compare/v5.3.1...v5.4.0 Release notes: https://github.com/vlucas/phpdotenv/releases/tag/v5.4.0 - zircote/swagger-php updated from 3.2.3 to 3.3.1 minor See changes: https://github.com/zircote/swagger-php/compare/3.2.3...3.3.1 Release notes: https://github.com/zircote/swagger-php/releases/tag/3.3.1
2021-11-15 18:43:09 +01:00
},
"config": {
"discard-changes": true,
"preferred-install": "dist",
"sort-packages": true,
"allow-plugins": {
"composer/package-versions-deprecated": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"ergebnis/composer-normalize": true,
"pyrech/composer-changelogs": true,
"wikimedia/composer-merge-plugin": true
}
Dependencies update Changelogs summary: - psr/container updated from 1.1.1 to 1.1.2 patch See changes: https://github.com/php-fig/container/compare/1.1.1...1.1.2 Release notes: https://github.com/php-fig/container/releases/tag/1.1.2 - doctrine/dbal updated from 2.13.4 to 2.13.5 patch See changes: https://github.com/doctrine/dbal/compare/2.13.4...2.13.5 Release notes: https://github.com/doctrine/dbal/releases/tag/2.13.5 - league/flysystem updated from 2.3.0 to 2.3.1 patch See changes: https://github.com/thephpleague/flysystem/compare/2.3.0...2.3.1 Release notes: https://github.com/thephpleague/flysystem/releases/tag/2.3.1 - sebastian/exporter updated from 4.0.3 to 4.0.4 patch See changes: https://github.com/sebastianbergmann/exporter/compare/4.0.3...4.0.4 Release notes: https://github.com/sebastianbergmann/exporter/releases/tag/4.0.4 - nikic/php-parser updated from v4.13.0 to v4.13.1 patch See changes: https://github.com/nikic/PHP-Parser/compare/v4.13.0...v4.13.1 Release notes: https://github.com/nikic/PHP-Parser/releases/tag/v4.13.1 - doctrine/migrations updated from 3.3.0 to 3.3.2 patch See changes: https://github.com/doctrine/migrations/compare/3.3.0...3.3.2 Release notes: https://github.com/doctrine/migrations/releases/tag/3.3.2 - gettext/languages updated from 2.8.1 to 2.9.0 minor See changes: https://github.com/php-gettext/Languages/compare/2.8.1...2.9.0 Release notes: https://github.com/php-gettext/Languages/releases/tag/2.9.0 - laminas/laminas-stdlib updated from 3.6.0 to 3.6.1 patch See changes: https://github.com/laminas/laminas-stdlib/compare/3.6.0...3.6.1 Release notes: https://github.com/laminas/laminas-stdlib/releases/tag/3.6.1 - aws/aws-sdk-php updated from 3.199.9 to 3.202.2 minor See changes: https://github.com/aws/aws-sdk-php/compare/3.199.9...3.202.2 Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.202.2 - matomo/device-detector updated from 4.3.1 to 5.0.0 major See changes: https://github.com/matomo-org/device-detector/compare/4.3.1...5.0.0 Release notes: https://github.com/matomo-org/device-detector/releases/tag/5.0.0 - nesbot/carbon updated from 2.53.1 to 2.54.0 minor See changes: https://github.com/briannesbitt/Carbon/compare/2.53.1...2.54.0 Release notes: https://github.com/briannesbitt/Carbon/releases/tag/2.54.0 - pagerfanta/core updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/core/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/core/releases/tag/v3.4.0 - pagerfanta/doctrine-collections-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-collections-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-collections-adapter/releases/tag/v3.4.0 - pagerfanta/doctrine-orm-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-orm-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-orm-adapter/releases/tag/v3.4.0 - phpstan/phpstan updated from 1.0.1 to 1.1.2 minor See changes: https://github.com/phpstan/phpstan/compare/1.0.1...1.1.2 Release notes: https://github.com/phpstan/phpstan/releases/tag/1.1.2 - roave/security-advisories updated from dev-latest@0488e16 to dev-latest@bac54e1 See changes: https://github.com/Roave/SecurityAdvisories/compare/0488e16...bac54e1 - vlucas/phpdotenv updated from v5.3.1 to v5.4.0 minor See changes: https://github.com/vlucas/phpdotenv/compare/v5.3.1...v5.4.0 Release notes: https://github.com/vlucas/phpdotenv/releases/tag/v5.4.0 - zircote/swagger-php updated from 3.2.3 to 3.3.1 minor See changes: https://github.com/zircote/swagger-php/compare/3.2.3...3.3.1 Release notes: https://github.com/zircote/swagger-php/releases/tag/3.3.1
2021-11-15 18:43:09 +01:00
},
"extra": {
"merge-plugin": {
"ignore-duplicates": false,
"include": [
"plugins/*/composer.json"
],
"merge-dev": true,
"merge-extra": false,
"merge-extra-deep": false,
"merge-scripts": false,
"recurse": true,
"replace": true
}
},
"autoload": {
"psr-4": {
"App\\": "src"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"bin": [
"bin/console"
],
"scripts": {
"ci-import-locales": [
"bin/console locale:import"
2021-09-03 22:34:30 +02:00
],
Dependencies update Changelogs summary: - psr/container updated from 1.1.1 to 1.1.2 patch See changes: https://github.com/php-fig/container/compare/1.1.1...1.1.2 Release notes: https://github.com/php-fig/container/releases/tag/1.1.2 - doctrine/dbal updated from 2.13.4 to 2.13.5 patch See changes: https://github.com/doctrine/dbal/compare/2.13.4...2.13.5 Release notes: https://github.com/doctrine/dbal/releases/tag/2.13.5 - league/flysystem updated from 2.3.0 to 2.3.1 patch See changes: https://github.com/thephpleague/flysystem/compare/2.3.0...2.3.1 Release notes: https://github.com/thephpleague/flysystem/releases/tag/2.3.1 - sebastian/exporter updated from 4.0.3 to 4.0.4 patch See changes: https://github.com/sebastianbergmann/exporter/compare/4.0.3...4.0.4 Release notes: https://github.com/sebastianbergmann/exporter/releases/tag/4.0.4 - nikic/php-parser updated from v4.13.0 to v4.13.1 patch See changes: https://github.com/nikic/PHP-Parser/compare/v4.13.0...v4.13.1 Release notes: https://github.com/nikic/PHP-Parser/releases/tag/v4.13.1 - doctrine/migrations updated from 3.3.0 to 3.3.2 patch See changes: https://github.com/doctrine/migrations/compare/3.3.0...3.3.2 Release notes: https://github.com/doctrine/migrations/releases/tag/3.3.2 - gettext/languages updated from 2.8.1 to 2.9.0 minor See changes: https://github.com/php-gettext/Languages/compare/2.8.1...2.9.0 Release notes: https://github.com/php-gettext/Languages/releases/tag/2.9.0 - laminas/laminas-stdlib updated from 3.6.0 to 3.6.1 patch See changes: https://github.com/laminas/laminas-stdlib/compare/3.6.0...3.6.1 Release notes: https://github.com/laminas/laminas-stdlib/releases/tag/3.6.1 - aws/aws-sdk-php updated from 3.199.9 to 3.202.2 minor See changes: https://github.com/aws/aws-sdk-php/compare/3.199.9...3.202.2 Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.202.2 - matomo/device-detector updated from 4.3.1 to 5.0.0 major See changes: https://github.com/matomo-org/device-detector/compare/4.3.1...5.0.0 Release notes: https://github.com/matomo-org/device-detector/releases/tag/5.0.0 - nesbot/carbon updated from 2.53.1 to 2.54.0 minor See changes: https://github.com/briannesbitt/Carbon/compare/2.53.1...2.54.0 Release notes: https://github.com/briannesbitt/Carbon/releases/tag/2.54.0 - pagerfanta/core updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/core/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/core/releases/tag/v3.4.0 - pagerfanta/doctrine-collections-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-collections-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-collections-adapter/releases/tag/v3.4.0 - pagerfanta/doctrine-orm-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-orm-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-orm-adapter/releases/tag/v3.4.0 - phpstan/phpstan updated from 1.0.1 to 1.1.2 minor See changes: https://github.com/phpstan/phpstan/compare/1.0.1...1.1.2 Release notes: https://github.com/phpstan/phpstan/releases/tag/1.1.2 - roave/security-advisories updated from dev-latest@0488e16 to dev-latest@bac54e1 See changes: https://github.com/Roave/SecurityAdvisories/compare/0488e16...bac54e1 - vlucas/phpdotenv updated from v5.3.1 to v5.4.0 minor See changes: https://github.com/vlucas/phpdotenv/compare/v5.3.1...v5.4.0 Release notes: https://github.com/vlucas/phpdotenv/releases/tag/v5.4.0 - zircote/swagger-php updated from 3.2.3 to 3.3.1 minor See changes: https://github.com/zircote/swagger-php/compare/3.2.3...3.3.1 Release notes: https://github.com/zircote/swagger-php/releases/tag/3.3.1
2021-11-15 18:43:09 +01:00
"cleanup-and-test": [
"@phpcbf",
"@dev-test"
2021-09-03 22:34:30 +02:00
],
Dependencies update Changelogs summary: - psr/container updated from 1.1.1 to 1.1.2 patch See changes: https://github.com/php-fig/container/compare/1.1.1...1.1.2 Release notes: https://github.com/php-fig/container/releases/tag/1.1.2 - doctrine/dbal updated from 2.13.4 to 2.13.5 patch See changes: https://github.com/doctrine/dbal/compare/2.13.4...2.13.5 Release notes: https://github.com/doctrine/dbal/releases/tag/2.13.5 - league/flysystem updated from 2.3.0 to 2.3.1 patch See changes: https://github.com/thephpleague/flysystem/compare/2.3.0...2.3.1 Release notes: https://github.com/thephpleague/flysystem/releases/tag/2.3.1 - sebastian/exporter updated from 4.0.3 to 4.0.4 patch See changes: https://github.com/sebastianbergmann/exporter/compare/4.0.3...4.0.4 Release notes: https://github.com/sebastianbergmann/exporter/releases/tag/4.0.4 - nikic/php-parser updated from v4.13.0 to v4.13.1 patch See changes: https://github.com/nikic/PHP-Parser/compare/v4.13.0...v4.13.1 Release notes: https://github.com/nikic/PHP-Parser/releases/tag/v4.13.1 - doctrine/migrations updated from 3.3.0 to 3.3.2 patch See changes: https://github.com/doctrine/migrations/compare/3.3.0...3.3.2 Release notes: https://github.com/doctrine/migrations/releases/tag/3.3.2 - gettext/languages updated from 2.8.1 to 2.9.0 minor See changes: https://github.com/php-gettext/Languages/compare/2.8.1...2.9.0 Release notes: https://github.com/php-gettext/Languages/releases/tag/2.9.0 - laminas/laminas-stdlib updated from 3.6.0 to 3.6.1 patch See changes: https://github.com/laminas/laminas-stdlib/compare/3.6.0...3.6.1 Release notes: https://github.com/laminas/laminas-stdlib/releases/tag/3.6.1 - aws/aws-sdk-php updated from 3.199.9 to 3.202.2 minor See changes: https://github.com/aws/aws-sdk-php/compare/3.199.9...3.202.2 Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.202.2 - matomo/device-detector updated from 4.3.1 to 5.0.0 major See changes: https://github.com/matomo-org/device-detector/compare/4.3.1...5.0.0 Release notes: https://github.com/matomo-org/device-detector/releases/tag/5.0.0 - nesbot/carbon updated from 2.53.1 to 2.54.0 minor See changes: https://github.com/briannesbitt/Carbon/compare/2.53.1...2.54.0 Release notes: https://github.com/briannesbitt/Carbon/releases/tag/2.54.0 - pagerfanta/core updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/core/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/core/releases/tag/v3.4.0 - pagerfanta/doctrine-collections-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-collections-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-collections-adapter/releases/tag/v3.4.0 - pagerfanta/doctrine-orm-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-orm-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-orm-adapter/releases/tag/v3.4.0 - phpstan/phpstan updated from 1.0.1 to 1.1.2 minor See changes: https://github.com/phpstan/phpstan/compare/1.0.1...1.1.2 Release notes: https://github.com/phpstan/phpstan/releases/tag/1.1.2 - roave/security-advisories updated from dev-latest@0488e16 to dev-latest@bac54e1 See changes: https://github.com/Roave/SecurityAdvisories/compare/0488e16...bac54e1 - vlucas/phpdotenv updated from v5.3.1 to v5.4.0 minor See changes: https://github.com/vlucas/phpdotenv/compare/v5.3.1...v5.4.0 Release notes: https://github.com/vlucas/phpdotenv/releases/tag/v5.4.0 - zircote/swagger-php updated from 3.2.3 to 3.3.1 minor See changes: https://github.com/zircote/swagger-php/compare/3.2.3...3.3.1 Release notes: https://github.com/zircote/swagger-php/releases/tag/3.3.1
2021-11-15 18:43:09 +01:00
"codeception": "codecept run --no-interaction --coverage --coverage-xml --fail-fast",
"codeception-no-coverage": "codecept run --no-interaction",
"dev-test": [
"@phplint",
"@phpstan",
"@phpcs",
"@codeception-no-coverage"
],
"phpcbf": "phpcbf",
"phpcs": "phpcs",
"phplint": "parallel-lint . --exclude vendor",
"phpstan": "phpstan analyze --memory-limit=-1",
"shell": "psysh"
Dependencies update Changelogs summary: - psr/container updated from 1.1.1 to 1.1.2 patch See changes: https://github.com/php-fig/container/compare/1.1.1...1.1.2 Release notes: https://github.com/php-fig/container/releases/tag/1.1.2 - doctrine/dbal updated from 2.13.4 to 2.13.5 patch See changes: https://github.com/doctrine/dbal/compare/2.13.4...2.13.5 Release notes: https://github.com/doctrine/dbal/releases/tag/2.13.5 - league/flysystem updated from 2.3.0 to 2.3.1 patch See changes: https://github.com/thephpleague/flysystem/compare/2.3.0...2.3.1 Release notes: https://github.com/thephpleague/flysystem/releases/tag/2.3.1 - sebastian/exporter updated from 4.0.3 to 4.0.4 patch See changes: https://github.com/sebastianbergmann/exporter/compare/4.0.3...4.0.4 Release notes: https://github.com/sebastianbergmann/exporter/releases/tag/4.0.4 - nikic/php-parser updated from v4.13.0 to v4.13.1 patch See changes: https://github.com/nikic/PHP-Parser/compare/v4.13.0...v4.13.1 Release notes: https://github.com/nikic/PHP-Parser/releases/tag/v4.13.1 - doctrine/migrations updated from 3.3.0 to 3.3.2 patch See changes: https://github.com/doctrine/migrations/compare/3.3.0...3.3.2 Release notes: https://github.com/doctrine/migrations/releases/tag/3.3.2 - gettext/languages updated from 2.8.1 to 2.9.0 minor See changes: https://github.com/php-gettext/Languages/compare/2.8.1...2.9.0 Release notes: https://github.com/php-gettext/Languages/releases/tag/2.9.0 - laminas/laminas-stdlib updated from 3.6.0 to 3.6.1 patch See changes: https://github.com/laminas/laminas-stdlib/compare/3.6.0...3.6.1 Release notes: https://github.com/laminas/laminas-stdlib/releases/tag/3.6.1 - aws/aws-sdk-php updated from 3.199.9 to 3.202.2 minor See changes: https://github.com/aws/aws-sdk-php/compare/3.199.9...3.202.2 Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.202.2 - matomo/device-detector updated from 4.3.1 to 5.0.0 major See changes: https://github.com/matomo-org/device-detector/compare/4.3.1...5.0.0 Release notes: https://github.com/matomo-org/device-detector/releases/tag/5.0.0 - nesbot/carbon updated from 2.53.1 to 2.54.0 minor See changes: https://github.com/briannesbitt/Carbon/compare/2.53.1...2.54.0 Release notes: https://github.com/briannesbitt/Carbon/releases/tag/2.54.0 - pagerfanta/core updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/core/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/core/releases/tag/v3.4.0 - pagerfanta/doctrine-collections-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-collections-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-collections-adapter/releases/tag/v3.4.0 - pagerfanta/doctrine-orm-adapter updated from v3.3.1 to v3.4.0 minor See changes: https://github.com/Pagerfanta/doctrine-orm-adapter/compare/v3.3.1...v3.4.0 Release notes: https://github.com/Pagerfanta/doctrine-orm-adapter/releases/tag/v3.4.0 - phpstan/phpstan updated from 1.0.1 to 1.1.2 minor See changes: https://github.com/phpstan/phpstan/compare/1.0.1...1.1.2 Release notes: https://github.com/phpstan/phpstan/releases/tag/1.1.2 - roave/security-advisories updated from dev-latest@0488e16 to dev-latest@bac54e1 See changes: https://github.com/Roave/SecurityAdvisories/compare/0488e16...bac54e1 - vlucas/phpdotenv updated from v5.3.1 to v5.4.0 minor See changes: https://github.com/vlucas/phpdotenv/compare/v5.3.1...v5.4.0 Release notes: https://github.com/vlucas/phpdotenv/releases/tag/v5.4.0 - zircote/swagger-php updated from 3.2.3 to 3.3.1 minor See changes: https://github.com/zircote/swagger-php/compare/3.2.3...3.3.1 Release notes: https://github.com/zircote/swagger-php/releases/tag/3.3.1
2021-11-15 18:43:09 +01:00
}
}