Skip to content

Commit 6137422

Browse files
authored
chore: update PHPStan and Symfony dev dependencies (#1013)
- Add support for PHPStan 2.0 (^1.0 || ^2.0) - Add support for Symfony 7.0 components: - symfony/http-client (^6.4 || ^7.0) - symfony/mailgun-mailer (^6.4 || ^7.0) - symfony/notifier (^6.4 || ^7.0) - symfony/postmark-mailer (^6.4 || ^7.0) This update ensures compatibility with the latest versions of these development dependencies while maintaining backward compatibility. Co-authored-by: Deeka Wong <[email protected]>
1 parent 5f6af44 commit 6137422

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,14 @@
104104
"pestphp/pest-plugin-faker": "^2.0 || ^3.0",
105105
"pestphp/pest-plugin-type-coverage": "^2.0 || ^3.0",
106106
"php-http/guzzle7-adapter": "^1.0",
107-
"phpstan/phpstan": "^1.0",
107+
"phpstan/phpstan": "^1.0 || ^2.0",
108108
"phpstan/phpstan-deprecation-rules": "^1.1",
109109
"swoole/ide-helper": "dev-master",
110110
"swow/swow": "dev-develop",
111-
"symfony/http-client": "^6.4",
112-
"symfony/mailgun-mailer": "^6.4",
113-
"symfony/notifier": "^6.4",
114-
"symfony/postmark-mailer": "^6.4",
111+
"symfony/http-client": "^6.4 || ^7.0",
112+
"symfony/mailgun-mailer": "^6.4 || ^7.0",
113+
"symfony/notifier": "^6.4 || ^7.0",
114+
"symfony/postmark-mailer": "^6.4 || ^7.0",
115115
"tijsverkoyen/css-to-inline-styles": "^2.2.5",
116116
"voku/portable-ascii": "^1.4"
117117
},

0 commit comments

Comments
 (0)