MNT Update release dependencies

This commit is contained in:
Steve Boyd 2023-05-04 12:35:40 +12:00
parent 432a87efb9
commit ed2e1b829d
1 changed files with 14 additions and 14 deletions

View File

@ -6,19 +6,19 @@
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"require": { "require": {
"php": "^8.1", "php": "^8.1",
"silverstripe/recipe-plugin": "2.0.x-dev", "silverstripe/recipe-plugin": "~2.0.0@stable",
"silverstripe/recipe-core": "5.0.x-dev", "silverstripe/recipe-core": "~5.0.0@stable",
"silverstripe/admin": "2.0.x-dev", "silverstripe/admin": "~2.0.0@stable",
"silverstripe/asset-admin": "2.0.x-dev", "silverstripe/asset-admin": "~2.0.0@stable",
"silverstripe/campaign-admin": "2.0.x-dev", "silverstripe/campaign-admin": "~2.0.0@stable",
"silverstripe/versioned-admin": "2.0.x-dev", "silverstripe/versioned-admin": "~2.0.0@stable",
"silverstripe/cms": "5.0.x-dev", "silverstripe/cms": "~5.0.0@stable",
"silverstripe/errorpage": "2.0.x-dev", "silverstripe/errorpage": "~2.0.0@stable",
"silverstripe/reports": "5.0.x-dev", "silverstripe/reports": "~5.0.0@stable",
"silverstripe/siteconfig": "5.0.x-dev", "silverstripe/siteconfig": "~5.0.0@stable",
"silverstripe/versioned": "2.0.x-dev", "silverstripe/versioned": "~2.0.0@stable",
"silverstripe/graphql": "5.0.x-dev", "silverstripe/graphql": "~5.0.0@stable",
"silverstripe/session-manager": "2.0.x-dev" "silverstripe/session-manager": "~2.0.0@stable"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.5" "phpunit/phpunit": "^9.5"
@ -33,4 +33,4 @@
}, },
"prefer-stable": true, "prefer-stable": true,
"minimum-stability": "dev" "minimum-stability": "dev"
} }