Browse Source

Update Composer documentation (2.4.1)

Simon Legner 3 years ago
parent
commit
32a0f92152
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/docs/scrapers/composer.rb

+ 1 - 1
lib/docs/scrapers/composer.rb

@@ -1,7 +1,7 @@
 module Docs
   class Composer < UrlScraper
     self.type = 'simple'
-    self.release = '2.0.7'
+    self.release = '2.4.1'
     self.base_url = 'https://getcomposer.org/doc/'
     self.links = {
       home: 'https://getcomposer.org',