Skip to content

Commit 59ed286

Browse files
committed
added support for psr\cache 3.0 -
OK (704 tests, 1245 assertions)
1 parent 6b22a81 commit 59ed286

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"php-http/discovery": "^1.12",
2525
"php-http/httplug": "^2.2",
2626
"php-http/multipart-stream-builder": "^1.1.2",
27-
"psr/cache": "^1.0|^2.0",
27+
"psr/cache": "^1.0|^2.0|^3.0",
2828
"psr/http-client-implementation": "^1.0",
2929
"psr/http-factory-implementation": "^1.0",
3030
"psr/http-message": "^1.0",
@@ -54,5 +54,10 @@
5454
"dev-2.x": "2.20.x-dev",
5555
"dev-master": "3.4.x-dev"
5656
}
57+
},
58+
"config": {
59+
"allow-plugins": {
60+
"phpstan/extension-installer": true
61+
}
5762
}
5863
}

0 commit comments

Comments
 (0)