This repository was archived by the owner on Feb 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ A demo application is available at [here](https://github.com/cloudcreativity/dem
27
27
28
28
| Laravel | This Package |
29
29
| --- | --- |
30
- | 5.4.* | ^0.12 |
31
- | 5.5.* | ^0.12 |
32
- | 5.6.* | ^0.12 |
30
+ | 5.4.* | ` 1.0.0-alpha.2 ` |
31
+ | 5.5.* | ` 1.0.0-alpha.2 ` |
32
+ | 5.6.* | ` 1.0.0-alpha.2 ` |
33
33
34
34
Make sure you consult the [ Upgrade Guide] ( http://laravel-json-api.readthedocs.io/en/latest/upgrade/ ) when upgrading.
35
35
@@ -47,8 +47,8 @@ Documentation is available on [Read the Docs](http://laravel-json-api.readthedoc
47
47
This repository is under development. We have production applications that are using the package and extensive test
48
48
coverage of these applications.
49
49
50
- > We are aiming for v1.0 as soon as possible. See
51
- [ this issue ] ( https://github.com/cloudcreativity/laravel-json-api/issues/60 ) for progress.
50
+ We are aiming for v1.0 as soon as possible.
51
+ [ Check the progress here. ] ( https://github.com/cloudcreativity/laravel-json-api/milestone/2 )
52
52
53
53
## License
54
54
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ The above schema would result in the following resource object:
134
134
135
135
A resource object may have a ` relationships ` key that holds a relationships object. This object describes linkages
136
136
to other resource objects. Relationships can either be to-one or to-many. The JSON API spec allows these linkages
137
- to be described in resource relationships in multiple ways - either through a ` data ` , ` links ` or ` meta ` value,
137
+ to be described in resource relationships in multiple ways - either through a ` links ` , ` data ` or ` meta ` value,
138
138
or a combination of all three.
139
139
140
140
> It's worth mentioning again that every PHP class that could be returned as a related object must have a schema
Original file line number Diff line number Diff line change 5
5
Install using [ Composer] ( http://getcomposer.org ) :
6
6
7
7
``` bash
8
- $ composer require cloudcreativity/laravel-json-api
8
+ $ composer require cloudcreativity/laravel-json-api:1.0.0-alpha.2
9
9
$ composer require --dev cloudcreativity/json-api-testing
10
10
```
11
11
@@ -17,7 +17,7 @@ need to follow the instructions below for updating your `ExceptionHandler`.
17
17
Install using [ Composer] ( http://getcomposer.org ) :
18
18
19
19
``` bash
20
- $ composer require cloudcreativity/laravel-json-api
20
+ $ composer require cloudcreativity/laravel-json-api:1.0.0-alpha.2
21
21
$ composer require --dev cloudcreativity/json-api-testing
22
22
```
23
23
You can’t perform that action at this time.
0 commit comments