We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00da476 commit 81d68f4Copy full SHA for 81d68f4
.travis.yml
@@ -8,7 +8,7 @@ env:
8
- DC_VERSION=2.1.*
9
- DC_VERSION=2.2.*
10
- DC_VERSION=2.3.*
11
- - DC_VERSION=dev-master
+ - DC_VERSION=2.4.*
12
13
before_script:
14
- wget http://getcomposer.org/composer.phar
composer.json
@@ -7,6 +7,7 @@
7
"doctrine/orm": "2.*"
},
"require-dev": {
+ "phpunit/phpunit": "3.*",
"lstrojny/phpunit-function-mocker": "dev-master"
"authors": [
0 commit comments