Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 29 additions & 29 deletions apps/composer.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {}
}