Skip to content

Commit 8438570

Browse files
committed
minor #7 minor cleanups (Nyholm)
This PR was merged into the main branch. Discussion ---------- minor cleanups | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | | License | MIT I saw some leftovers. Commits ------- fd64580 minor cleanups
2 parents 7641a8c + fd64580 commit 8438570

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
symfony-version: '6.4.*'
3737

3838
env:
39-
SYMFONY_REQUIRE: ${{ matrix.symfony-version || '>=5.4' }}
39+
SYMFONY_REQUIRE: ${{ matrix.symfony-version || '>=6.4' }}
4040
steps:
4141
- uses: actions/checkout@v4
4242

src/mcp-sdk/.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44
/.php-cs-fixer.dist.php export-ignore
55
/phpstan.dist.neon export-ignore
66
/phpunit.xml.dist export-ignore
7-
/rector.php export-ignore

src/mcp-sdk/examples/cli/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "php-llm/mcp-cli-example",
3-
"description": "An example applicationf for CLI",
3+
"description": "An example application for CLI",
44
"license": "MIT",
55
"type": "project",
66
"authors": [
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": ">=8.2",
14-
"php-llm/mcp-sdk": "@dev",
14+
"symfony/mcp-sdk": "@dev",
1515
"symfony/console": "^7.2"
1616
},
1717
"minimum-stability": "stable",

0 commit comments

Comments
 (0)