Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Merge pull request #12 from LaraChimp/fix-doctrine-deps
Browse files Browse the repository at this point in the history
Fix doctrine dependencies to latest versions
  • Loading branch information
percymamedy authored Sep 15, 2021
2 parents 066a83b + 6e79542 commit 8767410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
],
"require": {
"php": "^7.3|^8.0",
"doctrine/annotations": "^1.7",
"doctrine/cache": "^1.8",
"doctrine/annotations": "^1.13",
"doctrine/cache": "^2.1",
"illuminate/support": "^8.0",
"symfony/finder": "^5.0"
},
Expand Down

0 comments on commit 8767410

Please sign in to comment.