Skip to content

Commit da387fc

Browse files
Merge pull request #1 from TheDragonCode/code-style-756ktvx
The code style has been fixed
2 parents 38ddd25 + df932f5 commit da387fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 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",
@@ -34,6 +34,7 @@
3434
"config": {
3535
"allow-plugins": {
3636
"ergebnis/composer-normalize": true,
37+
"laravel/pint": true,
3738
"pestphp/pest-plugin": true
3839
}
3940
},

0 commit comments

Comments
 (0)