Skip to content

Commit

Permalink
Update to ORM 2.9
Browse files Browse the repository at this point in the history
- Doctrine 2.9 deprecated doctrine/cache, as a result the setup tool
  might no longer work as expected without a different cache
  implementation.
  - See: https://github.com/doctrine/orm/blob/2.9.x/UPGRADE.md#upgrade-to-29
  • Loading branch information
Ian Neilson authored and gregcorbett committed Sep 12, 2024
1 parent 30a029a commit 281b4be
Show file tree
Hide file tree
Showing 2 changed files with 359 additions and 170 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "stfc-egi/gocdb",
"description": "A web portal and REST style API for e-Infrastructure topology managment",
"require": {
"doctrine/orm": "2.8.*"
"doctrine/orm": "2.9.*",
"symfony/cache": "*"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
Expand Down
Loading

0 comments on commit 281b4be

Please sign in to comment.