|
1 | 1 | { |
2 | 2 | "name": "dotkernel/api", |
3 | 3 | "type": "project", |
4 | | - "description": "DotKernel API", |
| 4 | + "description": "Dotkernel API", |
5 | 5 | "license": "MIT", |
6 | 6 | "homepage": "https://www.dotkernel.org", |
7 | 7 | "support": { |
|
19 | 19 | ], |
20 | 20 | "authors": [ |
21 | 21 | { |
22 | | - "name": "DotKernel Team", |
| 22 | + "name": "Dotkernel Team", |
23 | 23 | |
24 | 24 | } |
25 | 25 | ], |
|
51 | 51 | "php": "~8.2.0 || ~8.3.0", |
52 | 52 | "ext-gd": "*", |
53 | 53 | "ext-json": "*", |
54 | | - "dotkernel/dot-cache": "^4.0", |
55 | | - "dotkernel/dot-cli": "^3.5.0", |
56 | | - "dotkernel/dot-data-fixtures": "^1.2.2", |
57 | | - "dotkernel/dot-dependency-injection": "^1.0", |
| 54 | + "dotkernel/dot-cache": "^4.3", |
| 55 | + "dotkernel/dot-cli": "^3.9.0", |
| 56 | + "dotkernel/dot-data-fixtures": "^1.4.0", |
| 57 | + "dotkernel/dot-dependency-injection": "^1.2", |
58 | 58 | "dotkernel/dot-errorhandler": "^4.0.0", |
59 | | - "dotkernel/dot-mail": "^5.1.0", |
60 | | - "dotkernel/dot-response-header": "^3.2.3", |
61 | | - "laminas/laminas-component-installer": "^3.4.0", |
62 | | - "laminas/laminas-config-aggregator": "^1.14.0", |
63 | | - "laminas/laminas-hydrator": "^4.15.0", |
64 | | - "laminas/laminas-inputfilter": "^2.29.0", |
65 | | - "laminas/laminas-stdlib": "^3.19.0", |
66 | | - "mezzio/mezzio": "^3.19.0", |
67 | | - "mezzio/mezzio-authentication-oauth2": "^2.8.0", |
68 | | - "mezzio/mezzio-authorization-acl": "^1.10.0", |
69 | | - "mezzio/mezzio-authorization-rbac": "^1.7.0", |
70 | | - "mezzio/mezzio-cors": "^1.11.1", |
71 | | - "mezzio/mezzio-fastroute": "^3.11.0", |
72 | | - "mezzio/mezzio-hal": "^2.9", |
73 | | - "mezzio/mezzio-problem-details": "^1.13.1", |
74 | | - "mezzio/mezzio-twigrenderer": "^2.15.0", |
| 59 | + "dotkernel/dot-mail": "^5.3.0", |
| 60 | + "dotkernel/dot-response-header": "^3.4.1", |
| 61 | + "laminas/laminas-component-installer": "^3.5.0", |
| 62 | + "laminas/laminas-config-aggregator": "^1.18.0", |
| 63 | + "laminas/laminas-hydrator": "^4.16.0", |
| 64 | + "laminas/laminas-inputfilter": "^2.31.0", |
| 65 | + "laminas/laminas-stdlib": "^3.20.0", |
| 66 | + "mezzio/mezzio": "^3.20.1", |
| 67 | + "mezzio/mezzio-authentication-oauth2": "^2.11.0", |
| 68 | + "mezzio/mezzio-authorization-acl": "^1.11.0", |
| 69 | + "mezzio/mezzio-authorization-rbac": "^1.8.0", |
| 70 | + "mezzio/mezzio-cors": "^1.13.0", |
| 71 | + "mezzio/mezzio-fastroute": "^3.12.0", |
| 72 | + "mezzio/mezzio-hal": "^2.10", |
| 73 | + "mezzio/mezzio-problem-details": "^1.15.0", |
| 74 | + "mezzio/mezzio-twigrenderer": "^2.17.0", |
75 | 75 | "ramsey/uuid-doctrine": "^2.1.0", |
76 | | - "roave/psr-container-doctrine": "^5.2.1", |
77 | | - "symfony/filesystem": "^7.0.3", |
78 | | - "zircote/swagger-php": "^4.10" |
| 76 | + "roave/psr-container-doctrine": "^5.2.2", |
| 77 | + "symfony/filesystem": "^7.2.0", |
| 78 | + "zircote/swagger-php": "^5.0.6" |
79 | 79 | }, |
80 | 80 | "require-dev": { |
81 | | - "laminas/laminas-coding-standard": "^3.0", |
82 | | - "laminas/laminas-development-mode": "^3.12.0", |
83 | | - "mezzio/mezzio-tooling": "^2.9.0", |
84 | | - "phpstan/phpstan": "^2.0", |
85 | | - "phpstan/phpstan-doctrine": "^2.0", |
86 | | - "phpstan/phpstan-phpunit": "^2.0", |
87 | | - "phpunit/phpunit": "^10.5.10", |
| 81 | + "laminas/laminas-coding-standard": "^3.0.1", |
| 82 | + "laminas/laminas-development-mode": "^3.13.0", |
| 83 | + "mezzio/mezzio-tooling": "^2.10.1", |
| 84 | + "phpstan/phpstan": "^2.1.7", |
| 85 | + "phpstan/phpstan-doctrine": "^2.0.2", |
| 86 | + "phpstan/phpstan-phpunit": "^2.0.4", |
| 87 | + "phpunit/phpunit": "^10.5.45", |
88 | 88 | "roave/security-advisories": "dev-latest", |
89 | | - "symfony/var-dumper": "^7.1" |
| 89 | + "symfony/var-dumper": "^7.2.3" |
90 | 90 | }, |
91 | 91 | "autoload": { |
92 | 92 | "psr-4": { |
93 | 93 | "Api\\Admin\\": "src/Admin/src/", |
94 | 94 | "Api\\App\\": "src/App/src/", |
| 95 | + "Api\\Security\\": "src/Security/src/", |
95 | 96 | "Api\\User\\": "src/User/src/", |
96 | 97 | "Core\\Admin\\": "src/Core/src/Admin/src/", |
97 | 98 | "Core\\App\\": "src/Core/src/App/src/", |
|
105 | 106 | } |
106 | 107 | }, |
107 | 108 | "scripts": { |
108 | | - "post-update-cmd": [ |
109 | | - "php bin/composer-post-install-script.php" |
110 | | - ], |
111 | | - "development-disable": "laminas-development-mode disable", |
112 | | - "development-enable": "laminas-development-mode enable", |
113 | | - "development-status": "laminas-development-mode status", |
114 | 109 | "check": [ |
115 | 110 | "@cs-check", |
116 | 111 | "@test", |
|
119 | 114 | "clear-config-cache": "php bin/clear-config-cache.php", |
120 | 115 | "cs-check": "phpcs", |
121 | 116 | "cs-fix": "phpcbf", |
| 117 | + "development-disable": "laminas-development-mode disable", |
| 118 | + "development-enable": "laminas-development-mode enable", |
| 119 | + "development-status": "laminas-development-mode status", |
| 120 | + "post-update-cmd": [ |
| 121 | + "php bin/composer-post-install-script.php" |
| 122 | + ], |
122 | 123 | "serve": "php -S 0.0.0.0:8080 -t public/", |
123 | 124 | "static-analysis": "phpstan analyse --memory-limit 1G", |
124 | 125 | "test": "phpunit --colors=always" |
|
0 commit comments