Skip to content

Commit c21ac25

Browse files
Updated dependencies (#3)
1 parent bc319fe commit c21ac25

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

composer.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@
1818
"homepage": "https://github.com/protung/cloudinary-bundle",
1919
"require": {
2020
"php": "~8.3.0 || ~8.4.0 || ~8.5.0",
21-
"azjezz/psl": "^3.0.0 || ^4.0.0",
21+
"azjezz/psl": "^3.0.0 || ^4.0.0 || ^5.0.0",
2222
"cloudinary/cloudinary_php": "^3.1.1",
23-
"symfony/console": "^6.4 || ^7.2 || ^8.0",
24-
"symfony/finder": "^6.4 || ^7.2 || ^8.0",
25-
"symfony/framework-bundle": "^6.4 || ^7.2 || ^8.0",
26-
"symfony/yaml": "^6.4 || ^7.2 || ^8.0"
23+
"symfony/console": "^6.4 || ^7.4 || ^8.0",
24+
"symfony/finder": "^6.4 || ^7.4 || ^8.0",
25+
"symfony/framework-bundle": "^6.4 || ^7.4 || ^8.0",
26+
"symfony/yaml": "^6.4 || ^7.4 || ^8.0"
2727
},
2828
"require-dev": {
2929
"doctrine/coding-standard": "^14.0.0",
30-
"ergebnis/composer-normalize": "^2.48.2",
31-
"php-standard-library/phpstan-extension": "^2.0.2",
32-
"phpstan/phpstan": "^2.1.33",
33-
"phpstan/phpstan-deprecation-rules": "^2.0.3",
34-
"phpstan/phpstan-phpunit": "^2.0.11",
35-
"phpstan/phpstan-strict-rules": "^2.0.7",
36-
"phpstan/phpstan-symfony": "^2.0.9",
37-
"phpunit/phpunit": "^12.5.4",
30+
"ergebnis/composer-normalize": "^2.50.0",
31+
"php-standard-library/phpstan-extension": "^2.0.3",
32+
"phpstan/phpstan": "^2.1.40",
33+
"phpstan/phpstan-deprecation-rules": "^2.0.4",
34+
"phpstan/phpstan-phpunit": "^2.0.16",
35+
"phpstan/phpstan-strict-rules": "^2.0.10",
36+
"phpstan/phpstan-symfony": "^2.0.15",
37+
"phpunit/phpunit": "^12.5.14",
3838
"roave/security-advisories": "dev-latest",
39-
"twig/twig": "^3.22.2"
39+
"twig/twig": "^3.23.0"
4040
},
4141
"suggest": {
4242
"twig/twig": "Allow to use the cloudinary_url function/filter"

0 commit comments

Comments
 (0)