diff --git a/composer.json b/composer.json index f1a5f8fe..1cfe81c2 100644 --- a/composer.json +++ b/composer.json @@ -15,16 +15,16 @@ }, "require": { "php": ">=8.0 <8.4", - "symfony/config": "^5.4 || ^6.0.19", - "symfony/console": "^5.4 || ^6.0.19", - "symfony/dependency-injection": "^5.4 || ^6.0.20", - "symfony/process": "^5.4 || ^6.0.19", - "symfony/yaml": "^5.4 || ^6.0.19", + "symfony/config": "^5.4 || ^6 || ^7", + "symfony/console": "^5.4 || ^6 || ^7", + "symfony/dependency-injection": "^5.4 || ^6 || ^7", + "symfony/process": "^5.4 || ^6 || ^7", + "symfony/yaml": "^5.4 || ^6 || ^7", "webmozart/assert": "^1.11" }, "require-dev": { "friendsofphp/php-cs-fixer": "^v3.41.1", - "php-parallel-lint/php-parallel-lint": "~1.2.0", + "php-parallel-lint/php-parallel-lint": "^1.2", "php-parallel-lint/php-var-dump-check": "^v0.5", "phpstan/phpstan": "^1.10.48", "phpstan/phpstan-phpunit": "^1.3.15", @@ -32,7 +32,7 @@ "phpstan/phpstan-webmozart-assert": "^1.2.4", "phpunit/phpunit": "^9.6.15", "psalm/plugin-phpunit": "^0.18.4", - "symfony/filesystem": "^5.4 || ^6.0.19", + "symfony/filesystem": "^5.4 || ^6 || ^7", "vimeo/psalm": "^5.17.0" }, "bin" : ["sarb"], diff --git a/composer.lock b/composer.lock index 53146a12..7532db7d 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": "fa70aadbd454e86bf8ebd8f6e095a014", + "content-hash": "b5951be1ef4c4b6c7dcefad88bb6c606", "packages": [ { "name": "psr/container", @@ -2197,16 +2197,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.17.1", + "version": "v4.18.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d" + "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", - "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bcbb2179f97633e98bbbc87044ee2611c7d7999", + "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999", "shasum": "" }, "require": { @@ -2247,9 +2247,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.18.0" }, - "time": "2023-08-13T19:53:39+00:00" + "time": "2023-12-10T21:03:43+00:00" }, { "name": "phar-io/manifest", @@ -2364,21 +2364,21 @@ }, { "name": "php-parallel-lint/php-parallel-lint", - "version": "v1.2.0", + "version": "v1.3.2", "source": { "type": "git", "url": "https://github.com/php-parallel-lint/PHP-Parallel-Lint.git", - "reference": "474f18bc6cc6aca61ca40bfab55139de614e51ca" + "reference": "6483c9832e71973ed29cf71bd6b3f4fde438a9de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-parallel-lint/PHP-Parallel-Lint/zipball/474f18bc6cc6aca61ca40bfab55139de614e51ca", - "reference": "474f18bc6cc6aca61ca40bfab55139de614e51ca", + "url": "https://api.github.com/repos/php-parallel-lint/PHP-Parallel-Lint/zipball/6483c9832e71973ed29cf71bd6b3f4fde438a9de", + "reference": "6483c9832e71973ed29cf71bd6b3f4fde438a9de", "shasum": "" }, "require": { "ext-json": "*", - "php": ">=5.4.0" + "php": ">=5.3.0" }, "replace": { "grogy/php-parallel-lint": "*", @@ -2386,8 +2386,8 @@ }, "require-dev": { "nette/tester": "^1.3 || ^2.0", - "php-parallel-lint/php-console-highlighter": "~0.3", - "squizlabs/php_codesniffer": "~3.0" + "php-parallel-lint/php-console-highlighter": "0.* || ^1.0", + "squizlabs/php_codesniffer": "^3.6" }, "suggest": { "php-parallel-lint/php-console-highlighter": "Highlight syntax in code snippet" @@ -2398,7 +2398,7 @@ "type": "library", "autoload": { "classmap": [ - "./" + "./src/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -2415,9 +2415,9 @@ "homepage": "https://github.com/php-parallel-lint/PHP-Parallel-Lint", "support": { "issues": "https://github.com/php-parallel-lint/PHP-Parallel-Lint/issues", - "source": "https://github.com/php-parallel-lint/PHP-Parallel-Lint/tree/master" + "source": "https://github.com/php-parallel-lint/PHP-Parallel-Lint/tree/v1.3.2" }, - "time": "2020-04-04T12:18:32+00:00" + "time": "2022-02-21T12:50:22+00:00" }, { "name": "php-parallel-lint/php-var-dump-check",