Skip to content

Commit 656f98e

Browse files
stonebuzzRom1-B
andauthored
Feat(Core): update (#25)
* Feat(Core): update * clean composer * fix --------- Co-authored-by: Rom1-B <rom1.biot@gmail.com>
1 parent edc349e commit 656f98e

4 files changed

Lines changed: 5411 additions & 3632 deletions

File tree

composer.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,14 @@
33
"php": "~7.4.0|~8.0.0|~8.1.0|~8.2.0"
44
},
55
"require-dev": {
6-
"friendsofphp/php-cs-fixer": "^3.68",
7-
"friendsoftwig/twigcs": "^6.1",
8-
"glpi-project/tools": "^0.7.2",
9-
"phpstan/phpstan": "^1.10",
10-
"phpunit/phpunit": "~9.6"
6+
"glpi-project/tools": "^0.8"
117
},
128
"config": {
139
"optimize-autoloader": true,
1410
"platform": {
1511
"php": "7.4"
1612
},
17-
"sort-packages": true,
18-
"allow-plugins": {
19-
"dealerdirect/phpcodesniffer-composer-installer": false,
20-
"phpstan/extension-installer": true
21-
}
13+
"sort-packages": true
2214
},
2315
"scripts": {
2416
"test": "phpunit -c phpunit.xml",

0 commit comments

Comments
 (0)