Skip to content

Commit a166e8d

Browse files
committed
Shorten name for Composer
1 parent b4cd1a7 commit a166e8d

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.4
2+
3+
- Rename package from `3brs/sylius-gpwebpay-payment-gateway-plugin` to `3brs/sylius-gpwebpay-plugin`
4+
15
# 2.3
26

37
- Add support for Sylius 2.0

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
* Using more different gateways at once or per channel
1010

1111
<p align="center">
12-
<img src="https://raw.githubusercontent.com/3BRS/sylius-gpwebpay-payment-gateway-plugin/main/doc/admin-11.png"/>
12+
<img src="https://raw.githubusercontent.com/3BRS/sylius-gpwebpay-plugin/main/doc/admin-11.png"/>
1313
</p>
1414
<p align="center">
15-
<img src="https://raw.githubusercontent.com/3BRS/sylius-gpwebpay-payment-gateway-plugin/main/doc/admin-2.png"/>
15+
<img src="https://raw.githubusercontent.com/3BRS/sylius-gpwebpay-plugin/main/doc/admin-2.png"/>
1616
</p>
1717

1818
## Installation
1919

2020
1. Run `$ composer require
21-
3brs/sylius-gpwebpay-payment-gateway-plugin`.
21+
3brs/sylius-gpwebpay-plugin`.
2222
2. Add plugin classes to your `config/bundles.php`:
2323

2424
```php

composer.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
{
2-
"name": "3brs/sylius-gpwebpay-payment-gateway-plugin",
2+
"name": "3brs/sylius-gpwebpay-plugin",
3+
"replace": {
4+
"3brs/sylius-gpwebpay-payment-gateway-plugin": "self.version"
5+
},
36
"type": "sylius-plugin",
4-
"description": "GPWebpay plugin for Sylius",
7+
"description": "GPWebpay payment gateway plugin for Sylius",
58
"keywords": [
69
"sylius",
710
"sylius-plugin",
811
"plugin",
9-
"GPWebPay"
12+
"GPWebPay",
13+
"payment",
14+
"gateway"
1015
],
1116
"license": "MIT",
1217
"require": {

0 commit comments

Comments
 (0)