Cyvelnet / laravel5-fractal

A simple fractal service provider and transformer generator for laravel >=5
MIT License
79 stars 21 forks source link

Laravel 5.2 #15

Closed stefensuhat closed 8 years ago

stefensuhat commented 8 years ago

Will you release Laravel 5.2 version?. Because it's still error when i try to require it

Thanks

Cyvelnet commented 8 years ago

@ssuhat might to post the errors? Btw are u on version 1.3 ?

stefensuhat commented 8 years ago

Yes. I do fresh install. Here is the error

Cyvelnet commented 8 years ago

@ssuhat did you have other packages dealing with fractal transformer? based on the errors output, you have another package required 'league/fractal' with a version of 0.13.0 where laravel5-fractal currently ship with 'league/fractal' 0.12.*

opt 1: you may remove 'league/fractal' from ur composer.json, laravel5-fractal will require support version for you opt2 : install laravel5-fractal: dev-master (support league/fractal 0.13) to verify if ur problem resolved.

stefensuhat commented 8 years ago

Thanks @Cyvelnet.. It's working now. I use dev-master branch.