Skip to content

Commit

Permalink
Added missing dependency on symfony/debug
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Nov 17, 2019
1 parent 12bc828 commit 0894549
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Illuminate/Pipeline/composer.json
Expand Up @@ -16,7 +16,8 @@
"require": {
"php": "^7.2",
"illuminate/contracts": "^6.0",
"illuminate/support": "^6.0"
"illuminate/support": "^6.0",
"symfony/debug": "^4.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0894549

Please sign in to comment.