Skip to content

Commit

Permalink
Fix messenger
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Jan 2, 2025
1 parent a7c54d8 commit 7f89b2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cqrs_pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: (cd src/Cqrs && composer update --no-interaction --no-scripts)

- name: "Validate composer.json"
run: (cd src/Cqrs && composer validate --strict --no-check-version)
run: (cd src/Cqrs && composer validate --no-check-version)

- name: "Create test application"
run: |
Expand Down
3 changes: 2 additions & 1 deletion src/Cqrs/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"type": "meta-package",
"license": "MIT",
"require": {
"php": "^8.3"
"php": "^8.3",
"symfony/messenger": "*"
},
"require-dev": {
"phpunit/phpunit": "^11.4"
Expand Down

0 comments on commit 7f89b2c

Please sign in to comment.