Skip to content

Commit

Permalink
Update Doctrine lowest version to make it work with lowest deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierstoval committed Aug 17, 2019
1 parent 753ba2d commit f3b0504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
$fs->remove(__DIR__.'/../build');
} catch (Exception $e) {
fwrite(STDERR, $e->getMessage());
system('rm -rf '.__DIR__.'/../build');
}
}

Expand Down
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"php": "^7.1",
"behat/transliterator": "^1.2",
"doctrine/doctrine-bundle": "^1.8",
"doctrine/doctrine-cache-bundle": "^1.3.1",
"doctrine/orm": "^2.5",
"symfony/asset": "^4.2",
"symfony/config": "^4.2",
Expand All @@ -22,6 +23,7 @@
"require-dev": {
"symfony/browser-kit": "^4.2",
"symfony/css-selector": "^4.2",
"symfony/dom-crawler": "^4.2",
"symfony/phpunit-bridge": "^4.2",
"symfony/yaml": "^4.2"
},
Expand Down

0 comments on commit f3b0504

Please sign in to comment.