Skip to content

Commit a9deaf2

Browse files
committed
Updated the allowable trader ext version
1 parent 91976b8 commit a9deaf2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you cannot install the PECL extension, try the [PHP Trader Native](https://gi
1414

1515
Variable types are set on all function parameters.
1616

17-
### Requires PECL Trader 0.4.1.
17+
### Requires PECL Trader 0.4.1 or newer.
1818

1919
If you are using version 0.4.0, see the branch `trader-0.4.0` for that.
2020

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "lupecode/php-trader-interface",
33
"description": "An interface to the PHP Trader extension.",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
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/LupeCode",
1212
"role": "Developer"
1313
}
1414
],
1515
"require": {
1616
"php": ">=7.0.0",
17-
"ext-trader": "0.4.1"
17+
"ext-trader": ">=0.4.1"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "~6.3.0",

0 commit comments

Comments
 (0)