Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ matrix:
env: CACHE_NAME=SWAGGER
- php: 7.2
env: SWAGGER_VERSION=3.0 CACHE_NAME=OPEN_API REPORT_TESTS_COVERAGE=1
- php: 8.0
cache:
directories:
- "$HOME/.composer/cache"
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2 || ^8.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dat was dus alles? 😄
ik denk wel dat we een PR bij hun ook moeten doen want ik zie dat de repo recente commits heeft. dus als we lang op een fork blijven raken we out of date met swagger.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ja ik ga wel even een PR indienen. Ik heb wat wijzigingen uit hun eigen PR voor PHP8 overgenomen

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IK laat deze branch voorlopig nog even bestaan. Dan is het duidelijk dat we nog niet een definitieve oplossing hebben

"laravel/framework": "^6.0",
"zircote/swagger-php": "~2.0|3.*",
"swagger-api/swagger-ui": "^3.0",
"symfony/yaml": "^4.1"
"symfony/yaml": "^4.1 || ^5.0"
},
"require-dev": {
"phpunit/phpunit": "8.*",
Expand Down