diff --git a/compiler/composer.json b/compiler/composer.json index d75fe0c52b..4c5f527550 100644 --- a/compiler/composer.json +++ b/compiler/composer.json @@ -9,7 +9,7 @@ "symfony/console": "^5.2.2", "symfony/process": "^5.2.2", "symfony/filesystem": "^5.2.2", - "symfony/finder": "^5.2.2" + "symfony/finder": "^6.0.17" }, "autoload": { "psr-4": { diff --git a/compiler/composer.lock b/compiler/composer.lock index faba6495e8..8e473a328c 100644 --- a/compiler/composer.lock +++ b/compiler/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": "d00fd15c389a05d253fc18b424d0bc23", + "content-hash": "80eb79eaca3e2234da4a86829a839ec5", "packages": [ { "name": "nette/neon", @@ -359,22 +359,20 @@ }, { "name": "symfony/finder", - "version": "v5.4.0", + "version": "v6.0.17", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "d2f29dac98e96a98be467627bd49c2efb1bc2590" + "reference": "d467d625fc88f7cebf96f495e588a7196a669db1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/d2f29dac98e96a98be467627bd49c2efb1bc2590", - "reference": "d2f29dac98e96a98be467627bd49c2efb1bc2590", + "url": "https://api.github.com/repos/symfony/finder/zipball/d467d625fc88f7cebf96f495e588a7196a669db1", + "reference": "d467d625fc88f7cebf96f495e588a7196a669db1", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.0.2" }, "type": "library", "autoload": { @@ -402,7 +400,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v5.4.0" + "source": "https://github.com/symfony/finder/tree/v6.0.17" }, "funding": [ { @@ -418,7 +416,7 @@ "type": "tidelift" } ], - "time": "2021-11-28T15:25:38+00:00" + "time": "2022-12-22T17:53:58+00:00" }, { "name": "symfony/polyfill-ctype", @@ -3283,5 +3281,5 @@ "platform-overrides": { "php": "8.0.99" }, - "plugin-api-version": "2.1.0" + "plugin-api-version": "2.3.0" }