Skip to content

Commit 183d44a

Browse files
committed
composer update and php cs fix
1 parent 4cc956d commit 183d44a

File tree

1,017 files changed

+154290
-101
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,017 files changed

+154290
-101
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"psr/http-message": "*",
1414
"psr/log": "*"
1515
},
16+
"require-dev": {
17+
"redaxo/php-cs-fixer-config": "^2.0",
18+
"friendsofphp/php-cs-fixer": "^3.14"
19+
},
1620
"scripts": {
17-
"post-install-cmd": [
18-
"rm -rf vendor/composer && rm -f vendor/autoload.php"
19-
],
20-
"post-update-cmd": [
21-
"rm -rf vendor/composer && rm -f vendor/autoload.php"
22-
]
21+
"cs-dry": "php-cs-fixer fix -v --ansi --dry-run --config=.php-cs-fixer.dist.php",
22+
"cs-fix": "php-cs-fixer fix -v --ansi --config=.php-cs-fixer.dist.php"
2323
}
2424
}

0 commit comments

Comments
 (0)