Skip to content

Commit

Permalink
Merge pull request #59 from akeneo/measure_integration
Browse files Browse the repository at this point in the history
Update composer.json + README.md
  • Loading branch information
fitn authored Mar 22, 2018
2 parents bf93b55 + 05c9030 commit 89c172f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ It can be used with both Open Icecat free catalog or Full Icecat paid catalog.

| IcecatConnectorBundle | Akeneo PIM Community Edition |
|:---------------------:|:----------------------------:|
| 2.0.* | v2.* |
| 2.1.* | >= v2.2 |
| 2.0.* | v2.0, v2.1 |
| 1.2.* | v1.7.* |
| 1.1.* | v1.7.* |
| 1.0.* | v1.6.* |
Expand Down Expand Up @@ -64,7 +65,7 @@ There are 3 differents imports profiles in this extension:
First, you must require the connector dependencies:

```php
composer require akeneo/icecat-connector 2.0.*
composer require akeneo/icecat-connector 2.1.*
```

## Registering the bundle
Expand Down Expand Up @@ -103,7 +104,7 @@ bin/console akeneo:batch:create-job "Akeneo Mass Edit Connector" "mass_edit_icec
```
In an Enterpise Edition context, you must also add the corresponding permissions:
https://docs.akeneo.com/2.0/manipulate_pim_data/mass_edition/register_a_new_mass_edit_action.html#phase-6-add-user-groups-permissions-to-job-profiles-enterprise-edition
https://docs.akeneo.com/2.2/manipulate_pim_data/mass_edition/register_a_new_mass_edit_action.html#phase-6-add-user-groups-permissions-to-job-profiles-enterprise-edition
To facilitate this configuration, the bundle provides a `bin/setup.bash` to make this operations in one command line.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": ">=7.1",
"akeneo/extended-attribute-type": "2.1.*",
"akeneo/pim-community-dev": "^2.0",
"akeneo/pim-community-dev": "^2.2",
"guzzlehttp/guzzle": "6.*",
"prewk/xml-string-streamer": "0.9.*"
},
Expand Down

0 comments on commit 89c172f

Please sign in to comment.