|
38 | 38 | "dotkernel/dot-flashmessenger": "^3.4.2", |
39 | 39 | "dotkernel/dot-geoip": "^3.6.0", |
40 | 40 | "dotkernel/dot-helpers": "^3.4.2", |
41 | | - "dotkernel/dot-mail": "^4.1.1", |
| 41 | + "dotkernel/dot-mail": "^5.1.0", |
42 | 42 | "dotkernel/dot-navigation": "^3.4.2", |
43 | 43 | "dotkernel/dot-rbac-guard": "^3.4.2", |
44 | 44 | "dotkernel/dot-session": "^5.6.0", |
|
57 | 57 | }, |
58 | 58 | "require-dev": { |
59 | 59 | "filp/whoops": "^2.15.4", |
60 | | - "laminas/laminas-coding-standard": "^2.5.0", |
| 60 | + "laminas/laminas-coding-standard": "^3.0", |
61 | 61 | "laminas/laminas-development-mode": "^3.12.0", |
62 | | - "laminas/laminas-http": "^2.19.0", |
63 | 62 | "mezzio/mezzio-tooling": "^2.9.0", |
64 | 63 | "phpunit/phpunit": "^10.5.9", |
65 | 64 | "roave/security-advisories": "dev-latest", |
|
88 | 87 | "post-create-project-cmd": [ |
89 | 88 | "@development-enable" |
90 | 89 | ], |
| 90 | + "post-update-cmd": [ |
| 91 | + "php bin/composer-post-install-script.php" |
| 92 | + ], |
91 | 93 | "development-disable": "laminas-development-mode disable", |
92 | 94 | "development-enable": "laminas-development-mode enable", |
93 | 95 | "development-status": "laminas-development-mode status", |
|
101 | 103 | "cs-check": "phpcs", |
102 | 104 | "cs-fix": "phpcbf", |
103 | 105 | "serve": "php -S 0.0.0.0:8080 -t public/", |
104 | | - "static-analysis": "phpstan analyse", |
| 106 | + "static-analysis": "phpstan analyse --memory-limit 1G", |
105 | 107 | "test": "phpunit --colors=always", |
106 | 108 | "test-coverage": "phpunit --colors=always --coverage-clover clover.xml", |
107 | 109 | "twig-cs-check": "vendor/bin/twig-cs-fixer lint --config=config/twig-cs-fixer.php", |
|
0 commit comments