Skip to content

Commit ca168aa

Browse files
committed
- Support PHP8.5
- Support Symfony8.0 - Dropped PHP8.2 and 8.3 Support
1 parent d556e0c commit ca168aa

File tree

6 files changed

+2729
-1107
lines changed

6 files changed

+2729
-1107
lines changed

composer.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,17 @@
99
],
1010
"license": "MIT",
1111
"require": {
12-
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
13-
"symfony/console": "^5.2 || ^6.0 || ^7.0",
14-
"webmozart/assert": "^1.11"
12+
"php": "~8.4.0 || ~8.5.0",
13+
"symfony/console": "^7.0 || ^8.0",
14+
"webmozart/assert": "^2.0",
15+
"azjezz/psl": "^4.0"
1516
},
1617
"require-dev": {
1718
"friendsofphp/php-cs-fixer": "^3.0",
18-
"phpunit/phpunit": "^10.1.1",
19+
"phpunit/phpunit": "^12.0",
1920
"roave/security-advisories": "dev-latest",
20-
"vimeo/psalm": "^5.1"
21+
"vimeo/psalm": "^6.0",
22+
"php-standard-library/psalm-plugin": "^2.3"
2123
},
2224
"autoload": {
2325
"psr-4": {

0 commit comments

Comments
 (0)