rydurham / L4withSentry

Laravel 4 and Sentry 2.0
300 stars 91 forks source link

composer update fail #57

Closed casimir closed 10 years ago

casimir commented 10 years ago

Just a little notification, I had to modify the needed version of the package "way/generators" in composer.json to have the project working.

"require-dev": {
    "way/generators": "1.0.*@dev"
},

changed to

"require-dev": {
    "way/generators": "2.*"
}