Skip to content

Commit

Permalink
Symfony 6 support (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleinkind committed May 2, 2022
1 parent de07dfb commit 7bb858a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- php-version: '7.3'
- php-version: '7.4'
- php-version: '8.0'
- php-version: '8.1'

steps:
- name: Checkout project
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"require": {
"php": "^7.2|^8.0",
"phpcr/phpcr": "^2.1",
"symfony/finder": "^4.4 || ^5.0",
"symfony/console": "^4.4 || ^5.0"
"symfony/finder": "^4.4 || ^5.0 || ^6.0",
"symfony/console": "^4.4 || ^5.0 || ^6.0"
},
"require-dev": {
"jackalope/jackalope-fs": "0.0.*",
Expand Down

0 comments on commit 7bb858a

Please sign in to comment.