Commit dc2e8ba6 authored by Nicolas Widart's avatar Nicolas Widart

Require pingpong/modules

parent f271556e
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
"type": "project", "type": "project",
"require": { "require": {
"laravel/framework": "5.0.*", "laravel/framework": "5.0.*",
"pingpong/modules": "2.0.*@dev",
"asgardcms/core-module": "dev-develop", "asgardcms/core-module": "dev-develop",
"asgardcms/dashboard-module": "dev-develop", "asgardcms/dashboard-module": "dev-develop",
"asgardcms/user-module": "dev-develop", "asgardcms/user-module": "dev-develop",
...@@ -29,7 +30,8 @@ ...@@ -29,7 +30,8 @@
"database" "database"
], ],
"psr-4": { "psr-4": {
"App\\": "app/" "App\\": "app/",
"Modules\\": "Modules/"
} }
}, },
"autoload-dev": { "autoload-dev": {
......
...@@ -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": "9f5c5f2dc53fad45ba6f09a295073a6e", "hash": "e42a81e15569227d9e4fd72e92bd1be5",
"packages": [ "packages": [
{ {
"name": "asgardcms/adminlte-theme", "name": "asgardcms/adminlte-theme",
...@@ -1898,6 +1898,53 @@ ...@@ -1898,6 +1898,53 @@
], ],
"time": "2015-01-18 11:29:59" "time": "2015-01-18 11:29:59"
}, },
{
"name": "pingpong/generators",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/pingpong-labs/generators.git",
"reference": "259eea8deacd83fdbf784c10cf7bb17f2a2ff47a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pingpong-labs/generators/zipball/259eea8deacd83fdbf784c10cf7bb17f2a2ff47a",
"reference": "259eea8deacd83fdbf784c10cf7bb17f2a2ff47a",
"shasum": ""
},
"require": {
"illuminate/filesystem": "4.*|5.0.*",
"illuminate/support": "4.*|5.0.*",
"php": ">=5.4.0"
},
"require-dev": {
"mockery/mockery": "~0.9",
"phpunit/phpunit": "~4"
},
"type": "library",
"autoload": {
"psr-0": {
"Pingpong\\Generators": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Pingpong Labs",
"email": "pingpong.labs@gmail.com"
}
],
"description": "Laravel Generators",
"keywords": [
"generators",
"laravel",
"pingpong"
],
"time": "2014-11-13 08:03:31"
},
{ {
"name": "pingpong/menus", "name": "pingpong/menus",
"version": "2.x-dev", "version": "2.x-dev",
...@@ -1950,6 +1997,63 @@ ...@@ -1950,6 +1997,63 @@
], ],
"time": "2015-02-12 12:35:04" "time": "2015-02-12 12:35:04"
}, },
{
"name": "pingpong/modules",
"version": "2.0.x-dev",
"source": {
"type": "git",
"url": "https://github.com/pingpong-labs/modules.git",
"reference": "101eaf06d67a3f6d2a4d773a9fc7ed218ad6f0dc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pingpong-labs/modules/zipball/101eaf06d67a3f6d2a4d773a9fc7ed218ad6f0dc",
"reference": "101eaf06d67a3f6d2a4d773a9fc7ed218ad6f0dc",
"shasum": ""
},
"require": {
"illuminate/html": "5.0.*@dev",
"laravel/framework": "5.0.x@dev",
"php": ">=5.4.0",
"pingpong/generators": "1.*"
},
"require-dev": {
"mockery/mockery": "~0.9",
"phpunit/phpunit": "~4",
"pingpong/testing": "1.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev",
"dev-develop": "1.3-dev"
}
},
"autoload": {
"psr-4": {
"Pingpong\\Modules\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Pingpong Labs",
"email": "pingpong.labs@gmail.com"
}
],
"description": "Laravel Modules",
"keywords": [
"hmvc",
"laravel",
"module",
"modules",
"pingpong"
],
"time": "2015-02-13 01:23:50"
},
{ {
"name": "psr/log", "name": "psr/log",
"version": "1.0.0", "version": "1.0.0",
...@@ -3964,6 +4068,7 @@ ...@@ -3964,6 +4068,7 @@
"aliases": [], "aliases": [],
"minimum-stability": "dev", "minimum-stability": "dev",
"stability-flags": { "stability-flags": {
"pingpong/modules": 20,
"asgardcms/core-module": 20, "asgardcms/core-module": 20,
"asgardcms/dashboard-module": 20, "asgardcms/dashboard-module": 20,
"asgardcms/user-module": 20, "asgardcms/user-module": 20,
......
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