File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -4,21 +4,14 @@ A small helper class to make accessing private properties and methods easier, la
4
4
[ ![ Build Status] ( https://ci.jacekk.co.uk/buildStatus/icon?job=PHP%20Reflection%20Utils )] ( https://ci.jacekk.co.uk/job/PHP%20Reflection%20Utils )
5
5
6
6
## Installation
7
- The library can be included via composer by adding a custom repo and the project name
7
+ The library can be included via composer
8
8
~~~ json
9
9
{
10
- "repositories" : [
11
- {
12
- "type" : " vcs" ,
13
- "url" : " https://github.com/betterphp/php-reflection-utils.git"
14
- }
15
- ],
16
10
"require-dev" : {
17
- "betterphp/php-reflection-utils" : " dev-master "
11
+ "betterphp/php-reflection-utils" : " 1.0.0 "
18
12
}
19
13
}
20
14
~~~
21
- This will pull from the master branch whenever you run ` composer update ` , proper versioning is on the to-do list.
22
15
23
16
## Documentation
24
17
Jenkins publishes a phpdoc [ here] ( https://ci.jacekk.co.uk/view/Websites/job/PHP%20Reflection%20Utils/API_Docs/classes/betterphp.utils.reflection.html )
You can’t perform that action at this time.
0 commit comments