Skip to content

Commit 4a06e64

Browse files
authored
Merge pull request #7 from spiral/1.1
Up version of php-cs-fixer (for support php 8.1)
2 parents d8bd32e + 8b57bc8 commit 4a06e64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=7.2",
15-
"friendsofphp/php-cs-fixer": "^2.15",
14+
"php": ">=7.4",
15+
"friendsofphp/php-cs-fixer": "^3.8",
1616
"squizlabs/php_codesniffer": "^3.5"
1717
},
1818
"bin": [
@@ -29,6 +29,6 @@
2929
}
3030
},
3131
"require-dev": {
32-
"phpunit/phpunit": "^8.4"
32+
"phpunit/phpunit": "^9.5.5"
3333
}
3434
}

0 commit comments

Comments
 (0)