File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,8 @@ Join the Laravel JSON:API community on
79
79
80
80
| Laravel | This Package |
81
81
| --- | --- |
82
- | ` ^8.0 ` | ` ^3.0 ` |
82
+ | ` ^9.0 ` | ` ^4.0 ` |
83
+ | ` ^8.0 ` | `^3.0| ^4.0` |
83
84
| ` ^7.0 ` | ` ^2.0 ` |
84
85
| ` ^6.0 ` | ` ^1.7 ` |
85
86
| ` 5.8.* ` | ` ^1.7 ` |
Original file line number Diff line number Diff line change 1
1
# Testing
2
2
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/ )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Install using [Composer](http://getcomposer.org):
4
4
5
5
``` bash
6
6
$ composer require cloudcreativity/laravel-json-api
7
- $ composer require --dev " cloudcreativity/ json-api- testing"
7
+ $ composer require --dev " laravel- json-api/ testing:^1.1 "
8
8
```
9
9
10
10
This package's service provider and facade will be automatically added using package discovery. You will
You can’t perform that action at this time.
0 commit comments