Skip to content

Commit 9f04bf5

Browse files
committed
Added "Powered by libraries.io"
1 parent 3511c98 commit 9f04bf5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/views/menus/main-search.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
'id' => 'query',
3838
'required' => true,
3939
'autocomplete' => false,
40-
'placeholder' => 'package name to search',
40+
'placeholder' => 'package name to search, powered by libraries.io',
4141
'class' => 'form-control',
4242
'autofocus' => true,
4343
'tabindex' => 1,

src/views/site/about.php

+1
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,5 @@
103103

104104
<p>This project uses Francois Pluchino's <a href="https://github.com/fxpio/composer-asset-plugin">composer-asset-plugin</a>
105105
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>
106107
</div>

0 commit comments

Comments
 (0)