Skip to content

Commit

Permalink
Merge pull request #8 from theiconic/fix/php-soap-version
Browse files Browse the repository at this point in the history
Remove strictness to next significant release for php and soap
  • Loading branch information
slavootic authored Jan 30, 2019
2 parents bad3fff + a5d2040 commit 7da7fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
}
],
"require": {
"php": "~7.1",
"ext-soap": "~7.1",
"php": ">=7.1",
"ext-soap": ">=7.1",
"guzzlehttp/guzzle": "^6.3",
"symfony/options-resolver": "^4.1",
"symfony/filesystem": "^4.1"
Expand Down

0 comments on commit 7da7fa0

Please sign in to comment.