Skip to content

Commit 1a4a0d9

Browse files
committed
Added the installation note.
1 parent b4428d8 commit 1a4a0d9

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ The goal is that this library can be used by those whom cannot install the PHP T
1212

1313
That's the only thing you need! As stated, you do not need to install any extensions for this library.
1414

15+
## Installation
16+
17+
This library is intended to be installed with composer.
18+
19+
~~~
20+
composer require lupecode/php-trader-native
21+
~~~
22+
1523
## Usage
1624
### Drop-In Replacement
1725

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "lupecode/php-trader-native",
33
"description": "An native version of the PHP Trader extension.",
4-
"version": "1.0.4",
4+
"version": "1.0.5",
55
"type": "library",
66
"license": "GPL-3.0-or-later",
77
"authors":[
88
{
99
"name": "Joshua Lopez",
1010
"email": "joshua@lupecode.com",
11-
"homepage": "http://github.com/jbsaige",
11+
"homepage": "http://github.com/jb-lopez",
1212
"role": "Developer"
1313
}
1414
],

0 commit comments

Comments
 (0)