Skip to content

Commit 71f0282

Browse files
authored
Clean composer.json (#55)
* Clean composer.json * fix * fix
1 parent e68890f commit 71f0282

6 files changed

Lines changed: 206 additions & 2530 deletions

File tree

composer.json

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,20 @@
11
{
22
"require": {
33
"php": ">=8.2",
4-
"symfony/yaml": "^7.3",
5-
"tecnickcom/tcpdf": "^6.4"
4+
"symfony/yaml": "^7.3"
65
},
76
"require-dev": {
8-
"friendsofphp/php-cs-fixer": "^3.73",
9-
"friendsoftwig/twigcs": "^6.1",
10-
"glpi-project/phpstan-glpi": "^1.0",
11-
"glpi-project/tools": "^0.7.4",
12-
"php-parallel-lint/php-parallel-lint": "^1.4",
13-
"phpstan/extension-installer": "^1.4",
14-
"phpstan/phpstan": "^2.1",
15-
"phpstan/phpstan-deprecation-rules": "^2.0"
7+
"glpi-project/tools": "^0.7.4"
8+
},
9+
"provide": {
10+
"tecnickcom/tcpdf": "*"
1611
},
1712
"config": {
1813
"optimize-autoloader": true,
1914
"platform": {
2015
"php": "8.2.99"
2116
},
22-
"sort-packages": true,
23-
"allow-plugins": {
24-
"phpstan/extension-installer": true
25-
}
17+
"sort-packages": true
2618
},
2719
"autoload-dev": {
2820
"psr-4": {

0 commit comments

Comments
 (0)