counter-cache/composer.json

31 lines
673 B
JSON
Raw Normal View History

2015-12-06 16:02:48 +00:00
{
"name": "nodes/counter-cache",
"description": "Counter caching for Laravel",
"keywords": [
"nodes",
"counter cache",
"counter-cache",
"laravel",
"database",
"model"
],
"license": "MIT",
"homepage": "http://nodesagency.com",
"authors": [
{
"name": "Morten Rugaard",
"email": "moru@nodes.dk",
"role": "Developer"
}
],
"require": {
"laravel/framework": "5.1.*",
2015-12-06 16:02:48 +00:00
"nodes/core": "^0.1"
},
"autoload": {
"psr-4": {
"Nodes\\CounterCache\\": "src"
}
},
"minimum-stability": "stable"
}