Skip to content

Commit 7bb858a

Browse files
authored
Symfony 6 support (#14)
1 parent de07dfb commit 7bb858a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test-application.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- php-version: '7.3'
2323
- php-version: '7.4'
2424
- php-version: '8.0'
25+
- php-version: '8.1'
2526

2627
steps:
2728
- name: Checkout project

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"require": {
1212
"php": "^7.2|^8.0",
1313
"phpcr/phpcr": "^2.1",
14-
"symfony/finder": "^4.4 || ^5.0",
15-
"symfony/console": "^4.4 || ^5.0"
14+
"symfony/finder": "^4.4 || ^5.0 || ^6.0",
15+
"symfony/console": "^4.4 || ^5.0 || ^6.0"
1616
},
1717
"require-dev": {
1818
"jackalope/jackalope-fs": "0.0.*",

0 commit comments

Comments
 (0)