Skip to content

Commit

Permalink
Merge pull request #424 from kitsunet/remove-orm-dependency
Browse files Browse the repository at this point in the history
TASK: Remove doctrine/orm dependency

As the doctrine classes are only used for type checks in
``instanceof`` and ``is_subclass_of`` and both work with
non existing classes we can drop the dependency on
``doctrine/orm`` in this package.
  • Loading branch information
kdambekalns committed Aug 17, 2016
2 parents 9e419b4 + 3af4f36 commit 85636c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Neos.Utility.ObjectHandling/composer.json
Expand Up @@ -8,7 +8,6 @@
"php": ">=5.5.0"
},
"require-dev": {
"doctrine/orm": "~2.4.0",
"phpunit/phpunit": "~4.8 || ~5.2.0"
},
"autoload": {
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Expand Up @@ -103,8 +103,7 @@
},
"require-dev": {
"phpunit/phpunit": "~4.8 || ~5.2.0",
"mikey179/vfsstream": "~1.6",
"doctrine/orm": "~2.4.0"
"mikey179/vfsstream": "~1.6"
},
"autoload-dev": {
"psr-4": {
Expand Down

0 comments on commit 85636c0

Please sign in to comment.