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.
Add PHP unit test and accompanying composer files
- Loading branch information
1 parent
1ca49bc
commit 7e1ffd1
Showing
3 changed files
with
4,528 additions
and
0 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,17 @@ | ||
{ | ||
"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": "*" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "8.*", | ||
"misantron/dbunit": "*", | ||
"phpmd/phpmd": "^2.13", | ||
"squizlabs/php_codesniffer": "^3.7", | ||
"taq/pdooci": "^1.0" | ||
|
||
} | ||
} |
Oops, something went wrong.