Skip to content

Commit

Permalink
Require doctrine/annotions
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Burckhardt committed Apr 3, 2024
1 parent a3d219a commit 538d942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
],
"require": {
"php": "^7.4 || ^8.0",
"doctrine/annotations": "^1.11",
"nikic/php-parser": "^4.9 || ^5",
"symfony/console": "^4.3 || ^5.4 || ^6.0 || ^7.0",
"symfony/expression-language": "^4.3 || ^5.4 || ^6.0 || ^7.0",
Expand All @@ -34,7 +35,6 @@
"psr/log": "^1.0 || ^2.0"
},
"require-dev": {
"doctrine/annotations": "^1.11",
"doctrine/coding-standard": "^8.2.1",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
"nyholm/nsa": "^1.0.1",
Expand Down

0 comments on commit 538d942

Please sign in to comment.