Skip to content

Commit 8196955

Browse files
committed
chore: fix php-cs-fixer version to 3.13.0
1 parent 66e0061 commit 8196955

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)