We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3511c98 commit 9f04bf5Copy full SHA for 9f04bf5
src/views/menus/main-search.php
@@ -37,7 +37,7 @@
37
'id' => 'query',
38
'required' => true,
39
'autocomplete' => false,
40
- 'placeholder' => 'package name to search',
+ 'placeholder' => 'package name to search, powered by libraries.io',
41
'class' => 'form-control',
42
'autofocus' => true,
43
'tabindex' => 1,
src/views/site/about.php
@@ -103,4 +103,5 @@
103
104
<p>This project uses Francois Pluchino's <a href="https://github.com/fxpio/composer-asset-plugin">composer-asset-plugin</a>
105
to convert Bower and NPM packages to Composer format.</p>
106
+ <p>The search is powered by <a href="https://libraries.io/">https://libraries.io/</a>.</p>
107
</div>
0 commit comments