|
1 | 1 | { |
2 | 2 | "name": "@hackariens/phpfpm", |
3 | | - "version": "1.0.0", |
| 3 | + "version": "0.0.1", |
4 | 4 | "description": "Templates pour la création d'un nouveau projet phpfpm", |
5 | 5 | "scripts": { |
6 | | - "bash:phpfpm": "docker exec -ti $(npx korojscommands docker_getname-container --container phpfpm) bash", |
7 | | - "bdd:mariadb": "korojscommands bddset-mariadb", |
8 | | - "cmd:validate_outdated": "npm-run-all composer:validate composer:outdated", |
9 | | - "composer:fund": "docker exec -ti $(npx korojscommands docker_getname-container --container phpfpm) composer fund", |
10 | | - "composer:install:dev": "docker exec -ti $(npx korojscommands docker_getname-container --container phpfpm) composer install --no-progress --prefer-dist --optimize-autoloader", |
11 | | - "composer:install:prod": "docker exec -ti $(npx korojscommands docker_getname-container --container phpfpm) composer install --no-progress --prefer-dist --optimize-autoloader --no-dev", |
12 | | - "composer:install": "docker exec -ti $(npx korojscommands docker_getname-container --container phpfpm) composer install", |
13 | | - "composer:outdated": "docker exec -ti $(npx korojscommands docker_getname-container --container phpfpm) composer outdated", |
14 | | - "composer:suggests": "docker exec -ti $(npx korojscommands docker_getname-container --container phpfpm) composer suggests --by-suggestion", |
15 | | - "composer:update": "docker exec -ti $(npx korojscommands docker_getname-container --container phpfpm) composer update", |
16 | | - "composer:validate": "docker exec -ti $(npx korojscommands docker_getname-container --container phpfpm) composer validate", |
17 | | - "docker:deploy": "korojscommands docker_deploy", |
18 | | - "docker:getpull-image": "korojscommands docker_getpull-image", |
19 | | - "docker:ls": "korojscommands docker_ls", |
20 | | - "docker:waiting": "korojscommands docker_waiting --status running --container apache phpfpm", |
21 | | - "exec": "npm-run-all bdd:mariadb docker:getpull-image docker:deploy docker:waiting docker:ls", |
22 | | - "lint:all": "npm-run-all validate_outdated php-cs-fixer_phpcbf eslint:fix lint:stylelint:fix lint:twig lint:container lint:yaml lint:phpaudit lint:markdown rector", |
23 | | - "lint:container": "docker exec -ti $(npx korojscommands docker_getname-container --container phpfpm) symfony console lint:container", |
24 | 6 | "lint:markdown": "markdownlint README.md", |
25 | | - "lint:php-cs-fixer": "docker exec -ti $(npx korojscommands docker_getname-container --container phpfpm) php -d memory_limit=-1 php-cs-fixer.phar fix src", |
26 | 7 | "lint:phpaudit": "npm-run-all lint:phpcs lint:phpmd lint:phpmnd lint:phpstan", |
27 | | - "lint:phpcbf": "docker exec -ti $(npx korojscommands docker_getname-container --container phpfpm) php -d memory_limit=-1 phpcbf.phar -d memory_limit=-1 --report=diff -p --extensions=php --standard=phpcs.xml", |
28 | | - "lint:phpcs:error": "docker exec -ti $(npx korojscommands docker_getname-container --container phpfpm) php -d memory_limit=-1 phpcs.phar --report=full --extensions=php --warning-severity=0 --standard=phpcs.xml", |
29 | | - "lint:phpcs:warning": "docker exec -ti $(npx korojscommands docker_getname-container --container phpfpm) php -d memory_limit=-1 phpcs.phar --report=full --extensions=php --error-severity=0 --standard=phpcs.xml", |
30 | | - "lint:phpcs": "docker exec -ti $(npx korojscommands docker_getname-container --container phpfpm) php -d memory_limit=-1 phpcs.phar --report=full --extensions=php src --standard=phpcs.xml", |
31 | | - "lint:phpdoc": "docker exec -ti $(npx korojscommands docker_getname-container --container phpfpm) php -d memory_limit=-1 phpDocumentor.phar -d src -t public/docs", |
32 | | - "lint:phploc": "docker exec -ti $(npx korojscommands docker_getname-container --container phpfpm) php -d memory_limit=-1 phploc.phar src", |
33 | | - "lint:phpmd": "docker exec -ti $(npx korojscommands docker_getname-container --container phpfpm) php -d memory_limit=-1 -d error_reporting=24575 phpmd.phar src,features/bootstrap ansi phpmd.xml", |
34 | | - "lint:phpmnd": "docker exec -ti $(npx korojscommands docker_getname-container --container phpfpm) composer run phpmnd", |
35 | | - "lint:phpstan": "docker exec -ti $(npx korojscommands docker_getname-container --container phpfpm) php -d memory_limit=-1 phpstan.phar analyse src", |
36 | 8 | "lint:stylelint:fix": "stylelint assets/scss/*.scss --fix", |
37 | 9 | "lint:stylelint": "stylelint assets/scss/*.scss", |
38 | | - "lint:twig": "docker exec -ti $(npx korojscommands docker_getname-container --container phpfpm) symfony console lint:twig templates", |
39 | | - "lint:yaml": "docker exec -ti $(npx korojscommands docker_getname-container --container phpfpm) symfony console lint:yaml config translations --parse-tags", |
40 | 10 | "release": "release-it" |
41 | 11 | }, |
42 | 12 | "repository": { |
|
0 commit comments