Skip to content

Commit a1485dd

Browse files
committed
Updated PHPUnit to 5.1 and fixed some of the tests.
1 parent 8bbff36 commit a1485dd

File tree

5 files changed

+162
-67
lines changed

5 files changed

+162
-67
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"php": ">=5.3.0"
1919
},
2020
"require-dev": {
21-
"phpunit/php-code-coverage": "~2.0",
22-
"phpunit/phpunit": "~4.0|~5.0"
21+
"phpunit/php-code-coverage": "~3.0",
22+
"phpunit/phpunit": "~5.1"
2323
},
2424
"autoload": {
2525
"psr-4": {
2626
"SqlParser\\": "src"
2727
}
2828
}
29-
}
29+
}

0 commit comments

Comments
 (0)