Skip to content

Commit c5a294e

Browse files
committed
Fix some links on README
1 parent 50100d3 commit c5a294e

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

README.md

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ Supported OpenAPI versions:
1313
- 3.0.x
1414
- 3.1.x
1515

16-
[![Latest Stable Version](https://poser.pugx.org/cebe/php-openapi/v/stable)](https://packagist.org/packages/cebe/php-openapi)
17-
[![Total Downloads](https://poser.pugx.org/cebe/php-openapi/downloads)](https://packagist.org/packages/cebe/php-openapi)
18-
[![Build Status](https://github.com/cebe/php-openapi/workflows/CI/badge.svg)](https://github.com/cebe/php-openapi/actions)
16+
[![Latest Stable Version](https://poser.pugx.org/devizzent/cebe-php-openapi/v/stable)](https://packagist.org/packages/devizzent/cebe-php-openapi)
17+
[![Total Downloads](https://poser.pugx.org/devizzent/cebe-php-openapi/downloads)](https://packagist.org/packages/devizzent/cebe-php-openapi)
18+
[![Build Status](https://github.com/devizzent/cebe-php-openapi/workflows/CI/badge.svg)](https://github.com/devizzent/cebe-php-openapi/actions)
1919

2020

2121
## Install
2222

23-
composer require cebe/php-openapi
23+
composer require devizzent/cebe-php-openapi
2424

2525
## Requirements
2626

@@ -31,11 +31,7 @@ Supported OpenAPI versions:
3131
This library provides a low level API for reading and writing OpenAPI files. It is used by higher level tools to
3232
do awesome work:
3333

34-
- [cebe/yii2-openapi](https://github.com/cebe/yii2-openapi) Code Generator for REST API from OpenAPI 3 Descriptions, includes fake data generator.
35-
- [cebe/yii2-app-api](https://github.com/cebe/yii2-app-api) Yii framework application template for developing API-first applications.
36-
- [league/openapi-psr7-validator](https://github.com/thephpleague/openapi-psr7-validator) validates PSR-7 messages (HTTP request/response) against OpenAPI descriptions.
37-
- [dsuurlant/response2schema](https://github.com/dsuurlant/response2schema) a quick and easy tool for generating OpenAPI schemas based on example data.
38-
- ... ([add yours](https://github.com/cebe/php-openapi/edit/master/README.md#L24))
34+
- ... ([add yours](https://github.com/devizzent/cebe-php-openapi/edit/master/README.md#L24))
3935

4036
## Usage
4137

@@ -253,12 +249,3 @@ You may use the docker environment for local development:
253249
make IN_DOCKER=1 test
254250
...
255251

256-
# Support
257-
258-
**Need help with your API project?**
259-
260-
Professional support, consulting as well as software development services are available:
261-
262-
https://www.cebe.cc/en/contact
263-
264-
Development of this library is sponsored by [cebe.:cloud: "Your Professional Deployment Platform"](https://cebe.cloud).

0 commit comments

Comments
 (0)