File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change
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
+
1
5
# php-openapi
2
6
3
7
Read and write [ OpenAPI] ( https://www.openapis.org/ ) 3.x YAML and JSON files and make the content accessible in PHP objects.
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " cebe/ php-openapi" ,
2
+ "name" : " devizzent/cebe- php-openapi" ,
3
3
"description" : " Read and write OpenAPI yaml/json files and make the content accessable in PHP objects." ,
4
4
"keywords" : [" openapi" ],
5
- "homepage" : " https://github.com/cebe/ php-openapi#readme" ,
5
+ "homepage" : " https://github.com/DEVizzent/cebe- php-openapi#readme" ,
6
6
"type" : " library" ,
7
7
"license" : " MIT" ,
8
8
"authors" : [
11
11
"email" : " mail@cebe.cc" ,
12
12
"homepage" : " https://cebe.cc/" ,
13
13
"role" : " Creator"
14
+ },
15
+ {
16
+ "name" : " Vicent Valls" ,
17
+ "email" : " vizzent@gmail.com"
14
18
}
15
19
],
16
20
"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"
19
23
},
20
24
"require" : {
21
25
"php" : " >=7.1.0" ,
You can’t perform that action at this time.
0 commit comments