There was an error while loading. Please reload this page.
1 parent cc64595 commit f586018Copy full SHA for f586018
1 file changed
composer.json
@@ -14,10 +14,10 @@
14
"require": {
15
"php": ">=8.3",
16
"lcobucci/jwt": "^5.3",
17
- "symfony/http-client": "7.4.*"
+ "symfony/http-client": "7.3.*"
18
},
19
"require-dev": {
20
- "phpstan/phpstan": "^2.1.36",
+ "phpstan/phpstan": "^1.5.3",
21
"phpstan/phpdoc-parser": "<2"
22
23
"autoload": {
@@ -27,8 +27,8 @@
27
28
"extra": {
29
"branch-alias": {
30
- "dev-main": "2.7.x-dev",
31
- "dev-develop": "2.8.x-dev"
+ "dev-main": "2.6.x-dev",
+ "dev-develop": "2.7.x-dev"
32
}
33
34
0 commit comments