Skip to content

Commit 0efe892

Browse files
committed
Removing Joomla codingstandard dependency and adding php_codesniffer
1 parent e1ee02f commit 0efe892

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
},
1212
"require-dev": {
1313
"doctrine/inflector": "^1.2",
14-
"joomla/coding-standards": "^3.0@dev",
1514
"joomla/test": "^2.0.1",
16-
"phpunit/phpunit": "^8.5|^9.0"
15+
"phpunit/phpunit": "^8.5|^9.0",
16+
"squizlabs/php_codesniffer": "~3.7.1"
1717
},
1818
"conflict": {
1919
"doctrine/inflector": "<1.2"

0 commit comments

Comments
 (0)