Skip to content

Commit

Permalink
Add missing soap ext dep in composer
Browse files Browse the repository at this point in the history
  • Loading branch information
john committed Apr 21, 2018
1 parent e07dc4f commit bf07a20
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 @@ -11,7 +11,8 @@
}
],
"require": {
"php" : ">=5.6"
"php" : ">=5.6",
"ext-soap": "*"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
Expand Down

0 comments on commit bf07a20

Please sign in to comment.