We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe61e29 commit 48e2fe3Copy full SHA for 48e2fe3
composer.json
@@ -21,16 +21,16 @@
21
}
22
},
23
"require": {
24
- "php": "^8.1",
+ "php": "^8.2",
25
"ext-curl": "*",
26
27
"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"
+ "phpstan/phpstan": "^2.1",
+ "phpstan/phpstan-mockery": "^2.0",
+ "phpunit/phpunit": "^11.5 || ^12.3",
+ "psr/log": "^3.0",
+ "slevomat/coding-standard": "^8.20",
+ "symfony/phpunit-bridge": "^7.3 || ^8.0"
34
35
"require-dev": {
36
"simplesamlphp/simplesamlphp": "^2.4"
0 commit comments