Skip to content

Commit b44d128

Browse files
authored
Remove doctrine/annotations dependency (#320)
1 parent 2db671b commit b44d128

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

composer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,13 @@
2929
"phpstan/phpstan": "1.9.4",
3030
"phpstan/phpstan-phpunit": "^1",
3131
"phpstan/phpstan-strict-rules": "^1.1",
32-
"doctrine/annotations": "^1.7",
3332
"doctrine/coding-standard": "^11",
3433
"doctrine/common": "^3.0",
3534
"phpunit/phpunit": "^8.5 || ^9.5",
3635
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
3736
"vimeo/psalm": "4.30.0 || 5.3.0"
3837
},
3938
"conflict": {
40-
"doctrine/annotations": "<1.7 || >=2.0",
4139
"doctrine/common": "<2.10"
4240
},
4341
"autoload": {

tests/Persistence/Mapping/_files/colocated/TestClass.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44

55
namespace Doctrine;
66

7-
/** @Doctrine\Entity */
87
class TestClass
98
{
109
}
1110

12-
/** @Annotation */
1311
class Entity
1412
{
1513
}

0 commit comments

Comments
 (0)