Skip to content

Commit 50100d3

Browse files
committed
Rename library to add it in packagist
1 parent fe0d912 commit 50100d3

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Atention
2+
This is a fork of [cebe/php-openapi](https://github.com/cebe/php-openapi). I created it as library because the pull request
3+
of the openapi3.1 was taking years and a lot of developers want to use it.
4+
15
# php-openapi
26

37
Read and write [OpenAPI](https://www.openapis.org/) 3.x YAML and JSON files and make the content accessible in PHP objects.

composer.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "cebe/php-openapi",
2+
"name": "devizzent/cebe-php-openapi",
33
"description": "Read and write OpenAPI yaml/json files and make the content accessable in PHP objects.",
44
"keywords": ["openapi"],
5-
"homepage": "https://github.com/cebe/php-openapi#readme",
5+
"homepage": "https://github.com/DEVizzent/cebe-php-openapi#readme",
66
"type": "library",
77
"license": "MIT",
88
"authors": [
@@ -11,11 +11,15 @@
1111
"email": "mail@cebe.cc",
1212
"homepage": "https://cebe.cc/",
1313
"role": "Creator"
14+
},
15+
{
16+
"name": "Vicent Valls",
17+
"email": "vizzent@gmail.com"
1418
}
1519
],
1620
"support": {
17-
"issues": "https://github.com/cebe/php-openapi/issues",
18-
"source": "https://github.com/cebe/php-openapi"
21+
"issues": "https://github.com/DEVizzent/cebe-php-openapi/issues",
22+
"source": "https://github.com/DEVizzent/cebe-php-openapi"
1923
},
2024
"require": {
2125
"php": ">=7.1.0",

0 commit comments

Comments
 (0)