Skip to content
This repository has been archived by the owner on Nov 17, 2019. It is now read-only.

Commit

Permalink
Merge pull request #19 from AlexStef/enhancement/ext-soap-requirement
Browse files Browse the repository at this point in the history
Added php-soat requirement in composer.json
  • Loading branch information
ruudk authored Sep 11, 2018
2 parents 942fd13 + 7ac82d0 commit dd89386
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 @@ -15,7 +15,8 @@

"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.0|~3.0"
"symfony/framework-bundle": ">=2.0|~3.0",
"ext-soap": "*"
},

"autoload": {
Expand Down

0 comments on commit dd89386

Please sign in to comment.