Skip to content

Commit

Permalink
Merge pull request #8 from lukasyelle/laravel-update
Browse files Browse the repository at this point in the history
Laravel update
  • Loading branch information
Evgenii Nasyrov authored Feb 7, 2021
2 parents 820a957 + b46558b commit 556145a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"require": {
"php": ">=7.1.0",
"ext-trader": "*",
"illuminate/support": "^5.5"
"illuminate/support": "^5.5|^6.0|^7.0"
},
"require-dev": {
"orchestra/testbench": "~3.5|~3.6",
"phpunit/phpunit": "~6.0|~7.0",
"squizlabs/php_codesniffer": "~3.2"
"orchestra/testbench": "3.5.*|4.*|5.*|6.*",
"phpunit/phpunit": "^8.4|^9.0",
"squizlabs/php_codesniffer": "3.*"
},
"autoload": {
"files": [
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/TraderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class TraderTest extends TestCase
/**
* @inheritdoc
*/
public static function setUpBeforeClass()
public static function setUpBeforeClass(): void
{
$ohlcv = json_decode(file_get_contents(
__DIR__ . '/ohlcv.json'
Expand Down

0 comments on commit 556145a

Please sign in to comment.