diff --git a/apps/composer.json b/apps/composer.json index 9250016..20a932c 100644 --- a/apps/composer.json +++ b/apps/composer.json @@ -1,31 +1,31 @@ { - "name": "apps/phpfpm", - "type": "project", - "license": "MIT", - "description": "Template de projet en PHPFPM", - "require": {}, - "config": { - "bin-dir": "bin" - }, - "scripts": { - "phpcbf": "phpcbf -d memory_limit=-1 --report=diff -p --extensions=php", - "phpmd": "phpmd src,features/bootstrap,tests text phpmd.xml", - "phpcs-onlywarning": "phpcs src features/bootstrap tests --report=full --extensions=php --error-severity=0", - "phpcs-onlyerror": "phpcs src features/bootstrap tests --report=full --extensions=php --warning-severity=0", - "phpcs": "phpcs src features/bootstrap tests --report=full --extensions=php", - "phpstan": "phpstan analyse src features/bootstrap tests", - "phpinsights": "phpinsights", - "phpmnd": "phpmnd src,features/bootstrap,tests", - "behat": "behat --config behat.yaml", - "phpunit": "phpunit", - "phpunit-unit-integration": "phpunit --testsuite unit,integration" - }, - "require-dev": { - "behat/behat": "3.7.0", - "phpmd/phpmd": "2.9.1", - "phpstan/phpstan": "0.12.52", - "squizlabs/php_codesniffer": "3.5.8", - "povils/phpmnd": "2.3.0", - "phpunit/phpunit": "9.1.5" - } + "name": "apps/phpfpm", + "type": "project", + "license": "MIT", + "description": "Template de projet en PHPFPM", + "require": {}, + "config": { + "bin-dir": "bin" + }, + "scripts": { + "phpcbf": "phpcbf -d memory_limit=-1 --report=diff -p --extensions=php", + "phpmd": "phpmd src,features/bootstrap,tests text phpmd.xml", + "phpcs-onlywarning": "phpcs src features/bootstrap tests --report=full --extensions=php --error-severity=0", + "phpcs-onlyerror": "phpcs src features/bootstrap tests --report=full --extensions=php --warning-severity=0", + "phpcs": "phpcs src features/bootstrap tests --report=full --extensions=php", + "phpstan": "phpstan analyse src features/bootstrap tests", + "phpinsights": "phpinsights", + "phpmnd": "phpmnd src,features/bootstrap,tests", + "behat": "behat --config behat.yaml", + "phpunit": "phpunit", + "phpunit-unit-integration": "phpunit --testsuite unit,integration" + }, + "require-dev": { + "behat/behat": "3.7.0", + "phpmd/phpmd": "2.9.1", + "phpstan/phpstan": "0.12.52", + "squizlabs/php_codesniffer": "3.5.8", + "povils/phpmnd": "2.3.0", + "phpunit/phpunit": "9.1.5" + } } diff --git a/package.json b/package.json index 2755d54..d4f04f7 100644 --- a/package.json +++ b/package.json @@ -1,33 +1,33 @@ { - "name": "@koromerzhin/template-phpfpm", - "version": "1.0.0", - "description": "Templates pour la création d'un nouveau projet phpfpm", - "scripts": { - "linter-markdown": "markdownlint", - "licenses": "license-checker", - "contributors": "all-contributors", - "changelog": "gitmoji-changelog", - "readme": "readme", - "commit": "sgc" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/koromerzhin/template-phpfpm.git" - }, - "keywords": [], - "author": "", - "license": "MIT", - "bugs": { - "url": "https://github.com/koromerzhin/template-phpfpm/issues" - }, - "homepage": "https://github.com/koromerzhin/template-phpfpm#readme", - "devDependencies": { - "all-contributors-cli": "6.14.0", - "gitmoji-changelog": "2.1.0", - "license-checker": "25.0.1", - "markdownlint-cli": "0.24.0", - "readme-md-generator": "1.0.0", - "semantic-git-commit-cli": "3.5.0" - }, - "dependencies": {} + "name": "@koromerzhin/template-phpfpm", + "version": "1.0.0", + "description": "Templates pour la création d'un nouveau projet phpfpm", + "scripts": { + "linter-markdown": "markdownlint", + "licenses": "license-checker", + "contributors": "all-contributors", + "changelog": "gitmoji-changelog", + "readme": "readme", + "commit": "sgc" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/koromerzhin/template-phpfpm.git" + }, + "keywords": [], + "author": "", + "license": "MIT", + "bugs": { + "url": "https://github.com/koromerzhin/template-phpfpm/issues" + }, + "homepage": "https://github.com/koromerzhin/template-phpfpm#readme", + "devDependencies": { + "all-contributors-cli": "6.14.0", + "gitmoji-changelog": "2.1.0", + "license-checker": "25.0.1", + "markdownlint-cli": "0.24.0", + "readme-md-generator": "1.0.0", + "semantic-git-commit-cli": "3.5.0" + }, + "dependencies": {} }