Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Dec 16, 2017
1 parent e1f21c7 commit a100541
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/views/site/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@
];
</code></pre>

<h1>Migrating from composer asset plugin</h1>
<h1>Migrating from composer-asset-plugin</h1>

<p>Moving from <a href="https://github.com/fxpio/composer-asset-plugin">composer asset plugin</a> is not
<p>Moving from <a href="https://github.com/fxpio/composer-asset-plugin">composer-asset-plugin</a> is not
straightforward when you host several applications on single server. It's known that asset packagist
and asset plugin don't work well together, and plugin is installed in global scope. So, to not affect
other applications by deleting the plugin, you may disable the plugin locally via `composer.json`
and asset plugin don't work well together when plugin is installed in global scope. So, to not affect
other applications by deleting the plugin, you may disable the plugin locally via <code>composer.json</code>
config option <i>(you need plugin version ≥ 1.3.0 for this)</i>:</p>

<pre><code>
Expand Down

0 comments on commit a100541

Please sign in to comment.