diff --git a/composer.json b/composer.json index 2bfc8e6..4acf392 100644 --- a/composer.json +++ b/composer.json @@ -18,25 +18,25 @@ "homepage": "https://github.com/protung/cloudinary-bundle", "require": { "php": "~8.3.0 || ~8.4.0 || ~8.5.0", - "azjezz/psl": "^3.0.0 || ^4.0.0", + "azjezz/psl": "^3.0.0 || ^4.0.0 || ^5.0.0", "cloudinary/cloudinary_php": "^3.1.1", - "symfony/console": "^6.4 || ^7.2 || ^8.0", - "symfony/finder": "^6.4 || ^7.2 || ^8.0", - "symfony/framework-bundle": "^6.4 || ^7.2 || ^8.0", - "symfony/yaml": "^6.4 || ^7.2 || ^8.0" + "symfony/console": "^6.4 || ^7.4 || ^8.0", + "symfony/finder": "^6.4 || ^7.4 || ^8.0", + "symfony/framework-bundle": "^6.4 || ^7.4 || ^8.0", + "symfony/yaml": "^6.4 || ^7.4 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^14.0.0", - "ergebnis/composer-normalize": "^2.48.2", - "php-standard-library/phpstan-extension": "^2.0.2", - "phpstan/phpstan": "^2.1.33", - "phpstan/phpstan-deprecation-rules": "^2.0.3", - "phpstan/phpstan-phpunit": "^2.0.11", - "phpstan/phpstan-strict-rules": "^2.0.7", - "phpstan/phpstan-symfony": "^2.0.9", - "phpunit/phpunit": "^12.5.4", + "ergebnis/composer-normalize": "^2.50.0", + "php-standard-library/phpstan-extension": "^2.0.3", + "phpstan/phpstan": "^2.1.40", + "phpstan/phpstan-deprecation-rules": "^2.0.4", + "phpstan/phpstan-phpunit": "^2.0.16", + "phpstan/phpstan-strict-rules": "^2.0.10", + "phpstan/phpstan-symfony": "^2.0.15", + "phpunit/phpunit": "^12.5.14", "roave/security-advisories": "dev-latest", - "twig/twig": "^3.22.2" + "twig/twig": "^3.23.0" }, "suggest": { "twig/twig": "Allow to use the cloudinary_url function/filter"