Skip to content

Commit 885dc25

Browse files
committed
Updated composer requirement.
1 parent 64c77d2 commit 885dc25

File tree

2 files changed

+1324
-0
lines changed

2 files changed

+1324
-0
lines changed

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,11 @@
1414
"require": {
1515
"php": ">=7.0.0",
1616
"ext-trader": "*"
17+
},
18+
"require-dev": {
19+
"phpunit/phpunit": "~5.4"
20+
},
21+
"autoload": {
22+
"psr-4": {"LupeCode\\phpTraderInterface\\": "src/"}
1723
}
1824
}

0 commit comments

Comments
 (0)