Skip to content

Commit

Permalink
chore: Remove Psysh (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Dec 3, 2023
1 parent f4fb04c commit bae6fbc
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 20 deletions.
5 changes: 0 additions & 5 deletions fixtures/Bridge/Symfony/SymfonyApp/DoctrineKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

use Doctrine\Bundle\DoctrineBundle\DoctrineBundle;
use Fidry\AliceDataFixtures\Bridge\Symfony\FidryAliceDataFixturesBundle;
use Fidry\PsyshBundle\PsyshBundle;
use Nelmio\Alice\Bridge\Symfony\NelmioAliceBundle;
use Symfony\Bundle\FrameworkBundle\FrameworkBundle;
use Symfony\Component\Config\Loader\LoaderInterface;
Expand All @@ -31,10 +30,6 @@ public function registerBundles(): array
new DoctrineBundle(),
];

if (class_exists(PsyshBundle::class)) {
$bundles[] = new PsyshBundle();
}

return $bundles;
}

Expand Down
5 changes: 0 additions & 5 deletions fixtures/Bridge/Symfony/SymfonyApp/DoctrineMongodbKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

use Doctrine\Bundle\MongoDBBundle\DoctrineMongoDBBundle;
use Fidry\AliceDataFixtures\Bridge\Symfony\FidryAliceDataFixturesBundle;
use Fidry\PsyshBundle\PsyshBundle;
use Nelmio\Alice\Bridge\Symfony\NelmioAliceBundle;
use Symfony\Bundle\FrameworkBundle\FrameworkBundle;
use Symfony\Component\Config\Loader\LoaderInterface;
Expand All @@ -31,10 +30,6 @@ public function registerBundles(): array
new DoctrineMongoDBBundle(),
];

if (class_exists(PsyshBundle::class)) {
$bundles[] = new PsyshBundle();
}

return $bundles;
}

Expand Down
4 changes: 0 additions & 4 deletions fixtures/Bridge/Symfony/SymfonyApp/DoctrinePhpcrKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ public function registerBundles(): array
new DoctrinePHPCRBundle(),
];

if (class_exists(PsyshBundle::class)) {
$bundles[] = new PsyshBundle();
}

return $bundles;
}

Expand Down
5 changes: 0 additions & 5 deletions fixtures/Bridge/Symfony/SymfonyApp/EloquentKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
namespace Fidry\AliceDataFixtures\Bridge\Symfony\SymfonyApp;

use Fidry\AliceDataFixtures\Bridge\Symfony\FidryAliceDataFixturesBundle;
use Fidry\PsyshBundle\PsyshBundle;
use Nelmio\Alice\Bridge\Symfony\NelmioAliceBundle;
use Symfony\Bundle\FrameworkBundle\FrameworkBundle;
use Symfony\Component\Config\Loader\LoaderInterface;
Expand All @@ -31,10 +30,6 @@ public function registerBundles(): array
new WouterJEloquentBundle(),
];

if (class_exists(PsyshBundle::class)) {
$bundles[] = new PsyshBundle();
}

return $bundles;
}

Expand Down
1 change: 0 additions & 1 deletion vendor-bin/proxy-manager/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"psy/psysh": "^0.10.9",
"symfony/symfony": "^4.4.32 || ^5.4 || ^6.0",
"theofidry/composer-inheritance-plugin": "^1.2",
"theofidry/psysh-bundle": "^4.4",
"wouterj/eloquent-bundle": "^2.1.1"
},
"config": {
Expand Down

0 comments on commit bae6fbc

Please sign in to comment.