Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Removed unneeded dependencies
Browse files Browse the repository at this point in the history
These dependencies are either no longer a dependency of this package, or
are already required with the same version constraints by other
packages.
  • Loading branch information
wouterj committed Jan 21, 2017
1 parent 7f2a90a commit 9471908
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@
"require": {
"php": "^5.6|^7.0",
"symfony/framework-bundle": "^2.8|^3.0",
"symfony/config": "^2.8|^3.0",
"symfony-cmf/routing-auto": "^2.0@dev",
"symfony-cmf/routing-auto": "^2.0",
"symfony-cmf/routing-bundle": "^1.2.0|^2.0",
"symfony-cmf/slugifier-api": "^1.0",
"aferrandini/urlizer": "1.0.*",
"jms/metadata": "1.5.*"
"aferrandini/urlizer": "1.0.*"
},
"require-dev": {
"symfony-cmf/testing": "^1.3|^2.0",
Expand Down

0 comments on commit 9471908

Please sign in to comment.