Skip to content

Commit

Permalink
adding PHP core dependencies for this package into composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
davispeixoto committed Oct 20, 2014
1 parent a921305 commit 34d4fef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.buildpath
.settings
.project
.idea
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
}
],
"require": {
"php": ">=5.3.0"
"php": ">=5.3.0",
"ext-soap" : "*",
"lib-libxml" : "*"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 34d4fef

Please sign in to comment.