-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df6120e
commit 2509352
Showing
2 changed files
with
20 additions
and
21 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 |
---|---|---|
@@ -1,24 +1,23 @@ | ||
{ | ||
"name": "silverstripe/frameworktest", | ||
"description": "Aids core and module developers in testing their code against a set of sample data and behaviour.", | ||
"name": "silverstripe/frameworktest", | ||
"description": "Aids core and module developers in testing their code against a set of sample data and behaviour.", | ||
"type": "silverstripe-vendormodule", | ||
"keywords": ["silverstripe", "frameworktest", "testing"], | ||
"license": "BSD-3-Clause", | ||
"authors": [ | ||
{ | ||
"name": "Ingo Schommer", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": | ||
{ | ||
"silverstripe/framework": "~4.0", | ||
"silverstripe/cms": "~4.0", | ||
"guzzlehttp/guzzle": "~6.0", | ||
"fzaninotto/faker": "^1.7", | ||
"silverstripe/vendor-plugin": "^1.0", | ||
"silverstripe/registry": "~2" | ||
}, | ||
"keywords": ["silverstripe", "frameworktest", "testing"], | ||
"license": "BSD-3-Clause", | ||
"authors": [ | ||
{ | ||
"name": "Ingo Schommer", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"silverstripe/framework": "^4", | ||
"silverstripe/cms": "^4", | ||
"guzzlehttp/guzzle": "^7.3", | ||
"fzaninotto/faker": "^1.7", | ||
"silverstripe/vendor-plugin": "^1", | ||
"silverstripe/registry": "^2" | ||
}, | ||
"extra": { | ||
"expose": [ | ||
"client/dist", | ||
|