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

Commit 371eff3

Browse files
committed
Add badges to readme
1 parent e483795 commit 371eff3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
<h1 align="center">Laravel JSON:API</h1>
44

5+
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/aa7cce89305c47f7bf9b0684b97e90ca)](https://www.codacy.com/app/d8vjork/laravel-json-api?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=skore/laravel-json-api&amp;utm_campaign=Badge_Grade) [![StyleCI](https://github.styleci.io/repos/198988581/shield?branch=master)](https://github.styleci.io/repos/198988581)
6+
57
Integrate JSON:API resources on Laravel.
68

79
**Note: This package is under initial development stage, please use it carefully on production.**

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"illuminate/support": "~5.6.34|~5.7.0|~5.8.0"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": "^7.0|^8.0",
22+
"ext-json": "*",
2323
"orchestra/testbench": "~3.6.0|~3.7.0|~3.8.0",
24-
"ext-json": "*"
24+
"phpunit/phpunit": "^7.0|^8.0"
2525
},
2626
"suggest": {
2727
"spatie/laravel-query-builder": "Allows to include data on your API responses following the JSON:API",

0 commit comments

Comments
 (0)