Skip to content

Commit b23014e

Browse files
committed
Clean up
1 parent e5f9a62 commit b23014e

File tree

4 files changed

+3
-15
lines changed

4 files changed

+3
-15
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.gitattributes export-ignore
22
.gitignore export-ignore
33
.travis.yml export-ignore
4-
54
phpunit.xml export-ignore
65
tests export-ignore

.travis.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# tobyz/json-api-server
1+
# json-api-server
22

3-
[![Build Status](https://img.shields.io/travis/com/tobyz/json-api-server.svg?style=flat)](https://travis-ci.com/tobyz/json-api-server)
43
[![Pre Release](https://img.shields.io/packagist/vpre/tobyz/json-api-server.svg?style=flat)](https://github.com/tobyz/json-api-server/releases)
54
[![License](https://img.shields.io/packagist/l/tobyz/json-api-server.svg?style=flat)](https://packagist.org/packages/tobyz/json-api-server)
65

7-
**A fully automated framework-agnostic [JSON:API](http://jsonapi.org) server implementation in PHP.**
6+
**A fully automated [JSON:API](http://jsonapi.org) server implementation in PHP.**
87
Define your schema, plug in your models, and we'll take care of the rest. 🍻
98

109
```bash

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tobyz/json-api-server",
3-
"description": "A fully automated framework-agnostic JSON:API server implementation in PHP.",
3+
"description": "A fully automated JSON:API server implementation in PHP.",
44
"require": {
55
"php": "^7.2",
66
"doctrine/inflector": "^1.3",

0 commit comments

Comments
 (0)