Skip to content

Commit

Permalink
Downgrade version of orm used
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcorbett committed Oct 9, 2023
1 parent 0bc454f commit 6ece2c3
Show file tree
Hide file tree
Showing 2 changed files with 1,127 additions and 1,824 deletions.
8 changes: 3 additions & 5 deletions composer-7.4.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
"name": "stfc-egi/gocdb",
"description": "A web portal and REST style API for e-Infrastructure topology managment",
"require": {
"doctrine/orm": "2.11.*",
"symfony/cache": "*",
"doctrine/annotations": "*"
"doctrine/orm": "2.6.*"
},
"require-dev": {
"phpunit/phpunit": "8.*",
"misantron/dbunit": "*",
"phpunit/phpunit": "4.8.*",
"phpunit/dbunit": ">=1.2",
"phpmd/phpmd": "^2.13",
"squizlabs/php_codesniffer": "^3.7",
"taq/pdooci": "^1.0"
Expand Down
Loading

0 comments on commit 6ece2c3

Please sign in to comment.