Skip to content

Commit ec96c33

Browse files
authored
Fix the requirements in the code generator package (#1477)
1 parent 7aac71c commit ec96c33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CodeGenerator/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"ext-SimpleXML": "*",
99
"ext-dom": "*",
1010
"ext-json": "*",
11-
"friendsofphp/php-cs-fixer": "^2.16",
12-
"nette/php-generator": "^3.3",
11+
"friendsofphp/php-cs-fixer": "^3.17",
12+
"nette/php-generator": "^3.6.4",
1313
"nette/utils": "^3.0",
1414
"symfony/console": "^4.4 || ^5.0 || ^6.0 || ^7.0",
1515
"symfony/http-client": "^4.4 || ^5.0 || ^6.0 || ^7.0",

0 commit comments

Comments
 (0)