Skip to content

Commit

Permalink
Use the orm-pack to handle Doctrine dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkrovitch committed Nov 24, 2019
1 parent 008e4ca commit 74f61aa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# media-bundle
Media Bundle for Cms
# MediaBundle
Media Bundle for CmsBundle but can be used standalone

# Installation

```bash
composer require johnkrovitch/media-bundle
```

# Usage

Documentation in progress...


8 changes: 1 addition & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,8 @@
"minimum-stability": "stable",
"require": {
"php": "^7.2",
"doctrine/doctrine-bundle": "^2.0",
"doctrine/orm": "^2.7",
"johnkrovitch/repository": "^0.1.0",
"johnkrovitch/orm-pack": "^0.1",
"oneup/uploader-bundle": "^2.1",
"pagerfanta/pagerfanta": "^2.1",
"stof/doctrine-extensions-bundle": "^1.3",
"symfony/config": "^3.0 || ^4.0",
"symfony/dependency-injection": "^3.4.35 || ^4.1.12",
"symfony/form": "^3.0 || ^4.0",
"symfony/validator": "^3.0 || ^4.0",
"symfony/yaml": "^3.0 || ^4.0"
Expand Down

0 comments on commit 74f61aa

Please sign in to comment.