Skip to content

Commit

Permalink
Merge pull request #9 from nalxnet/fix/doctrine-deps
Browse files Browse the repository at this point in the history
add missing doctrine dependencies
  • Loading branch information
naucon authored Jan 31, 2022
2 parents 79cfcf8 + 19c8905 commit d4784c4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"require": {
"php": "^5.5.9|>=7.0.8",
"psr/log": "~1.0",
"doctrine/annotations": "^1.0",
"doctrine/cache": "^1.0",
"naucon/utility": "~1.0",
"naucon/htmlbuilder": "~1.0",
"symfony/validator": "^3.0",
Expand All @@ -25,15 +27,11 @@
"require-dev": {
"symfony/intl": "^3.0",
"symfony/config": "^3.0",
"doctrine/annotations": "~1.0",
"doctrine/cache": "~1.0",
"naucon/iban": "~1.0",
"phpunit/phpunit": "^5.6"
},
"suggest": {
"symfony/config": "Is required to use xml mapping.",
"doctrine/annotations": "Is required to use annotation mapping.",
"doctrine/cache": "Is required to use annotation mapping.",
"naucon/iban": "Is required to validate iban."
},
"autoload": {
Expand Down

0 comments on commit d4784c4

Please sign in to comment.