Skip to content

Commit 24dce4f

Browse files
committed
Add composer.json
1 parent a16a679 commit 24dce4f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

composer.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"require": {
3+
"php": ">=8.2"
4+
},
5+
"require-dev": {
6+
"friendsofphp/php-cs-fixer": "^3.86",
7+
"glpi-project/tools": "^0.8.0",
8+
"php-parallel-lint/php-parallel-lint": "^1.4",
9+
"phpstan/phpstan": "^2.1"
10+
},
11+
"config": {
12+
"optimize-autoloader": true,
13+
"platform": {
14+
"php": "8.2.0"
15+
},
16+
"sort-packages": true
17+
}
18+
}

0 commit comments

Comments
 (0)