Skip to content

Commit 4779d9c

Browse files
committed
Added PHP8 support
1 parent e5cc1d7 commit 4779d9c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- '7.2'
55
- '7.3'
66
- '7.4'
7+
- '8.0'
78

89
install: composer update
910

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ After installation and configuration, just start your local webserver, and navig
1515
* If you need symfony 2.7 - 3.x support, or php 5.x use version 2.x.
1616
* For symfony 3.3 and later with PHP > 7.0 use version 3.x.
1717
* For symfony 4.0 and later with PHP => 7.1.3 use version 4.x.
18+
* For PHP > 8.0 user version > 4.4
1819

1920
**NOTE** Since version 3.1, support for symfony 4 on the 3.x branch has been dropped. Use the 4.x branch instead.
2021

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"homepage": "https://github.com/harmbandstra/swagger-ui-bundle",
99
"license": "GPL-3.0-or-later",
1010
"require": {
11-
"php": "^7.1.3",
11+
"php": "^7.2 || ^8.0",
1212
"ext-json": "*",
1313
"symfony/config": "^4.0|^5.0",
1414
"symfony/dependency-injection": "^4.0|^5.0",
@@ -22,7 +22,7 @@
2222
"symfony/browser-kit": "^4.0|^5.0",
2323
"composer/composer": "^1.8",
2424
"phpspec/prophecy": "^1.8",
25-
"phpunit/phpunit": "^8.4"
25+
"phpunit/phpunit": "^8.5"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)