diff --git a/composer.json b/composer.json index a612a88..8f0fa78 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "symfony/twig-bundle": "^7.3.4", "symfony/ux-twig-component": "^2.32.0", "symfony/yaml": "^7.3.5", - "symfonycasts/tailwind-bundle": "^0.10.0", + "symfonycasts/tailwind-bundle": "^0.12.0", "twig/extra-bundle": "^3.22.2", "twig/string-extra": "^3.22.1", "twig/twig": "^3.22.2" diff --git a/composer.lock b/composer.lock index 96be51e..1d6b8d3 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": "079fdbd83ef3341dcde4ed421866e52d", + "content-hash": "2b3fb65f16de3ec4993e15b873f49cb5", "packages": [ { "name": "composer/semver", @@ -4250,32 +4250,32 @@ }, { "name": "symfonycasts/tailwind-bundle", - "version": "v0.10.0", + "version": "v0.12.0", "source": { "type": "git", "url": "https://github.com/SymfonyCasts/tailwind-bundle.git", - "reference": "380502c39bf403f772d050ff9904932040de8cf1" + "reference": "17c85e25d3ceb54b8599e8ca4c5b67c485f2a48a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/SymfonyCasts/tailwind-bundle/zipball/380502c39bf403f772d050ff9904932040de8cf1", - "reference": "380502c39bf403f772d050ff9904932040de8cf1", + "url": "https://api.github.com/repos/SymfonyCasts/tailwind-bundle/zipball/17c85e25d3ceb54b8599e8ca4c5b67c485f2a48a", + "reference": "17c85e25d3ceb54b8599e8ca4c5b67c485f2a48a", "shasum": "" }, "require": { "php": ">=8.1", - "symfony/asset-mapper": "^6.3|^7.0", - "symfony/cache": "^6.3|^7.0", - "symfony/console": "^5.4|^6.3|^7.0", + "symfony/asset-mapper": "^6.3|^7.0|^8.0", + "symfony/cache": "^6.3|^7.0|^8.0", + "symfony/console": "^5.4|^6.3|^7.0|^8.0", "symfony/deprecation-contracts": "^2.2|^3.0", - "symfony/http-client": "^5.4|^6.3|^7.0", - "symfony/process": "^5.4|^6.3|^7.0" + "symfony/http-client": "^5.4|^6.3|^7.0|^8.0", + "symfony/process": "^5.4|^6.3|^7.0|^8.0" }, "require-dev": { "phpunit/phpunit": "^9.6", - "symfony/filesystem": "^6.3|^7.0", - "symfony/framework-bundle": "^6.3|^7.0", - "symfony/phpunit-bridge": "^6.3.9|^7.0" + "symfony/filesystem": "^6.3|^7.0|^8.0", + "symfony/framework-bundle": "^6.3|^7.0|^8.0", + "symfony/phpunit-bridge": "^6.3.9|^7.0|^8.0" }, "type": "library", "autoload": { @@ -4300,9 +4300,9 @@ ], "support": { "issues": "https://github.com/SymfonyCasts/tailwind-bundle/issues", - "source": "https://github.com/SymfonyCasts/tailwind-bundle/tree/v0.10.0" + "source": "https://github.com/SymfonyCasts/tailwind-bundle/tree/v0.12.0" }, - "time": "2025-04-09T15:18:46+00:00" + "time": "2025-11-24T10:14:04+00:00" }, { "name": "twig/extra-bundle",