diff --git a/composer.json b/composer.json index ade1f47..cc6f3bf 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Application for downloading the CNB exchange rate list.", "type": "project", "require": { - "vitexsoftware/ease-core": "^1.45", + "vitexsoftware/ease-core": "^1.49", "robmorgan/phinx": "^0.16.6", "vitexsoftware/ease-fluentpdo": "^1.4" }, diff --git a/composer.lock b/composer.lock index 00219e6..166aa9d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c47e3a3cdc89a1f5b580ea1649a66a07", + "content-hash": "826fe1f6155a76000b73e6b77e9a58e6", "packages": [ { "name": "cakephp/chronos", @@ -1841,35 +1841,35 @@ }, { "name": "vitexsoftware/ease-core", - "version": "1.48", + "version": "1.49.0", "source": { "type": "git", "url": "https://github.com/VitexSoftware/php-ease-core.git", - "reference": "b9d31cf07d62c1011a50f490f3801e7845dafdbc" + "reference": "0bd73be2a42d53d6fb67e9f97f30c05dea8d116d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/VitexSoftware/php-ease-core/zipball/b9d31cf07d62c1011a50f490f3801e7845dafdbc", - "reference": "b9d31cf07d62c1011a50f490f3801e7845dafdbc", + "url": "https://api.github.com/repos/VitexSoftware/php-ease-core/zipball/0bd73be2a42d53d6fb67e9f97f30c05dea8d116d", + "reference": "0bd73be2a42d53d6fb67e9f97f30c05dea8d116d", "shasum": "" }, "require": { "composer-runtime-api": "*", "ext-intl": "*", - "pear/mail": ">=1.3", - "pear/mail_mime": ">=1.10", + "pear/mail": ">=2.0.0", + "pear/mail_mime": ">=1.10.12", "php": ">=7" }, "conflict": { "vitexsoftware/ease-framework": "*" }, "require-dev": { - "ergebnis/composer-normalize": "^2.43", - "ergebnis/php-cs-fixer-config": "^6.34", - "friendsofphp/php-cs-fixer": "^3.61", + "ergebnis/composer-normalize": "^2.47", + "ergebnis/php-cs-fixer-config": "^6.51", + "friendsofphp/php-cs-fixer": "^3.85", "phpstan/phpstan": "*", "phpunit/phpunit": "*", - "rector/rector": "^2.0", + "rector/rector": "^2.1", "roave/security-advisories": "dev-latest" }, "type": "library", @@ -1894,7 +1894,7 @@ "homepage": "http://v.s.cz/ease.php", "support": { "issues": "https://github.com/VitexSoftware/php-ease-core/issues", - "source": "https://github.com/VitexSoftware/php-ease-core/tree/1.48" + "source": "https://github.com/VitexSoftware/php-ease-core/tree/1.49.0" }, "funding": [ { @@ -1902,7 +1902,7 @@ "type": "patreon" } ], - "time": "2025-04-17T17:51:01+00:00" + "time": "2025-08-11T09:34:34+00:00" }, { "name": "vitexsoftware/ease-fluentpdo",