diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..c419263 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-cayman \ No newline at end of file diff --git a/composer.json b/composer.json index 2f5c581..4d4cc36 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ ], "require": { "php": "^5.5.9|^7.2", - "illuminate/support": "~5.0|^6.0", - "illuminate/container": "~5.0|^6.0", + "illuminate/support": "~5.0|^6.0|^7.0", + "illuminate/container": "~5.0|^6.0|^7.0", "guzzlehttp/guzzle": "^6.1" }, "require-dev": {