|
7 | 7 | "require": { |
8 | 8 | "php": "^8.0", |
9 | 9 | "ext-json": "*", |
| 10 | + "ext-openssl": "*", |
10 | 11 | "ext-simplexml": "*", |
11 | 12 | "ext-xml": "*", |
12 | 13 | "adbario/php-dot-notation": "^2.2", |
|
20 | 21 | "require-dev": { |
21 | 22 | "ext-mysqli": "*", |
22 | 23 | "ext-sqlite3": "*", |
| 24 | + "cakephp/authentication": "^2.9", |
23 | 25 | "cakephp/bake": "^2.0.3", |
24 | 26 | "cakephp/cakephp-codesniffer": "^4.2", |
25 | 27 | "cakephp/debug_kit": "^4.1", |
26 | 28 | "dereuromark/cakephp-ide-helper": "^1.10", |
| 29 | + "firebase/php-jwt": "^5.5", |
27 | 30 | "josegonzalez/dotenv": "^3.2", |
28 | 31 | "phpmd/phpmd": "^2.10", |
29 | 32 | "phpro/grumphp": "^1.3", |
|
50 | 53 | "MixerApi\\ExceptionRender\\": "plugins/exception-render/src/", |
51 | 54 | "MixerApi\\HalView\\": "plugins/hal-view/src/", |
52 | 55 | "MixerApi\\JsonLdView\\": "plugins/json-ld-view/src/", |
| 56 | + "MixerApi\\JwtAuth\\": "plugins/jwt-auth/src/", |
53 | 57 | "MixerApi\\Rest\\": "plugins/rest/src/" |
54 | 58 | } |
55 | 59 | }, |
|
69 | 73 | "MixerApi\\ExceptionRender\\Test\\App\\": "plugins/exception-render/tests/test_app/src/", |
70 | 74 | "MixerApi\\HalView\\Test\\": "plugins/hal-view/tests/", |
71 | 75 | "MixerApi\\HalView\\Test\\App\\": "plugins/hal-view/tests/test_app/src/", |
| 76 | + "MixerApi\\JwtAuth\\Test\\": "plugins/jwt-auth/tests/", |
| 77 | + "MixerApi\\JwtAuth\\Test\\App\\": "plugins/jwt-auth/tests/test_app/src/", |
72 | 78 | "MixerApi\\JsonLdView\\Test\\": "plugins/json-ld-view/tests/", |
73 | 79 | "MixerApi\\JsonLdView\\Test\\App\\": "plugins/json-ld-view/tests/test_app/src/", |
74 | 80 | "MixerApi\\Test\\": "plugins/mixerapi/tests/", |
|
114 | 120 | "prefer-stable": true, |
115 | 121 | "minimum-stability": "dev", |
116 | 122 | "config": { |
117 | | - "sort-packages": true |
| 123 | + "sort-packages": true, |
| 124 | + "allow-plugins": { |
| 125 | + "dealerdirect/phpcodesniffer-composer-installer": true, |
| 126 | + "cakephp/plugin-installer": true, |
| 127 | + "phpro/grumphp": true |
| 128 | + } |
118 | 129 | }, |
119 | 130 | "repositories": [ |
120 | 131 | { |
|
0 commit comments