composer.json
{
"name": "foothing/laravel-wrappr",
"description": "Bind permissions to Laravel routes.",
"authors": [
{
"name": "brazorf",
"email": "fabrizio.ranieri@gmail.com"
}
],
"keywords": ["laravel", "permissions", "routes"],
"license": "MIT",
"require": {
"php": ">=5.4.0",
"illuminate/auth": "~5.1",
"illuminate/database": "~5.1",
"illuminate/cache": "~5.1",
"foothing/laravel-repository": ">=0.7"
},
"require-dev": {
"orchestra/testbench": "3.1.*",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "4.*",
"codeclimate/php-test-reporter": "dev-master"
},
"autoload": {
"psr-4": {
"Foothing\\": "src/Foothing"
}
},
"autoload-dev": {
"psr-4": {
"Foothing\\Wrappr\\Tests\\": "tests"
}
},
"minimum-stability": "stable",
"prefer-stable": true
}