Skip to content

Commit fce42f1

Browse files
renovate[bot]renovate-botrestyled-io[bot]restyled-commits
authored
Pin dependencies (#20)
* Pin dependencies * Restyled by jq (#24) Co-authored-by: Restyled.io <commits@restyled.io> Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <commits@restyled.io>
1 parent c7747f5 commit fce42f1

File tree

3 files changed

+61
-61
lines changed

3 files changed

+61
-61
lines changed

apps/composer.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
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",
25-
"phpmd/phpmd": "^2.9",
26-
"phpstan/phpstan": "^0.12.52",
27-
"squizlabs/php_codesniffer": "^3.5",
28-
"povils/phpmnd": "^2.3",
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+
}
3131
}

apps/composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
2-
"name": "@koromerzhin/template-phpfpm",
3-
"version": "1.0.0",
4-
"description": "Templates pour la création d'un nouveau projet phpfpm",
5-
"scripts": {
6-
"linter-markdown": "markdownlint",
7-
"licenses": "license-checker",
8-
"contributors": "all-contributors",
9-
"changelog": "gitmoji-changelog",
10-
"readme": "readme",
11-
"commit": "sgc"
12-
},
13-
"repository": {
14-
"type": "git",
15-
"url": "git+https://github.com/koromerzhin/template-phpfpm.git"
16-
},
17-
"keywords": [],
18-
"author": "",
19-
"license": "MIT",
20-
"bugs": {
21-
"url": "https://github.com/koromerzhin/template-phpfpm/issues"
22-
},
23-
"homepage": "https://github.com/koromerzhin/template-phpfpm#readme",
24-
"devDependencies": {
25-
"all-contributors-cli": "6.14.0",
26-
"gitmoji-changelog": "2.1.0",
27-
"license-checker": "25.0.1",
28-
"markdownlint-cli": "^0.24.0",
29-
"readme-md-generator": "1.0.0",
30-
"semantic-git-commit-cli": "3.5.0"
31-
},
32-
"dependencies": {}
2+
"name": "@koromerzhin/template-phpfpm",
3+
"version": "1.0.0",
4+
"description": "Templates pour la création d'un nouveau projet phpfpm",
5+
"scripts": {
6+
"linter-markdown": "markdownlint",
7+
"licenses": "license-checker",
8+
"contributors": "all-contributors",
9+
"changelog": "gitmoji-changelog",
10+
"readme": "readme",
11+
"commit": "sgc"
12+
},
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/koromerzhin/template-phpfpm.git"
16+
},
17+
"keywords": [],
18+
"author": "",
19+
"license": "MIT",
20+
"bugs": {
21+
"url": "https://github.com/koromerzhin/template-phpfpm/issues"
22+
},
23+
"homepage": "https://github.com/koromerzhin/template-phpfpm#readme",
24+
"devDependencies": {
25+
"all-contributors-cli": "6.14.0",
26+
"gitmoji-changelog": "2.1.0",
27+
"license-checker": "25.0.1",
28+
"markdownlint-cli": "0.24.0",
29+
"readme-md-generator": "1.0.0",
30+
"semantic-git-commit-cli": "3.5.0"
31+
},
32+
"dependencies": {}
3333
}

0 commit comments

Comments
 (0)