Commit d55f4ef6 authored by Nicolas Widart's avatar Nicolas Widart

Adding the asgard packages

parent 939ee6b4
{ {
"name": "laravel/laravel", "name": "laravel/laravel",
"description": "The Laravel Framework.", "description": "The Laravel Framework.",
"keywords": ["framework", "laravel"], "keywords": [
"license": "MIT", "framework",
"type": "project", "laravel"
"require": { ],
"laravel/framework": "5.0.*" "license": "MIT",
}, "type": "project",
"require-dev": { "require": {
"phpunit/phpunit": "~4.0", "laravel/framework": "5.0.*",
"phpspec/phpspec": "~2.1" "asgardcms/core-module": "dev-develop",
}, "asgardcms/dashboard-module": "dev-develop",
"autoload": { "asgardcms/user-module": "dev-develop",
"classmap": [ "asgardcms/setting-module": "dev-develop",
"database" "asgardcms/media-module": "dev-develop",
], "asgardcms/page-module": "dev-develop",
"psr-4": { "asgardcms/menu-module": "dev-develop",
"App\\": "app/" "asgardcms/workshop-module": "dev-develop",
} "asgardcms/demo-theme": "dev-develop",
}, "asgardcms/adminlte-theme": "dev-master"
"autoload-dev": { },
"classmap": [ "require-dev": {
"tests/TestCase.php" "phpunit/phpunit": "~4.0",
] "phpspec/phpspec": "~2.1"
}, },
"scripts": { "autoload": {
"post-install-cmd": [ "classmap": [
"php artisan clear-compiled", "database"
"php artisan optimize" ],
], "psr-4": {
"post-update-cmd": [ "App\\": "app/"
"php artisan clear-compiled", }
"php artisan optimize" },
], "autoload-dev": {
"post-create-project-cmd": [ "classmap": [
"php -r \"copy('.env.example', '.env');\"", "tests/TestCase.php"
"php artisan key:generate" ]
] },
}, "scripts": {
"config": { "post-install-cmd": [
"preferred-install": "dist" "php artisan clear-compiled",
} "php artisan optimize"
],
"post-update-cmd": [
"php artisan clear-compiled",
"php artisan optimize"
],
"post-create-project-cmd": [
"php -r \"copy('.env.example', '.env');\"",
"php artisan key:generate"
]
},
"config": {
"preferred-install": "dist"
},
"minimum-stability": "dev",
"prefer-stable": true
} }
...@@ -4,44 +4,721 @@ ...@@ -4,44 +4,721 @@
"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": "24c3946acc997e3f3eca7fc5c99585b2", "hash": "9f5c5f2dc53fad45ba6f09a295073a6e",
"packages": [ "packages": [
{
"name": "asgardcms/adminlte-theme",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/AsgardCms/AdminLTE.git",
"reference": "c5fc8ba88e0ef0f9772e4b9320c6d57a914b1292"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/AsgardCms/AdminLTE/zipball/c5fc8ba88e0ef0f9772e4b9320c6d57a914b1292",
"reference": "c5fc8ba88e0ef0f9772e4b9320c6d57a914b1292",
"shasum": ""
},
"require": {
"composer/installers": "~1.0",
"php": ">=5.4"
},
"type": "asgard-theme",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Widart",
"email": "info@asgardcms.com",
"role": "Developer"
}
],
"description": "An AsgardCMS administration theme",
"keywords": [
"asgard-cms"
],
"time": "2015-02-14 21:16:08"
},
{
"name": "asgardcms/core-module",
"version": "dev-develop",
"source": {
"type": "git",
"url": "https://github.com/AsgardCms/Core.git",
"reference": "938a6c93d6b929309fd526f5d64045daff4a201d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/AsgardCms/Core/zipball/938a6c93d6b929309fd526f5d64045daff4a201d",
"reference": "938a6c93d6b929309fd526f5d64045daff4a201d",
"shasum": ""
},
"require": {
"composer/installers": "~1.0",
"dimsav/laravel-translatable": "dev-master",
"floatingpoint/stylist": "dev-master",
"guzzlehttp/guzzle": "~5.0",
"laracasts/flash": "~1.3",
"laracasts/presenter": "~0.2",
"laravelcollective/html": "~5.0",
"maatwebsite/laravel-sidebar": "dev-master",
"mcamara/laravel-localization": "~1.0",
"php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "asgard-module",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Widart",
"email": "info@asgardcms.com",
"role": "Developer"
}
],
"description": "The core module for AsgardCMS. This is required for every install.",
"keywords": [
"asgardcms",
"core"
],
"time": "2015-02-14 18:23:39"
},
{
"name": "asgardcms/dashboard-module",
"version": "dev-develop",
"source": {
"type": "git",
"url": "https://github.com/AsgardCms/Dashboard.git",
"reference": "18145ed6205242f012da495ff443a6466e4e1156"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/AsgardCms/Dashboard/zipball/18145ed6205242f012da495ff443a6466e4e1156",
"reference": "18145ed6205242f012da495ff443a6466e4e1156",
"shasum": ""
},
"require": {
"composer/installers": "~1.0",
"php": ">=5.4"
},
"type": "asgard-module",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Widart",
"email": "info@asgardcms.com",
"role": "Developer"
}
],
"description": "Dashboard module for AsgardCMS. Handles the display of the dashboard.",
"keywords": [
"asgardcms",
"dashboard"
],
"time": "2015-02-13 17:49:37"
},
{
"name": "asgardcms/demo-theme",
"version": "dev-develop",
"source": {
"type": "git",
"url": "https://github.com/nWidart/demo-theme.git",
"reference": "a1edd25d9bfa1bfeee07baf8ec39f8ebe57132c4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nWidart/demo-theme/zipball/a1edd25d9bfa1bfeee07baf8ec39f8ebe57132c4",
"reference": "a1edd25d9bfa1bfeee07baf8ec39f8ebe57132c4",
"shasum": ""
},
"require": {
"composer/installers": "~1.0",
"php": ">=5.4"
},
"type": "asgard-theme",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Widart",
"email": "info@asgardcms.com",
"role": "Developer"
}
],
"description": "An AsgardCMS demo theme",
"keywords": [
"asgard-cms"
],
"time": "2015-02-12 15:52:06"
},
{
"name": "asgardcms/media-module",
"version": "dev-develop",
"source": {
"type": "git",
"url": "https://github.com/AsgardCms/Media.git",
"reference": "481935a06fbce76c28ad95bb6ddfc8e6d9113276"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/AsgardCms/Media/zipball/481935a06fbce76c28ad95bb6ddfc8e6d9113276",
"reference": "481935a06fbce76c28ad95bb6ddfc8e6d9113276",
"shasum": ""
},
"require": {
"composer/installers": "~1.0",
"intervention/image": "2.0.14",
"php": ">=5.4"
},
"type": "asgard-module",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Widart",
"email": "info@asgardcms.com",
"role": "Developer"
}
],
"description": "Media module for AsgardCMS. Handles the media library.",
"keywords": [
"Thumbnails",
"asgardcms",
"files",
"filters",
"library",
"media"
],
"time": "2015-02-14 18:25:38"
},
{
"name": "asgardcms/menu-module",
"version": "dev-develop",
"source": {
"type": "git",
"url": "https://github.com/AsgardCms/Menu.git",
"reference": "72349d2a3c49c1024d714375a48839de47422acb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/AsgardCms/Menu/zipball/72349d2a3c49c1024d714375a48839de47422acb",
"reference": "72349d2a3c49c1024d714375a48839de47422acb",
"shasum": ""
},
"require": {
"composer/installers": "~1.0",
"php": ">=5.4",
"pingpong/menus": "2.*@dev"
},
"type": "asgard-module",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Widart",
"email": "info@asgardcms.com",
"role": "Developer"
}
],
"description": "Menu module for AsgardCMS. Handles all the menus.",
"keywords": [
"asgardcms",
"menu",
"nested sets",
"tree"
],
"time": "2015-02-14 17:29:05"
},
{
"name": "asgardcms/page-module",
"version": "dev-develop",
"source": {
"type": "git",
"url": "https://github.com/AsgardCms/Page.git",
"reference": "375d7715dbeecfe78352b8f69d40342b0d1d85e6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/AsgardCms/Page/zipball/375d7715dbeecfe78352b8f69d40342b0d1d85e6",
"reference": "375d7715dbeecfe78352b8f69d40342b0d1d85e6",
"shasum": ""
},
"require": {
"composer/installers": "~1.0",
"php": ">=5.4"
},
"type": "asgard-module",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Widart",
"email": "info@asgardcms.com",
"role": "Developer"
}
],
"description": "Page module for AsgardCMS. Page management.",
"keywords": [
"asgardcms",
"pages"
],
"time": "2015-02-14 18:25:07"
},
{
"name": "asgardcms/setting-module",
"version": "dev-develop",
"source": {
"type": "git",
"url": "https://github.com/AsgardCms/Setting.git",
"reference": "2eb0f41acb8237ab255795156099b8bd79ee48b7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/AsgardCms/Setting/zipball/2eb0f41acb8237ab255795156099b8bd79ee48b7",
"reference": "2eb0f41acb8237ab255795156099b8bd79ee48b7",
"shasum": ""
},
"require": {
"composer/installers": "~1.0",
"php": ">=5.4"
},
"type": "asgard-module",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Widart",
"email": "info@asgardcms.com",
"role": "Developer"
}
],
"description": "Setting module for AsgardCMS. Handles all the site settings.",
"keywords": [
"Settings",
"asgardcms"
],
"time": "2015-02-14 18:24:14"
},
{
"name": "asgardcms/user-module",
"version": "dev-develop",
"source": {
"type": "git",
"url": "https://github.com/AsgardCms/User.git",
"reference": "f44057a2fbbb385cbafa3222887b4738114b2215"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/AsgardCms/User/zipball/f44057a2fbbb385cbafa3222887b4738114b2215",
"reference": "f44057a2fbbb385cbafa3222887b4738114b2215",
"shasum": ""
},
"require": {
"composer/installers": "~1.0",
"php": ">=5.4"
},
"type": "asgard-module",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Widart",
"email": "info@asgardcms.com",
"role": "Developer"
}
],
"description": "User module for AsgardCMS. Handles the authentication and authorisation as well as the user management.",
"keywords": [
"Authentication",
"asgardcms",
"authorisation",
"user"
],
"time": "2015-02-14 18:24:46"
},
{
"name": "asgardcms/workshop-module",
"version": "dev-develop",
"source": {
"type": "git",
"url": "https://github.com/AsgardCms/Workshop.git",
"reference": "fe60e28d84cad1e506af30649031ff0971121092"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/AsgardCms/Workshop/zipball/fe60e28d84cad1e506af30649031ff0971121092",
"reference": "fe60e28d84cad1e506af30649031ff0971121092",
"shasum": ""
},
"require": {
"composer/installers": "~1.0",
"php": ">=5.4"
},
"type": "asgard-module",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Widart",
"email": "info@asgardcms.com",
"role": "Developer"
}
],
"description": "Workshop module for AsgardCMS. Handles the activation of modules.",
"keywords": [
"asgardcms",
"modules",
"workshop"
],
"time": "2015-02-14 18:26:06"
},
{ {
"name": "classpreloader/classpreloader", "name": "classpreloader/classpreloader",
"version": "1.2.0", "version": "1.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/ClassPreloader/ClassPreloader.git", "url": "https://github.com/ClassPreloader/ClassPreloader.git",
"reference": "f0bfbf71fb3335c9473f695d4d966ba2fb879a9f" "reference": "f0bfbf71fb3335c9473f695d4d966ba2fb879a9f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/f0bfbf71fb3335c9473f695d4d966ba2fb879a9f",
"reference": "f0bfbf71fb3335c9473f695d4d966ba2fb879a9f",
"shasum": ""
},
"require": {
"nikic/php-parser": "~1.0",
"php": ">=5.3.3",
"symfony/console": "~2.1",
"symfony/filesystem": "~2.1",
"symfony/finder": "~2.1"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"bin": [
"classpreloader.php"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
"autoload": {
"psr-4": {
"ClassPreloader\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "graham@mineuk.com"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com"
}
],
"description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case",
"keywords": [
"autoload",
"class",
"preload"
],
"time": "2015-01-26 22:06:19"
},
{
"name": "composer/installers",
"version": "v1.0.20",
"source": {
"type": "git",
"url": "https://github.com/composer/installers.git",
"reference": "1bff8aa77a18f3616f468ed8000cf86a5725bac3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/installers/zipball/1bff8aa77a18f3616f468ed8000cf86a5725bac3",
"reference": "1bff8aa77a18f3616f468ed8000cf86a5725bac3",
"shasum": ""
},
"replace": {
"roundcube/plugin-installer": "*",
"shama/baton": "*"
},
"require-dev": {
"composer/composer": "1.0.*@dev",
"phpunit/phpunit": "4.1.*"
},
"type": "composer-installer",
"extra": {
"class": "Composer\\Installers\\Installer",
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-0": {
"Composer\\Installers\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kyle Robinson Young",
"email": "kyle@dontkry.com",
"homepage": "https://github.com/shama"
}
],
"description": "A multi-framework Composer library installer",
"homepage": "http://composer.github.com/installers/",
"keywords": [
"Craft",
"Dolibarr",
"Hurad",
"MODX Evo",
"OXID",
"SMF",
"Thelia",
"WolfCMS",
"agl",
"annotatecms",
"bitrix",
"cakephp",
"chef",
"codeigniter",
"concrete5",
"croogo",
"dokuwiki",
"drupal",
"elgg",
"fuelphp",
"grav",
"installer",
"joomla",
"kohana",
"laravel",
"lithium",
"magento",
"mako",
"mediawiki",
"modulework",
"moodle",
"phpbb",
"piwik",
"ppi",
"puppet",
"roundcube",
"shopware",
"silverstripe",
"symfony",
"typo3",
"wordpress",
"zend",
"zikula"
],
"time": "2015-01-11 03:51:11"
},
{
"name": "danielstjules/stringy",
"version": "1.9.0",
"source": {
"type": "git",
"url": "https://github.com/danielstjules/Stringy.git",
"reference": "3cf18e9e424a6dedc38b7eb7ef580edb0929461b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/danielstjules/Stringy/zipball/3cf18e9e424a6dedc38b7eb7ef580edb0929461b",
"reference": "3cf18e9e424a6dedc38b7eb7ef580edb0929461b",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Stringy\\": "src/"
},
"files": [
"src/Create.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniel St. Jules",
"email": "danielst.jules@gmail.com",
"homepage": "http://www.danielstjules.com"
}
],
"description": "A string manipulation library with multibyte support",
"homepage": "https://github.com/danielstjules/Stringy",
"keywords": [
"UTF",
"helpers",
"manipulation",
"methods",
"multibyte",
"string",
"utf-8",
"utility",
"utils"
],
"time": "2015-02-10 06:19:18"
},
{
"name": "dimsav/laravel-translatable",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/dimsav/laravel-translatable.git",
"reference": "df168873fc01151c887b0874059a0dce4c589ecd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dimsav/laravel-translatable/zipball/df168873fc01151c887b0874059a0dce4c589ecd",
"reference": "df168873fc01151c887b0874059a0dce4c589ecd",
"shasum": ""
},
"require": {
"illuminate/support": "~5.0",
"php": ">=5.4.0"
},
"require-dev": {
"orchestra/testbench": "~3.0",
"phpunit/phpunit": "~4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Dimsav\\Translatable\\": "src/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": "2015-02-13 13:35:19"
},
{
"name": "dnoegel/php-xdg-base-dir",
"version": "0.1",
"source": {
"type": "git",
"url": "https://github.com/dnoegel/php-xdg-base-dir.git",
"reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
"reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "@stable"
},
"type": "project",
"autoload": {
"psr-4": {
"XdgBaseDir\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "implementation of xdg base directory specification for php",
"time": "2014-10-24 07:27:01"
},
{
"name": "doctrine/inflector",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
"reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/f0bfbf71fb3335c9473f695d4d966ba2fb879a9f", "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
"reference": "f0bfbf71fb3335c9473f695d4d966ba2fb879a9f", "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"nikic/php-parser": "~1.0", "php": ">=5.3.2"
"php": ">=5.3.3",
"symfony/console": "~2.1",
"symfony/filesystem": "~2.1",
"symfony/finder": "~2.1"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.0" "phpunit/phpunit": "4.*"
}, },
"bin": [
"classpreloader.php"
],
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.2-dev" "dev-master": "1.0.x-dev"
} }
}, },
"autoload": { "autoload": {
"psr-4": { "psr-0": {
"ClassPreloader\\": "src/" "Doctrine\\Common\\Inflector\\": "lib/"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
...@@ -50,51 +727,115 @@ ...@@ -50,51 +727,115 @@
], ],
"authors": [ "authors": [
{ {
"name": "Graham Campbell", "name": "Roman Borschel",
"email": "graham@mineuk.com" "email": "roman@code-factory.org"
}, },
{ {
"name": "Michael Dowling", "name": "Benjamin Eberlei",
"email": "mtdowling@gmail.com" "email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
} }
], ],
"description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case", "description": "Common String Manipulations with regard to casing and singular/plural rules.",
"homepage": "http://www.doctrine-project.org",
"keywords": [ "keywords": [
"autoload", "inflection",
"class", "pluralize",
"preload" "singularize",
"string"
], ],
"time": "2015-01-26 22:06:19" "time": "2014-12-20 21:24:13"
}, },
{ {
"name": "danielstjules/stringy", "name": "floatingpoint/stylist",
"version": "1.9.0", "version": "dev-master",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/danielstjules/Stringy.git", "url": "https://github.com/floatingpointsoftware/stylist.git",
"reference": "3cf18e9e424a6dedc38b7eb7ef580edb0929461b" "reference": "c8946a34b7c4aabd9bad481d2c46ed283036cecc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/danielstjules/Stringy/zipball/3cf18e9e424a6dedc38b7eb7ef580edb0929461b", "url": "https://api.github.com/repos/floatingpointsoftware/stylist/zipball/c8946a34b7c4aabd9bad481d2c46ed283036cecc",
"reference": "3cf18e9e424a6dedc38b7eb7ef580edb0929461b", "reference": "c8946a34b7c4aabd9bad481d2c46ed283036cecc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-mbstring": "*", "illuminate/html": "5.0.*",
"php": ">=5.3.0" "illuminate/support": "5.0.*",
"php": ">=5.4.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.0" "barryvdh/laravel-ide-helper": "~2.0",
"mockery/mockery": "dev-master@dev",
"orchestra/testbench": "3.0.*@dev",
"phpunit/phpunit": "4.2.*"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Stringy\\": "src/" "FloatingPoint\\Stylist\\": "src/Stylist",
"Tests\\": "tests"
}
},
"notification-url": "https://packagist.org/downloads/",
"authors": [
{
"name": "Kirk Bushell",
"email": "torm3nt@gmail.com"
}, },
"files": [ {
"src/Create.php" "name": "Mike Dugan",
] "email": "mike@mjdugan.com"
}
],
"description": "Laravel 5 theming package.",
"time": "2015-02-14 22:46:32"
},
{
"name": "guzzlehttp/guzzle",
"version": "5.2.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "475b29ccd411f2fa8a408e64576418728c032cfa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/475b29ccd411f2fa8a408e64576418728c032cfa",
"reference": "475b29ccd411f2fa8a408e64576418728c032cfa",
"shasum": ""
},
"require": {
"guzzlehttp/ringphp": "~1.0",
"php": ">=5.4.0"
},
"require-dev": {
"ext-curl": "*",
"phpunit/phpunit": "~4.0",
"psr/log": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\": "src/"
}
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
...@@ -102,88 +843,201 @@ ...@@ -102,88 +843,201 @@
], ],
"authors": [ "authors": [
{ {
"name": "Daniel St. Jules", "name": "Michael Dowling",
"email": "danielst.jules@gmail.com", "email": "mtdowling@gmail.com",
"homepage": "http://www.danielstjules.com" "homepage": "https://github.com/mtdowling"
} }
], ],
"description": "A string manipulation library with multibyte support", "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
"homepage": "https://github.com/danielstjules/Stringy", "homepage": "http://guzzlephp.org/",
"keywords": [ "keywords": [
"UTF", "client",
"helpers", "curl",
"manipulation", "framework",
"methods", "http",
"multibyte", "http client",
"string", "rest",
"utf-8", "web service"
"utility",
"utils"
], ],
"time": "2015-02-10 06:19:18" "time": "2015-01-28 01:03:29"
}, },
{ {
"name": "dnoegel/php-xdg-base-dir", "name": "guzzlehttp/ringphp",
"version": "0.1", "version": "1.0.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/dnoegel/php-xdg-base-dir.git", "url": "https://github.com/guzzle/RingPHP.git",
"reference": "265b8593498b997dc2d31e75b89f053b5cc9621a" "reference": "a903f51b692427318bc813217c0e6505287e79a4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a", "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/a903f51b692427318bc813217c0e6505287e79a4",
"reference": "265b8593498b997dc2d31e75b89f053b5cc9621a", "reference": "a903f51b692427318bc813217c0e6505287e79a4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.2" "guzzlehttp/streams": "~3.0",
"php": ">=5.4.0",
"react/promise": "~2.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "@stable" "ext-curl": "*",
"phpunit/phpunit": "~4.0"
},
"suggest": {
"ext-curl": "Guzzle will use specific adapters if cURL is present"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}, },
"type": "project",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"XdgBaseDir\\": "src/" "GuzzleHttp\\Ring\\": "src/"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"MIT" "MIT"
], ],
"description": "implementation of xdg base directory specification for php", "authors": [
"time": "2014-10-24 07:27:01" {
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"time": "2014-12-11 05:50:32"
}, },
{ {
"name": "doctrine/inflector", "name": "guzzlehttp/streams",
"version": "v1.0.1", "version": "3.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/inflector.git", "url": "https://github.com/guzzle/streams.git",
"reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604" "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604", "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
"reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604", "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.2" "php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Stream\\": "src/"
}
},
"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",
"homepage": "http://guzzlephp.org/",
"keywords": [
"Guzzle",
"stream"
],
"time": "2014-10-12 19:18:40"
},
{
"name": "illuminate/html",
"version": "v5.0.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/html.git",
"reference": "3d1009bb8e0f25720c914af5c1f4015dd373c9ef"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/html/zipball/3d1009bb8e0f25720c914af5c1f4015dd373c9ef",
"reference": "3d1009bb8e0f25720c914af5c1f4015dd373c9ef",
"shasum": ""
},
"require": {
"illuminate/http": "~5.0",
"illuminate/session": "~5.0",
"illuminate/support": "~5.0",
"php": ">=5.4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
}
},
"autoload": {
"psr-4": {
"Illuminate\\Html\\": ""
},
"files": [
"helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
}
],
"time": "2015-01-01 16:31:18"
},
{
"name": "intervention/image",
"version": "2.0.14",
"source": {
"type": "git",
"url": "https://github.com/Intervention/image.git",
"reference": "0d2eb5858520ace6a7d1b42f4267a6488a63c0ed"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Intervention/image/zipball/0d2eb5858520ace6a7d1b42f4267a6488a63c0ed",
"reference": "0d2eb5858520ace6a7d1b42f4267a6488a63c0ed",
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"php": ">=5.3.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "4.*" "mockery/mockery": "~0.9.2",
"phpunit/phpunit": "3.*"
}, },
"type": "library", "suggest": {
"extra": { "ext-gd": "to use GD library based image processing.",
"branch-alias": { "ext-imagick": "to use Imagick based image processing.",
"dev-master": "1.0.x-dev" "intervention/imagecache": "Caching extension for the Intervention Image library"
}
}, },
"type": "library",
"autoload": { "autoload": {
"psr-0": { "psr-4": {
"Doctrine\\Common\\Inflector\\": "lib/" "Intervention\\Image\\": "src/Intervention/Image"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
...@@ -192,35 +1046,22 @@ ...@@ -192,35 +1046,22 @@
], ],
"authors": [ "authors": [
{ {
"name": "Roman Borschel", "name": "Oliver Vogel",
"email": "roman@code-factory.org" "email": "oliver@olivervogel.net",
}, "homepage": "http://olivervogel.net/"
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
} }
], ],
"description": "Common String Manipulations with regard to casing and singular/plural rules.", "description": "Image handling and manipulation library with support for Laravel integration",
"homepage": "http://www.doctrine-project.org", "homepage": "http://image.intervention.io/",
"keywords": [ "keywords": [
"inflection", "gd",
"pluralize", "image",
"singularize", "imagick",
"string" "laravel",
], "thumbnail",
"time": "2014-12-20 21:24:13" "watermark"
],
"time": "2014-11-21 18:49:22"
}, },
{ {
"name": "ircmaxell/password-compat", "name": "ircmaxell/password-compat",
...@@ -408,6 +1249,95 @@ ...@@ -408,6 +1249,95 @@
], ],
"time": "2015-01-26 23:07:39" "time": "2015-01-26 23:07:39"
}, },
{
"name": "laracasts/flash",
"version": "1.3.3",
"source": {
"type": "git",
"url": "https://github.com/laracasts/flash.git",
"reference": "a2e237ae34fcc73c4b0755fe51d1ac2063be781e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laracasts/flash/zipball/a2e237ae34fcc73c4b0755fe51d1ac2063be781e",
"reference": "a2e237ae34fcc73c4b0755fe51d1ac2063be781e",
"shasum": ""
},
"require": {
"illuminate/support": "~5.0",
"php": ">=5.4.0"
},
"require-dev": {
"mockery/mockery": "dev-master"
},
"type": "library",
"autoload": {
"psr-0": {
"Laracasts\\Flash": "src/"
},
"files": [
"src/Laracasts/Flash/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jeffrey Way",
"email": "jeffrey@laracasts.com"
}
],
"description": "Easy flash notifications",
"time": "2015-02-01 20:07:15"
},
{
"name": "laracasts/presenter",
"version": "0.2.1",
"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/framework", "name": "laravel/framework",
"version": "v5.0.5", "version": "v5.0.5",
...@@ -533,6 +1463,56 @@ ...@@ -533,6 +1463,56 @@
], ],
"time": "2015-02-13 19:10:59" "time": "2015-02-13 19:10:59"
}, },
{
"name": "laravelcollective/html",
"version": "v5.0.0",
"source": {
"type": "git",
"url": "https://github.com/LaravelCollective/html.git",
"reference": "a21c998f997163018bb4ee4f40e5db71b0067095"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/LaravelCollective/html/zipball/a21c998f997163018bb4ee4f40e5db71b0067095",
"reference": "a21c998f997163018bb4ee4f40e5db71b0067095",
"shasum": ""
},
"require": {
"illuminate/http": "~5.0",
"illuminate/routing": "~5.0",
"illuminate/session": "~5.0",
"illuminate/support": "~5.0",
"php": ">=5.4.0"
},
"require-dev": {
"mockery/mockery": "~0.9",
"phpunit/phpunit": "~4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Collective\\Html\\": "src/"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
},
{
"name": "Adam Engebretson",
"email": "adam@laravelcollective.com"
}
],
"time": "2015-02-05 16:40:45"
},
{ {
"name": "league/flysystem", "name": "league/flysystem",
"version": "1.0.1", "version": "1.0.1",
...@@ -616,6 +1596,101 @@ ...@@ -616,6 +1596,101 @@
], ],
"time": "2015-01-23 09:43:34" "time": "2015-01-23 09:43:34"
}, },
{
"name": "maatwebsite/laravel-sidebar",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/Maatwebsite/Laravel-Sidebar.git",
"reference": "4e29ede979c513b5f6b0b7cf9de307eda2e5d819"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Maatwebsite/Laravel-Sidebar/zipball/4e29ede979c513b5f6b0b7cf9de307eda2e5d819",
"reference": "4e29ede979c513b5f6b0b7cf9de307eda2e5d819",
"shasum": ""
},
"require": {
"illuminate/contracts": "~5.0",
"illuminate/html": "~5.0",
"illuminate/support": "~5.0",
"illuminate/view": "~5.0",
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Maatwebsite\\Sidebar\\": "src/Maatwebsite/Sidebar"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL"
],
"authors": [
{
"name": "Maatwebsite.nl",
"email": "patrick@maatwebsite.nl"
}
],
"description": "A sidebar builder for Laravel",
"keywords": [
"acp",
"laravel"
],
"time": "2015-02-13 17:12:05"
},
{
"name": "mcamara/laravel-localization",
"version": "1.0.5",
"source": {
"type": "git",
"url": "https://github.com/mcamara/laravel-localization.git",
"reference": "f98484eda4893bdc2803c60ef656beecc422a903"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mcamara/laravel-localization/zipball/f98484eda4893bdc2803c60ef656beecc422a903",
"reference": "f98484eda4893bdc2803c60ef656beecc422a903",
"shasum": ""
},
"require": {
"laravel/framework": "5.0.*",
"php": ">=5.4.0"
},
"require-dev": {
"orchestra/testbench": "3.0.*"
},
"type": "library",
"autoload": {
"classmap": [],
"psr-0": {
"Mcamara\\LaravelLocalization": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marc Cámara",
"email": "mcamara88@gmail.com",
"role": "Developer"
}
],
"description": "Easy localization for Laravel",
"homepage": "https://github.com/mcamara/laravel-localization",
"keywords": [
"laravel",
"localization",
"php"
],
"time": "2015-02-12 15:07:45"
},
{ {
"name": "monolog/monolog", "name": "monolog/monolog",
"version": "1.12.0", "version": "1.12.0",
...@@ -823,6 +1898,58 @@ ...@@ -823,6 +1898,58 @@
], ],
"time": "2015-01-18 11:29:59" "time": "2015-01-18 11:29:59"
}, },
{
"name": "pingpong/menus",
"version": "2.x-dev",
"source": {
"type": "git",
"url": "https://github.com/pingpong-labs/menus.git",
"reference": "13ecd363a61d324783c3ce4fcbae8bfbf6f0fff7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pingpong-labs/menus/zipball/13ecd363a61d324783c3ce4fcbae8bfbf6f0fff7",
"reference": "13ecd363a61d324783c3ce4fcbae8bfbf6f0fff7",
"shasum": ""
},
"require": {
"illuminate/config": "~5",
"illuminate/html": "~5",
"illuminate/support": "~5",
"illuminate/view": "~5",
"php": ">=5.4.0"
},
"require-dev": {
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~4"
},
"type": "library",
"autoload": {
"psr-0": {
"Pingpong\\Menus": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Pingpong Labs",
"email": "pingpong.labs@gmail.com"
}
],
"description": "Laravel Menus",
"keywords": [
"bootstrap",
"laravel",
"menus",
"nav",
"navigation",
"pingpong"
],
"time": "2015-02-12 12:35:04"
},
{ {
"name": "psr/log", "name": "psr/log",
"version": "1.0.0", "version": "1.0.0",
...@@ -931,6 +2058,50 @@ ...@@ -931,6 +2058,50 @@
], ],
"time": "2015-02-12 19:35:52" "time": "2015-02-12 19:35:52"
}, },
{
"name": "react/promise",
"version": "v2.2.0",
"source": {
"type": "git",
"url": "https://github.com/reactphp/promise.git",
"reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/promise/zipball/365fcee430dfa4ace1fbc75737ca60ceea7eeeef",
"reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"React\\Promise\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jan Sorgalla",
"email": "jsorgalla@googlemail.com"
}
],
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
"time": "2014-12-30 13:32:42"
},
{ {
"name": "swiftmailer/swiftmailer", "name": "swiftmailer/swiftmailer",
"version": "v5.3.1", "version": "v5.3.1",
...@@ -2791,9 +3962,20 @@ ...@@ -2791,9 +3962,20 @@
} }
], ],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "dev",
"stability-flags": [], "stability-flags": {
"prefer-stable": false, "asgardcms/core-module": 20,
"asgardcms/dashboard-module": 20,
"asgardcms/user-module": 20,
"asgardcms/setting-module": 20,
"asgardcms/media-module": 20,
"asgardcms/page-module": 20,
"asgardcms/menu-module": 20,
"asgardcms/workshop-module": 20,
"asgardcms/demo-theme": 20,
"asgardcms/adminlte-theme": 20
},
"prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": [],
"platform-dev": [] "platform-dev": []
......
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