Page MenuHomeDevCentral

No OneTemporary

diff --git a/composer.json b/composer.json
index 0b984fb..c4cb310 100644
--- a/composer.json
+++ b/composer.json
@@ -1,53 +1,53 @@
{
"name": "nasqueron/auth-grove",
"description": "Authentication grove to provide unified login and SSO.",
"keywords": ["nasqueron", "auth", "authentication", "login", "sso"],
"license": "BSD-2-Clause",
"type": "project",
"require": {
"php": ">=5.5.9",
"laravel/framework": "5.1.*",
"artisaninweb/laravel-enum": "1.0.*",
- "keruald/globalfunctions": ">=0.3"
+ "keruald/globalfunctions": "~0.3"
},
"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"
],
"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
}

File Metadata

Mime Type
text/x-diff
Expires
Thu, Sep 18, 10:15 (16 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2986771
Default Alt Text
(1 KB)

Event Timeline