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 f60c70f commit 2669a2dCopy full SHA for 2669a2d
.travis.yml
@@ -5,6 +5,7 @@ php:
5
- '7.1'
6
- '7.2'
7
- '7.3'
8
+ - '7.4'
9
10
before_script: composer install
11
script:
composer.json
@@ -21,6 +21,7 @@
21
}
22
],
23
"require": {
24
+ "php": "^5.6.0|^7.0",
25
"simplesamlphp/simplesamlphp": "~1.0",
26
"simplesamlphp/composer-module-installer": "~1.0"
27
},
0 commit comments