Skip to content

Commit b0d2e0e

Browse files
committed
Cleanup.
1 parent bdd20ea commit b0d2e0e

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Omnipay payment gateway support for Craft Commerce
1+
Omnipay integration plugin for Craft Commerce 2
22
=======================
33

44
This package is required for Omnipay-based gateway plugins.

composer.json

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "craftcms/commerce-omnipay",
3-
"description": "Omnipay integration for Craft Commerce",
3+
"description": "Omnipay integration plugin for Craft Commerce 2",
44
"version": "1.0.0",
55
"keywords": [
66
"commerce",
@@ -23,20 +23,14 @@
2323
"rss": "https://github.com/craftcms/commerce-omnipay/commits/master.atom"
2424
},
2525
"require": {
26-
"craftcms/commerce": "*",
26+
"craftcms/commerce": "^2.0.0-alpha.5",
2727
"omnipay/common": "~2.3"
2828
},
2929
"autoload": {
3030
"psr-4": {
3131
"craft\\commerce\\omnipay\\": "src/"
3232
}
3333
},
34-
"repositories": [
35-
{
36-
"type": "composer",
37-
"url": "https://asset-packagist.org"
38-
}
39-
],
4034
"extra": {
4135
"name": "Omnipay",
4236
"handle": "commerce-omnipay",

0 commit comments

Comments
 (0)