Commits on Source (8)
-
Reiter, Christoph authored
We set a default table name and group name with proper namespacing, so it should be safe to reuse existing DBs. This also adds a dbp:relay:core:queue:test command which queues one or more dummy messages with an optional delay. This can be used to see if the queue consumers work correctly and receive tasks.
b8b14a8c -
Reiter, Christoph authoredb212306c
-
Reiter, Christoph authoredfec5d233
-
Renovate Bot authoredd35fd252
-
Reiter, Christoph authored
chore(deps): lock file maintenance See merge request !70
315ef6d4 -
Reiter, Christoph authored04ffd7b7
-
Reiter, Christoph authoredba91cd85
-
Reiter, Christoph authored
... | ... | @@ -3,7 +3,7 @@ |
"type": "symfony-bundle", | ||
"license": "AGPL-3.0-or-later", | ||
"require": { | ||
"php": "^7.3", | ||
"php": "^7.3 || ^8.0", | ||
"ext-fileinfo": "*", | ||
"ext-json": "*", | ||
"api-platform/core": "^2.6.3", | ||
... | ... | @@ -29,8 +29,8 @@ |
"require-dev": { | ||
"brainmaestro/composer-git-hooks": "^2.8", | ||
"friendsofphp/php-cs-fixer": "^3.0", | ||
"phpstan/phpstan": "^0.12.33", | ||
"phpstan/phpstan-phpunit": "^0.12.13", | ||
"phpstan/phpstan": "^1.0.0", | ||
"phpstan/phpstan-phpunit": "^1.0.0", | ||
"symfony/browser-kit": "^5.3", | ||
"symfony/http-client": "^5.3", | ||
"symfony/phpunit-bridge": "^5.3", | ||
... | ... |
docs/locks.md
0 → 100644
src/Queue/TestCommand.php
0 → 100644
src/Queue/TestHandler.php
0 → 100644
src/Queue/TestMessage.php
0 → 100644