Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit 2c607fc

Browse files
committed
Force cakephp on 3.1 as there is bug in their http implementation before
1 parent 637a82c commit 2c607fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"php": "^5.5 || ^7.0",
1515
"php-http/httplug": "^1.0",
1616
"php-http/discovery": "^1.0",
17-
"cakephp/cakephp": "^3.0"
17+
"cakephp/cakephp": "^3.1"
1818
},
1919
"require-dev": {
2020
"php-http/client-integration-tests": "^0.5.1"

0 commit comments

Comments
 (0)