{ "name": "OpenStackid", "description": "OpenstackId Idp", "keywords": [ "OpenStackid", "OpenStack", "openid", "oauth2", "openid connect", "OIDC", "OP OIDC" ], "license": "MIT", "require": { "php": ">=5.3.7", "laravel/framework": "4.1.*", "phpunit/phpunit": "3.7.*", "zendframework/zend-crypt": "2.4.*", "zendframework/zend-math": "*", "ircmaxell/random-lib": "*", "greggilbert/recaptcha": "1.1.*", "mockery/mockery": "0.9.4", "doctrine/dbal": "~2.3", "way/laravel-test-helpers": "dev-master", "guzzlehttp/guzzle": "3.8.1", "smarcet/jose4php": "dev-master", "glenscott/url-normalizer" : "1.4.0", "jenssegers/agent": "^2.3" }, "require-dev": { "squizlabs/php_codesniffer": "2.*", "behat/behat": "@stable", "behat/mink": "@stable", "behat/mink-extension": "@stable", "behat/mink-goutte-driver": "@stable", "behat/mink-selenium2-driver": "@stable" }, "autoload": { "classmap": [ "app/commands", "app/controllers", "app/models", "app/database/migrations", "app/database/seeds", "app/tests", "app/tests/TestCase.php", "app/libs", "app/services", "app/repositories", "app/strategies", "app/filters", "app/validators", "app/providers", "app/factories" ] }, "scripts": { "post-install-cmd": [ "php artisan clear-compiled", "php artisan optimize" ], "post-update-cmd": [ "php artisan clear-compiled", "php artisan optimize" ], "post-create-project-cmd": [ "php artisan key:generate" ] }, "config": { "preferred-install": "dist" }, "prefer-stable": true, "minimum-stability": "stable" }