We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4e21e commit a1e6de5Copy full SHA for a1e6de5
1 file changed
composer.json
@@ -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