Skip to content

Commit 81d68f4

Browse files
committed
Updating for DC 2.4
1 parent 00da476 commit 81d68f4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
- DC_VERSION=2.1.*
99
- DC_VERSION=2.2.*
1010
- DC_VERSION=2.3.*
11-
- DC_VERSION=dev-master
11+
- DC_VERSION=2.4.*
1212

1313
before_script:
1414
- wget http://getcomposer.org/composer.phar

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"doctrine/orm": "2.*"
88
},
99
"require-dev": {
10+
"phpunit/phpunit": "3.*",
1011
"lstrojny/phpunit-function-mocker": "dev-master"
1112
},
1213
"authors": [

0 commit comments

Comments
 (0)