Commit b4eb3153 authored by Nicolas Widart's avatar Nicolas Widart

Remove sentinel and add Sentry by default

parent 7c0751ad
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "12c14ee37ad269cb628df3d00c3db59a", "hash": "40c9b5a9ac9f563fc890e6f0ed30df6e",
"packages": [ "packages": [
{ {
"name": "baum/baum", "name": "baum/baum",
...@@ -60,169 +60,107 @@ ...@@ -60,169 +60,107 @@
"time": "2014-09-30 17:04:36" "time": "2014-09-30 17:04:36"
}, },
{ {
"name": "cartalyst/sentinel", "name": "cartalyst/sentry",
"version": "dev-master", "version": "2.1.x-dev",
"source": { "source": {
"type": "git", "type": "git",
"url": "git@github.com:cartalyst/sentinel.git", "url": "https://github.com/cartalyst/sentry.git",
"reference": "3193410d3c0e980d8c0faa69d018775bf7df1277" "reference": "57eb4ec33b342d621d8e7e499492f797443c0428"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/cartalyst/sentinel/zipball/3193410d3c0e980d8c0faa69d018775bf7df1277", "url": "https://api.github.com/repos/cartalyst/sentry/zipball/57eb4ec33b342d621d8e7e499492f797443c0428",
"reference": "3193410d3c0e980d8c0faa69d018775bf7df1277", "reference": "57eb4ec33b342d621d8e7e499492f797443c0428",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"cartalyst/support": "~1.0", "php": ">=5.3.3"
"illuminate/support": "~4.1|5.0.*",
"php": ">=5.4.0"
}, },
"require-dev": { "require-dev": {
"illuminate/cookie": "~4.1|5.0.*", "illuminate/cookie": ">=4.0.9,<4.2",
"illuminate/database": "~4.1|5.0.*", "illuminate/database": ">=4.0.9,<4.2",
"illuminate/http": "~4.1|5.0.*", "illuminate/http": ">=4.0.9,<4.2",
"illuminate/session": "~4.1|5.0.*", "illuminate/session": ">=4.0.9,<4.2",
"ircmaxell/password-compat": "~1.0", "ircmaxell/password-compat": "1.0.*",
"mockery/mockery": "~0.9", "mockery/mockery": "0.7.2"
"phpunit/phpunit": "~4.0"
}, },
"suggest": { "suggest": {
"illuminate/database": "By default, Sentinel utilizes the powerful Illuminate database layer.", "happydemon/txt": "Required Text helpers when using the Kohana implementation",
"illuminate/events": "To hook into various events across Sentinel, we recommend using Illuminate's event dispatcher.", "illuminate/database": "Default sentry user, group and throttling implementations.",
"ircmaxell/password-compat": "Default hashing uses PHP 5.5 password_* functions, with forward-compatible support." "ircmaxell/password-compat": "Default hashing uses PHP 5.5 password_* functions, with forward-compatible support."
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"component": "package", "component": "package",
"frameworks": [
"Laravel 3",
"Laravel 4",
"CodeIgniter 3",
"FuelPHP 1",
"Kohana"
],
"versions": {
"1": "1.1/master",
"2": "master"
},
"branch-alias": { "branch-alias": {
"dev-master": "1.1.x-dev" "dev-master": "2.0-dev"
} }
}, },
"autoload": { "autoload": {
"classmap": [ "classmap": [
"src/Cartalyst/Sentry/Groups/Exceptions.php",
"src/Cartalyst/Sentry/Throttling/Exceptions.php",
"src/Cartalyst/Sentry/Users/Exceptions.php",
"src/migrations" "src/migrations"
], ],
"psr-4": { "psr-0": {
"Cartalyst\\Sentinel\\": "src/" "Cartalyst\\Sentry": "src/"
} }
}, },
"license": [ "license": [
"proprietary" "BSD-3-Clause"
], ],
"authors": [ "authors": [
{ {
"name": "Cartalyst LLC", "name": "Cartalyst LLC",
"email": "help@cartalyst.com" "email": "help@cartalyst.com"
}, },
{
"name": "Dan Syme",
"email": "dan.syme@cartalyst.com",
"role": "Creator & Designer"
},
{ {
"name": "Ben Corlett", "name": "Ben Corlett",
"email": "ben.corlett@cartalyst.com", "email": "ben.corlett@cartalyst.com",
"role": "Developer" "role": "Developer"
}, },
{ {
"name": "Bruno Gaspar", "name": "Daniel Petrie",
"email": "bruno.gaspar@cartalyst.com", "email": "dan.petrie@cartalyst.com",
"role": "Developer" "role": "Developer"
}, },
{ {
"name": "Dan Syme", "name": "Bruno Gaspar",
"email": "dan.syme@cartalyst.com", "email": "bruno.gaspar@cartalyst.com",
"role": "Creator & Designer"
},
{
"name": "Suhayb Wardany",
"email": "su.wardany@cartalyst.com",
"role": "Developer" "role": "Developer"
} }
], ],
"description": "PHP 5.4+ Fully-featured Authentication & Authorization System", "description": "PHP 5.3+ Fully-featured Authentication & Authorization System",
"keywords": [ "keywords": [
"auth", "auth",
"cartalyst",
"codeigniter", "codeigniter",
"fuelphp", "fuelphp",
"kohana",
"laravel", "laravel",
"php",
"security" "security"
], ],
"support": { "support": {
"source": "https://github.com/cartalyst/sentinel/tree/master", "source": "https://github.com/cartalyst/sentry/tree/2.1",
"issues": "https://github.com/cartalyst/sentinel/issues" "issues": "https://github.com/cartalyst/sentry/issues"
},
"time": "2014-10-28 23:54:12"
},
{
"name": "cartalyst/support",
"version": "dev-master",
"source": {
"type": "git",
"url": "git@github.com:cartalyst/support.git",
"reference": "a2d8a6a9fea2813ac160088930ad8ce51522b7ec"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cartalyst/support/zipball/a2d8a6a9fea2813ac160088930ad8ce51522b7ec",
"reference": "a2d8a6a9fea2813ac160088930ad8ce51522b7ec",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"illuminate/mail": "~4.1|~5.0",
"illuminate/validation": "~4.1|~5.0",
"mockery/mockery": "~0.9",
"phpunit/phpunit": "~4.0"
},
"type": "library",
"extra": {
"component": "package",
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Cartalyst\\Support\\": "src/"
}
},
"license": [
"proprietary"
],
"authors": [
{
"name": "Cartalyst LLC",
"email": "help@cartalyst.com"
},
{
"name": "Bruno Gaspar",
"email": "bruno.gaspar@cartalyst.com",
"role": "Developer"
},
{
"name": "Dan Syme",
"email": "dan.syme@cartalyst.com",
"role": "Project Lead"
},
{
"name": "Suhayb Wardany",
"email": "su.wardany@cartalyst.com",
"role": "Developer"
}
],
"description": "Support helpers.",
"keywords": [
"cartalyst",
"helper",
"laravel",
"support"
],
"support": {
"source": "https://github.com/cartalyst/support/tree/master",
"issues": "https://github.com/cartalyst/support/issues"
}, },
"time": "2014-11-05 22:59:50" "time": "2014-08-28 12:03:39"
}, },
{ {
"name": "classpreloader/classpreloader", "name": "classpreloader/classpreloader",
...@@ -2640,6 +2578,78 @@ ...@@ -2640,6 +2578,78 @@
} }
], ],
"packages-dev": [ "packages-dev": [
{
"name": "cartalyst/support",
"version": "dev-master",
"source": {
"type": "git",
"url": "git@github.com:cartalyst/support.git",
"reference": "a2d8a6a9fea2813ac160088930ad8ce51522b7ec"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cartalyst/support/zipball/a2d8a6a9fea2813ac160088930ad8ce51522b7ec",
"reference": "a2d8a6a9fea2813ac160088930ad8ce51522b7ec",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"illuminate/mail": "~4.1|~5.0",
"illuminate/validation": "~4.1|~5.0",
"mockery/mockery": "~0.9",
"phpunit/phpunit": "~4.0"
},
"type": "library",
"extra": {
"component": "package",
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Cartalyst\\Support\\": "src/"
}
},
"license": [
"proprietary"
],
"authors": [
{
"name": "Cartalyst LLC",
"email": "help@cartalyst.com"
},
{
"name": "Bruno Gaspar",
"email": "bruno.gaspar@cartalyst.com",
"role": "Developer"
},
{
"name": "Dan Syme",
"email": "dan.syme@cartalyst.com",
"role": "Project Lead"
},
{
"name": "Suhayb Wardany",
"email": "su.wardany@cartalyst.com",
"role": "Developer"
}
],
"description": "Support helpers.",
"keywords": [
"cartalyst",
"helper",
"laravel",
"support"
],
"support": {
"source": "https://github.com/cartalyst/support/tree/master",
"issues": "https://github.com/cartalyst/support/issues"
},
"time": "2014-11-05 22:59:50"
},
{ {
"name": "doctrine/instantiator", "name": "doctrine/instantiator",
"version": "dev-master", "version": "dev-master",
......
...@@ -131,7 +131,8 @@ return [ ...@@ -131,7 +131,8 @@ return [
/* Packages */ /* Packages */
'Illuminate\Html\HtmlServiceProvider', 'Illuminate\Html\HtmlServiceProvider',
'Pingpong\Modules\ModulesServiceProvider', 'Pingpong\Modules\ModulesServiceProvider',
'Cartalyst\Sentinel\Laravel\SentinelServiceProvider', #'Cartalyst\Sentinel\Laravel\SentinelServiceProvider',
'Cartalyst\Sentry\SentryServiceProvider',
'Laracasts\Commander\CommanderServiceProvider', 'Laracasts\Commander\CommanderServiceProvider',
'Laracasts\Flash\FlashServiceProvider', 'Laracasts\Flash\FlashServiceProvider',
'Mcamara\LaravelLocalization\LaravelLocalizationServiceProvider', 'Mcamara\LaravelLocalization\LaravelLocalizationServiceProvider',
...@@ -199,9 +200,10 @@ return [ ...@@ -199,9 +200,10 @@ return [
/* Packages */ /* Packages */
'Form' => 'Illuminate\Html\FormFacade', 'Form' => 'Illuminate\Html\FormFacade',
'Module' => 'Pingpong\Modules\Facades\Module', 'Module' => 'Pingpong\Modules\Facades\Module',
'Activation' => 'Cartalyst\Sentinel\Laravel\Facades\Activation', #'Activation' => 'Cartalyst\Sentinel\Laravel\Facades\Activation',
'Reminder' => 'Cartalyst\Sentinel\Laravel\Facades\Reminder', #'Reminder' => 'Cartalyst\Sentinel\Laravel\Facades\Reminder',
'Sentinel' => 'Cartalyst\Sentinel\Laravel\Facades\Sentinel', #'Sentinel' => 'Cartalyst\Sentinel\Laravel\Facades\Sentinel',
'Sentry' => 'Cartalyst\Sentry\Facades\Laravel\Sentry',
'Flash' => 'Laracasts\Flash\Flash', 'Flash' => 'Laracasts\Flash\Flash',
'LaravelLocalization' => 'Mcamara\LaravelLocalization\Facades\LaravelLocalization', 'LaravelLocalization' => 'Mcamara\LaravelLocalization\Facades\LaravelLocalization',
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment