Skip to content

Commit 94f9901

Browse files
committed
Rename package
1 parent 5b49266 commit 94f9901

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</a>
99
</p>
1010

11-
<h1 align="center">Grid Import/Export Bundle</h1>
11+
<h1 align="center">Import/Export Bundle</h1>
1212

1313
The ImportExportBundle allows for easy and decoupled data migration to and from various mediums.<br>
1414
It works by relying on the Sylius [Resource](https://github.com/sylius/syliusresourcebundle) and [Grid](https://github.com/Sylius/syliusgridbundle) systems for resolving and providing data.
@@ -96,7 +96,7 @@ Symfony Flex, it's much quicker!
9696
1. Require plugin with composer:
9797

9898
```bash
99-
composer require sylius/grid-import-export-bundle
99+
composer require sylius/import-export-bundle
100100
```
101101

102102
> Remember to allow community recipes with `composer config extra.symfony.allow-contrib true` or during plugin installation process

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "sylius/grid-import-export-bundle",
2+
"name": "sylius/import-export-bundle",
33
"description": "tbd",
44
"type": "symfony-bundle",
55
"license": "proprietary",

0 commit comments

Comments
 (0)