Skip to content

Commit

Permalink
tec: Improve requirements declaration in Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
marienfressinaud committed Mar 18, 2024
1 parent e8e5669 commit eadf05b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
11 changes: 11 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
{
"type": "project",
"license": "AGPL-3.0",
"require": {
"php": ">=8.1",
"ext-intl": "*",
"ext-gettext": "*",
"ext-pcntl": "*",
"ext-gd": "*",
"ext-pdo": "*",
"ext-pdo_pgsql": "*"
},
"require-dev": {
"phpunit/phpunit": "^10.3",
"squizlabs/php_codesniffer": "^3.5",
Expand Down
12 changes: 10 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eadf05b

Please sign in to comment.