Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
remove symfony 2.0 installation instructions
Browse files Browse the repository at this point in the history
since symfony 2.0 is EOL
  • Loading branch information
Johnny Robeson committed Jul 28, 2013
1 parent c722e52 commit bd76ead
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.md
Expand Up @@ -32,21 +32,6 @@ And run `php composer.phar update elao/web-profiler-extra-bundle`

If you are working with Symfony <= 2.1, prefer the 2.1 branch of this bundle `"elao/web-profiler-extra-bundle" : "dev-2.1"`

#### If you are (still) working with Symfony 2.0.x

Add the followings lines to your `deps` file

[ElaoWebProfilerExtraBundle]
git=https://github.com/Elao/WebProfilerExtraBundle.git
target=bundles/Elao/WebProfilerExtraBundle

and don't forget to register it in your autoloading `app/autoload.php`

$loader->registerNamespaces(array(
[...]
'Elao' => __DIR__.'/../vendor/bundles',
));


#### Register the bundle in your AppKernel (`app/AppKernel.php`)

Expand Down

0 comments on commit bd76ead

Please sign in to comment.