Skip to content

Commit

Permalink
Fix CI (#3)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
RomainLvr and stonebuzz authored Dec 26, 2024
1 parent dae0ee6 commit f620057
Show file tree
Hide file tree
Showing 76 changed files with 4,541 additions and 2,373 deletions.
18 changes: 16 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
{
"require": {
"tecnickcom/tcpdf": "^6.4",
"glpi-project/tools": "^0.7.4"
"php": ">=7.4",
"symfony/yaml": "^5.4",
"tecnickcom/tcpdf": "^6.4"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.64",
"glpi-project/tools": "^0.7.4",
"php-parallel-lint/php-parallel-lint": "^1.4",
"phpstan/phpstan": "^1.12"
},
"config": {
"optimize-autoloader": true,
"platform": {
"php": "7.4.0"
},
"sort-packages": true
}
}
Loading

0 comments on commit f620057

Please sign in to comment.