mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Fix requirements
This commit is contained in:
parent
92f1beeda5
commit
e553651a8f
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,8 @@
|
|||
"require": {
|
||||
"php": ">=5.3.2",
|
||||
|
||||
"symfony/framework-bundle": ">=2.1.*",
|
||||
"doctrine/common": ">=2.1.*",
|
||||
"symfony/framework-bundle": "~2.1",
|
||||
"doctrine/common": "~2.1",
|
||||
"white-october/pagerfanta-bundle": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue