Skip to content

Commit f42f027

Browse files
author
Mati Kochen
committed
bump to Omnipay 3.0 (alpha) versions
1 parent b1d74b4 commit f42f027

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

composer.json

+10-4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
"name": "Adrian Macneil",
1818
"email": "[email protected]"
1919
},
20+
{
21+
"name": "Mati Kochen",
22+
"homepage": "https://github.com/kochen"
23+
},
2024
{
2125
"name": "Omnipay Contributors",
2226
"homepage": "https://github.com/thephpleague/omnipay-buckaroo/contributors"
@@ -26,14 +30,16 @@
2630
"psr-4": { "Omnipay\\Buckaroo\\" : "src/" }
2731
},
2832
"require": {
29-
"omnipay/common": "~2.0"
33+
"omnipay/common": "~3.0"
3034
},
3135
"require-dev": {
32-
"omnipay/tests": "~2.0"
36+
"omnipay/tests": "~3.0"
3337
},
3438
"extra": {
3539
"branch-alias": {
36-
"dev-master": "2.0.x-dev"
40+
"dev-master": "3.0.x-dev"
3741
}
38-
}
42+
},
43+
"minimum-stability": "dev",
44+
"prefer-stable": true
3945
}

0 commit comments

Comments
 (0)