gourmet / knp-menu

CakePHP 3 plugin to support KnpMenu
MIT License
14 stars 3 forks source link

Composer error #3

Closed kristofferdarj closed 9 years ago

kristofferdarj commented 9 years ago

I get the following when trying to install via composer:

Problem 1

The require line in my composer is from the standard cake install and reads: "cakephp/cakephp": "~3.0",

jadb commented 9 years ago

That's because you were trying to get the last tagged release (which was old). I just tagged a new release but suggest you use dev-master in composer for this plugin until it's 1.0 version is released.