Skip to content

Commit

Permalink
Fix : Extensions are missing in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
s-renier-taonix-fr authored and f3l1x committed Feb 13, 2023
1 parent 1ca98fa commit d4ab013
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
}
],
"require": {
"php": ">=5.4"
"php": ">=5.4",
"ext-xml": "*",
"ext-curl": "*",
"ext-json": "*",
"ext-zlib": "*"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "~1.2.0"
Expand Down

0 comments on commit d4ab013

Please sign in to comment.