This commit is contained in:
Toby Zerner 2019-11-18 15:45:43 +10:30
parent e5f9a6212a
commit b23014ec8a
4 changed files with 3 additions and 15 deletions

1
.gitattributes vendored
View File

@ -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

View File

@ -1,10 +0,0 @@
language: php
php:
- 7.2
install:
- composer install --no-interaction --prefer-source
script:
- vendor/bin/phpunit

View File

@ -1,10 +1,9 @@
# tobyz/json-api-server # json-api-server
[![Build Status](https://img.shields.io/travis/com/tobyz/json-api-server.svg?style=flat)](https://travis-ci.com/tobyz/json-api-server)
[![Pre Release](https://img.shields.io/packagist/vpre/tobyz/json-api-server.svg?style=flat)](https://github.com/tobyz/json-api-server/releases) [![Pre Release](https://img.shields.io/packagist/vpre/tobyz/json-api-server.svg?style=flat)](https://github.com/tobyz/json-api-server/releases)
[![License](https://img.shields.io/packagist/l/tobyz/json-api-server.svg?style=flat)](https://packagist.org/packages/tobyz/json-api-server) [![License](https://img.shields.io/packagist/l/tobyz/json-api-server.svg?style=flat)](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

View File

@ -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",