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.
1 parent 38ddd25 commit df932f5Copy full SHA for df932f5
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",
@@ -34,6 +34,7 @@
34
"config": {
35
"allow-plugins": {
36
"ergebnis/composer-normalize": true,
37
+ "laravel/pint": true,
38
"pestphp/pest-plugin": true
39
}
40
0 commit comments