Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mago format --check && composer validate && composer test && pnpm pretty-quick --staged && pnpm eslint . && pnpm run tsc && pnpm test
mago format --check && composer validate && composer test && pnpm pretty-quick --staged && pnpm run eslint && pnpm run tsc && pnpm test
2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1 +1 @@
composer validate && composer test && pnpm pretty-quick --staged && pnpm eslint . && pnpm run tsc && pnpm test
composer validate && composer test && pnpm pretty-quick --staged && pnpm run eslint && pnpm run tsc && pnpm test
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ This is a log of major user-visible changes in each phpMyFAQ release.
- migrated codebase using PHP 8.4 language features (Thorsten)
- migrated routes using PHP 8+ #[Route] attributes (Thorsten)
- migrated to Vite v8 (Thorsten)
- migrated experimental MCP Server to mcp/sdk (Thorsten)

### phpMyFAQ v4.1.1 - unreleased

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"guzzlehttp/guzzle": "^7.5",
"league/commonmark": "^2.4",
"league/oauth2-server": "^9.2",
"mcp/sdk": "^0.4.0",
"minishlink/web-push": "^10.0",
"monolog/monolog": "^3.3",
"myclabs/deep-copy": "~1.0",
Expand All @@ -52,7 +53,6 @@
"symfony/http-foundation": "^8.0",
"symfony/http-kernel": "^8.0",
"symfony/mailer": "^8.0",
"symfony/mcp-sdk": "dev-main",
"symfony/rate-limiter": "^8.0",
"symfony/routing": "^8.0",
"symfony/uid": "^8.0",
Expand All @@ -65,7 +65,7 @@
"carthage-software/mago": "^1.0.1",
"doctrine/instantiator": "2.*",
"mikey179/vfsstream": "^1.6",
"phpdocumentor/reflection-docblock": "6.*",
"phpdocumentor/reflection-docblock": "^5.6",
"phpunit/phpunit": "^12.3",
"rector/rector": "^2",
"symfony/browser-kit": "^8.0",
Expand Down
Loading
Loading