Skip to content

Commit

Permalink
Merge pull request #56 from Korbeil/feature/symfony-6-support
Browse files Browse the repository at this point in the history
Symfony 6 support
  • Loading branch information
lyrixx committed Jul 13, 2022
2 parents 99681ac + 66b7213 commit 363bf7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['7.4', '8.0']
php-version: ['7.4', '8.0', '8.1']
composer-flags: ['']
name: ['']
include:
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"guzzlehttp/psr7": "^1.4",
"php-http/client-common": "^2.0",
"php-http/message": "^1.3",
"symfony/console": "^4.4 || ^5.0",
"symfony/dom-crawler": "^4.4 || ^5.0",
"symfony/finder": "^4.4 || ^5.0",
"symfony/yaml": "^4.4 || ^5.0"
"symfony/console": "^4.4 || ^5.0 || ^6.0",
"symfony/dom-crawler": "^4.4 || ^5.0 || ^6.0",
"symfony/finder": "^4.4 || ^5.0 || ^6.0",
"symfony/yaml": "^4.4 || ^5.0 || ^6.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.10"
Expand Down

0 comments on commit 363bf7d

Please sign in to comment.