Skip to content

Commit

Permalink
Merge pull request cobisja#8 from jun2xrama/master
Browse files Browse the repository at this point in the history
add composer require for php soap and socket extensions
  • Loading branch information
cobisja committed Dec 9, 2015
2 parents 14ae63c + 69079cd commit fed8050
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 fed8050

Please sign in to comment.