Skip to content

Commit

Permalink
Removed the ORM integration (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
pimjansen committed Sep 17, 2023
1 parent 23c680f commit 6eda5c1
Show file tree
Hide file tree
Showing 29 changed files with 21 additions and 3,221 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,7 @@

- Fixed polish license plates (#685)
- Removed legacy autoloader (#762)
- Removed functionality for populating ORM entities and models (#764)

## [2023-06-12, v1.23.0](https://github.com/FakerPHP/Faker/compare/v1.22.0..v1.23.0)

Expand Down
4 changes: 1 addition & 3 deletions composer.json
Expand Up @@ -21,7 +21,6 @@
"require-dev": {
"ext-intl": "*",
"bamarni/composer-bin-plugin": "^1.4.1",
"doctrine/persistence": "^1.3 || ^2.0",
"phpunit/phpunit": "^9.5.26",
"symfony/phpunit-bridge": "^5.4.16"
},
Expand All @@ -43,8 +42,7 @@
"ext-curl": "Required by Faker\\Provider\\Image to download images.",
"ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
"ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
"ext-mbstring": "Required for multibyte Unicode string functionality.",
"doctrine/orm": "Required to use Faker\\ORM\\Doctrine"
"ext-mbstring": "Required for multibyte Unicode string functionality."
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 6eda5c1

Please sign in to comment.