Skip to content

Commit bf70ddb

Browse files
feat: add support for symfony 7 (#18)
Co-authored-by: Christopher Georg <[email protected]>
1 parent a307bc1 commit bf70ddb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"require": {
1414
"php": ">=8.0",
1515
"psr/log": "^1.0|^2.0|^3.0",
16-
"symfony/filesystem": "^5.4|^6.0"
16+
"symfony/filesystem": "^5.4|^6.0|^7.0"
1717
},
1818
"require-dev": {
19-
"symfony/process": "^5.4|^6.0",
20-
"symfony/console": "^5.4|^6.0",
21-
"symfony/finder": "^5.4|^6.0",
19+
"symfony/process": "^5.4|^6.0|^7.0",
20+
"symfony/console": "^5.4|^6.0|^7.0",
21+
"symfony/finder": "^5.4|^6.0|^7.0",
2222
"league/flysystem": "^1.1.9",
23-
"phpunit/phpunit": "^9.5",
24-
"symfony/phpunit-bridge": "^6.1"
23+
"phpunit/phpunit": "^9.6",
24+
"symfony/phpunit-bridge": "^6.4|^7.0"
2525
},
2626
"autoload": {
2727
"psr-4": { "Zenstruck\\Backup\\": "src/" }

0 commit comments

Comments
 (0)