Skip to content

Commit b33739c

Browse files
committed
bug #612 update dama/doctrine-test-bundle and other deps to fix build (dmaicher)
This PR was merged into the master branch. Discussion ---------- update dama/doctrine-test-bundle and other deps to fix build Fixes #611 Commits ------- d4a8483 update dama/doctrine-test-bundle and other deps to fix build
2 parents 707197a + d4a8483 commit b33739c

File tree

4 files changed

+193
-1146
lines changed

4 files changed

+193
-1146
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ install:
4848

4949
test_script:
5050
- cd c:\projects\symfony-demo
51-
- php vendor/bin/phpunit
51+
- php vendor/bin/simple-phpunit

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"white-october/pagerfanta-bundle" : "^1.0"
3636
},
3737
"require-dev": {
38-
"dama/doctrine-test-bundle" : "^1.0",
38+
"dama/doctrine-test-bundle" : "^3.0",
3939
"friendsofphp/php-cs-fixer" : "^2.0",
4040
"sensio/generator-bundle" : "^3.0",
4141
"symfony/phpunit-bridge" : "^3.0"

0 commit comments

Comments
 (0)