MNT Update development dependencies

This commit is contained in:
Guy Sartorelli 2022-12-19 01:54:25 +00:00
parent bd10022c57
commit 0574971f42
No known key found for this signature in database
GPG Key ID: F313E3B9504D496A
1 changed files with 13 additions and 13 deletions

View File

@ -7,18 +7,18 @@
"require": { "require": {
"php": "^7.4 || ^8.0", "php": "^7.4 || ^8.0",
"silverstripe/recipe-plugin": "^1.5", "silverstripe/recipe-plugin": "^1.5",
"silverstripe/recipe-core": "~4.12.0@stable", "silverstripe/recipe-core": "4.12.x-dev",
"silverstripe/admin": "~1.12.0@stable", "silverstripe/admin": "1.12.x-dev",
"silverstripe/asset-admin": "~1.12.0@stable", "silverstripe/asset-admin": "1.12.x-dev",
"silverstripe/campaign-admin": "~1.12.0@stable", "silverstripe/campaign-admin": "1.12.x-dev",
"silverstripe/versioned-admin": "~1.12.0@stable", "silverstripe/versioned-admin": "1.12.x-dev",
"silverstripe/cms": "~4.12.0@stable", "silverstripe/cms": "4.12.x-dev",
"silverstripe/errorpage": "~1.12.0@stable", "silverstripe/errorpage": "1.12.x-dev",
"silverstripe/reports": "~4.12.0@stable", "silverstripe/reports": "4.12.x-dev",
"silverstripe/siteconfig": "~4.12.0@stable", "silverstripe/siteconfig": "4.12.x-dev",
"silverstripe/versioned": "~1.12.0@stable", "silverstripe/versioned": "1.12.x-dev",
"silverstripe/graphql": "~3.8.0@stable || ~4.1.0@stable", "silverstripe/graphql": "4.1.x-dev",
"silverstripe/session-manager": "~1.4.0@stable" "silverstripe/session-manager": "1.4.x-dev"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.5" "phpunit/phpunit": "^9.5"
@ -34,4 +34,4 @@
}, },
"prefer-stable": true, "prefer-stable": true,
"minimum-stability": "dev" "minimum-stability": "dev"
} }