We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
composer.json
1 parent af0d7c7 commit 5f822ebCopy full SHA for 5f822eb
composer.json
@@ -11,8 +11,8 @@
11
],
12
"require": {
13
"php": "^8.2",
14
- "symfony/http-foundation": "^7.3",
15
- "ramsey/uuid": "^4.9"
+ "ramsey/uuid": "^4.9",
+ "symfony/http-foundation": "^7.3"
16
},
17
"require-dev": {
18
"dragon-code/codestyler": "^6.3",
@@ -38,6 +38,12 @@
38
}
39
40
"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",
47
"test": "vendor/bin/pest",
48
"test:coverage": "vendor/bin/pest --coverage",
49
"test:type": "vendor/bin/pest --type-coverage --compact --min=95"
0 commit comments