We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b22a81 commit 59ed286Copy full SHA for 59ed286
1 file changed
composer.json
@@ -24,7 +24,7 @@
24
"php-http/discovery": "^1.12",
25
"php-http/httplug": "^2.2",
26
"php-http/multipart-stream-builder": "^1.1.2",
27
- "psr/cache": "^1.0|^2.0",
+ "psr/cache": "^1.0|^2.0|^3.0",
28
"psr/http-client-implementation": "^1.0",
29
"psr/http-factory-implementation": "^1.0",
30
"psr/http-message": "^1.0",
@@ -54,5 +54,10 @@
54
"dev-2.x": "2.20.x-dev",
55
"dev-master": "3.4.x-dev"
56
}
57
+ },
58
+ "config": {
59
+ "allow-plugins": {
60
+ "phpstan/extension-installer": true
61
+ }
62
63
0 commit comments