Page MenuHomeDevCentral

No OneTemporary

diff --git a/composer.json b/composer.json
index 4bb1bf5..aecffb5 100644
--- a/composer.json
+++ b/composer.json
@@ -1,52 +1,52 @@
{
- "name": "nasqueron/auth-grove",
- "description": "Authentication grove to provide unified login and SSO.",
- "keywords": ["nasqueron", "auth", "authentication", "login", "sso"],
- "license": "BSD",
- "type": "project",
- "require": {
- "php": ">=5.5.9",
- "laravel/framework": "5.1.*",
- "keruald/globalfunctions": ">=0.2"
- },
- "require-dev": {
+ "name": "nasqueron/auth-grove",
+ "description": "Authentication grove to provide unified login and SSO.",
+ "keywords": ["nasqueron", "auth", "authentication", "login", "sso"],
+ "license": "BSD",
+ "type": "project",
+ "require": {
+ "php": ">=5.5.9",
+ "laravel/framework": "5.1.*",
+ "keruald/globalfunctions": ">=0.2"
+ },
+ "require-dev": {
"fzaninotto/faker": "~1.4",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~4.0",
"phpspec/phpspec": "~2.1"
- },
- "autoload": {
- "classmap": [
- "database"
- ],
- "psr-4": {
- "AuthGrove\\": "app/"
- }
- },
- "autoload-dev": {
- "classmap": [
- "tests/TestCase.php"
- ]
- },
- "scripts": {
- "post-install-cmd": [
- "php artisan clear-compiled",
- "php artisan optimize"
- ],
- "post-update-cmd": [
- "php artisan clear-compiled",
- "php artisan optimize"
- ],
+ },
+ "autoload": {
+ "classmap": [
+ "database"
+ ],
+ "psr-4": {
+ "AuthGrove\\": "app/"
+ }
+ },
+ "autoload-dev": {
+ "classmap": [
+ "tests/TestCase.php"
+ ]
+ },
+ "scripts": {
+ "post-install-cmd": [
+ "php artisan clear-compiled",
+ "php artisan optimize"
+ ],
+ "post-update-cmd": [
+ "php artisan clear-compiled",
+ "php artisan optimize"
+ ],
"post-root-package-install": [
"php -r \"copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"php artisan key:generate"
]
- },
- "config": {
- "preferred-install": "dist"
- },
- "minimum-stability": "dev",
-"prefer-stable": true
+ },
+ "config": {
+ "preferred-install": "dist"
+ },
+ "minimum-stability": "dev",
+ "prefer-stable": true
}

File Metadata

Mime Type
text/x-diff
Expires
Mon, Feb 2, 15:19 (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3410450
Default Alt Text
(2 KB)

Event Timeline