Skip to content

Commit

Permalink
Update required PHP extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-zahariev committed Jul 10, 2020
1 parent f77c7ee commit 63e36e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
},
"require": {
"php": ">=5.0.0",
"ext-curl": "*"
"ext-curl": "*",
"ext-simplexml": "*"
},
"require-dev": {
"phpunit/phpunit": "^7.1",
Expand Down

0 comments on commit 63e36e6

Please sign in to comment.