Skip to content

Commit 9238805

Browse files
committed
Switch Composer to 'simple' style
1 parent 8e06630 commit 9238805

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

assets/stylesheets/pages/_simple.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
._bower,
2222
._chai,
2323
._codeceptjs,
24-
._composer,
2524
._docker,
2625
._electron,
2726
._fish,

lib/docs/scrapers/composer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Docs
22
class Composer < UrlScraper
33
self.name = 'Composer'
4-
self.type = 'composer'
4+
self.type = 'simple'
55

66
self.links = {
77
home: 'https://getcomposer.org',

0 commit comments

Comments
 (0)