Skip to content

Commit

Permalink
Allow Symfony 6 (#6)
Browse files Browse the repository at this point in the history
* Allow Symfon y6

* Update ci.yml
  • Loading branch information
Nyholm authored Mar 2, 2022
1 parent 43033ec commit 1f6d6fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
max-parallel: 10
matrix:
php: ['7.3', '7.4']
php: ['7.3', '7.4', '8.0']

steps:
- name: Set up PHP
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"require": {
"php": ">=7.3",
"bref/symfony-messenger": "^0.3 || ^0.4",
"symfony/messenger": "^4.4 || ^5.0"
"symfony/messenger": "^4.4 || ^5.0 || ^6.0"
},
"require-dev": {
"phpunit/phpunit": "^8.4",
"symfony/validator": "^5.0",
"symfony/validator": "^5.0 || ^6.0",
"symfony/polyfill-php80": "^1.17",
"symfony/event-dispatcher-contracts": "^2.0"
},
Expand Down

0 comments on commit 1f6d6fe

Please sign in to comment.