Skip to content

Commit 5f822eb

Browse files
Add post-update scripts and reformat dependencies in composer.json
1 parent af0d7c7 commit 5f822eb

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
],
1212
"require": {
1313
"php": "^8.2",
14-
"symfony/http-foundation": "^7.3",
15-
"ramsey/uuid": "^4.9"
14+
"ramsey/uuid": "^4.9",
15+
"symfony/http-foundation": "^7.3"
1616
},
1717
"require-dev": {
1818
"dragon-code/codestyler": "^6.3",
@@ -38,6 +38,12 @@
3838
}
3939
},
4040
"scripts": {
41+
"post-update-cmd": [
42+
"@php vendor/bin/codestyle pint 8.2 --ansi",
43+
"@php vendor/bin/codestyle editorconfig --ansi",
44+
"composer normalize --ansi"
45+
],
46+
"style": "@php vendor/bin/pint",
4147
"test": "vendor/bin/pest",
4248
"test:coverage": "vendor/bin/pest --coverage",
4349
"test:type": "vendor/bin/pest --type-coverage --compact --min=95"

0 commit comments

Comments
 (0)