jonaswouters / XhprofBundle

XHProf bundle for Symfony 2
210 stars 49 forks source link

Unable to update via composer #41

Closed trasher closed 10 years ago

trasher commented 10 years ago

Trying to run a "composer update"; I get the following error: Problem 1

stephpy commented 10 years ago

facebook/xhprof isn't stable, btw, you have to use "minimumStability": "dev" or define in your composer.json:

"facebook/xhprof": "*@dev"

trasher commented 10 years ago

Oooh, ok! Problem is solved, thank you :)

stephpy commented 10 years ago

you're welcome ;)