diff --git a/.env b/.env index 1550c0b6..4f8bf59c 100644 --- a/.env +++ b/.env @@ -26,5 +26,5 @@ APP_SECRET=28de35e787e86cb435f0312627623283 # DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db" # DATABASE_URL="mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=8.0.32&charset=utf8mb4" # DATABASE_URL="mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=10.11.2-MariaDB&charset=utf8mb4" -DATABASE_URL="postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=16&charset=utf8" +DATABASE_URL="postgresql://sylius_stack:sylius_stack@127.0.0.1:5432/sylius_stack?serverVersion=16&charset=utf8" ###< doctrine/doctrine-bundle ### diff --git a/composer.json b/composer.json index dfb4328d..0ee9c4e6 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,6 @@ "php": "^8.1", "doctrine/dbal": "^3", "doctrine/doctrine-bundle": "^2.12", - "doctrine/doctrine-migrations-bundle": "^3.3", "doctrine/orm": "^2.0", "laminas/laminas-stdlib": "^3.18", "sylius/resource-bundle": "dev-symfony-7", @@ -77,7 +76,7 @@ }, "extra": { "symfony": { - "require": "7.0.*" + "require": "7.1.*" } } } diff --git a/config/bundles.php b/config/bundles.php index c3475d28..f2a85327 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -14,5 +14,4 @@ Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true], BabDev\PagerfantaBundle\BabDevPagerfantaBundle::class => ['all' => true], Sylius\Bundle\ResourceBundle\SyliusResourceBundle::class => ['all' => true], - Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true], ]; diff --git a/config/packages/doctrine_migrations.yaml b/config/packages/doctrine_migrations.yaml deleted file mode 100644 index 29231d94..00000000 --- a/config/packages/doctrine_migrations.yaml +++ /dev/null @@ -1,6 +0,0 @@ -doctrine_migrations: - migrations_paths: - # namespace is arbitrary but should be different from App\Migrations - # as migrations classes should NOT be autoloaded - 'DoctrineMigrations': '%kernel.project_dir%/migrations' - enable_profiler: false diff --git a/migrations/.gitignore b/migrations/.gitignore deleted file mode 100644 index e69de29b..00000000 diff --git a/symfony.lock b/symfony.lock index 5d664988..69145090 100644 --- a/symfony.lock +++ b/symfony.lock @@ -25,19 +25,6 @@ "src/Repository/.gitignore" ] }, - "doctrine/doctrine-migrations-bundle": { - "version": "3.3", - "recipe": { - "repo": "github.com/symfony/recipes", - "branch": "main", - "version": "3.1", - "ref": "1d01ec03c6ecbd67c3375c5478c9a423ae5d6a33" - }, - "files": [ - "config/packages/doctrine_migrations.yaml", - "migrations/.gitignore" - ] - }, "phpstan/phpstan": { "version": "1.10", "recipe": {