Update dependencies and refactor main application class

parent 81799e29
...@@ -23,11 +23,14 @@ ...@@ -23,11 +23,14 @@
"ext-curl": "*", "ext-curl": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"monolog/monolog": "^1.23", "monolog/monolog": "^1.23",
"monolog/monolog": "^1.23", "illuminate/container": "5.4.*|5.5.*|5.6.*",
"illuminate/support": "5.4.*|5.5.*|5.6.*",
"illuminate/http": "5.4.*|5.5.*|5.6.*",
"guzzlehttp/guzzle": "^6.3" "guzzlehttp/guzzle": "^6.3"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^4.8|^5.7|^6.5|^7.0", "phpunit/phpunit": "^4.8|^5.7|^6.5|^7.0",
"symfony/var-dumper": "3.4.*|~4.0",
"squizlabs/php_codesniffer": "^3.2" "squizlabs/php_codesniffer": "^3.2"
}, },
"autoload": { "autoload": {
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment