diff --git a/composer.json b/composer.json index c507e38..c2cb209 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "nette/php-generator": "^4.1", "roave/better-reflection": "^6.70", "symfony/console": "^7.4", - "symfony/filesystem": "^7.4" + "symfony/filesystem": "^7.4 || ^8.0" }, "require-dev": { "buildotter/php-core": "dev-main", diff --git a/composer.lock b/composer.lock index 14fbbbf..da6470f 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": "aba145035e46deb4143ad93fe1753e82", + "content-hash": "453d35f2a079f8aecd73b46f70c5e61e", "packages": [ { "name": "jetbrains/phpstorm-stubs", @@ -562,25 +562,25 @@ }, { "name": "symfony/filesystem", - "version": "v7.4.8", + "version": "v8.0.8", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "58b9790d12f9670b7f53a1c1738febd3108970a5" + "reference": "66b769ae743ce2d13e435528fbef4af03d623e5a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/58b9790d12f9670b7f53a1c1738febd3108970a5", - "reference": "58b9790d12f9670b7f53a1c1738febd3108970a5", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/66b769ae743ce2d13e435528fbef4af03d623e5a", + "reference": "66b769ae743ce2d13e435528fbef4af03d623e5a", "shasum": "" }, "require": { - "php": ">=8.2", + "php": ">=8.4", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.8" }, "require-dev": { - "symfony/process": "^6.4|^7.0|^8.0" + "symfony/process": "^7.4|^8.0" }, "type": "library", "autoload": { @@ -608,7 +608,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v7.4.8" + "source": "https://github.com/symfony/filesystem/tree/v8.0.8" }, "funding": [ { @@ -628,7 +628,7 @@ "type": "tidelift" } ], - "time": "2026-03-24T13:12:05+00:00" + "time": "2026-03-30T15:14:47+00:00" }, { "name": "symfony/polyfill-ctype",