Skip to content

Commit

Permalink
Merge pull request #7 from msmakouz/doctrine-annotations-2.0
Browse files Browse the repository at this point in the history
Allow doctrine/annotations 2.x
  • Loading branch information
butschster committed Mar 15, 2023
2 parents d8ee686 + 9f62e2a commit 02a2609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"psr/simple-cache": "1 - 3"
},
"require-dev": {
"doctrine/annotations": "^1.12",
"doctrine/annotations": "^1.12 || ^2.0",
"jetbrains/phpstorm-attributes": "^1.0",
"symfony/var-dumper": "^5.2 || ^6.0",
"phpunit/phpunit": "^9.5.20",
Expand All @@ -41,7 +41,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.14.x-dev"
"dev-master": "3.1.x-dev"
}
},
"scripts": {
Expand Down
2 changes: 0 additions & 2 deletions tests/Reader/NativeReaderTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
use Spiral\Tests\Attributes\Reader\Fixture\UndefinedMeta;

/**
* @requires PHP >= 8.0
*
* @group unit
* @group reader
*/
Expand Down

0 comments on commit 02a2609

Please sign in to comment.