Skip to content

Commit f78935a

Browse files
authored
Update composer.json
1 parent fbbf732 commit f78935a

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
},
2726
"minimum-stability": "dev"

0 commit comments

Comments
 (0)