Skip to content

Commit 8609136

Browse files
committed
Fix psalm errors
1 parent 8c854b1 commit 8609136

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

utils/composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,23 @@
33
"php": "^8.1",
44
"codeigniter/coding-standard": "^1.7",
55
"codeigniter/phpstan-codeigniter": "^1.4",
6+
"codeigniter4/codeigniter4": "4.x-dev",
67
"ergebnis/composer-normalize": "^2.28",
78
"friendsofphp/php-cs-fixer": "^3.47.1",
89
"nexusphp/cs-config": "^3.6",
10+
"phpmetrics/phpmetrics": "^2.8 || ^3.0rc6",
911
"phpstan/extension-installer": "^1.3",
1012
"phpstan/phpstan": "^1.11",
11-
"phpmetrics/phpmetrics": "^2.8 || ^3.0rc6",
1213
"phpstan/phpstan-strict-rules": "^1.6",
1314
"rector/rector": "1.2.1",
1415
"vimeo/psalm": "^5.0"
1516
},
17+
"repositories": [
18+
{
19+
"type": "path",
20+
"url": "../"
21+
}
22+
],
1623
"autoload": {
1724
"psr-4": {
1825
"Utils\\": "src/"

0 commit comments

Comments
 (0)