All checks were successful
CI / Quality (push) Successful in 4s
Bundle code for php-qml/bridge: BridgeBundle (AbstractBundle, autoloads config/services.yaml), Publisher (thin wrapper over Mercure HubInterface that enforces envelope-as-JSON), SessionAuthenticator (bearer-token custom Symfony authenticator with problem+json failures), and HealthController (GET /healthz readiness probe). Composer constraints bumped to Symfony ^8.0 across the board (per user request); mercure component to ^0.7. PHPUnit 11 suite covers Publisher publish + private flag and SessionAuthenticator support/auth/failure paths — 8 tests, 22 assertions, all green. PLAN.md §13 updated to record the Symfony 8 minimum. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
39 lines
467 B
Plaintext
39 lines
467 B
Plaintext
# Build artefacts
|
|
build/
|
|
**/build/
|
|
|
|
# Composer
|
|
vendor/
|
|
composer.phar
|
|
# Library packages don't ship composer.lock; applications do.
|
|
framework/php/composer.lock
|
|
|
|
# PHPUnit
|
|
.phpunit.cache/
|
|
.phpunit.result.cache
|
|
|
|
# PHP CS Fixer
|
|
.php-cs-fixer.cache
|
|
|
|
# Symfony / app data
|
|
**/var/
|
|
.env.local
|
|
.env.*.local
|
|
.env.local.php
|
|
|
|
# Qt / CMake intermediates
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
*.pro.user
|
|
.qt/
|
|
.rcc/
|
|
.qmlls.ini
|
|
moc_*.cpp
|
|
moc_*.h
|
|
qrc_*.cpp
|
|
ui_*.h
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
*.swp
|