Updated composer.json
This commit is contained in:
parent
b51b111786
commit
092eb02d6d
|
@ -19,13 +19,12 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"laravel/framework": "5.1.*",
|
"laravel/framework": "5.1.*||5.2.*",
|
||||||
"nodes/core": "^0.1"
|
"nodes/core": "^0.1"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Nodes\\CounterCache\\": "src"
|
"Nodes\\CounterCache\\": "src"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"minimum-stability": "stable"
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue