Skip to content

Commit ec0125c

Browse files
committed
support symfony 6
1 parent 4f21a22 commit ec0125c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
"cache/void-adapter": "^1.0",
1818
"psr/http-client": "^1.0",
1919
"psr/http-factory": "^1.0",
20-
"symfony/config": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1 || ^5.0",
21-
"symfony/dependency-injection": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1 || ^5.0",
22-
"symfony/event-dispatcher": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1 || ^5.0",
23-
"symfony/http-foundation": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1 || ^5.0",
24-
"symfony/http-kernel": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1 || ^5.0"
20+
"symfony/config": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1 || ^5.0 || ^6.0",
21+
"symfony/dependency-injection": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1 || ^5.0 || ^6.0",
22+
"symfony/event-dispatcher": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1 || ^5.0 || ^6.0",
23+
"symfony/http-foundation": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1 || ^5.0 || ^6.0",
24+
"symfony/http-kernel": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1 || ^5.0 || ^6.0"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "^7.5.4",
28-
"symfony/framework-bundle": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1 || ^5.0",
29-
"symfony/browser-kit": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1 || ^5.0",
28+
"symfony/framework-bundle": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1 || ^5.0 || ^6.0",
29+
"symfony/browser-kit": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1 || ^5.0 || ^6.0",
3030
"nyholm/symfony-bundle-test": "^1.4"
3131
},
3232
"suggest": {

0 commit comments

Comments
 (0)