Skip to content
This repository was archived by the owner on May 13, 2021. It is now read-only.

Commit 074151b

Browse files
author
Willem-Jan Zijderveld
committed
Updated README.md
1 parent 2536be7 commit 074151b

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ A script to check which Symfony Bundles there are installerd thru composer, but
77

88
Installation
99
============
10-
The package is not yet on packagist, so you need to add a manual repository.
10+
The package is on packagist, so the easiest way is to add it to your composer.json:
11+
12+
"require": {
13+
"wjzijderveld/check-bundles": "dev-master"
14+
}
15+
16+
If you can't or don't want to use packagist, you need to add a manual repository.
1117

1218
"repositories": [
1319
{
@@ -16,7 +22,7 @@ The package is not yet on packagist, so you need to add a manual repository.
1622
}
1723
]
1824

19-
Also, because scripts are not executed from nested repositories. You need to add the script:
25+
Because scripts are not executed from nested repositories, you need to add the script itself to your composer.json:
2026

2127
"scripts": {
2228
"post-install-cmd": [
@@ -43,6 +49,9 @@ ToDo
4349
====
4450

4551
* Test if it actually works when installed thru composer
46-
* Write *more* tests (sorry @grmpyprogrammer)
47-
* _Submit to packagist_ (done: wjzijderveld/check-bundles)
52+
* Write *more* tests
4853
* ...
54+
55+
Feedback
56+
========
57+
I would really like some feedback, so feel free to create a issue/PR or email me.

0 commit comments

Comments
 (0)