This repository was archived by the owner on May 13, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,13 @@ A script to check which Symfony Bundles there are installerd thru composer, but
7
7
8
8
Installation
9
9
============
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.
11
17
12
18
"repositories": [
13
19
{
@@ -16,7 +22,7 @@ The package is not yet on packagist, so you need to add a manual repository.
16
22
}
17
23
]
18
24
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 :
20
26
21
27
"scripts": {
22
28
"post-install-cmd": [
43
49
====
44
50
45
51
* 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
48
53
* ...
54
+
55
+ Feedback
56
+ ========
57
+ I would really like some feedback, so feel free to create a issue/PR or email me.
You can’t perform that action at this time.
0 commit comments