[Composer] Remove willdurand/hateoas and willdurand/hateoas-bundle dependencies

This commit is contained in:
Grzegorz Sadowski 2024-09-09 14:55:46 +02:00
parent 4da25cdaf6
commit 0a6db753a8
6 changed files with 0 additions and 27 deletions

View file

@ -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"
},

View file

@ -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],

View file

@ -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(),

View file

@ -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(),

View file

@ -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],

View file

@ -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"
},