Skip to content

Commit 4d86d69

Browse files
Fixing merge conflicts.
2 parents ff408cc + be9a968 commit 4d86d69

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,20 @@ Complete and simple to install Composer autoloader or Magento
1212

1313
## Installation
1414

15-
### Get The Files
16-
17-
Add `"mattwellss/magento-composer-autoloader": "~0.1"` to your `composer.json`'s `require` node. Also, **don't forget** to add the following to `repositories`!
15+
Until it's listed in packagist or firegento, add the repository to your `composer.json`:
1816
```json
1917
{
2018
"type": "vcs",
2119
"url": "https://github.com/mattwellss/magento-composer-autoloader"
2220
}
2321
```
2422

25-
This should only be a temporary solution until the project is listed on a real composer registry!
23+
Add the library to your `require` section:
24+
```json
25+
"require": {
26+
"mattwellss/magento-composer-autoloader": "~1.0"
27+
}
28+
```
2629

2730
## Configuration
2831

0 commit comments

Comments
 (0)