Skip to content

Commit

Permalink
Use new dingo-api fork (#50)
Browse files Browse the repository at this point in the history
* Apply fixes from StyleCI (#48)

* Update to the new dingo-api fork

* Update readme
  • Loading branch information
specialtactics authored Jan 27, 2022
1 parent 435d48e commit e032623
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": "^7.3",
"dingo/api": "^3.0.0",
"api-ecosystem-for-laravel/dingo-api": "^3.0.8",
"tymon/jwt-auth": "^1.0.1",
"illuminate/support": "^8.0",
"ramsey/uuid": "^4.1"
Expand Down
7 changes: 5 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Please go to [The boilerplate wiki](https://github.com/specialtactics/laravel-ap

| Laravel Version | Boilerplate Version | Minimum PHP Version | Support Status |
|-----------------|---------------------|---------------------|----------------|
| 6.x | 1.1.x | 7.2 | Not Supported |
| 7.x | 2.x.x | 7.2.5 | Supported |
| 9.x | 4.x.x | TBA | In testing |
| 8.x | 3.x.x | 7.3 | Supported |
| 7.x | 2.x.x | 7.2.5 | Not Supported |
| 6.x | 1.1.x | 7.2 | Not Supported |


0 comments on commit e032623

Please sign in to comment.