Skip to content

Commit 45b4a77

Browse files
committed
Module is now published to packagist.org, so corrected the installation instructions. Also updated php versions list in README file.
1 parent b8c1cfd commit 45b4a77

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,21 @@ It should be up to the store owner to figure out how he/she wants to fix these p
2020
- Increasing performance of checkers, these are currently written for accuracy and not for speed
2121
- Add a legend above the admin grids with a mapping of store view id's with their names
2222
- Improve tests
23-
- Tag stable versions and publish to packagist.org
2423
- ...
2524

2625
## Compatibility
2726

2827
This module should be compatible with Magento 2.1.x, 2.2.x, and 2.3.x versions.
2928
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.
3029

31-
The module should be compatible with PHP 7.0, 7.1, 7.2 and 7.3
30+
The module should be compatible with PHP 7.0, 7.1, 7.2, 7.3 and 7.4
3231

3332
## Installation
3433

3534
You can use composer to install this module:
3635

3736
```sh
38-
composer config repositories.magento2-module-url-data-integrity-checker vcs https://github.com/baldwin-agency/magento2-module-url-data-integrity-checker
39-
composer require baldwin/magento2-module-url-data-integrity-checker:dev-master
37+
composer require baldwin/magento2-module-url-data-integrity-checker
4038
```
4139

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

0 commit comments

Comments
 (0)