XCMer / larry-four-generator

Larry Laravel Generator For Laravel Four
Other
131 stars 27 forks source link

Compatibility with Laravel 4.1 #17

Closed dannysuryadi closed 10 years ago

dannysuryadi commented 10 years ago

I got this problem when trying to update my Laravel to the latest 4.1:

Your requirements could not be resolved to an installable set of packages. Problem 1

Full error report: http://pastebin.com/VHcbV9Uq

The short fix I did was to remove Larry from the project but it would be nice if it can be used in newer versions of Laravel.

XCMer commented 10 years ago

I'll update the composer.json for the newer versions of Laravel.

asm0dey commented 10 years ago

I'm second this. Please, update composer.json!

XCMer commented 10 years ago

A minor release 1.0.2 fixes this.

asm0dey commented 10 years ago

Thank you!