Skip to content

Instantly share code, notes, and snippets.

@Firesphere
Last active June 8, 2017 19:40
Show Gist options
  • Save Firesphere/94ca28cbb35d1c0da7eb7ed50beb51c4 to your computer and use it in GitHub Desktop.
Save Firesphere/94ca28cbb35d1c0da7eb7ed50beb51c4 to your computer and use it in GitHub Desktop.
Try the new and improved Authentication flow yourself
{
"name": "silverstripe/installer",
"description": "The SilverStripe Framework Installer",
"require": {
"php": ">=5.6",
"silverstripe/cms": "dev-authenticator-refactor as 4.0.x-dev",
"silverstripe/framework": "dev-authenticator-refactor as 4.0.x-dev",
"silverstripe/reports": "dev-authenticator_refactor as 4.0.x-dev",
"silverstripe/siteconfig": "dev-authenticator_refactor as 4.0.x-dev",
"silverstripe/versioned": "dev-authenticator_refactor as 1@dev",
"silverstripe/asset-admin": "dev-authenticator_refactor as 1.x@dev",
"silverstripe/admin": "dev-authenticator_refactor as 1.0@dev",
"silverstripe/assets": "dev-authentication_refactor as 1.0.x-dev",
"golonka/bbcodeparser": "^2.2",
"firesphere/yubiauth": "dev-ss4",
"firesphere/silverstripe-geshiparser": "dev-master",
"yubico/u2flib-server": "^1.0",
"silverleague/ideannotator": "3.x-dev",
"roave/security-advisories": "dev-master"
},
"require-dev": {
"codeception/codeception": "^2.0",
"friendsofphp/php-cs-fixer": "^2.1",
"phpunit/PHPUnit": "^5.5",
"scriptfusion/phpunit-immediate-exception-printer": "^1",
"silverstripe/graphql-devtools": "dev-master",
"silverstripe/behat-extension": "dev-master"
},
"extra": {
"branch-alias": {
"dev-master": "4.0.x-dev"
}
},
"config": {
"process-timeout": 600
},
"repositories": [
{
"type": "vcs",
"url": "git@github.com:Firesphere/silverstripe-framework.git"
},
{
"type": "vcs",
"url": "git@github.com:Firesphere/silverstripe-cms.git"
},
{
"type": "vcs",
"url": "git@github.com:Firesphere/silverstripe-recaptcha.git"
},
{
"type": "vcs",
"url": "git@github.com:Firesphere/silverstripe-reports.git"
},
{
"type": "vcs",
"url": "git@github.com:Firesphere/silverstripe-siteconfig.git"
},
{
"type": "vcs",
"url": "git@github.com:Firesphere/silverstripe-admin.git"
},
{
"type": "vcs",
"url": "git@github.com:Firesphere/silverstripe-assets.git"
},
{
"type": "vcs",
"url": "git@github.com:Firesphere/silverstripe-asset-admin.git"
}
],
"prefer-stable": true,
"minimum-stability": "dev"
}
@tractorcow
Copy link

@Firesphere don't forget versioned. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment