Skip to content

Commit

Permalink
Merge pull request GOCDB#526 from gregcorbett/orm-update-2.9
Browse files Browse the repository at this point in the history
Update to ORM 2.9
  • Loading branch information
gregcorbett authored Sep 12, 2024
2 parents 0770beb + 281b4be commit 9926026
Show file tree
Hide file tree
Showing 2 changed files with 1,048 additions and 597 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.6.*"
"doctrine/orm": "2.9.*",
"symfony/cache": "*"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
Expand Down
Loading

0 comments on commit 9926026

Please sign in to comment.