From 44b88cca8524eab4b0b8da78757e6d4dcedeb0fe Mon Sep 17 00:00:00 2001 From: Sachin Agarwal Date: Tue, 24 Apr 2018 15:10:07 +0530 Subject: [PATCH 1/3] Set theme jekyll-theme-architect --- _config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..3397c9a --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-architect \ No newline at end of file From 2b7d3b94a576ab211d531b20cd1823eb5640dd02 Mon Sep 17 00:00:00 2001 From: Sachin Agarwal Date: Tue, 24 Apr 2018 15:11:57 +0530 Subject: [PATCH 2/3] Set theme jekyll-theme-cayman --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 3397c9a..c419263 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1 @@ -theme: jekyll-theme-architect \ No newline at end of file +theme: jekyll-theme-cayman \ No newline at end of file From 30937c31314fdca52a38e458eb7edaa13b677390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20=C3=96z=C4=B1=C5=9F=C4=B1k?= Date: Tue, 3 Mar 2020 16:48:23 +0200 Subject: [PATCH 3/3] add Laravel 7 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": {