sgpatil / oriquent

Orientdb Eloquent driver for Laravel 5
MIT License
47 stars 15 forks source link

Not getting installed #12

Closed syam13 closed 8 years ago

syam13 commented 8 years ago

I get "- Conclusion:don't install laravel/framework v5.2.20" errors when executing composer update with this package, I am using Laravel 5.2, below is the link to error for more information. https://drive.google.com/file/d/0BybL9l6h3OjTOWk1TjBsNVBFSFU/view?usp=drivesdk

"require":{
        "php": ">=5.5.9",
        "laravel/framework": "5.2.*",
        "laravel/socialite": "^2.0",
        "jenssegers/mongodb": "^2.3",
        "sgpatil/orientdb-laravel-5": "dev-master"

    }

Please advise.

pin-cnx commented 8 years ago

hum... I plan to upgrade to 5.2 as well.

sgpatil commented 8 years ago

Unfortunately current package is not compatible with Laravel 5.2. I have created separate branch for it but not started coding yet. As I am planning to resolve some big issues in master branch first. Meanwhile you can check the Branch 5.2 and contribute to it. Thanks...!