counter-cache/composer.json

31 lines
674 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": {
2018-09-02 18:13:28 +00:00
"laravel/framework": "5.1.*||5.2.*||5.3.*||5.4.*||5.5.*||5.6.*",
2016-06-09 07:58:38 +00:00
"nodes/core": "^1.0"
2015-12-06 16:02:48 +00:00
},
"autoload": {
"psr-4": {
"Nodes\\CounterCache\\": "src"
}
2016-01-08 14:13:02 +00:00
}
2016-06-09 07:58:38 +00:00
}