doctrine / data-fixtures

Doctrine2 ORM Data Fixtures Extensions
http://www.doctrine-project.org
MIT License
2.77k stars 224 forks source link

Use PSR-4 instead of PSR-0 #256

Closed fefas closed 7 years ago

fefas commented 7 years ago

PSR-0 is deprecated.

I moved every file to let the directory tree clean, but I can redo the commit and keep the directories unchanged.

Ocramius commented 7 years ago

Doctrine project has voted "no" on PSR-4 due to its confusing directory structure mappings (when we were still in the FIG).

Closing here: patch can be accepted if re-opened with only changes to composer.json (no moved files).

Ocramius commented 7 years ago

@fefas just open a PR without the moved files 👍