Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove old namespace warning from README #93

Merged
merged 1 commit into from Jun 21, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 0 additions & 9 deletions README.markdown
Expand Up @@ -6,12 +6,3 @@ into Symfony so that you can load data fixtures programmatically into the Doctri

Documentation on how to install and use this bundle is available in the
Symfony2 [documentation](http://symfony.com/doc/current/bundles/DoctrineFixturesBundle/index.html).

WARNING: Namespace changed
==========================

This bundle was previously under the `Symfony\Bundle` namespace and is now moved to the
`Doctrine\Bundle` namespace.

See the Resources/docs/index.rst for more information about the required changes in `deps`,
`AppKernel.php` and `autoload.php` to accomodate for this change.