Add config class
Showing
... | @@ -30,6 +30,7 @@ | ... | @@ -30,6 +30,7 @@ |
"illuminate/container": "5.4.*|5.5.*|5.6.*", | "illuminate/container": "5.4.*|5.5.*|5.6.*", | ||
"illuminate/support": "5.4.*|5.5.*|5.6.*", | "illuminate/support": "5.4.*|5.5.*|5.6.*", | ||
"illuminate/http": "5.4.*|5.5.*|5.6.*", | "illuminate/http": "5.4.*|5.5.*|5.6.*", | ||
"illuminate/config": "5.4.*|5.5.*|5.6.*", | |||
"guzzlehttp/guzzle": "^6.3" | "guzzlehttp/guzzle": "^6.3" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
... | ... |
src/Config.php
0 → 100644
tests/unit/ConfigTest.php
0 → 100644
Please register or sign in to comment