Skip to content

Commit

Permalink
Removing references to 0.5.* versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Oct 8, 2014
1 parent 50b2404 commit 63cd826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion html-docs/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h1><a href="index.html"><img alt="ProxyManager" src="img/block.png" /></a></h1>
<div class="bcms-clearfix"></div>
<h3 class="section-title">Installation</h3>
<p>The suggested installation method is via <a href="https://getcomposer.org/" target="_blank">composer</a>.</p>
<pre>php composer.phar require ocramius/proxy-manager:0.5.*</pre>
<pre>php composer.phar require ocramius/proxy-manager:1.0.*</pre>
<hr />

</main>
Expand Down
2 changes: 1 addition & 1 deletion html-docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h3>Proxy Manager</h3>
<div class="bcms-clearfix"></div>
<h3 class="section-title">Installation</h3>
<p>The suggested installation method is via <a href="https://getcomposer.org/" target="_blank">composer</a>.</p>
<pre>php composer.phar require ocramius/proxy-manager:0.5.*</pre>
<pre>php composer.phar require ocramius/proxy-manager:1.0.*</pre>
<hr />

<h3 class="section-title" id="virtualproxy">Lazy Loading Value Holders (Virtual Proxy)</h3>
Expand Down

0 comments on commit 63cd826

Please sign in to comment.