Skip to content

Commit c76e73f

Browse files
committed
Removing Joomla codingstandard dependency and adding php_codesniffer
1 parent df3bc09 commit c76e73f

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
@@ -12,8 +12,8 @@
1212
"joomla/uri": "^2.0"
1313
},
1414
"require-dev": {
15-
"joomla/coding-standards": "^3.0@dev",
16-
"phpunit/phpunit": "^8.5|^9.0"
15+
"phpunit/phpunit": "^8.5|^9.0",
16+
"squizlabs/php_codesniffer": "~3.7.1"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)