8000 [Docs] Update readme, installation instructions and testing docs · dev-engvox/laravel-json-api@f71c035 · GitHub
[go: up one dir, main page]

Skip to content

Commit f71c035

Browse files
committed
[Docs] Update readme, installation instructions and testing docs
1 parent da6307f commit f71c035

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ Join the Laravel JSON:API community on
7979

8080
| Laravel | This Package |
8181
| --- | --- |
82-
| `^8.0` | `^3.0` |
82+
| `^9.0` | `^4.0` |
83+
| `^8.0` | `^3.0|^4.0` |
8384
| `^7.0` | `^2.0` |
8485
| `^6.0` | `^1.7` |
8586
| `5.8.*` | `^1.7` |

docs/basics/testing.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
# Testing
22

3-
@todo
3+
## Installation
4+
5+
As per the installation instructions, you can install the test dependency via Composer with the following command:
6+
7+
```bash
8+
composer require --dev laravel-json-api/testing:^1.1
9+
```
10+
11+
## Documentation
12+
13+
This testing package has extensive
14+
[documentation on the laraveljsonapi.io website.](https://laraveljsonapi.io/docs/1.0/testing/)

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Install using [Composer](http://getcomposer.org):
44

55
```bash
66
$ composer require cloudcreativity/laravel-json-api
7-
$ composer require --dev "cloudcreativity/json-api-testing"
7+
$ composer require --dev "laravel-json-api/testing:^1.1"
88
```
99

1010
This package's service provider and facade will be automatically added using package discovery. You will

0 commit comments

Comments
 (0)
0