diff --git a/composer.json b/composer.json index 1f208fe..ec81181 100644 --- a/composer.json +++ b/composer.json @@ -15,9 +15,9 @@ "require": { "php": ">=8.2", "psr/simple-cache": "^3.0", - "symfony/console": "^6.3|^7.0", - "symfony/finder": "^6.3|^7.0", - "symfony/process": "^6.3|^7.0" + "symfony/console": "^6.4|^7.0", + "symfony/finder": "^6.4|^7.0", + "symfony/process": "^6.4|^7.0" }, "config": { "optimize-autoloader": true, @@ -43,9 +43,8 @@ "stan": "vendor/bin/phpstan analyse src tests -l 8" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.49", - "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^10.5.10", - "symfony/var-dumper": "^7.0" + "friendsofphp/php-cs-fixer": "^3.58.1", + "phpstan/phpstan": "^1.11.4", + "phpunit/phpunit": "^10.5.20" } } diff --git a/src/Internal/PklDownloader.php b/src/Internal/PklDownloader.php index 2ab594a..3afb631 100644 --- a/src/Internal/PklDownloader.php +++ b/src/Internal/PklDownloader.php @@ -18,7 +18,7 @@ */ final class PklDownloader { - private const PKL_CLI_VERSION = '0.25.2'; + private const PKL_CLI_VERSION = '0.25.3'; public function __construct() {