Skip to content

Commit 0932b76

Browse files
committed
deps: add support for symfony 7 and 8
1 parent 2a82e4c commit 0932b76

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
"phpseclib/phpseclib": "^3.0.36",
3232
"symfony/config": "^5.4|^6.0",
3333
"symfony/console": "^5.4|^6.0",
34-
"symfony/dependency-injection": "^5.4|^6.0",
35-
"symfony/event-dispatcher": "^5.4|^6.0",
36-
"symfony/filesystem": "^5.4|^6.0",
37-
"symfony/finder": "^5.4.3|^6.0.3",
34+
"symfony/dependency-injection": "^5.4|^6.0|^7.0|^8.0",
35+
"symfony/event-dispatcher": "^5.4|^6.0|^7.0|^8.0",
36+
"symfony/filesystem": "^5.4|^6.0|^7.0|^8.0",
37+
"symfony/finder": "^5.4.3|^6.0.3|^7.0|^8.0",
3838
"symfony/polyfill-php80": "^1.27",
39-
"symfony/process": "^5.4.46|^6.4.14",
40-
"symfony/yaml": "^5.4|^6.0",
39+
"symfony/process": "^5.4.46|^6.4.14|^7.0|^8.0",
40+
"symfony/yaml": "^5.4|^6.0|^7.0|^8.0",
4141
"ymirapp/ymir-sdk-php": "^1.3.0"
4242
},
4343
"require-dev": {

0 commit comments

Comments
 (0)