Closed kobelobster closed 9 years ago
It hasn't been tested with L5.1 yet. You're correct.
Feel free to force install it and test it out and do a pull request :+1:
Hi. This would be my first time working with this library. I don't know if I'll be the best tester, but I'll try!
PHPUnit output
PHPUnit 4.7.3 by Sebastian Bergmann and contributors.
..........
Time: 252 ms, Memory: 5.75Mb
OK (10 tests, 23 assertions)
Will now test it in normal use.
I have forked the package, updated illuminate packages to 5.1.*, removed php version dependency, as the illuminate packages already need 5.5.9, installed in my project, ran the unit tests, works fine. If anybody else wants to test, put this into your composer.json:
"repositories": [
{
"type": "vcs",
"url": "https://github.com/cdarken/laravel-jsonapi"
}
]
Then set version for the package to dev-master and run composer update. If all seems fine I will make a pull request.
I myself am using the Laravel 4 version still, unfortunately. So I will not be able to test. Great work though, I will be ready to do a review of a pull request :)
@cdarken will be great if you create a pull request. I have tested your fork on very small app and it is working fine.
Done, pull request created.
+1
@tzfrs please merge pull request from @cdarken
I have also experienced such problems. I am also waiting for an update JsonAPI relationship +1
Pull request #19 merged
I get this exact same error when requiring "echo-it/laravel-jsonapi" : "2.*"
What's the solution for this?
@SethArchambault A tag for the latest revision was missing. It's been added now, so you should be able to require the library with Laravel 5.1 now.
When trying to install v2.3, I'm getting the error
Seems like this package is not yet for Laravel 5.1, correct?