We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 198ce4a commit 017efb5Copy full SHA for 017efb5
Makefile
@@ -19,6 +19,9 @@ deps-stable: ## Update dependencies
19
deps-low: ## Update dependencies
20
$(COMPOSER) update --prefer-lowest
21
22
+deps-bump:
23
+ $(COMPOSER) bump --dev-only
24
+
25
tests: ## Run tests
26
$(PHPUNIT)
27
composer.json
@@ -15,11 +15,11 @@
15
"php-llm/mcp-sdk": "dev-main"
16
},
17
"require-dev": {
18
- "phpunit/phpunit": "^11.5",
- "phpstan/phpstan": "^2.1",
- "rector/rector": "^2.0",
+ "phpunit/phpunit": "^11.5.15",
+ "phpstan/phpstan": "^2.1.10",
+ "rector/rector": "^2.0.10",
"phpstan/phpstan-webmozart-assert": "^2.0",
- "php-cs-fixer/shim": "^3.9"
+ "php-cs-fixer/shim": "^3.73.1"
"autoload": {
"psr-4": {
0 commit comments