Skip to content

Commit 71cb642

Browse files
#80: Add PHP 8.0 compatibility
1 parent de43960 commit 71cb642

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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
before_script: composer install
910
script:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"php": "^5.6.0|^7.0",
24+
"php": "^5.6.0|^7.0|^8.0",
2525
"simplesamlphp/simplesamlphp": "~1.0",
2626
"simplesamlphp/composer-module-installer": "~1.0"
2727
},

0 commit comments

Comments
 (0)