Skip to content

Commit

Permalink
Add default providers configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Jan 24, 2021
1 parent 9bc9411 commit 6fd1ce8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -53,7 +53,8 @@
},
"config-plugin": {
"params": "config/params.php",
"console": "config/console.php"
"console": "config/console.php",
"providers-console": "config/providers-console.php"
},
"config-plugin-dev": {
"tests": [
Expand Down
5 changes: 5 additions & 0 deletions config/providers-console.php
@@ -0,0 +1,5 @@
<?php

declare(strict_types=1);

return [];

0 comments on commit 6fd1ce8

Please sign in to comment.