Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel 5.3 Support #102

Open
tylergets opened this issue Oct 3, 2016 · 19 comments
Open

Laravel 5.3 Support #102

tylergets opened this issue Oct 3, 2016 · 19 comments

Comments

@tylergets
Copy link

Release notes are located here:
https://laravel.com/docs/5.3/releases

Is anybody currently working on this?

@nojacko
Copy link

nojacko commented Oct 21, 2016

@tylergets Is 5.3 an issue? Doesn't look to me like any major changes. Would assume it works. I as because I'm trying to pick a JSON-API library for a new Laravel project... wanna pick the right one.

@mspiderv
Copy link

Im working on this.

@ghost
Copy link

ghost commented Nov 17, 2016

@mspiderv Do you have an estimated time that this will be compatible with 5.3? Can we just pull in what you have and change the package requirements from 5.2 to 5.3 since there doesn't appear to be anything that will break? Thanks!

@mspiderv
Copy link

@mpash I dont know why tests failed. Cant fix this now. If you can help, do it.

@Stubbs
Copy link

Stubbs commented Nov 17, 2016

I've fixed the tests, see my comment on #108, but it breaks BC with Laravel 5.2

@ghost
Copy link

ghost commented Nov 17, 2016

Yeah I'd love to help. I'm in the middle of a project at work but it makes sense to help out as part of the project

@ghost
Copy link

ghost commented Nov 29, 2016

@mspiderv I've tried getting this up to spec, but I've hit a wall. I think this is beyond my abilities. Sorry.

@YanDatsiuk
Copy link

I got the error "Laravel version 5.3.26 is not supported. Please use the 5.1"

@ghost
Copy link

ghost commented Dec 7, 2016

@nilportugues Any idea on when you'll be updating this or are we in the Abandonware stages?

@r-moiseev
Copy link

Trying to install on 5.3

So far i have issue with Passport that requires psr-http-message-bridge 1.0 but this package requires 0.1

@Luisetelo
Copy link

I also installed it on Laravel 5.3 and got the same error thant @YanDatsyuk when I try to consume the API.

I'm interested in this project, hope it wasn't deprecated yet.

@mspiderv
Copy link

mspiderv commented Feb 5, 2017

Laravel 5.4 released :)

@sriramgk
Copy link

I tried on Laravel 5.4 :(. "Laravel version 5.4.18 is not supported. Please use the 5.1 for the time being".

@ghost
Copy link

ghost commented Apr 17, 2017

@srigmca13 try composer require nilportugues/laravel5-jsonapi dev-master
Packagist may not have propagated yet. Use this trick to keep up-to-date.

@sriramgk
Copy link

@mpash I tried composer require nilportugues/laravel5-jsonapi dev-master

./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested package nilportugues/laravel5-jsonapi could not be found in any version, there may be a typo in the package name.

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.

Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

Installation failed, reverting ./composer.json to its original content.

I also tried without dev-master and getting the same error. Is anything I have to do with the composer config?

@sriramgk
Copy link

sriramgk commented Apr 18, 2017

@mpash Is this correct one?

composer require nilportugues/laravel5-json-api dev-master

@ghost
Copy link

ghost commented Apr 20, 2017

@srigmca13 the format is dev-{branch-name}

@ghost
Copy link

ghost commented Apr 20, 2017

@pascal08
Copy link

pascal08 commented Apr 28, 2017

dev-master is still not compatible with the L5.4 release. Any idea on when this will be made compatible? If you need help, please let me know. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants