Skip to content

Commit

Permalink
Change composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljennings committed Mar 10, 2020
1 parent edd40d8 commit 16c7e01
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 @@ -11,10 +11,10 @@
],
"require": {
"php": ">=7.1",
"illuminate/support": ">=5.6",
"orchestra/testbench": ">=3.0",
"symfony/yaml": "^3.3|^4.0",
"symfony/process": "^3.3|^4.0"
"illuminate/support": ">=5.6 <7.0",
"orchestra/testbench": ">=3.0 <5.0",
"symfony/yaml": ">=3.3",
"symfony/process": ">=3.3"
},
"require-dev": {
"phpunit/phpunit": ">5.0",
Expand Down
2 changes: 1 addition & 1 deletion src/ExceptionHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ public function renderForConsole($output, Exception $e)

parent::renderForConsole($output, $e);
}
}
}

0 comments on commit 16c7e01

Please sign in to comment.