Skip to content

Commit 3bfdc71

Browse files
authored
MixerAPI/JwtAuth - Require cakephp/authentication 2.9 (#132)
* require cakephp/authentication 2.9 * change deps
1 parent ad4c4aa commit 3bfdc71

File tree

4 files changed

+282
-284
lines changed

4 files changed

+282
-284
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"require-dev": {
2222
"ext-mysqli": "*",
2323
"ext-sqlite3": "*",
24-
"cakephp/authentication": "^2.9",
24+
"cakephp/authentication": "2.9.*",
2525
"cakephp/bake": "^2.0.3",
2626
"cakephp/cakephp-codesniffer": "^4.2",
2727
"cakephp/debug_kit": "^4.1",

0 commit comments

Comments
 (0)