Commit 2d7310f4 authored by Nicolas Widart's avatar Nicolas Widart

Add the core modules dependencies

parent 878ecc52
......@@ -12,7 +12,13 @@
"laravel/elixir": "~1.0",
"illuminate/html": "~5.0",
"pingpong/modules": "1.*",
"mcamara/laravel-localization": "dev-Laravel5Support"
"cartalyst/sentinel": "1.0.*",
"laracasts/commander": "dev-master",
"laracasts/flash": "~1.0",
"laracasts/presenter": "0.2.*",
"guzzlehttp/guzzle": "4.2.2",
"mcamara/laravel-localization": "dev-Laravel5Support",
"dimsav/laravel-translatable": "dev-laravel-5"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
......@@ -33,7 +39,8 @@
"tests/TestCase.php"
],
"psr-4": {
"App\\": "app/"
"App\\": "app/",
"Modules\\": "Modules/"
}
},
"scripts": {
......
......@@ -4,8 +4,173 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "db73f74d376b3cf5dac88385800e8584",
"hash": "2579cd23c86449741fd4f52910e1a8b1",
"packages": [
{
"name": "cartalyst/sentinel",
"version": "1.0.x-dev",
"source": {
"type": "git",
"url": "git@github.com:cartalyst/sentinel.git",
"reference": "3cb02f20488376faebc844ceff1e43bdc34fa0b2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cartalyst/sentinel/zipball/3cb02f20488376faebc844ceff1e43bdc34fa0b2",
"reference": "3cb02f20488376faebc844ceff1e43bdc34fa0b2",
"shasum": ""
},
"require": {
"cartalyst/support": "~1.0",
"illuminate/support": "~4.1|5.0.*",
"php": ">=5.4.0"
},
"require-dev": {
"illuminate/cookie": "~4.1|5.0.*",
"illuminate/database": "~4.1|5.0.*",
"illuminate/http": "~4.1|5.0.*",
"illuminate/session": "~4.1|5.0.*",
"ircmaxell/password-compat": "~1.0",
"mockery/mockery": "~0.9",
"phpunit/phpunit": "~4.0"
},
"suggest": {
"illuminate/database": "By default, Sentinel utilizes the powerful Illuminate database layer.",
"illuminate/events": "To hook into various events across Sentinel, we recommend using Illuminate's event dispatcher.",
"ircmaxell/password-compat": "Default hashing uses PHP 5.5 password_* functions, with forward-compatible support."
},
"type": "library",
"extra": {
"component": "package",
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/migrations"
],
"psr-4": {
"Cartalyst\\Sentinel\\": "src/"
}
},
"license": [
"proprietary"
],
"authors": [
{
"name": "Cartalyst LLC",
"email": "help@cartalyst.com"
},
{
"name": "Ben Corlett",
"email": "ben.corlett@cartalyst.com",
"role": "Developer"
},
{
"name": "Bruno Gaspar",
"email": "bruno.gaspar@cartalyst.com",
"role": "Developer"
},
{
"name": "Dan Syme",
"email": "dan.syme@cartalyst.com",
"role": "Creator & Designer"
},
{
"name": "Suhayb Wardany",
"email": "su.wardany@cartalyst.com",
"role": "Developer"
}
],
"description": "PHP 5.4+ Fully-featured Authentication & Authorization System",
"keywords": [
"auth",
"cartalyst",
"codeigniter",
"fuelphp",
"laravel",
"php",
"security"
],
"support": {
"source": "https://github.com/cartalyst/sentinel/tree/v1.0.6",
"issues": "https://github.com/cartalyst/sentinel/issues"
},
"time": "2014-09-24 17:44:25"
},
{
"name": "cartalyst/support",
"version": "dev-master",
"source": {
"type": "git",
"url": "git@github.com:cartalyst/support.git",
"reference": "069bc4e34105deae926bf9e794f67369f1be7982"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cartalyst/support/zipball/069bc4e34105deae926bf9e794f67369f1be7982",
"reference": "069bc4e34105deae926bf9e794f67369f1be7982",
"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-10-09 16:55:28"
},
{
"name": "classpreloader/classpreloader",
"version": "1.0.2",
......@@ -87,6 +252,57 @@
"notification-url": "https://packagist.org/downloads/",
"time": "2014-01-17 12:21:18"
},
{
"name": "dimsav/laravel-translatable",
"version": "dev-laravel-5",
"source": {
"type": "git",
"url": "https://github.com/dimsav/laravel-translatable.git",
"reference": "f2ab9a4e207bc6e5a3797c29795cb90a97cdb03e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dimsav/laravel-translatable/zipball/f2ab9a4e207bc6e5a3797c29795cb90a97cdb03e",
"reference": "f2ab9a4e207bc6e5a3797c29795cb90a97cdb03e",
"shasum": ""
},
"require": {
"illuminate/support": "5.0.*@dev",
"php": ">=5.4.0"
},
"require-dev": {
"orchestra/testbench": "3.0.*@dev",
"phpunit/phpunit": "~4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Dimsav\\Translatable\\": "Translatable/"
},
"classmap": [
"tests"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dimitrios Savvopoulos",
"email": "ds@dimsav.com",
"homepage": "http://dimsav.com"
}
],
"description": "A Laravel package for multilingual models",
"keywords": [
"database",
"language",
"laravel",
"translation"
],
"time": "2014-09-25 23:42:02"
},
{
"name": "doctrine/annotations",
"version": "dev-master",
......@@ -267,6 +483,124 @@
],
"time": "2014-07-11 05:56:54"
},
{
"name": "guzzlehttp/guzzle",
"version": "4.2.2",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "9c4fbbf6457768f5036fbd88f1229f3fca812a5d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/9c4fbbf6457768f5036fbd88f1229f3fca812a5d",
"reference": "9c4fbbf6457768f5036fbd88f1229f3fca812a5d",
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/streams": "~2.1",
"php": ">=5.4.0"
},
"require-dev": {
"ext-curl": "*",
"phpunit/phpunit": "~4.0",
"psr/log": "~1.0"
},
"suggest": {
"ext-curl": "Guzzle will use specific adapters if cURL is present"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\": "src/"
},
"files": [
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
"homepage": "http://guzzlephp.org/",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"rest",
"web service"
],
"time": "2014-09-08 22:11:58"
},
{
"name": "guzzlehttp/streams",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/guzzle/streams.git",
"reference": "30d5c8e7646e004768054c4143a433c89bc9ece0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/streams/zipball/30d5c8e7646e004768054c4143a433c89bc9ece0",
"reference": "30d5c8e7646e004768054c4143a433c89bc9ece0",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Stream\\": "src/"
},
"files": [
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Provides a simple abstraction over streams of data (Guzzle 4+)",
"homepage": "http://guzzlephp.org/",
"keywords": [
"Guzzle",
"stream"
],
"time": "2014-09-15 01:45:40"
},
{
"name": "illuminate/html",
"version": "dev-master",
......@@ -400,18 +734,147 @@
],
"time": "2013-10-09 04:20:00"
},
{
"name": "laracasts/commander",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/laracasts/Commander.git",
"reference": "2c97b9a291244ff7231eae3eac1d52ba20f9e7dd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laracasts/Commander/zipball/2c97b9a291244ff7231eae3eac1d52ba20f9e7dd",
"reference": "2c97b9a291244ff7231eae3eac1d52ba20f9e7dd",
"shasum": ""
},
"require": {
"illuminate/filesystem": "~5.0",
"illuminate/support": "~5.0",
"mustache/mustache": "~2.6",
"php": ">=5.4.0"
},
"require-dev": {
"codeception/codeception": "~2.0.0",
"phpspec/phpspec": "~2.0.0"
},
"type": "library",
"autoload": {
"psr-0": {
"Laracasts\\Commander": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jeffrey Way",
"email": "jeffrey@laracasts.com"
}
],
"description": "Commands and domain events in Laravel",
"time": "2014-10-08 23:06:04"
},
{
"name": "laracasts/flash",
"version": "1.3",
"source": {
"type": "git",
"url": "https://github.com/laracasts/flash.git",
"reference": "a9bf5224c566b9b9912791fa21bc0e41769a911e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laracasts/flash/zipball/a9bf5224c566b9b9912791fa21bc0e41769a911e",
"reference": "a9bf5224c566b9b9912791fa21bc0e41769a911e",
"shasum": ""
},
"require": {
"illuminate/support": "~5.0",
"php": ">=5.4.0"
},
"require-dev": {
"mockery/mockery": "dev-master"
},
"type": "library",
"autoload": {
"psr-0": {
"Laracasts\\Flash": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jeffrey Way",
"email": "jeffrey@laracasts.com"
}
],
"description": "Easy flash notifications",
"time": "2014-09-13 15:56:19"
},
{
"name": "laracasts/presenter",
"version": "0.2.0",
"source": {
"type": "git",
"url": "https://github.com/laracasts/Presenter.git",
"reference": "b284f3137f990efd6e95df49d254f1ccc4541e92"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laracasts/Presenter/zipball/b284f3137f990efd6e95df49d254f1ccc4541e92",
"reference": "b284f3137f990efd6e95df49d254f1ccc4541e92",
"shasum": ""
},
"require": {
"illuminate/support": "~5.0",
"php": ">=5.4.0"
},
"require-dev": {
"mockery/mockery": "~0.9",
"phpspec/phpspec": "~2.0"
},
"type": "library",
"autoload": {
"psr-0": {
"Laracasts\\Presenter": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jeffrey Way",
"email": "jeffrey@laracasts.com"
}
],
"description": "Simple view presenters",
"keywords": [
"laravel",
"presenter",
"view"
],
"time": "2014-09-13 13:18:07"
},
{
"name": "laravel/elixir",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/laravel/elixir.git",
"reference": "f34db767e952d0bcec25fd46f53b6e949481f72c"
"reference": "fdaa831b9fb2559c7fd146be0b0ff9a2cad80c01"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/elixir/zipball/f34db767e952d0bcec25fd46f53b6e949481f72c",
"reference": "f34db767e952d0bcec25fd46f53b6e949481f72c",
"url": "https://api.github.com/repos/laravel/elixir/zipball/fdaa831b9fb2559c7fd146be0b0ff9a2cad80c01",
"reference": "fdaa831b9fb2559c7fd146be0b0ff9a2cad80c01",
"shasum": ""
},
"require": {
......@@ -442,7 +905,7 @@
"email": "taylorotwell@gmail.com"
}
],
"time": "2014-10-10 18:56:42"
"time": "2014-10-11 00:30:36"
},
{
"name": "laravel/framework",
......@@ -764,6 +1227,51 @@
],
"time": "2014-10-04 15:43:06"
},
{
"name": "mustache/mustache",
"version": "v2.7.0",
"source": {
"type": "git",
"url": "https://github.com/bobthecow/mustache.php.git",
"reference": "fdf41dd673dc99b41d60992470dbae94ae0b6ba1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/fdf41dd673dc99b41d60992470dbae94ae0b6ba1",
"reference": "fdf41dd673dc99b41d60992470dbae94ae0b6ba1",
"shasum": ""
},
"require": {
"php": ">=5.2.4"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"type": "library",
"autoload": {
"psr-0": {
"Mustache": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Justin Hileman",
"email": "justin@justinhileman.info",
"homepage": "http://justinhileman.com"
}
],
"description": "A Mustache implementation in PHP.",
"homepage": "https://github.com/bobthecow/mustache.php",
"keywords": [
"mustache",
"templating"
],
"time": "2014-08-26 19:50:10"
},
{
"name": "nesbot/carbon",
"version": "1.13.0",
......@@ -2798,7 +3306,9 @@
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"mcamara/laravel-localization": 20
"mcamara/laravel-localization": 20,
"laracasts/commander": 20,
"dimsav/laravel-translatable": 20
},
"prefer-stable": false,
"platform": [],
......
......@@ -107,6 +107,12 @@ return [
'Illuminate\Html\HtmlServiceProvider',
'Pingpong\Modules\ModulesServiceProvider',
'Cartalyst\Sentinel\Laravel\SentinelServiceProvider',
'Laracasts\Commander\CommanderServiceProvider',
'Laracasts\Flash\FlashServiceProvider',
'Mcamara\LaravelLocalization\LaravelLocalizationServiceProvider',
'Modules\Core\Providers\CoreServiceProvider',
/*
* Laravel Framework Service Providers...
......@@ -190,7 +196,14 @@ return [
'Validator' => 'Illuminate\Support\Facades\Validator',
'View' => 'Illuminate\Support\Facades\View',
'Form' => 'Illuminate\Html\FormFacade',
'Module' => 'Pingpong\Modules\Facades\Module',
/* Packages */
'Form' => 'Illuminate\Html\FormFacade',
'Module' => 'Pingpong\Modules\Facades\Module',
'Activation' => 'Cartalyst\Sentinel\Laravel\Facades\Activation',
'Reminder' => 'Cartalyst\Sentinel\Laravel\Facades\Reminder',
'Sentinel' => 'Cartalyst\Sentinel\Laravel\Facades\Sentinel',
'Flash' => 'Laracasts\Flash\Flash',
'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