Skip to content

Commit 04f3f33

Browse files
PratikshaPratiksha
authored andcommitted
DEBUG
2 parents 13ac675 + f9b990c commit 04f3f33

30 files changed

+1170
-1210
lines changed

composer.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
1010
"nyholm/psr7": "^1.8"
1111
},
1212
"require-dev": {
13-
"phpunit/phpunit": "^11.0",
13+
"phpunit/phpunit": "^10.0",
1414
"friendsofphp/php-cs-fixer": "^3.68",
15-
"vimeo/psalm": "^6.5"
15+
"vimeo/psalm": "^6.8",
16+
"dg/bypass-finals": "^1.9",
17+
"psalm/plugin-phpunit": "^0.19.2"
1618

1719
},
1820
"autoload": {
@@ -28,7 +30,15 @@
2830
"authors": [
2931
{
3032
"name": "p123-stack",
31-
"email": "[email protected]"
33+
"email": "[email protected]"
34+
},
35+
{
36+
"name": "123kiran17",
37+
"email": "[email protected]"
38+
},
39+
{
40+
"name": "Ghlen Nagels",
41+
"email": "[email protected]"
3242
}
3343
],
3444
"config": {
@@ -40,7 +50,7 @@
4050
"scripts": {
4151
"cs": "vendor/bin/php-cs-fixer fix --dry-run --diff --allow-risky=yes",
4252
"cs:fix": "vendor/bin/php-cs-fixer fix --allow-risky=yes",
43-
"psalm": "vendor/bin/psalm"
53+
"psalm": "vendor/bin/psalm --no-cache --show-info=true"
4454
}
4555

4656
}

0 commit comments

Comments
 (0)