Skip to content

Commit bd3343a

Browse files
authored
Merge pull request #6997 from kenjis/fix-php-cs-fixer-version
chore: fix php-cs-fixer version to 3.13.0
2 parents 5ca8c99 + 8196955 commit bd3343a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

admin/framework/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"require-dev": {
1717
"codeigniter/coding-standard": "^1.5",
1818
"fakerphp/faker": "^1.9",
19-
"friendsofphp/php-cs-fixer": "~3.13.0",
19+
"friendsofphp/php-cs-fixer": "3.13.0",
2020
"mikey179/vfsstream": "^1.6",
2121
"nexusphp/cs-config": "^3.6",
2222
"phpunit/phpunit": "^9.1",

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"require-dev": {
1717
"codeigniter/coding-standard": "^1.5",
1818
"fakerphp/faker": "^1.9",
19-
"friendsofphp/php-cs-fixer": "~3.13.0",
19+
"friendsofphp/php-cs-fixer": "3.13.0",
2020
"mikey179/vfsstream": "^1.6",
2121
"nexusphp/cs-config": "^3.6",
2222
"nexusphp/tachycardia": "^1.0",

0 commit comments

Comments
 (0)