|
58 | 58 | "jsoumelidis/zend-sf-di-config": "^0.5", |
59 | 59 | "laminas/laminas-coding-standard": "~2.3.0", |
60 | 60 | "laminas/laminas-development-mode": "^3.3.0", |
61 | | - "laminas/laminas-pimple-config": "^1.1.1", |
| 61 | + "laminas/laminas-pimple-config": "^1.4", |
62 | 62 | "laminas/laminas-servicemanager": "^3.6.4", |
63 | 63 | "mezzio/mezzio-fastroute": "^3.2.0", |
64 | 64 | "mezzio/mezzio-laminasrouter": "^3.1.0", |
65 | 65 | "mezzio/mezzio-laminasviewrenderer": "^2.3.0", |
66 | 66 | "mezzio/mezzio-platesrenderer": "^2.3.0", |
67 | | - "mezzio/mezzio-tooling": "^2.0", |
| 67 | + "mezzio/mezzio-tooling": "^2.1", |
68 | 68 | "mezzio/mezzio-twigrenderer": "^2.7.0", |
69 | | - "mikey179/vfsstream": "^1.6.8", |
70 | | - "phpspec/prophecy": "^1.10.3", |
71 | | - "phpspec/prophecy-phpunit": "^2.0", |
72 | | - "phpstan/phpstan": "^0.12", |
73 | | - "phpstan/phpstan-strict-rules": "^0.12", |
74 | | - "phpunit/phpunit": "^9.5.5", |
75 | | - "roave/security-advisories": "dev-master" |
| 69 | + "mikey179/vfsstream": "^1.6.10", |
| 70 | + "phpunit/phpunit": "^9.5.11", |
| 71 | + "psalm/plugin-phpunit": "^0.16.1", |
| 72 | + "roave/security-advisories": "dev-master", |
| 73 | + "vimeo/psalm": "^4.17" |
76 | 74 | }, |
77 | 75 | "autoload": { |
78 | 76 | "psr-4": { |
|
98 | 96 | "mezzio": "laminas --ansi", |
99 | 97 | "check": [ |
100 | 98 | "@cs-check", |
101 | | - "@test", |
102 | | - "@analyze" |
| 99 | + "@test" |
103 | 100 | ], |
104 | | - "analyze": "phpstan analyze -l 3 -c ./phpstan.installer.neon ./src ./config", |
105 | 101 | "clear-config-cache": "php bin/clear-config-cache.php", |
106 | | - "cs-check": "phpcs -s", |
107 | | - "cs-fix": "phpcbf", |
| 102 | + "enable-codestandard": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin::run", |
| 103 | + "cs-check": [ |
| 104 | + "@enable-codestandard", |
| 105 | + "phpcs -s" |
| 106 | + ], |
| 107 | + "cs-fix": [ |
| 108 | + "@enable-codestandard", |
| 109 | + "phpcbf" |
| 110 | + ], |
108 | 111 | "serve": "php -S 0.0.0.0:8080 -t public/", |
109 | 112 | "test": "phpunit --colors=always", |
110 | 113 | "test-coverage": "phpunit --colors=always --coverage-clover clover.xml" |
|
0 commit comments