mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Composer documentation
This commit is contained in:
parent
6da1be0269
commit
d2baa3b90a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
module Docs
|
||||
class Composer < UrlScraper
|
||||
self.type = 'simple'
|
||||
self.release = '1.9.0'
|
||||
self.release = '2.0.7'
|
||||
self.base_url = 'https://getcomposer.org/doc/'
|
||||
self.links = {
|
||||
home: 'https://getcomposer.org',
|
||||
|
|
Loading…
Reference in a new issue