Skip to content

Commit

Permalink
Forgot these as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jb-lopez committed Aug 28, 2023
1 parent 158270a commit 9e7303d
Show file tree
Hide file tree
Showing 4 changed files with 1,722 additions and 860 deletions.
12 changes: 7 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,21 @@
{
"name": "Joshua Lopez",
"email": "[email protected]",
"homepage": "http://github.com/jb-lopez",
"homepage": "https://github.com/jb-lopez",
"role": "Developer"
}
],
"require": {
"php": ">=7.0.0"
"php": ">=8.0.0"
},
"require-dev": {
"phpunit/phpunit": "~6.0",
"phpmetrics/phpmetrics": "~2.3",
"ext-ds": "*",
"ext-trader": ">=0.4.1",
"codacy/coverage": "~1.4"
"phpbench/phpbench": "~1.2.14",
"phpunit/phpunit": "~10.3.1"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"LupeCode\\phpTraderNative\\": "source/",
Expand Down
Loading

0 comments on commit 9e7303d

Please sign in to comment.