Skip to content

Commit 656e5c7

Browse files
author
Harrison Ifeanyichukwu
committed
chore: require phpunit and php code sniffer linter
1 parent 4f62aa3 commit 656e5c7

3 files changed

Lines changed: 59 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,5 @@ typings/
5959

6060
# next.js build output
6161
.next
62+
63+
/vendor/

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"php" : ">=7.0"
1414
},
1515
"require-dev": {
16-
"phpunit/phpunit": "^7.3"
16+
"phpunit/phpunit": "^7.3",
17+
"squizlabs/php_codesniffer": "^3.3"
1718
},
1819
"autoload": {
1920
"psr-4": {

composer.lock

Lines changed: 55 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)