mirror of
https://github.com/silverstripe/silverstripe-frameworktest
synced 2024-10-22 11:06:02 +02:00
Merge pull request #115 from creative-commoners/pulls/1/major-deps
DEP Update core dependencies for CMS 5
This commit is contained in:
commit
9af284b131
@ -2,7 +2,11 @@
|
|||||||
"name": "silverstripe/frameworktest",
|
"name": "silverstripe/frameworktest",
|
||||||
"description": "Aids core and module developers in testing their code against a set of sample data and behaviour.",
|
"description": "Aids core and module developers in testing their code against a set of sample data and behaviour.",
|
||||||
"type": "silverstripe-vendormodule",
|
"type": "silverstripe-vendormodule",
|
||||||
"keywords": ["silverstripe", "frameworktest", "testing"],
|
"keywords": [
|
||||||
|
"silverstripe",
|
||||||
|
"frameworktest",
|
||||||
|
"testing"
|
||||||
|
],
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
@ -11,13 +15,13 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.3 || ^8.0",
|
"php": "^8.1",
|
||||||
"silverstripe/framework": "^4",
|
"silverstripe/framework": "^5",
|
||||||
"silverstripe/cms": "^4",
|
"silverstripe/cms": "^5",
|
||||||
"guzzlehttp/guzzle": "^6.3 || ^7.3",
|
"guzzlehttp/guzzle": "^7.3",
|
||||||
"fzaninotto/faker": "^1.7",
|
"fzaninotto/faker": "^1.7",
|
||||||
"silverstripe/vendor-plugin": "^1",
|
"silverstripe/vendor-plugin": "^2",
|
||||||
"silverstripe/registry": "^2"
|
"silverstripe/registry": "^3"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"expose": [
|
"expose": [
|
||||||
|
Loading…
Reference in New Issue
Block a user