Skip to content

Commit

Permalink
Merge pull request #5645 from loic425/webmozartTaxonomyBundle
Browse files Browse the repository at this point in the history
[TaxonomyBundle] Remove Webmozart useless dependency
  • Loading branch information
Paweł Jędrzejewski committed Jul 29, 2016
2 parents d2383fa + 336794f commit fe80297
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Expand Up @@ -14,7 +14,6 @@
use Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository;
use Sylius\Component\Taxonomy\Model\TaxonInterface;
use Sylius\Component\Taxonomy\Repository\TaxonRepositoryInterface;
use Webmozart\Assert\Assert;

/**
* @author Aram Alipoor <aram.alipoor@gmail.com>
Expand Down
3 changes: 1 addition & 2 deletions src/Sylius/Bundle/TaxonomyBundle/composer.json
Expand Up @@ -26,8 +26,7 @@
"stof/doctrine-extensions-bundle": "~1.1",
"sylius/taxonomy": "^1.0",
"sylius/resource-bundle": "^1.0",
"symfony/framework-bundle": "^2.8",
"webmozart/assert": "^1.0"
"symfony/framework-bundle": "^2.8"
},
"require-dev": {
"phpspec/phpspec": "^3.0",
Expand Down

0 comments on commit fe80297

Please sign in to comment.