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
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` |
Original file line number Diff line number Diff line change 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/)
Original file line number Diff line number Diff 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
1010This 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