Skip to content

Commit

Permalink
Module is now published to packagist.org, so corrected the installati…
Browse files Browse the repository at this point in the history
…on instructions. Also updated php versions list in README file.
  • Loading branch information
hostep committed Jan 26, 2020
1 parent b8c1cfd commit 45b4a77
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,21 @@ It should be up to the store owner to figure out how he/she wants to fix these p
- Increasing performance of checkers, these are currently written for accuracy and not for speed
- Add a legend above the admin grids with a mapping of store view id's with their names
- Improve tests
- Tag stable versions and publish to packagist.org
- ...

## Compatibility

This module should be compatible with Magento 2.1.x, 2.2.x, and 2.3.x versions.
Some code in this module is using old ways of doing things. It could have been written in a more modern way (using message queues instead of cronjobs, use newer syntax for UI components, ...). But we wanted this module to be compatible with older versions of Magento, so we've chosen this route for now.

The module should be compatible with PHP 7.0, 7.1, 7.2 and 7.3
The module should be compatible with PHP 7.0, 7.1, 7.2, 7.3 and 7.4

## Installation

You can use composer to install this module:

```sh
composer config repositories.magento2-module-url-data-integrity-checker vcs https://github.com/baldwin-agency/magento2-module-url-data-integrity-checker
composer require baldwin/magento2-module-url-data-integrity-checker:dev-master
composer require baldwin/magento2-module-url-data-integrity-checker
```

Or download the code and put all the files in the directory `app/code/Baldwin/UrlDataIntegrityChecker`
Expand Down

0 comments on commit 45b4a77

Please sign in to comment.