Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Require DoctrineBundle 1.0
Browse files Browse the repository at this point in the history
We use the "doctrine" service, which is defined by this bundle. We are
not compatible with the version 2 of the bundle yet, and should thus
restrict ourselves to version 1.

Fixes #620
  • Loading branch information
greg0ire authored and OskarStark committed Nov 24, 2019
1 parent 280f463 commit ca5d1f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"require": {
"php": "^7.1",
"cocur/slugify": "^2.5 || ^3.0",
"doctrine/doctrine-bundle": "^1.0",
"knplabs/knp-menu-bundle": "^2.1",
"knplabs/knp-paginator-bundle": "^2.6",
"kriswallsmith/buzz": "^0.15 || 0.16.0",
Expand Down

0 comments on commit ca5d1f3

Please sign in to comment.