Skip to content

Commit a395f9b

Browse files
Merge pull request #1 from api-ecosystem-for-laravel/chore/php-versions-travis-check
Remove all unsupported php versions, add v8 but commented for now
2 parents edd912c + 8a4a9c9 commit a395f9b

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ cache:
1414

1515
matrix:
1616
include:
17-
- php: 7.2
18-
env: xdebug=false
19-
- php: 7.3
20-
env: xdebug=false
2117
- php: 7.4
2218
env: xdebug=false
19+
# - php: 8.0
20+
# env: xdebug=false
21+
# - php: 8.1
22+
# env: xdebug=false
2323

2424
before_install:
2525
- if [[ $xdebug = 'true' ]] ; then phpenv config-rm xdebug.ini; fi

readme.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
![](https://cloud.githubusercontent.com/assets/829059/9216039/82be51cc-40f6-11e5-88f5-f0cbd07bcc39.png)
22

3+
Note: This is an official fork of the https://github.com/dingo/api repository by one of the maintainers of that project. The reason it was worked is due to broken integrations with CI tools such as travis (which can only be fixed by owner), and in general to be able to better support the project.
4+
35
The Dingo API package is meant to provide you, the developer, with a set of tools to help you easily and quickly build your own API. While the goal of this package is to remain as flexible as possible it still won't cover all situations and solve all problems.
46

5-
[![Build Status](https://img.shields.io/travis/dingo/api/master.svg?style=flat-square)](https://travis-ci.org/dingo/api)
6-
[![License](https://img.shields.io/packagist/l/dingo/api.svg?style=flat-square)](LICENSE)
7-
[![Development Version](https://img.shields.io/packagist/vpre/dingo/api.svg?style=flat-square)](https://packagist.org/packages/dingo/api)
8-
[![Monthly Installs](https://img.shields.io/packagist/dm/dingo/api.svg?style=flat-square)](https://packagist.org/packages/dingo/api)
7+
[![Build Status](https://img.shields.io/travis/api-ecosystem-for-laravel/dingo-api/master.svg?style=flat-square)](https://travis-ci.org/api-ecosystem-for-laravel/dingo-api)
8+
[![License](https://img.shields.io/packagist/l/api-ecosystem-for-laravel/dingo-api.svg?style=flat-square)](LICENSE)
9+
[![Development Version](https://img.shields.io/packagist/vpre/api-ecosystem-for-laravel/dingo-api.svg?style=flat-square)](https://packagist.org/packages/api-ecosystem-for-laravel/dingo-api)
10+
[![Monthly Installs](https://img.shields.io/packagist/dm/api-ecosystem-for-laravel/dingo-api.svg?style=flat-square)](https://packagist.org/packages/api-ecosystem-for-laravel/dingo-api)
911
[![StyleCI](https://styleci.io/repos/18673522/shield)](https://styleci.io/repos/18673522)
1012

1113
## Features

0 commit comments

Comments
 (0)