Skip to content

Commit acc3e31

Browse files
committed
Upgrade composer platform to PHP 8.2
1 parent 1fd4873 commit acc3e31

File tree

3 files changed

+978
-673
lines changed

3 files changed

+978
-673
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"config": {
33
"platform": {
4-
"php": "7.4"
4+
"php": "8.2"
55
}
66
},
77
"autoload": {
@@ -14,9 +14,9 @@
1414
},
1515
"require-dev": {
1616
"dxw/phar-install": "^1.1",
17-
"friendsofphp/php-cs-fixer": "^2.15",
17+
"friendsofphp/php-cs-fixer": "^3.2",
1818
"kahlan/kahlan": "^5.0",
19-
"dxw/php-cs-fixer-config": "^1.0"
19+
"dxw/php-cs-fixer-config": "^2.1.1"
2020
},
2121
"require": {
2222
"dxw/iguana": "^1.3.2"

0 commit comments

Comments
 (0)