We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c05d65 commit d493fb5Copy full SHA for d493fb5
2 files changed
composer.json
@@ -4,22 +4,14 @@
4
"masnathan/odtphp": "dev-teclib"
5
},
6
"require-dev": {
7
- "friendsofphp/php-cs-fixer": "^3.85",
8
- "glpi-project/tools": "^0.7",
9
- "php-parallel-lint/php-parallel-lint": "^1.4",
10
- "phpstan/extension-installer": "^1.4",
11
- "phpstan/phpstan": "^2.1",
12
- "phpstan/phpstan-deprecation-rules": "^2.0"
+ "glpi-project/tools": "^0.7"
13
14
"config": {
15
"optimize-autoloader": true,
16
"platform": {
17
"php": "7.4.0"
18
19
- "sort-packages": true,
20
- "allow-plugins": {
21
- "phpstan/extension-installer": true
22
- }
+ "sort-packages": true
23
24
"repositories": [
25
{
0 commit comments