We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de43960 commit 71cb642Copy full SHA for 71cb642
.travis.yml
@@ -4,6 +4,7 @@ php:
4
- '7.2'
5
- '7.3'
6
- '7.4'
7
+ - '8.0'
8
9
before_script: composer install
10
script:
composer.json
@@ -21,7 +21,7 @@
21
}
22
],
23
"require": {
24
- "php": "^5.6.0|^7.0",
+ "php": "^5.6.0|^7.0|^8.0",
25
"simplesamlphp/simplesamlphp": "~1.0",
26
"simplesamlphp/composer-module-installer": "~1.0"
27
},
0 commit comments