We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a307bc1 commit bf70ddbCopy full SHA for bf70ddb
composer.json
@@ -13,15 +13,15 @@
13
"require": {
14
"php": ">=8.0",
15
"psr/log": "^1.0|^2.0|^3.0",
16
- "symfony/filesystem": "^5.4|^6.0"
+ "symfony/filesystem": "^5.4|^6.0|^7.0"
17
},
18
"require-dev": {
19
- "symfony/process": "^5.4|^6.0",
20
- "symfony/console": "^5.4|^6.0",
21
- "symfony/finder": "^5.4|^6.0",
+ "symfony/process": "^5.4|^6.0|^7.0",
+ "symfony/console": "^5.4|^6.0|^7.0",
+ "symfony/finder": "^5.4|^6.0|^7.0",
22
"league/flysystem": "^1.1.9",
23
- "phpunit/phpunit": "^9.5",
24
- "symfony/phpunit-bridge": "^6.1"
+ "phpunit/phpunit": "^9.6",
+ "symfony/phpunit-bridge": "^6.4|^7.0"
25
26
"autoload": {
27
"psr-4": { "Zenstruck\\Backup\\": "src/" }
0 commit comments