Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2e8de44

Browse files
committed
Updated installation information
1 parent 7eb27ee commit 2e8de44

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,14 @@ A small helper class to make accessing private properties and methods easier, la
44
[![Build Status](https://ci.jacekk.co.uk/buildStatus/icon?job=PHP%20Reflection%20Utils)](https://ci.jacekk.co.uk/job/PHP%20Reflection%20Utils)
55

66
## 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
88
~~~json
99
{
10-
"repositories": [
11-
{
12-
"type": "vcs",
13-
"url": "https://github.com/betterphp/php-reflection-utils.git"
14-
}
15-
],
1610
"require-dev": {
17-
"betterphp/php-reflection-utils": "dev-master"
11+
"betterphp/php-reflection-utils": "1.0.0"
1812
}
1913
}
2014
~~~
21-
This will pull from the master branch whenever you run `composer update`, proper versioning is on the to-do list.
2215

2316
## Documentation
2417
Jenkins publishes a phpdoc [here](https://ci.jacekk.co.uk/view/Websites/job/PHP%20Reflection%20Utils/API_Docs/classes/betterphp.utils.reflection.html)

0 commit comments

Comments
 (0)