Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Commit 34ef326

Browse files
author
Khairul Anwar
committed
set project type to "phpcodesniffer-standard"
- dep: standard autoinstaller
1 parent 00e9973 commit 34ef326

File tree

2 files changed

+73
-3
lines changed

2 files changed

+73
-3
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "codeigniter4/codeigniter4-standard",
3+
"type": "phpcodesniffer-standard",
34
"description": "CodeIgniter 4 Standard for PHP_CodeSniffer 3.",
45
"version":"1.0.1",
56
"license":"MIT",
@@ -16,6 +17,7 @@
1617
"require-dev": {
1718
"squizlabs/php_codesniffer": "^3.1",
1819
"satooshi/php-coveralls": "^1.0",
19-
"phpunit/phpunit": "^6.5"
20+
"phpunit/phpunit": "^6.5",
21+
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0"
2022
}
2123
}

composer.lock

Lines changed: 70 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)