Skip to content

Commit

Permalink
Remove doctrine/annotations dependency (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus authored Dec 19, 2022
1 parent 2db671b commit b44d128
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,13 @@
"phpstan/phpstan": "1.9.4",
"phpstan/phpstan-phpunit": "^1",
"phpstan/phpstan-strict-rules": "^1.1",
"doctrine/annotations": "^1.7",
"doctrine/coding-standard": "^11",
"doctrine/common": "^3.0",
"phpunit/phpunit": "^8.5 || ^9.5",
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
"vimeo/psalm": "4.30.0 || 5.3.0"
},
"conflict": {
"doctrine/annotations": "<1.7 || >=2.0",
"doctrine/common": "<2.10"
},
"autoload": {
Expand Down
2 changes: 0 additions & 2 deletions tests/Persistence/Mapping/_files/colocated/TestClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@

namespace Doctrine;

/** @Doctrine\Entity */
class TestClass
{
}

/** @Annotation */
class Entity
{
}

0 comments on commit b44d128

Please sign in to comment.