Skip to content

Commit dcfbc81

Browse files
authored
Merge pull request #109 from moodlehq/phpunit
Include PHPUnit in composer
2 parents 3877869 + 3c2d34d commit dcfbc81

File tree

3 files changed

+1330
-1
lines changed

3 files changed

+1330
-1
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"require": {
1212
"php": ">=5.3.2"
1313
},
14+
"require-dev": {
15+
"phpunit/phpunit": "*"
16+
},
1417
"autoload": {
1518
"psr-0": { "Sabberworm\\CSS": "lib/" }
1619
}

0 commit comments

Comments
 (0)