doctrine / data-fixtures

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

Remove deprecated MongoDB ODM annotations #265

Closed alcaeus closed 7 years ago

alcaeus commented 7 years ago

Fixes #263.

The String, Int (and a few more) type annotations are deprecated and not loaded in PHP 7. This PR replaces them.

It also uses mongo-php-adapter to run ODM tests in PHP 7 and drops HHVM tests from travis-ci. I'll create a pull request to bring the dependencies inline with other projects next.

alcaeus commented 7 years ago

Superseded by #266.