Skip to content

Commit

Permalink
Merge pull request GOCDB#343 from ineilson/orm-2.4-to-2.5
Browse files Browse the repository at this point in the history
ORM 2.4 to 2.5
  • Loading branch information
gregcorbett authored Jul 4, 2022
2 parents 6c850cc + 4dad3cd commit 4b9fccf
Show file tree
Hide file tree
Showing 2 changed files with 576 additions and 177 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
"name": "stfc-egi/gocdb",
"description": "A web portal and REST style API for e-Infrastructure topology managment",
"require": {
"doctrine/orm": "2.4.8",
"doctrine/dbal": "2.5.4"
},
"doctrine/orm": "2.5.14"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
"phpunit/dbunit": ">=1.2",
"taq/pdooci": "^1.0"
"taq/pdooci": "^1.0"
}
}
Loading

0 comments on commit 4b9fccf

Please sign in to comment.