Skip to content

Commit 79c706a

Browse files
committed
Change cs-fixer version to support php 7.2-8.1
1 parent ffa7dc9 commit 79c706a

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
@@ -127,7 +127,7 @@
127127
"fakerphp/faker": "^1.14"
128128
}
129129
},
130-
"friendsofphp/php-cs-fixer": "^3.7",
130+
"friendsofphp/php-cs-fixer": "^3.3",
131131
"php-coveralls/php-coveralls": "^2.4",
132132
"phpunit/phpunit": "^8",
133133
"vimeo/psalm": "^4.22"

tools/.php-cs-fixer/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"require": {
3-
"friendsofphp/php-cs-fixer": "3.*"
3+
"friendsofphp/php-cs-fixer": "^3.3"
44
}
55
}

0 commit comments

Comments
 (0)