Skip to content

Commit 8e74c5d

Browse files
committed
Upgrade phpcs and update .gitignore
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
1 parent 8cf1c84 commit 8e74c5d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
composer.phar
2-
/vendor/
1+
vendor/
2+
composer.lock

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"issues": "https://github.com/phpmyadmin/coding-standard/issues"
1717
},
1818
"require": {
19-
"squizlabs/php_codesniffer": "^3.2.3"
19+
"php": "^7.1",
20+
"squizlabs/php_codesniffer": "^3.4.0"
2021
}
2122
}

0 commit comments

Comments
 (0)