|
1 | 1 | { |
2 | | - "name": "apps/phpfpm", |
3 | | - "type": "project", |
4 | | - "license": "MIT", |
5 | | - "description": "Template de projet en PHPFPM", |
6 | | - "require": {}, |
7 | | - "config": { |
8 | | - "bin-dir": "bin" |
9 | | - }, |
10 | | - "scripts": { |
11 | | - "phpcbf": "phpcbf -d memory_limit=-1 --report=diff -p --extensions=php", |
12 | | - "phpmd": "phpmd src,features/bootstrap,tests text phpmd.xml", |
13 | | - "phpcs-onlywarning": "phpcs src features/bootstrap tests --report=full --extensions=php --error-severity=0", |
14 | | - "phpcs-onlyerror": "phpcs src features/bootstrap tests --report=full --extensions=php --warning-severity=0", |
15 | | - "phpcs": "phpcs src features/bootstrap tests --report=full --extensions=php", |
16 | | - "phpstan": "phpstan analyse src features/bootstrap tests", |
17 | | - "phpinsights": "phpinsights", |
18 | | - "phpmnd": "phpmnd src,features/bootstrap,tests", |
19 | | - "behat": "behat --config behat.yaml", |
20 | | - "phpunit": "phpunit", |
21 | | - "phpunit-unit-integration": "phpunit --testsuite unit,integration" |
22 | | - }, |
23 | | - "require-dev": { |
24 | | - "behat/behat": "3.7.0", |
25 | | - "phpmd/phpmd": "2.9.1", |
26 | | - "phpstan/phpstan": "0.12.52", |
27 | | - "squizlabs/php_codesniffer": "3.5.8", |
28 | | - "povils/phpmnd": "2.3.0", |
29 | | - "phpunit/phpunit": "9.1.5" |
30 | | - } |
| 2 | + "name": "apps/phpfpm", |
| 3 | + "type": "project", |
| 4 | + "license": "MIT", |
| 5 | + "description": "Template de projet en PHPFPM", |
| 6 | + "require": {}, |
| 7 | + "config": { |
| 8 | + "bin-dir": "bin" |
| 9 | + }, |
| 10 | + "scripts": { |
| 11 | + "phpcbf": "phpcbf -d memory_limit=-1 --report=diff -p --extensions=php", |
| 12 | + "phpmd": "phpmd src,features/bootstrap,tests text phpmd.xml", |
| 13 | + "phpcs-onlywarning": "phpcs src features/bootstrap tests --report=full --extensions=php --error-severity=0", |
| 14 | + "phpcs-onlyerror": "phpcs src features/bootstrap tests --report=full --extensions=php --warning-severity=0", |
| 15 | + "phpcs": "phpcs src features/bootstrap tests --report=full --extensions=php", |
| 16 | + "phpstan": "phpstan analyse src features/bootstrap tests", |
| 17 | + "phpinsights": "phpinsights", |
| 18 | + "phpmnd": "phpmnd src,features/bootstrap,tests", |
| 19 | + "behat": "behat --config behat.yaml", |
| 20 | + "phpunit": "phpunit", |
| 21 | + "phpunit-unit-integration": "phpunit --testsuite unit,integration" |
| 22 | + }, |
| 23 | + "require-dev": { |
| 24 | + "behat/behat": "3.7.0", |
| 25 | + "phpmd/phpmd": "2.9.1", |
| 26 | + "phpstan/phpstan": "0.12.52", |
| 27 | + "squizlabs/php_codesniffer": "3.5.8", |
| 28 | + "povils/phpmnd": "2.3.0", |
| 29 | + "phpunit/phpunit": "9.1.5" |
| 30 | + } |
31 | 31 | } |
0 commit comments