diff --git a/.github/workflows/split_packages.yml b/.github/workflows/split_packages.yml index 93fb049ea..4ba2e2b21 100644 --- a/.github/workflows/split_packages.yml +++ b/.github/workflows/split_packages.yml @@ -29,7 +29,7 @@ jobs: matrix: mapping: '${{ fromJson(needs.provide_packages_json.outputs.matrix) }}' tag: - - 3.2.6 + - 3.2.7 name: 'Split ${{ matrix.mapping.dir }}' env: DIR: 'packages/${{ matrix.mapping.dir }}' diff --git a/CHANGELOG.md b/CHANGELOG.md index e386d3f8b..98470771e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,329 @@ +## [3.2.6] - 2021-07-20 + +- [#663] [EasyBatch] Order batch item pagination query +- [#662] [EasyPagination] Clean up + Refactor pagination and paginators + +## [3.2.5] - 2021-07-17 + +- [#661] [EasyBatch] Fix batchId in batch item listeners + +## [3.2.4] - 2021-07-15 + +- [#660] [EasyLock] Fix logger di for log channel + +## [3.2.3] - 2021-07-15 + +- [#659] [EasyRequestId] RequestIdStamp getters nullable + Implement FromArrayResolver + +## [3.2.2] - 2021-07-14 + +- [#658] [EasyBatch] Fix batch transformer and Symfony listeners definition + +## [3.2.1] - 2021-07-14 + +- [#657] [EasyBatch] Fix metadata logic from array in transformer + +## [3.2.0-alpha4] + +- [#653] [EasyRequestId] Laravel resolve IDs from request automatically +- [#656] [EasyBatch] Update batch for item on approve + Fix transformers + +## [3.2.0-alpha3] + +- [#655] [EasyBugsnag] Session tracking for laravel queue job + +## [3.2.0-alpha2] + +- [#654] [EasyBugsnag] Use right laravel cache class for session tracking + +## [3.2.0-alpha1] + +- [#651] [EasyRequestId] Improve resolvers + +## [3.1.9] - 2021-07-09 + +- [#649] [EasyErrorHandler] Fix bugsnag unhandled errors implementation + +## [3.1.8] - 2021-07-09 + +- [#648] [EasyBugsnag] Count Symfony Messenger messages as sessions + +## [3.1.7] - 2021-07-08 + +- [#644] [EasyCore] Work with api-platform 2.5 and 2.6 +- [#647] [EasyLogging] Use default StreamHandler only when no other handlers + +## [3.1.6] - 2021-07-07 + +- [#640] [EasyBugsnag] Add service ids for request resolver and shutdown strategy +- [#639] [EasyBugsnag] Add config for bugsnag basics options +- [#638] [EasyBugsnag] Add config to disable default configurators +- [#637] [EasyBugsnag] Add Laravel config to enable/disable entire package +- [#642] [EasyErrorHandler] Add config for handled exceptions +- [#641] [EasyBugsnag] Session cache expiry in seconds +- [#643] [EasyHttpClient] Bridge for easy-webhook + +## [3.1.5-alpha8] + +- [#629] [EasyBatch] Implement metadata on batch object + +## [3.1.5-alpha7] + +- [#628] [EasyHttpClient] Add Symfony config to decorate default http client +- [#627] [EasyHttpClient] Fix Symfony DI config file locator + +## [3.1.5-alpha6] + +- [#625] [EasyBatch] Use transform in repository +- [#626] [EasyBugsnag] Use cache channel for bugsnag session cache +- [#617] [EasyCore] DeferredEntityEventDispatcher service, Thanks to [@vlukiashka] +- [#622] [EasyWebhook] Fixed the DataCollector template path, Thanks to [@itorgov] + +## [3.1.5-alpha5] + +- [#623] [EasyBugsnag] Implement session tracking using cache + +## [3.1.5-alpha4] + +- [#621] [EasyBugsnag] Cache app version in env var once resolved + +## [3.1.5-alpha3] + +- [#620] [EasyBugsnag] Handle errors in aws ecs fargate configurator + +## [3.1.5-alpha2] + +- [#619] [EasyBugsnag] Fix symfony integration for aws ecs fargate + +## [3.1.5-alpha1] + +- [#618] [EasyBugsnag] Implement AWS ECS Fargate integration +- [#616] [EasyBugsnag] Support Symfony Messenger Message info +- [#614] [EasyBugsnag] Improve session tracking +- [#601] [EasyErrorHandler] Improve docs, Thanks to [@nick-lc] + +## [3.1.4] - 2021-06-30 + +- [#610] [EasyBatch] Fix the typo in the binded parameter name, Thanks to [@ERuban] +- [#611] [EasyBugsnag] Fix session_tracking enable in Laravel + +## [3.1.3] - 2021-06-30 + +- [#608] [EasyHttpClient] Create package +- [#609] [EasyWebhook] Fix status when result not attempted + +## [3.1.2] - 2021-06-28 + +- [#606] [EasyBugsnag] Improve handled/unhandled flag logic +- [#605] [EasyBugsnag] Implement session tracking + +## [3.1.2-alpha4] + +- [#602] [EasyCore] Add getVersion to api-platform data collector decorator +- [#603] [EasyWebhook] Explicitly use http 1.1 in default http client +- [#604] [EasyBatch] Fix BatchItem::$message serialization + +## [3.1.2-alpha3] + +- [#598] [EasyLock] Add monolog.logger tag to lock service for symfony for dedicated channel +- [#600] [EasyBatch] Fix BatchRepository select for update sql query +- [#599] [EasyBatch] Remove fromAlias for batch items paginator + +## [3.1.2-alpha2] + +- [#597] [EasyBatch] Fix repositories service definitions + batch item per page config in extension + +## [3.1.2-alpha1] + +- [#587] [EasyErrorHandler] Add Symfony Profiler DataCollector, Thanks to [@ERuban] +- [#596] [EasyBatch] Support ordered batches + +## [3.1.1] - 2021-06-22 + +- [#595] [EasyBankFiles] Fix BAI parsing for long text + +## [3.1.1-alpha2] + +- [#590] [EasyBatch] Clean up + +## [3.1.1-alpha1] + +- [#589] [EasyBatch] Create package + +## [3.1.0] - 2021-06-11 + +- [#584] [EasyAsync] Implement approval for batch items +- [#588] [EasyAsync] Fix batch status resolving for failed batch on its update., Thanks to [@ERuban] + +## [3.1.0-rc2] + +- [#583] [EasyWebhook] Prevent extra results to be stored + +## [3.1.0-rc1] + +- [#582] [EasyWebhook] Rework middleware order for consistent failure handling + +## [3.0.30] - 2021-06-01 + +- [#581] [EasyWebhook] Fix send after trigger logic for real + +## [3.0.29] - 2021-06-01 + +- [#579] [EasyPaginator] Fix getTotalItems for Doctrine paginator when no fromAlias +- [#580] [EasyWebhook] Fix send after trigger logic + +## [3.0.28] - 2021-05-31 + +- [#578] [EasyWebhook] Fix SendDueWebhooksCommand logic + +## [3.0.27] - 2021-05-28 + +- [#577] [EasyAsync] Dispatch BatchCompletedEvent +- [#576] [EasyAsync] Implement custom Messenger Message Serializer + +## [3.0.26] - 2021-05-26 + +- [#565] [EasyCore] Doctrine helpers, Thanks to [@vlukiashka] +- [#572] [EasyErrorHandler] Map log level to bugsnag severity + +## [3.0.25] - 2021-05-21 + +- [#567] [easy-monorepo] Remove EasyStandard and add EasyQuality for quality checks, Thanks to [@ERuban] +- [#569] [EasyCore] Improve DoctrineOrmDataPersister and replace default one +- [#562] [EasyWebhook] Implement HandleExceptionMiddleware +- [#564] Update release example in readme.md +- [#571] [EasyBugsnag] Make shutdown strategy consistent + fix notify in laravel queue +- [#570] [EasyCore] Fix di for chain simple data persister +- [#563] [EasyWebhook] Fix illuminate/database version for security + +## [3.0.24] - 2021-04-30 + +- [#559] [EasyWebhook] Move SendAfterMiddleware to core after middleware so http client options are populated + +## [3.0.23] - 2021-04-29 + +- [#558] [EasyPagination] Fix doGetItemsUsingPrimaryKeys for doctrine/dbal + +## [3.0.22] - 2021-04-27 + +- [#556] [EasyAsync] Improve ShouldKillWorkerSubscriber log +- [#555] [EasyAsync] ManagersSanityChecker - fetchAllAssociative instead of executeStatement +- [#557] [EasySecurity] Do not use event in SecurityContextFactory + +## [3.0.21] - 2021-04-27 + +- [#550] hotfix/easy-async-issue-with-default-all-managers-logic, Thanks to [@buddyshontogan] +- [#549] [EasyApiToken] Fix ChainDecoder to use CollectorHelper::filterByClassArray, Thanks to [@dextercampos] + +## [3.0.20] - 2021-04-22 + +- [#546] [EasyAsync] Fix composer autoload for Symfony bridge + +## [3.0.19] - 2021-04-16 + +- [#543] [EasyAsync] Doctrine Managers Clearer +- [#542] [EasyAsync] ShouldKillWorker + DoctrineManagersSanityCheck in Laravel +- [#541] [EasyAsync] Symfony Messenger DoctrineSanityCheck + ShouldKillWorker +- [#545] [EasyLogging] Require monolog +- [#538] [EasyStandard] Implement LinebreakAfterEqualsSignSniff, Thanks to [@ERuban] + +## [3.0.18] - 2021-04-15 + +- [#540] [EasyWebhook] Fix core middleware not tagged in Laravel + +## [3.0.17] - 2021-04-14 + +- [#532] [EasyRandom] Automatically resolve uuid v4 generator when possible +- [#534] [EasyWebhook] Recover webhook extra from dbal store +- [#536] Refactor Laravel ServiceProviders Closures +- [#535] Fix WebProfiler integration for new bundles names + +## [3.0.16] - 2021-04-13 + +- [#529] Support Carbon V1 + +## [3.0.15] - 2021-04-12 + +- [#520] [EasyErrorHandler] Add convenient methods to set log level on exception +- [#526] [EasyErrorHandler] EasyWehbook Bridge +- [#525] [EasyWebhook] Introduce DataCleanerInterface +- [#517] [EasyWebhook] Implement synchronous retries +- [#516] [EasyStandard] Fix title block for Sniffs, Thanks to [@nick-lc] +- [#521] [EasyErrorHandler] Remove SeverityAwareExceptionTrait.php + +## [3.0.14] - 2021-03-26 + +- [#513] [EasySecurity] Allow to control security voter priority +- [#511] [EasyWebhook] Disable async properly if Messenger not installed +- [#488] [EasyWebhook] Improve docs, Thanks to [@nick-lc] +- [#512] [EasyWebhook] Don't send webhook-id header if default id +- [#515] [EasyWebhook] Fix method config in laravel + +## [3.0.14-alpha3] + +- [#509] [EasyLock] Default lock store connection to flock + +## [3.0.14-alpha2] + +- [#508] [EasyWebhook] Override getContainerExtension for EasyWebhook bundle + +## [3.0.14-alpha1] + +- [#505] [EasyUtils] Add MathInterface +- [#506] [EasyPagination] Flex compatibility for bundle to be installed auto +- [#507] Improve Symfony Flex integration + +## [3.0.12] - 2021-03-19 + +- [#504] [EasyBugsnag] Use ShutdownStrategy on WorkerRunningEvent for Messenger + +## [3.0.11] - 2021-03-19 + +- [#503] Feature/git subtree for split 1 + +## [3.0.10] - 2021-03-18 + +- [#500] [EasyStandard] Hotfix/Fix AlphabeticallySortedArrayKeysSniff, Thanks to [@DKeeper] +- [#499] [EasyStandard] Hotfix/Fix PhpDocCommentRector, Thanks to [@DKeeper] + +## [3.0.9] - 2021-03-18 + +- [#502] [EasyWebhook] Clean up + +## [3.0.7] - 2021-03-17 + +- [#497] [CI] Use symfonycorp security checker action +- [#496] [EasyAsync] Implement Batch +- [#501] [EasyWebhook] Refactor statements provider to use dbal schema + +## [3.0.6] - 2021-03-11 + +- [#495] [EasyCore] Delete unused config, Thanks to [@ERuban] + +## [3.0.5] - 2021-03-10 + +- [#494] Merge 2.x into 3.x + +## [3.0.5-alpha4] + +- [#493] [EasyWebhook] Implement rewind on stack + +## [3.0.5-alpha3] + +- [#492] [EasySecurity] Fix symfony bridge for context service + +## [2.5.33] - 2021-03-09 + +- [#477] [EasyStandard] Implement PhpDocCommentRector & SingleLineCommentRector, Thanks to [@DKeeper] + +## 3.2.7 - 2021-07-21 + +- [#664] [EasyPagination] Improve pagination urls + + + ## [3.2.5] - 2021-07-17 - [#661] [EasyBatch] Fix batchId in batch item listeners @@ -313,7 +637,7 @@ - [#477] [EasyStandard] Implement PhpDocCommentRector & SingleLineCommentRector, Thanks to [@DKeeper] -## 3.2.6 - 2021-07-20 +## [3.2.6] - 2021-07-20 - [#663] [EasyBatch] Order batch item pagination query - [#662] [EasyPagination] Clean up + Refactor pagination and paginators @@ -14679,3 +15003,5 @@ [#663]: https://github.com/eonx-com/easy-monorepo/pull/663 [#662]: https://github.com/eonx-com/easy-monorepo/pull/662 [3.2.5]: https://github.com/eonx-com/easy-monorepo/compare/3.2.3...3.2.5 +[#664]: https://github.com/eonx-com/easy-monorepo/pull/664 +[3.2.6]: https://github.com/eonx-com/easy-monorepo/compare/3.2.4...3.2.6 diff --git a/packages/EasyApiToken/composer.json b/packages/EasyApiToken/composer.json index 783a78ab0..a47fd910e 100644 --- a/packages/EasyApiToken/composer.json +++ b/packages/EasyApiToken/composer.json @@ -11,8 +11,8 @@ "phpunit/phpunit": "^8.4 || ^9.5", "ext-openssl": "^7.1", "firebase/php-jwt": "^5.0", - "eonx-com/easy-psr7-factory": "^3.3", - "eonx-com/easy-utils": "^3.3", + "eonx-com/easy-psr7-factory": "^3.2.7", + "eonx-com/easy-utils": "^3.2.7", "auth0/auth0-php": "^5.4", "psr/container": "^1.0", "laravel/lumen-framework": "^5.5", diff --git a/packages/EasyAsync/composer.json b/packages/EasyAsync/composer.json index 848f3f27f..b908110f2 100644 --- a/packages/EasyAsync/composer.json +++ b/packages/EasyAsync/composer.json @@ -5,9 +5,9 @@ "license": "MIT", "require": { "php": "^7.2", - "eonx-com/easy-event-dispatcher": "^3.3", - "eonx-com/easy-pagination": "^3.3", - "eonx-com/easy-random": "^3.3", + "eonx-com/easy-event-dispatcher": "^3.2.7", + "eonx-com/easy-pagination": "^3.2.7", + "eonx-com/easy-random": "^3.2.7", "nette/utils": "^3.1", "nesbot/carbon": "^1.39 || ^2.22" }, diff --git a/packages/EasyAwsCredentialsFinder/composer.json b/packages/EasyAwsCredentialsFinder/composer.json index 42bfd45a8..d0dc1243c 100644 --- a/packages/EasyAwsCredentialsFinder/composer.json +++ b/packages/EasyAwsCredentialsFinder/composer.json @@ -5,7 +5,7 @@ "license": "MIT", "require": { "php": "^7.2", - "eonx-com/easy-utils": "^3.3", + "eonx-com/easy-utils": "^3.2.7", "symfony/process": "^4.4 || ^5.1.5", "symplify/package-builder": "^8.3.41", "symplify/autowire-array-parameter": "^8.3.41", diff --git a/packages/EasyBankFiles/composer.json b/packages/EasyBankFiles/composer.json index 6548095c3..e8f4bf516 100644 --- a/packages/EasyBankFiles/composer.json +++ b/packages/EasyBankFiles/composer.json @@ -6,7 +6,7 @@ "require": { "php": "^7.2", "nette/utils": "^3.1", - "eonx-com/easy-error-handler": "^3.3", + "eonx-com/easy-error-handler": "^3.2.7", "monolog/monolog": "~1.22 || ~2.0" }, "require-dev": { diff --git a/packages/EasyBatch/composer.json b/packages/EasyBatch/composer.json index b5c3850f8..50fa22c6b 100644 --- a/packages/EasyBatch/composer.json +++ b/packages/EasyBatch/composer.json @@ -5,9 +5,9 @@ "license": "MIT", "require": { "php": "^7.2", - "eonx-com/easy-event-dispatcher": "^3.3", - "eonx-com/easy-pagination": "^3.3", - "eonx-com/easy-random": "^3.3", + "eonx-com/easy-event-dispatcher": "^3.2.7", + "eonx-com/easy-pagination": "^3.2.7", + "eonx-com/easy-random": "^3.2.7", "nesbot/carbon": "^1.39 || ^2.22" }, "require-dev": { diff --git a/packages/EasyBugsnag/composer.json b/packages/EasyBugsnag/composer.json index 605c1b733..c30f0b0d0 100644 --- a/packages/EasyBugsnag/composer.json +++ b/packages/EasyBugsnag/composer.json @@ -6,7 +6,7 @@ "require": { "php": "^7.2", "bugsnag/bugsnag": "^3.19", - "eonx-com/easy-utils": "^3.3", + "eonx-com/easy-utils": "^3.2.7", "nesbot/carbon": "^1.39 || ^2.22", "nette/utils": "^3.1", "symfony/filesystem": "^4.4 || ^5.1.5", diff --git a/packages/EasyCore/composer.json b/packages/EasyCore/composer.json index d033aff47..45bd25d12 100644 --- a/packages/EasyCore/composer.json +++ b/packages/EasyCore/composer.json @@ -6,7 +6,7 @@ "require": { "php": "^7.2", "elasticsearch/elasticsearch": "^7.8", - "eonx-com/easy-error-handler": "^3.3", + "eonx-com/easy-error-handler": "^3.2.7", "psr/event-dispatcher": "^1.0" }, "require-dev": { diff --git a/packages/EasyDecision/composer.json b/packages/EasyDecision/composer.json index ae3cc4341..a52a33b62 100644 --- a/packages/EasyDecision/composer.json +++ b/packages/EasyDecision/composer.json @@ -5,7 +5,7 @@ "license": "MIT", "require": { "php": "^7.2", - "eonx-com/easy-utils": "^3.3", + "eonx-com/easy-utils": "^3.2.7", "symfony/expression-language": "^4.4 || ^5.1.5" }, "require-dev": { diff --git a/packages/EasyErrorHandler/composer.json b/packages/EasyErrorHandler/composer.json index 4b0035e00..220174610 100644 --- a/packages/EasyErrorHandler/composer.json +++ b/packages/EasyErrorHandler/composer.json @@ -5,12 +5,12 @@ "license": "MIT", "require": { "php": "^7.2", - "eonx-com/easy-logging": "^3.3", - "eonx-com/easy-utils": "^3.3", + "eonx-com/easy-logging": "^3.2.7", + "eonx-com/easy-utils": "^3.2.7", "nesbot/carbon": "^1.39 || ^2.22" }, "require-dev": { - "eonx-com/easy-bugsnag": "^3.3", + "eonx-com/easy-bugsnag": "^3.2.7", "phpunit/phpunit": "^8.4 || ^9.5", "laravel/lumen-framework": "^5.5", "symfony/symfony": "^4.4 || ^5.1.5" diff --git a/packages/EasyHttpClient/composer.json b/packages/EasyHttpClient/composer.json index 459ccfe57..e9114752c 100644 --- a/packages/EasyHttpClient/composer.json +++ b/packages/EasyHttpClient/composer.json @@ -5,13 +5,13 @@ "license": "MIT", "require": { "php": "^7.2", - "eonx-com/easy-event-dispatcher": "^3.3", + "eonx-com/easy-event-dispatcher": "^3.2.7", "nesbot/carbon": "^1.39 || ^2.22" }, "require-dev": { "doctrine/dbal": "^2.6", - "eonx-com/easy-lock": "^3.3", - "eonx-com/easy-webhook": "^3.3", + "eonx-com/easy-lock": "^3.2.7", + "eonx-com/easy-webhook": "^3.2.7", "laravel/lumen-framework": "^5.5", "phpunit/phpunit": "^8.4 || ^9.5", "symfony/symfony": "^4.4 || ^5.1.5" diff --git a/packages/EasyLogging/composer.json b/packages/EasyLogging/composer.json index 147889506..bf5ae6a6e 100644 --- a/packages/EasyLogging/composer.json +++ b/packages/EasyLogging/composer.json @@ -5,7 +5,7 @@ "license": "MIT", "require": { "php": "^7.2", - "eonx-com/easy-utils": "^3.3", + "eonx-com/easy-utils": "^3.2.7", "monolog/monolog": "~1.22 || ~2.0" }, "require-dev": { diff --git a/packages/EasyNotification/composer.json b/packages/EasyNotification/composer.json index dfa9adadf..6f6e65d11 100644 --- a/packages/EasyNotification/composer.json +++ b/packages/EasyNotification/composer.json @@ -6,7 +6,7 @@ "require": { "php": "^7.2", "aws/aws-sdk-php": "^3.134", - "eonx-com/easy-utils": "^3.3", + "eonx-com/easy-utils": "^3.2.7", "nette/utils": "^3.1", "symfony/http-client": "^4.4 || ^5.1.5" }, diff --git a/packages/EasyPagination/composer.json b/packages/EasyPagination/composer.json index 9ab6a1b97..976ccadca 100644 --- a/packages/EasyPagination/composer.json +++ b/packages/EasyPagination/composer.json @@ -7,7 +7,7 @@ "php": "^7.2" }, "require-dev": { - "eonx-com/easy-psr7-factory": "^3.3", + "eonx-com/easy-psr7-factory": "^3.2.7", "phpunit/phpunit": "^8.4 || ^9.5", "laminas/laminas-uri": "^2.8", "laravel/lumen-framework": "^5.5", diff --git a/packages/EasyRepository/composer.json b/packages/EasyRepository/composer.json index 2e11bccaf..c2ea8cc5d 100644 --- a/packages/EasyRepository/composer.json +++ b/packages/EasyRepository/composer.json @@ -10,7 +10,7 @@ "phpunit/phpunit": "^8.4 || ^9.5", "mockery/mockery": "^1.2", "doctrine/orm": "^2.6", - "eonx-com/easy-pagination": "^3.3", + "eonx-com/easy-pagination": "^3.2.7", "laravel/lumen-framework": "^5.5", "vlucas/phpdotenv": "^3.3" }, diff --git a/packages/EasyRequestId/composer.json b/packages/EasyRequestId/composer.json index ceb3bfad5..70fcb05ec 100644 --- a/packages/EasyRequestId/composer.json +++ b/packages/EasyRequestId/composer.json @@ -5,8 +5,8 @@ "license": "MIT", "require": { "php": "^7.2", - "eonx-com/easy-random": "^3.3", - "eonx-com/easy-utils": "^3.3" + "eonx-com/easy-random": "^3.2.7", + "eonx-com/easy-utils": "^3.2.7" }, "require-dev": { "ramsey/uuid": "^3.9", diff --git a/packages/EasySchedule/composer.json b/packages/EasySchedule/composer.json index b29e3fdb9..18bc6cfb1 100644 --- a/packages/EasySchedule/composer.json +++ b/packages/EasySchedule/composer.json @@ -8,7 +8,7 @@ "nesbot/carbon": "^1.39 || ^2.22", "dragonmantank/cron-expression": "^2.3", "symfony/console": "^4.4 || ^5.1.5", - "eonx-com/easy-lock": "^3.3" + "eonx-com/easy-lock": "^3.2.7" }, "require-dev": { "phpunit/phpunit": "^8.4 || ^9.5", diff --git a/packages/EasySecurity/composer.json b/packages/EasySecurity/composer.json index 53860bd06..93f9f525e 100644 --- a/packages/EasySecurity/composer.json +++ b/packages/EasySecurity/composer.json @@ -6,11 +6,11 @@ "require": { "php": "^7.2", "nette/utils": "^3.1", - "eonx-com/easy-api-token": "^3.3", - "eonx-com/easy-utils": "^3.3" + "eonx-com/easy-api-token": "^3.2.7", + "eonx-com/easy-utils": "^3.2.7" }, "require-dev": { - "eonx-com/easy-bugsnag": "^3.3", + "eonx-com/easy-bugsnag": "^3.2.7", "phpunit/phpunit": "^8.4 || ^9.5", "laravel/lumen-framework": "^5.5", "symfony/symfony": "^4.4 || ^5.1.5" diff --git a/packages/EasySsm/composer.json b/packages/EasySsm/composer.json index 79eed60db..5bdad57b7 100644 --- a/packages/EasySsm/composer.json +++ b/packages/EasySsm/composer.json @@ -6,8 +6,8 @@ "require": { "php": "^7.2", "aws/aws-sdk-php": "^3.134", - "eonx-com/easy-aws-credentials-finder": "^3.3", - "eonx-com/easy-random": "^3.3", + "eonx-com/easy-aws-credentials-finder": "^3.2.7", + "eonx-com/easy-random": "^3.2.7", "nette/utils": "^3.1", "symplify/package-builder": "^8.3.41", "symplify/autowire-array-parameter": "^8.3.41" diff --git a/packages/EasyWebhook/composer.json b/packages/EasyWebhook/composer.json index 2d259034a..e6f460f3e 100644 --- a/packages/EasyWebhook/composer.json +++ b/packages/EasyWebhook/composer.json @@ -5,11 +5,11 @@ "license": "MIT", "require": { "php": "^7.2", - "eonx-com/easy-event-dispatcher": "^3.3", - "eonx-com/easy-lock": "^3.3", - "eonx-com/easy-random": "^3.3", - "eonx-com/easy-pagination": "^3.3", - "eonx-com/easy-utils": "^3.3", + "eonx-com/easy-event-dispatcher": "^3.2.7", + "eonx-com/easy-lock": "^3.2.7", + "eonx-com/easy-random": "^3.2.7", + "eonx-com/easy-pagination": "^3.2.7", + "eonx-com/easy-utils": "^3.2.7", "nesbot/carbon": "^1.39 || ^2.22", "nette/utils": "^3.1", "symfony/http-client": "^4.4 || ^5.1.5"