Skip to content

Commit

Permalink
#14: Add psr log package
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLevti committed Apr 5, 2020
1 parent 4fe1aef commit c3935a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .phan/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,9 @@
// your application should be included in this list.
'directory_list' => [
'src',
'vendor/symfony/event-dispatcher',
'vendor/psr/log/Psr/Log',
'vendor/symfony/event-dispatcher-contracts',
'vendor/symfony/event-dispatcher',
'vendor/symfony/var-dumper',
],

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
},
"require": {
"php": "^7.2.0",
"psr/log": "^1.1",
"symfony/event-dispatcher": "^4.0.0 || ^5.0.0"
},
"require-dev": {
Expand Down

0 comments on commit c3935a3

Please sign in to comment.