mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Doctrine common should be a dependency
This commit is contained in:
parent
c01edec86b
commit
86c72a4453
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,8 @@
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.2",
|
"php": ">=5.3.2",
|
||||||
|
|
||||||
"symfony/framework": ">=2.1.*",
|
"symfony/framework-bundle": ">=2.1.*",
|
||||||
"stof/doctrine-extensions-bundle": "*",
|
"doctrine/common": ">=2.1.*",
|
||||||
"white-october/pagerfanta-bundle": "*"
|
"white-october/pagerfanta-bundle": "*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue