diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-01-15 16:31:53 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2017-03-06 21:11:18 +0100 |
commit | 6c7d68645409cfad3858b5f252f5a49b148e3b53 (patch) | |
tree | fd81f0a21240ad42ee0c00a4b41d11f7149ef33e /composer.json | |
parent | 52b503105d389d1796698114573ff618b2ad34a2 (diff) | |
download | Shaarli-6c7d68645409cfad3858b5f252f5a49b148e3b53.tar.gz Shaarli-6c7d68645409cfad3858b5f252f5a49b148e3b53.tar.zst Shaarli-6c7d68645409cfad3858b5f252f5a49b148e3b53.zip |
Run languages tests using PHPUnit test suites
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index b82aceef..70b87bb9 100644 --- a/composer.json +++ b/composer.json | |||
@@ -20,7 +20,8 @@ | |||
20 | "phpmd/phpmd" : "@stable", | 20 | "phpmd/phpmd" : "@stable", |
21 | "phpunit/phpunit": "4.8.*", | 21 | "phpunit/phpunit": "4.8.*", |
22 | "sebastian/phpcpd": "*", | 22 | "sebastian/phpcpd": "*", |
23 | "squizlabs/php_codesniffer": "2.*" | 23 | "squizlabs/php_codesniffer": "2.*", |
24 | "phpunit/phpcov": "*" | ||
24 | }, | 25 | }, |
25 | "autoload": { | 26 | "autoload": { |
26 | "psr-4": { | 27 | "psr-4": { |