File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,14 @@ The goal is that this library can be used by those whom cannot install the PHP T
12
12
13
13
That's the only thing you need! As stated, you do not need to install any extensions for this library.
14
14
15
+ ## Installation
16
+
17
+ This library is intended to be installed with composer.
18
+
19
+ ~~~
20
+ composer require lupecode/php-trader-native
21
+ ~~~
22
+
15
23
## Usage
16
24
### Drop-In Replacement
17
25
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lupecode/php-trader-native" ,
3
3
"description" : " An native version of the PHP Trader extension." ,
4
- "version" : " 1.0.4 " ,
4
+ "version" : " 1.0.5 " ,
5
5
"type" : " library" ,
6
6
"license" : " GPL-3.0-or-later" ,
7
7
"authors" :[
8
8
{
9
9
"name" : " Joshua Lopez" ,
10
10
"email" : " joshua@lupecode.com" ,
11
- "homepage" : " http://github.com/jbsaige " ,
11
+ "homepage" : " http://github.com/jb-lopez " ,
12
12
"role" : " Developer"
13
13
}
14
14
],
You can’t perform that action at this time.
0 commit comments