Updated composer.json

This commit is contained in:
Morten Rugaard 2016-01-08 15:13:02 +01:00
parent b51b111786
commit 092eb02d6d
1 changed files with 2 additions and 3 deletions

View File

@ -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"
} }