10000 Merge branch 'master' into release/1.0.0-alpha.3 · tekord/laravel-json-api@3db437e · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 17, 2023. It is now read-only.

Commit 3db437e

Browse files
committed
Merge branch 'master' into release/1.0.0-alpha.3
2 parents 0fd309d + 386d409 commit 3db437e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ A demo application is available at [here](https://github.com/cloudcreativity/dem
2727

2828
| Laravel | This Package |
2929
| --- | --- |
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` |
3333

3434
Make sure you consult the [Upgrade Guide](http://laravel-json-api.readthedocs.io/en/latest/upgrade/) when upgrading.
3535

@@ -47,8 +47,8 @@ Documentation is available on [Read the Docs](http://laravel-json-api.readthedoc
4747
This repository is under development. We have production applications that are using the package and extensive test
4848
coverage of these applications.
4949

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)
5252

5353
## License
5454

docs/basics/schemas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ The above schema would result in the following resource object:
134134

135135
A resource object may have a `relationships` key that holds a relationships object. This object describes linkages
136136
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,
138138
or a combination of all three.
139139

140140
> It's worth mentioning again that every PHP class that could be returned as a related object must have a schema

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Install using [Composer](http://getcomposer.org):
66

77
``` bash
8-
$ composer require cloudcreativity/laravel-json-api
8+
$ composer require cloudcreativity/laravel-json-api:1.0.0-alpha.2
99
$ composer require --dev cloudcreativity/json-api-testing
1010
```
1111

@@ -17,7 +17,7 @@ need to follow the instructions below for updating your `ExceptionHandler`.
1717
Install using [Composer](http://getcomposer.org):
1818

1919
``` bash
20-
$ composer require cloudcreativity/laravel-json-api
20+
$ composer require cloudcreativity/laravel-json-api:1.0.0-alpha.2
2121
$ composer require --dev cloudcreativity/json-api-testing
2222
```
2323

0 commit comments

Comments
 (0)
0