3 Commits
1.2.3 ... 1.2.x

Author SHA1 Message Date
Grégoire Paris
6db355ee6b Merge pull request #60 from greg0ire/inactive
Mark project as inactive
2023-08-23 16:16:51 +02:00
Grégoire Paris
45aee9ad97 Mark project as inactive
This will move the project to the right tab in https://www.doctrine-project.org/projects.html
2023-08-23 16:04:15 +02:00
Maximilian Bösing
6bcea3e81a feature: allow doctrine/annotations v2 (#59)
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
2023-07-27 20:11:59 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{
"active": true,
"active": false,
"name": "Reflection",
"slug": "reflection",
"docsSlug": "doctrine-reflection",

View File

@@ -19,7 +19,7 @@
"require": {
"php": "^7.1 || ^8.0",
"ext-tokenizer": "*",
"doctrine/annotations": "^1.0"
"doctrine/annotations": "^1.0 || ^2.0"
},
"require-dev": {
"doctrine/coding-standard": "^9",