diff --git a/.github/workflows/unit-tests.yaml b/.github/workflows/unit-tests.yaml index 0db9df259..ef848f9c4 100644 --- a/.github/workflows/unit-tests.yaml +++ b/.github/workflows/unit-tests.yaml @@ -36,7 +36,7 @@ jobs: symfony-version: '6.4.*' env: - SYMFONY_REQUIRE: ${{ matrix.symfony-version || '>=5.4' }} + SYMFONY_REQUIRE: ${{ matrix.symfony-version || '>=6.4' }} steps: - uses: actions/checkout@v4 diff --git a/src/mcp-sdk/.gitattributes b/src/mcp-sdk/.gitattributes index 2cede689b..749150c5d 100644 --- a/src/mcp-sdk/.gitattributes +++ b/src/mcp-sdk/.gitattributes @@ -4,4 +4,3 @@ /.php-cs-fixer.dist.php export-ignore /phpstan.dist.neon export-ignore /phpunit.xml.dist export-ignore -/rector.php export-ignore diff --git a/src/mcp-sdk/examples/cli/composer.json b/src/mcp-sdk/examples/cli/composer.json index 05a875b36..5975efcb1 100644 --- a/src/mcp-sdk/examples/cli/composer.json +++ b/src/mcp-sdk/examples/cli/composer.json @@ -1,6 +1,6 @@ { "name": "php-llm/mcp-cli-example", - "description": "An example applicationf for CLI", + "description": "An example application for CLI", "license": "MIT", "type": "project", "authors": [ @@ -11,7 +11,7 @@ ], "require": { "php": ">=8.2", - "php-llm/mcp-sdk": "@dev", + "symfony/mcp-sdk": "@dev", "symfony/console": "^7.2" }, "minimum-stability": "stable",