Skip to content

Commit

Permalink
Update doctrine dependencies to a safe version for PHP 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 authored and dbu committed Jan 9, 2018
1 parent c7d3da3 commit b042a6e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
],
"require": {
"php": "^5.6 || ^7.0",
"doctrine/common": "^2.4",
"doctrine/data-fixtures": "^1.0",
"doctrine/doctrine-bundle": "^1.0",
"doctrine/phpcr-bundle": "^1.1",
"doctrine/phpcr-odm": "^1.1 || ^2.0",
"doctrine/common": "^2.7",
"doctrine/data-fixtures": "^1.2",
"doctrine/doctrine-bundle": "^1.8",
"doctrine/phpcr-bundle": "^1.3",
"doctrine/phpcr-odm": "^1.4 || ^2.0",
"friendsofsymfony/jsrouting-bundle": "^1.1",
"jackalope/jackalope": "^1.1.5",
"jackalope/jackalope-doctrine-dbal": "^1.1.5",
"jackalope/jackalope": "^1.3",
"jackalope/jackalope-doctrine-dbal": "^1.3",
"symfony/browser-kit": "^2.8 || ^3.0",
"symfony/console": "^2.8 || ^3.0",
"symfony/css-selector": "^2.8 || ^3.0",
Expand Down

0 comments on commit b042a6e

Please sign in to comment.