Skip to content

Commit 2d98f6a

Browse files
Allow Symfony 8 (#1929)
1 parent 460962e commit 2d98f6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"nette/php-generator": "^3.6 || ^4.1",
1313
"nette/utils": "^3.0 || ^4.0",
1414
"nikic/php-parser": "^4.0",
15-
"symfony/console": "^4.4 || ^5.0 || ^6.0 || ^7.0",
16-
"symfony/finder": "^4.4 || ^5.0 || ^6.0 || ^7.0",
17-
"symfony/http-client": "^4.4 || ^5.0 || ^6.0 || ^7.0",
15+
"symfony/console": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
16+
"symfony/finder": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
17+
"symfony/http-client": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
1818
"symfony/http-client-contracts": "^1.0 || ^2.0 || ^3.0",
19-
"symfony/process": "^4.4 || ^5.0 || ^6.0 || ^7.0",
19+
"symfony/process": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
2020
"symfony/service-contracts": "^2.0 || ^3.0"
2121
},
2222
"autoload": {

0 commit comments

Comments
 (0)