forked from silverstripe/silverstripe-installer
-
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.
- Loading branch information
1 parent
1d7422a
commit 3974578
Showing
4 changed files
with
8,922 additions
and
3 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 |
---|---|---|
|
@@ -8,7 +8,14 @@ | |
"silverstripe/vendor-plugin": "2.x-dev", | ||
"silverstripe/recipe-cms": "6.x-dev", | ||
"silverstripe-themes/simple": "3.x-dev", | ||
"silverstripe/login-forms": "6.x-dev" | ||
"silverstripe/login-forms": "6.x-dev", | ||
"silverstripe/auditor": "dev-pulls/4/hook as 4.x-dev", | ||
"silverstripe/frameworktest": "2.x-dev", | ||
"silverstripe/recipe-testing": "^4", | ||
"mikey179/vfsstream": "^1.6.10", | ||
"silverstripe/framework": "dev-pulls/6/manipulate-hook as 6.x-dev", | ||
"silverstripe/session-manager": "3.x-dev", | ||
"silverstripe/mfa": "6.x-dev" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^9.6" | ||
|
@@ -30,8 +37,28 @@ | |
"composer/installers": true, | ||
"silverstripe/recipe-plugin": true, | ||
"silverstripe/vendor-plugin": true | ||
}, | ||
"platform": { | ||
"php": "8.1" | ||
} | ||
}, | ||
"prefer-stable": true, | ||
"minimum-stability": "dev" | ||
} | ||
"minimum-stability": "dev", | ||
"repositories": { | ||
"x0": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-auditor" | ||
}, | ||
"x1": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-framework" | ||
} | ||
}, | ||
"conflict": { | ||
"symfony/cache-contracts": "3.2.1", | ||
"symfony/deprecation-contracts": "3.2.1", | ||
"symfony/event-dispatcher-contracts": "3.2.1", | ||
"symfony/service-contracts": "3.2.1", | ||
"symfony/translation-contracts": "3.2.1" | ||
} | ||
} |
Oops, something went wrong.