Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Commit

Permalink
Fixed dev changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoreram committed Oct 20, 2014
1 parent 21c880f commit e83bc3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions composer.json
Expand Up @@ -93,8 +93,7 @@
},
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "~2.2",
"mmoreram/php-formatter": "~1.0",
"phpunit/phpunit": "*"
"mmoreram/php-formatter": "~1.0"
},
"suggest": {
"symfony/twig-bundle": "Required if using Twig extensions",
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Expand Up @@ -7,7 +7,7 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="true"
stopOnFailure="false"
syntaxCheck="false"
bootstrap="vendor/autoload.php"
>
Expand Down

0 comments on commit e83bc3d

Please sign in to comment.