Skip to content

Commit 48e2fe3

Browse files
committed
Bump PHP version to 8.2 and update dependencies accordingly
1 parent fe61e29 commit 48e2fe3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
}
2222
},
2323
"require": {
24-
"php": "^8.1",
24+
"php": "^8.2",
2525
"ext-curl": "*",
2626

2727
"phpstan/extension-installer": "^1.4",
28-
"phpstan/phpstan": "^1.11",
29-
"phpstan/phpstan-mockery": "^1.1",
30-
"phpunit/phpunit": "^10.0 || ^11.0",
31-
"psr/log": "^2.0 || ^3.0",
32-
"slevomat/coding-standard": "^8.15",
33-
"symfony/phpunit-bridge": "^6.4 || ^7.0"
28+
"phpstan/phpstan": "^2.1",
29+
"phpstan/phpstan-mockery": "^2.0",
30+
"phpunit/phpunit": "^11.5 || ^12.3",
31+
"psr/log": "^3.0",
32+
"slevomat/coding-standard": "^8.20",
33+
"symfony/phpunit-bridge": "^7.3 || ^8.0"
3434
},
3535
"require-dev": {
3636
"simplesamlphp/simplesamlphp": "^2.4"

0 commit comments

Comments
 (0)