Skip to content

Commit

Permalink
Merge pull request #79 from notFloran/symfony6
Browse files Browse the repository at this point in the history
Symfony 6
  • Loading branch information
notFloran authored Dec 7, 2021
2 parents 2fa2596 + 6c35f54 commit 3ec58e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- description: 'Symfony 4.4'
php-version: '7.3'
symfony_constraint: 4.4.*
- description: 'Symfony 5.4'
php-version: '8.0'
symfony_constraint: 5.4.*
- description: 'prefer lowest'
php-version: '7.2'
composer_option: '--prefer-lowest'
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
],
"require": {
"php": ">=7.1.0",
"symfony/process": "^3.4 || ^4.0 || ^5.0",
"symfony/twig-bundle": "^3.4 || ^4.0 || ^5.0",
"symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0"
"symfony/process": "^3.4 || ^4.0 || ^5.0 || ^6.0",
"symfony/twig-bundle": "^3.4 || ^4.0 || ^5.0 || ^6.0",
"symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0 || ^6.0"
},
"require-dev": {
"phpstan/phpstan": "^0.12.0",
Expand Down

0 comments on commit 3ec58e9

Please sign in to comment.