From 56717583321a004083c166cb1c49f5b32e18de88 Mon Sep 17 00:00:00 2001 From: Simon Legner <Simon.Legner@gmail.com> Date: Sat, 14 Nov 2020 13:15:02 +0100 Subject: [PATCH] laravel: update releases 6.20.0 and 7.30.1 --- lib/docs/scrapers/laravel.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/docs/scrapers/laravel.rb b/lib/docs/scrapers/laravel.rb index 35e56602..c7c79ae3 100644 --- a/lib/docs/scrapers/laravel.rb +++ b/lib/docs/scrapers/laravel.rb @@ -29,8 +29,8 @@ module Docs Laravel is a trademark of Taylor Otwell. HTML - version '7.0' do - self.release = '7.11.0' + version '7' do + self.release = '7.30.1' self.root_path = '/api/7.x/index.html' self.initial_paths = %w(/docs/7.x/installation /api/7.x/classes.html) @@ -42,8 +42,8 @@ module Docs end end - version '6.0' do - self.release = '6.18.14' + version '6' do + self.release = '6.20.0' self.root_path = '/api/6.x/index.html' self.initial_paths = %w(/docs/6.x/installation /api/6.x/classes.html)