1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-02 21:02:41 +02:00

[task/code-sniffer] Add PHP CodeSniffer dependency to composer.

PHPBB3-11980
This commit is contained in:
Andreas Fischer
2013-10-27 17:23:27 +01:00
parent 7fb3676957
commit c82979a472
2 changed files with 74 additions and 3 deletions

View File

@@ -14,6 +14,7 @@
"fabpot/goutte": "1.0.*",
"phpunit/dbunit": "1.2.*",
"phpunit/phpunit": "3.7.*",
"phing/phing": "2.4.*"
"phing/phing": "2.4.*",
"squizlabs/php_codesniffer": "1.*"
}
}