Skip to content

Commit

Permalink
Merge pull request #527 from web-auth/deps/remove-cbor-bundle
Browse files Browse the repository at this point in the history
Remove useless CBOR Bundle (only lib us used)
  • Loading branch information
Spomky authored Nov 18, 2023
2 parents ed683a4 + 545ea18 commit ce4f815
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/log": "^1.0|^2.0|^3.0",
"spomky-labs/cbor-bundle": "^3.0",
"spomky-labs/cbor-php": "^3.0",
"spomky-labs/pki-framework": "^1.0",
"symfony/config": "^6.1",
Expand Down
1 change: 0 additions & 1 deletion src/symfony/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"php": ">=8.1",
"nyholm/psr7": "^1.5",
"psr/event-dispatcher": "^1.0",
"spomky-labs/cbor-bundle": "^3.0",
"symfony/config": "^6.1",
"symfony/dependency-injection": "^6.1",
"symfony/framework-bundle": "^6.1",
Expand Down
2 changes: 0 additions & 2 deletions tests/symfony/functional/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace Webauthn\Tests\Bundle\Functional;

use Doctrine\Bundle\DoctrineBundle\DoctrineBundle;
use SpomkyLabs\CborBundle\SpomkyLabsCborBundle;
use Symfony\Bundle\FrameworkBundle\FrameworkBundle;
use Symfony\Bundle\MonologBundle\MonologBundle;
use Symfony\Bundle\SecurityBundle\SecurityBundle;
Expand All @@ -25,7 +24,6 @@ public function registerBundles(): iterable
{
return [
new FrameworkBundle(),
new SpomkyLabsCborBundle(),
new DoctrineBundle(),
new SecurityBundle(),
new MonologBundle(),
Expand Down

0 comments on commit ce4f815

Please sign in to comment.