Skip to content

Commit b42a349

Browse files
committed
Updated PHP project to use MDES Digital Enablement 1.2.9 and OpenAPI Generator 4.1.0
1 parent 9eb13a6 commit b42a349

84 files changed

Lines changed: 8927 additions & 2344 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
**/.openapi-generator-ignore
66
**/git_push.sh
77
**/.gitignore
8+
**/.travis.yml
89

910
#
1011
# C#
@@ -21,8 +22,15 @@
2122
#
2223
# Java
2324
#
24-
**/.travis.yml
2525
**/.idea
2626
**/target
2727
**/.gradle
28-
**/build
28+
**/build
29+
30+
#
31+
# PHP
32+
#
33+
**/vendor
34+
**/phpunit.xml.dist
35+
**/*.iml
36+
**/out.trace

php/.openapi-generator-ignore

Lines changed: 0 additions & 23 deletions
This file was deleted.

php/.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.2
1+
4.1.0

php/.travis.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)