|
1 | 1 | { |
2 | 2 | "name": "dotkernel/dot-form", |
3 | 3 | "type": "library", |
4 | | - "description": "DotKernel form component extending and customizing laminas-form", |
| 4 | + "description": "Dotkernel form component extending and customizing laminas-form", |
5 | 5 | "license": "MIT", |
6 | 6 | "homepage": "https://github.com/dotkernel/dot-form", |
7 | 7 | "keywords": [ |
|
13 | 13 | ], |
14 | 14 | "authors": [ |
15 | 15 | { |
16 | | - "name": "DotKernel Team", |
| 16 | + "name": "Dotkernel Team", |
17 | 17 | "email": "team@dotkernel.com" |
18 | 18 | } |
19 | 19 | ], |
20 | 20 | "require": { |
21 | | - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", |
| 21 | + "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0", |
22 | 22 | "laminas/laminas-servicemanager": "^3.22.1", |
23 | 23 | "laminas/laminas-form": "^3.17.0" |
24 | 24 | }, |
25 | 25 | "require-dev": { |
26 | | - "phpunit/phpunit": "^10.4.2", |
27 | | - "laminas/laminas-coding-standard": "^2.5.0", |
28 | | - "vimeo/psalm": "^5.16.0" |
| 26 | + "laminas/laminas-coding-standard": "^3.0.0", |
| 27 | + "phpstan/phpstan": "^2.1", |
| 28 | + "phpstan/phpstan-phpunit": "^2.0", |
| 29 | + "phpunit/phpunit": "^10.4.2" |
29 | 30 | }, |
30 | 31 | "autoload": { |
31 | 32 | "psr-4": { |
|
46 | 47 | "scripts": { |
47 | 48 | "check": [ |
48 | 49 | "@cs-check", |
49 | | - "@test" |
| 50 | + "@test", |
| 51 | + "@static-analysis" |
50 | 52 | ], |
51 | 53 | "cs-check": "phpcs", |
52 | 54 | "cs-fix": "phpcbf", |
53 | | - "test": "phpunit --colors=always", |
54 | | - "test-coverage": "phpunit --colors=always --coverage-clover clover.xml", |
55 | | - "static-analysis": "psalm --shepherd --stats" |
| 55 | + "static-analysis": "phpstan analyse --memory-limit 1G", |
| 56 | + "test": "phpunit --colors=always" |
56 | 57 | } |
57 | 58 | } |
0 commit comments