diff --git a/.travis.yml b/.travis.yml index b8f63274..e01a018e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,12 +14,12 @@ cache: matrix: include: - - php: 7.2 - env: xdebug=false - - php: 7.3 - env: xdebug=false - php: 7.4 env: xdebug=false +# - php: 8.0 +# env: xdebug=false +# - php: 8.1 +# env: xdebug=false before_install: - if [[ $xdebug = 'true' ]] ; then phpenv config-rm xdebug.ini; fi diff --git a/readme.md b/readme.md index dddedc16..f3df36ad 100644 --- a/readme.md +++ b/readme.md @@ -1,11 +1,13 @@ ![](https://cloud.githubusercontent.com/assets/829059/9216039/82be51cc-40f6-11e5-88f5-f0cbd07bcc39.png) +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. + 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. -[![Build Status](https://img.shields.io/travis/dingo/api/master.svg?style=flat-square)](https://travis-ci.org/dingo/api) -[![License](https://img.shields.io/packagist/l/dingo/api.svg?style=flat-square)](LICENSE) -[![Development Version](https://img.shields.io/packagist/vpre/dingo/api.svg?style=flat-square)](https://packagist.org/packages/dingo/api) -[![Monthly Installs](https://img.shields.io/packagist/dm/dingo/api.svg?style=flat-square)](https://packagist.org/packages/dingo/api) +[![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) +[![License](https://img.shields.io/packagist/l/api-ecosystem-for-laravel/dingo-api.svg?style=flat-square)](LICENSE) +[![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) +[![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) [![StyleCI](https://styleci.io/repos/18673522/shield)](https://styleci.io/repos/18673522) ## Features