mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[Composer] Remove willdurand/hateoas and willdurand/hateoas-bundle dependencies
This commit is contained in:
parent
4da25cdaf6
commit
0a6db753a8
6 changed files with 0 additions and 27 deletions
|
|
@ -145,8 +145,6 @@
|
|||
"twig/string-extra": "^3.13.0",
|
||||
"twig/twig": "^3.14.0",
|
||||
"webmozart/assert": "^1.9",
|
||||
"willdurand/hateoas": "^3.0",
|
||||
"willdurand/hateoas-bundle": "^2.0",
|
||||
"winzou/state-machine": "^0.4",
|
||||
"winzou/state-machine-bundle": "^0.6"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ return [
|
|||
Sylius\Bundle\GridBundle\SyliusGridBundle::class => ['all' => true],
|
||||
winzou\Bundle\StateMachineBundle\winzouStateMachineBundle::class => ['all' => true],
|
||||
Sonata\BlockBundle\SonataBlockBundle::class => ['all' => true],
|
||||
Bazinga\Bundle\HateoasBundle\BazingaHateoasBundle::class => ['all' => true],
|
||||
JMS\SerializerBundle\JMSSerializerBundle::class => ['all' => true],
|
||||
FOS\RestBundle\FOSRestBundle::class => ['all' => true],
|
||||
Knp\Bundle\GaufretteBundle\KnpGaufretteBundle::class => ['all' => true],
|
||||
|
|
|
|||
|
|
@ -45,7 +45,6 @@ Don't worry, everything was automatically installed via Composer.
|
|||
new JMS\SerializerBundle\JMSSerializerBundle(),
|
||||
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
|
||||
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
||||
new Bazinga\Bundle\HateoasBundle\BazingaHateoasBundle(),
|
||||
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
|
||||
new Sylius\Bundle\ResourceBundle\SyliusResourceBundle(),
|
||||
new Sylius\Bundle\CustomerBundle\SyliusCustomerBundle(),
|
||||
|
|
|
|||
|
|
@ -45,7 +45,6 @@ Don't worry, everything was automatically installed via Composer.
|
|||
new JMS\SerializerBundle\JMSSerializerBundle(),
|
||||
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
|
||||
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
|
||||
new Bazinga\Bundle\HateoasBundle\BazingaHateoasBundle(),
|
||||
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
|
||||
new Sylius\Bundle\ResourceBundle\SyliusResourceBundle(),
|
||||
new Sylius\Bundle\MailerBundle\SyliusMailerBundle(),
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@ return [
|
|||
Sylius\Bundle\ResourceBundle\SyliusResourceBundle::class => ['all' => true],
|
||||
Sylius\Bundle\GridBundle\SyliusGridBundle::class => ['all' => true],
|
||||
winzou\Bundle\StateMachineBundle\winzouStateMachineBundle::class => ['all' => true],
|
||||
Bazinga\Bundle\HateoasBundle\BazingaHateoasBundle::class => ['all' => true],
|
||||
JMS\SerializerBundle\JMSSerializerBundle::class => ['all' => true],
|
||||
FOS\RestBundle\FOSRestBundle::class => ['all' => true],
|
||||
Knp\Bundle\GaufretteBundle\KnpGaufretteBundle::class => ['all' => true],
|
||||
|
|
|
|||
21
symfony.lock
21
symfony.lock
|
|
@ -43,9 +43,6 @@
|
|||
"coduo/php-to-string": {
|
||||
"version": "3.0.0"
|
||||
},
|
||||
"composer/semver": {
|
||||
"version": "1.5.1"
|
||||
},
|
||||
"dealerdirect/phpcodesniffer-composer-installer": {
|
||||
"version": "v0.7.0"
|
||||
},
|
||||
|
|
@ -553,12 +550,6 @@
|
|||
"sylius-labs/polyfill-symfony-event-dispatcher": {
|
||||
"version": "v1.0.0"
|
||||
},
|
||||
"sylius-labs/polyfill-symfony-framework-bundle": {
|
||||
"version": "v1.0.0"
|
||||
},
|
||||
"sylius-labs/polyfill-symfony-security": {
|
||||
"version": "v1.0.0"
|
||||
},
|
||||
"sylius/fixtures-bundle": {
|
||||
"version": "v1.4.1"
|
||||
},
|
||||
|
|
@ -994,18 +985,6 @@
|
|||
"webmozart/assert": {
|
||||
"version": "1.9.1"
|
||||
},
|
||||
"willdurand/hateoas": {
|
||||
"version": "2.12.0"
|
||||
},
|
||||
"willdurand/hateoas-bundle": {
|
||||
"version": "1.4",
|
||||
"recipe": {
|
||||
"repo": "github.com/symfony/recipes-contrib",
|
||||
"branch": "master",
|
||||
"version": "1.4",
|
||||
"ref": "34df072c6edaa61ae19afb2f3a239f272fecab87"
|
||||
}
|
||||
},
|
||||
"willdurand/jsonp-callback-validator": {
|
||||
"version": "v1.1.0"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue