Skip to content

Commit 0dc0778

Browse files
authored
Normalize composer.json with ergebnis/composer-normalize (#208)
1 parent df2563f commit 0dc0778

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "mcp/sdk",
3-
"type": "library",
43
"description": "Model Context Protocol SDK for Client and Server applications in PHP",
54
"license": "MIT",
5+
"type": "library",
66
"authors": [
77
{
88
"name": "Christopher Hertel",
@@ -33,16 +33,16 @@
3333
"symfony/uid": "^5.4 || ^6.4 || ^7.3 || ^8.0"
3434
},
3535
"require-dev": {
36+
"laminas/laminas-httphandlerrunner": "^2.12",
37+
"nyholm/psr7": "^1.8",
38+
"nyholm/psr7-server": "^1.1",
3639
"php-cs-fixer/shim": "^3.91",
3740
"phpstan/phpstan": "^2.1",
3841
"phpunit/phpunit": "^10.5",
3942
"psr/simple-cache": "^2.0 || ^3.0",
4043
"symfony/cache": "^5.4 || ^6.4 || ^7.3 || ^8.0",
4144
"symfony/console": "^5.4 || ^6.4 || ^7.3 || ^8.0",
42-
"symfony/process": "^5.4 || ^6.4 || ^7.3 || ^8.0",
43-
"nyholm/psr7": "^1.8",
44-
"nyholm/psr7-server": "^1.1",
45-
"laminas/laminas-httphandlerrunner": "^2.12"
45+
"symfony/process": "^5.4 || ^6.4 || ^7.3 || ^8.0"
4646
},
4747
"autoload": {
4848
"psr-4": {
@@ -53,6 +53,7 @@
5353
"psr-4": {
5454
"Mcp\\Example\\Server\\CachedDiscovery\\": "examples/server/cached-discovery/",
5555
"Mcp\\Example\\Server\\ClientCommunication\\": "examples/server/client-communication/",
56+
"Mcp\\Example\\Server\\ClientLogging\\": "examples/server/client-logging/",
5657
"Mcp\\Example\\Server\\CombinedRegistration\\": "examples/server/combined-registration/",
5758
"Mcp\\Example\\Server\\ComplexToolSchema\\": "examples/server/complex-tool-schema/",
5859
"Mcp\\Example\\Server\\CustomDependencies\\": "examples/server/custom-dependencies/",
@@ -62,14 +63,13 @@
6263
"Mcp\\Example\\Server\\EnvVariables\\": "examples/server/env-variables/",
6364
"Mcp\\Example\\Server\\ExplicitRegistration\\": "examples/server/explicit-registration/",
6465
"Mcp\\Example\\Server\\SchemaShowcase\\": "examples/server/schema-showcase/",
65-
"Mcp\\Example\\Server\\ClientLogging\\": "examples/server/client-logging/",
6666
"Mcp\\Tests\\": "tests/"
6767
}
6868
},
6969
"config": {
70-
"sort-packages": true,
7170
"allow-plugins": {
7271
"php-http/discovery": false
73-
}
72+
},
73+
"sort-packages": true
7474
}
7575
}

0 commit comments

Comments
 (0)