Skip to content

Commit 6cd9f91

Browse files
authored
Merge branch 'master' into dev
2 parents 75145fb + f78935a commit 6cd9f91

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=5.3.0",
14-
"illuminate/support": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*",
15-
"omnipay/common": "~2.0"
13+
"illuminate/support": "^5",
14+
"league/omnipay": "~3.0"
1615
},
1716
"autoload": {
1817
"psr-4": {
@@ -21,7 +20,7 @@
2120
},
2221
"extra": {
2322
"branch-alias": {
24-
"dev-master": "0.2-dev"
23+
"dev-master": "0.3-dev"
2524
},
2625
"laravel": {
2726
"providers": [

0 commit comments

Comments
 (0)