Skip to content

Commit 051fcd8

Browse files
update composer file main
1 parent 536a7cf commit 051fcd8

File tree

2 files changed

+62
-1
lines changed

2 files changed

+62
-1
lines changed

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
},
66
"require-dev": {
77
"friendsofphp/php-cs-fixer": "^3.75",
8+
"friendsoftwig/twigcs": "^6.1",
89
"glpi-project/tools": "^0.7.4",
910
"php-parallel-lint/php-parallel-lint": "^1.4",
1011
"phpstan/extension-installer": "^1.4",
@@ -21,5 +22,10 @@
2122
"allow-plugins": {
2223
"phpstan/extension-installer": true
2324
}
25+
},
26+
"autoload-dev": {
27+
"psr-4": {
28+
"Glpi\\Tools\\": "../../tools/src/"
29+
}
2430
}
2531
}

composer.lock

Lines changed: 56 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)