Skip to content

Commit f620057

Browse files
RomainLvrstonebuzz
andauthored
Fix CI (#3)
* Fix file headers * Update composer files * Fix ile headers * Fix file headers * Update setup.php Co-authored-by: Stanislas <[email protected]> --------- Co-authored-by: Stanislas <[email protected]>
1 parent dae0ee6 commit f620057

File tree

76 files changed

+4541
-2373
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+4541
-2373
lines changed

composer.json

+16-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
{
22
"require": {
3-
"tecnickcom/tcpdf": "^6.4",
4-
"glpi-project/tools": "^0.7.4"
3+
"php": ">=7.4",
4+
"symfony/yaml": "^5.4",
5+
"tecnickcom/tcpdf": "^6.4"
6+
},
7+
"require-dev": {
8+
"friendsofphp/php-cs-fixer": "^3.64",
9+
"glpi-project/tools": "^0.7.4",
10+
"php-parallel-lint/php-parallel-lint": "^1.4",
11+
"phpstan/phpstan": "^1.12"
12+
},
13+
"config": {
14+
"optimize-autoloader": true,
15+
"platform": {
16+
"php": "7.4.0"
17+
},
18+
"sort-packages": true
519
}
620
}

0 commit comments

Comments
 (0)