Skip to content

Commit

Permalink
Merge pull request #29 from Kleinkind/symfony6
Browse files Browse the repository at this point in the history
Symfony 6 support
  • Loading branch information
dbu authored Jan 12, 2022
2 parents 30a037f + 56a05e9 commit 5706161
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"require": {
"php": "^7.2 || ^8.0",
"jackalope/jackalope": "^1.4.2",
"symfony/yaml": "^4.4 || ^5.0",
"symfony/filesystem": "^4.4 || ^5.0",
"symfony/event-dispatcher": "^4.4 || ^5.0",
"symfony/yaml": "^4.4 || ^5.0 || ^6.0",
"symfony/filesystem": "^4.4 || ^5.0 || ^6.0",
"symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0",
"symfony/event-dispatcher-contracts": "^1.0 || ^2.0",
"handcraftedinthealps/zendsearch": "^2.0"
},
Expand Down

0 comments on commit 5706161

Please sign in to comment.