forked from GOCDB/gocdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request GOCDB#491 from gregcorbett/unit_test_php_modern
Fix PHP 7.4 MariaDB test, Drop experimental MariaDB tests
- Loading branch information
Showing
8 changed files
with
3,882 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "stfc-egi/gocdb", | ||
"description": "A web portal and REST style API for e-Infrastructure topology managment", | ||
"require": { | ||
"doctrine/orm": "2.6.*" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "4.8.*", | ||
"phpunit/dbunit": ">=1.2", | ||
"phpmd/phpmd": "^2.13", | ||
"squizlabs/php_codesniffer": "^3.7", | ||
"taq/pdooci": "^1.0" | ||
|
||
} | ||
} |
Oops, something went wrong.