Skip to content

Commit

Permalink
Fix suggest texts in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fprochazka committed Sep 6, 2015
1 parent 849e5aa commit 3f7e1af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"nette/utils": "~2.3@dev"
},
"suggest": {
"oyejorge/less.php": "Lessphp is a composer for LESS written in PHP.",
"leafo/scssphp": "Scssphp is a composer for SCSS written in PHP.",
"joseki/webloader-filters": "Webloader filter"
"oyejorge/less.php": "LESS compiler written in PHP.",
"leafo/scssphp": "SCSS compiler written in PHP.",
"joseki/webloader-filters": "CSSMin & JSMin filters written in PHP."
},
"require-dev": {
"nette/application": "~2.3@dev",
Expand Down

0 comments on commit 3f7e1af

Please sign in to comment.