From 2cbca2ebe146d803fc1b33faa7e1d4a1b399815f Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Wed, 14 Jun 2023 15:57:20 -0400 Subject: [PATCH] removing ux-turbo lib for now --- composer.json | 1 - composer.lock | 166 +-------------------------------------------- config/bundles.php | 2 - symfony.lock | 12 ---- 4 files changed, 1 insertion(+), 180 deletions(-) diff --git a/composer.json b/composer.json index 31f9314..c4115aa 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,6 @@ "symfony/proxy-manager-bridge": "6.3.*", "symfony/runtime": "6.3.*", "symfony/twig-bundle": "6.3.*", - "symfony/ux-turbo": "^2.0", "symfony/yaml": "6.3.*", "twig/extra-bundle": "^2.12|^3.0", "twig/twig": "^2.12|^3.0" diff --git a/composer.lock b/composer.lock index ade22f4..48120e7 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "96d8835100b1d96b80212c21a2ba92a4", + "content-hash": "de213c82d96e6cd0545e0bc925d1c73a", "packages": [ { "name": "babdev/pagerfanta-bundle", @@ -4988,74 +4988,6 @@ ], "time": "2023-05-23T14:45:45+00:00" }, - { - "name": "symfony/stimulus-bundle", - "version": "v2.9.1", - "source": { - "type": "git", - "url": "https://github.com/symfony/stimulus-bundle.git", - "reference": "5261003352f52d9e1bcd0a04f099784ada2c3829" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/stimulus-bundle/zipball/5261003352f52d9e1bcd0a04f099784ada2c3829", - "reference": "5261003352f52d9e1bcd0a04f099784ada2c3829", - "shasum": "" - }, - "require": { - "php": ">=8.1", - "symfony/config": "^5.4|^6.0", - "symfony/dependency-injection": "^5.4|^6.0", - "symfony/finder": "^5.4|^6.0", - "symfony/http-kernel": "^5.4|^6.0", - "twig/twig": "^2.15.3|^3.4.3" - }, - "require-dev": { - "symfony/asset-mapper": "6.3.x-dev", - "symfony/framework-bundle": "^5.4|^6.0", - "symfony/phpunit-bridge": "^5.4|^6.0", - "symfony/twig-bundle": "^5.4|^6.0", - "zenstruck/browser": "^1.4" - }, - "type": "symfony-bundle", - "autoload": { - "psr-4": { - "Symfony\\UX\\StimulusBundle\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Integration with your Symfony app & Stimulus!", - "keywords": [ - "symfony-ux" - ], - "support": { - "source": "https://github.com/symfony/stimulus-bundle/tree/v2.9.1" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-05-30T15:13:12+00:00" - }, { "name": "symfony/stopwatch", "version": "v6.3.0", @@ -5634,102 +5566,6 @@ ], "time": "2023-05-06T09:53:41+00:00" }, - { - "name": "symfony/ux-turbo", - "version": "v2.9.1", - "source": { - "type": "git", - "url": "https://github.com/symfony/ux-turbo.git", - "reference": "32c68183b8e0c18130be53b679207e3a43f10f25" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-turbo/zipball/32c68183b8e0c18130be53b679207e3a43f10f25", - "reference": "32c68183b8e0c18130be53b679207e3a43f10f25", - "shasum": "" - }, - "require": { - "php": ">=8.1", - "symfony/stimulus-bundle": "^2.9.1" - }, - "conflict": { - "symfony/flex": "<1.13" - }, - "require-dev": { - "doctrine/annotations": "^1.12", - "doctrine/doctrine-bundle": "^2.4.3", - "doctrine/orm": "^2.8 | 3.0", - "phpstan/phpstan": "^1.10", - "symfony/debug-bundle": "^5.4|^6.0", - "symfony/expression-language": "^5.4|^6.0", - "symfony/form": "^5.4|^6.0", - "symfony/framework-bundle": "^5.4|^6.0", - "symfony/mercure-bundle": "^0.3.4", - "symfony/messenger": "^5.4|^6.0", - "symfony/panther": "^1.0|^2.0", - "symfony/phpunit-bridge": "^5.4|^6.0", - "symfony/property-access": "^5.4|^6.0", - "symfony/security-core": "^5.4|^6.0", - "symfony/stopwatch": "^5.4|^6.0", - "symfony/twig-bundle": "^5.4|^6.0", - "symfony/web-profiler-bundle": "^5.4|^6.0", - "symfony/webpack-encore-bundle": "^1.11" - }, - "type": "symfony-bundle", - "extra": { - "thanks": { - "name": "symfony/ux", - "url": "https://github.com/symfony/ux" - } - }, - "autoload": { - "psr-4": { - "Symfony\\UX\\Turbo\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Kévin Dunglas", - "email": "kevin@dunglas.fr" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Hotwire Turbo integration for Symfony", - "homepage": "https://symfony.com", - "keywords": [ - "hotwire", - "javascript", - "mercure", - "symfony-ux", - "turbo", - "turbo-stream" - ], - "support": { - "source": "https://github.com/symfony/ux-turbo/tree/v2.9.1" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-05-30T14:40:50+00:00" - }, { "name": "symfony/var-dumper", "version": "v6.3.0", diff --git a/config/bundles.php b/config/bundles.php index 86d5cd7..bf42981 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -7,7 +7,6 @@ Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true], Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true], Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true], - Symfony\UX\Turbo\TurboBundle::class => ['all' => true], Knp\Bundle\TimeBundle\KnpTimeBundle::class => ['all' => true], Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true], Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true], @@ -16,5 +15,4 @@ Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true], Zenstruck\Foundry\ZenstruckFoundryBundle::class => ['dev' => true, 'test' => true], BabDev\PagerfantaBundle\BabDevPagerfantaBundle::class => ['all' => true], - Symfony\UX\StimulusBundle\StimulusBundle::class => ['all' => true], ]; diff --git a/symfony.lock b/symfony.lock index 28ef605..dc808b0 100644 --- a/symfony.lock +++ b/symfony.lock @@ -241,15 +241,6 @@ "symfony/service-contracts": { "version": "v3.0.0" }, - "symfony/stimulus-bundle": { - "version": "2.9", - "recipe": { - "repo": "github.com/symfony/recipes", - "branch": "main", - "version": "2.8", - "ref": "9e33a8a3794b603fb4be6c04ee5ecab901ce549e" - } - }, "symfony/stopwatch": { "version": "v6.0.3" }, @@ -288,9 +279,6 @@ "templates/base.html.twig" ] }, - "symfony/ux-turbo": { - "version": "v2.0.1" - }, "symfony/var-dumper": { "version": "v6.0.2" },