Skip to content

Commit 5b7fcda

Browse files
Use friendsofphp/php-cs-fixer 3.24.x (#1559)
1 parent 68b6150 commit 5b7fcda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"symfony/service-contracts": "^1.0 || ^2.0 || ^3.0"
1818
},
1919
"require-dev": {
20-
"friendsofphp/php-cs-fixer": "~3.22.0",
20+
"friendsofphp/php-cs-fixer": "~3.24.0",
2121
"illuminate/cache": "^6.18.13 || ^7.10 || ^8.0 || ^9.0",
2222
"illuminate/queue": "^6.18.13 || ^7.10 || ^8.0 || ^9.0",
2323
"illuminate/support": "^6.18.13 || ^7.10 || ^8.0 || ^9.0",

src/CodeGenerator/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"ext-SimpleXML": "*",
99
"ext-dom": "*",
1010
"ext-json": "*",
11-
"friendsofphp/php-cs-fixer": "^3.17",
11+
"friendsofphp/php-cs-fixer": "~3.24.0",
1212
"nette/php-generator": "^3.6.4",
1313
"nette/utils": "^3.0",
1414
"symfony/console": "^4.4 || ^5.0 || ^6.0 || ^7.0",

0 commit comments

Comments
 (0)