Skip to content

Commit

Permalink
Merge pull request #2271 from tklai/laravel-previous-version-update
Browse files Browse the repository at this point in the history
Update Laravel 9 & 10 documentation
  • Loading branch information
simon04 authored Jul 17, 2024
2 parents 2b63419 + c76643a commit 7f9c78c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/docs/scrapers/laravel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Laravel < UrlScraper
end

version '10' do
self.release = '10.13.0'
self.release = '10.48.14'
self.root_path = '/api/10.x/index.html'
self.initial_paths = %w(/docs/10.x/installation /api/10.x/classes.html)

Expand All @@ -58,7 +58,7 @@ class Laravel < UrlScraper
end

version '9' do
self.release = '9.52.8'
self.release = '9.52.16'
self.root_path = '/api/9.x/index.html'
self.initial_paths = %w(/docs/9.x/installation /api/9.x/classes.html)

Expand Down

0 comments on commit 7f9c78c

Please sign in to comment.