Skip to content

Commit 9fbfa94

Browse files
committed
Merge branch 'release/1.1.0'
2 parents 8e680fd + e51b6c1 commit 9fbfa94

18 files changed

+4290
-4559
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lupecode/php-trader-native",
33
"description": "An native version of the PHP Trader extension.",
4-
"version": "1.0.5",
4+
"version": "1.1.0",
55
"type": "library",
66
"license": "GPL-3.0-or-later",
77
"authors":[
@@ -16,10 +16,10 @@
1616
"php": ">=7.0.0"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "~6.3.0",
20-
"codacy/coverage": "~1.4.0",
21-
"phpmetrics/phpmetrics": "~2.3.2",
22-
"ext-trader": "0.4.1"
19+
"phpunit/phpunit": "~6.0",
20+
"codacy/coverage": "~1.4",
21+
"phpmetrics/phpmetrics": "~2.3",
22+
"ext-trader": "~0.4"
2323
},
2424
"autoload": {
2525
"psr-4": {"LupeCode\\phpTraderNative\\": "source/"}

composer.lock

Lines changed: 52 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/TALib/Classes/MyInteger.php

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)