Skip to content

Commit 8b09512

Browse files
committed
Issues fixed
1 parent 6735dee commit 8b09512

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,16 @@
1818
}
1919
},
2020
"require": {
21-
"php": "5.6 | 7.*",
21+
"php": "^5.6|^7",
2222
"ext-simplexml": "*",
2323
"ext-dom": "*",
2424
"omnipay/common": "^3.0"
2525
},
2626
"require-dev": {
2727
"omnipay/tests": "^3.0",
2828
"satooshi/php-coveralls": "1.0.0",
29-
"guzzlehttp/guzzle": "^6.5.5"
29+
"guzzlehttp/guzzle": "^6.5.5",
30+
"squizlabs/php_codesniffer": "3.*"
3031
},
3132
"suggest": {
3233
"guzzlehttp/guzzle": "To handle WebMoney payouts",

0 commit comments

Comments
 (0)