Skip to content

Commit d9854df

Browse files
committed
Split gateways into separate packages
1 parent df939af commit d9854df

File tree

426 files changed

+31
-27837
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

426 files changed

+31
-27837
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
*.log
2-
.DS_Store
3-
/.idea/
41
/vendor
52
composer.lock
63
composer.phar

CHANGELOG.md

Lines changed: 0 additions & 54 deletions
This file was deleted.

composer.json

Lines changed: 31 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "omnipay/omnipay",
3-
"type": "library",
4-
"description": "A framework agnostic, multi-gateway payment processing library",
3+
"type": "metapackage",
4+
"description": "Includes Omnipay payment processing library and all officially supported gateways",
55
"keywords": [
66
"2checkout",
77
"2co",
@@ -44,7 +44,7 @@
4444
"twocheckout",
4545
"worldpay"
4646
],
47-
"homepage": "https://github.com/adrianmacneil/omnipay",
47+
"homepage": "https://github.com/omnipay/omnipay",
4848
"license": "MIT",
4949
"authors": [
5050
{
@@ -53,28 +53,42 @@
5353
},
5454
{
5555
"name": "Omnipay Community",
56-
"homepage": "https://github.com/adrianmacneil/omnipay/graphs/contributors"
56+
"homepage": "https://github.com/omnipay/omnipay/graphs/contributors"
5757
}
5858
],
59-
"autoload": {
60-
"psr-0": { "Omnipay" : "src/" }
61-
},
6259
"require": {
63-
"php": ">=5.3.2",
64-
"guzzle/http": "~3.1",
65-
"symfony/http-foundation": "~2.1"
60+
"omnipay/2checkout": "~2.0",
61+
"omnipay/authorizenet": "~2.0",
62+
"omnipay/buckaroo": "~2.0",
63+
"omnipay/cardsave": "~2.0",
64+
"omnipay/common": "~2.0.0",
65+
"omnipay/dummy": "~2.0",
66+
"omnipay/eway": "~2.0",
67+
"omnipay/firstdata": "~2.0",
68+
"omnipay/gocardless": "~2.0",
69+
"omnipay/manual": "~2.0",
70+
"omnipay/migs": "~2.0",
71+
"omnipay/mollie": "~2.0",
72+
"omnipay/multisafepay": "~2.0",
73+
"omnipay/netaxept": "~2.0",
74+
"omnipay/netbanx": "~2.0",
75+
"omnipay/payfast": "~2.0",
76+
"omnipay/payflow": "~2.0",
77+
"omnipay/paymentexpress": "~2.0",
78+
"omnipay/paypal": "~2.0",
79+
"omnipay/pin": "~2.0",
80+
"omnipay/sagepay": "~2.0",
81+
"omnipay/securepay": "~2.0",
82+
"omnipay/stripe": "~2.0",
83+
"omnipay/targetpay": "~2.0",
84+
"omnipay/worldpay": "~2.0"
6685
},
6786
"require-dev": {
68-
"guzzle/plugin-mock": "~3.1",
69-
"mockery/mockery": "~0.7",
70-
"phpunit/phpunit": "~3.7.16",
71-
"silex/silex": "1.0.*@dev",
72-
"squizlabs/php_codesniffer": "~1.4.4",
73-
"twig/twig": "~1.12"
87+
"omnipay/tests": "~2.0"
7488
},
7589
"extra": {
7690
"branch-alias": {
77-
"dev-master": "1.1.x-dev"
91+
"dev-master": "2.0.x-dev"
7892
}
7993
}
8094
}

example/.htaccess

Lines changed: 0 additions & 4 deletions
This file was deleted.

example/README.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)