Clean up
This commit is contained in:
parent
e5f9a6212a
commit
b23014ec8a
|
|
@ -1,6 +1,5 @@
|
||||||
.gitattributes export-ignore
|
.gitattributes export-ignore
|
||||||
.gitignore export-ignore
|
.gitignore export-ignore
|
||||||
.travis.yml export-ignore
|
.travis.yml export-ignore
|
||||||
|
|
||||||
phpunit.xml export-ignore
|
phpunit.xml export-ignore
|
||||||
tests export-ignore
|
tests export-ignore
|
||||||
|
|
|
||||||
10
.travis.yml
10
.travis.yml
|
|
@ -1,10 +0,0 @@
|
||||||
language: php
|
|
||||||
|
|
||||||
php:
|
|
||||||
- 7.2
|
|
||||||
|
|
||||||
install:
|
|
||||||
- composer install --no-interaction --prefer-source
|
|
||||||
|
|
||||||
script:
|
|
||||||
- vendor/bin/phpunit
|
|
||||||
|
|
@ -1,10 +1,9 @@
|
||||||
# tobyz/json-api-server
|
# json-api-server
|
||||||
|
|
||||||
[](https://travis-ci.com/tobyz/json-api-server)
|
|
||||||
[](https://github.com/tobyz/json-api-server/releases)
|
[](https://github.com/tobyz/json-api-server/releases)
|
||||||
[](https://packagist.org/packages/tobyz/json-api-server)
|
[](https://packagist.org/packages/tobyz/json-api-server)
|
||||||
|
|
||||||
**A fully automated framework-agnostic [JSON:API](http://jsonapi.org) server implementation in PHP.**
|
**A fully automated [JSON:API](http://jsonapi.org) server implementation in PHP.**
|
||||||
Define your schema, plug in your models, and we'll take care of the rest. 🍻
|
Define your schema, plug in your models, and we'll take care of the rest. 🍻
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "tobyz/json-api-server",
|
"name": "tobyz/json-api-server",
|
||||||
"description": "A fully automated framework-agnostic JSON:API server implementation in PHP.",
|
"description": "A fully automated JSON:API server implementation in PHP.",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.2",
|
"php": "^7.2",
|
||||||
"doctrine/inflector": "^1.3",
|
"doctrine/inflector": "^1.3",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue