Skip to content

Commit

Permalink
Add used php extensions to composer
Browse files Browse the repository at this point in the history
  • Loading branch information
lukchojnicki@gmail.com authored and lukchojnicki@gmail.com committed Sep 19, 2019
1 parent 7daaefd commit f2124fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
}
],
"require": {
"php": "^7.0"
"php": "^7.0",
"ext-dom": "*",
"ext-libxml": "*",
"ext-json": "*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f2124fa

Please sign in to comment.