Skip to content

Commit

Permalink
add composer require for php soap and socket extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
jrama-arcanys committed Nov 26, 2015
1 parent 14ae63c commit 69079cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
}
],
"require": {
"php": ">=5.3.0"
"php": ">=5.3.0",
"ext-soap": "*",
"ext-sockets": "*"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
Expand Down

0 comments on commit 69079cd

Please sign in to comment.