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 ce5f6a4 commit 1b898c4Copy full SHA for 1b898c4
2 files changed
.gitignore
@@ -13,3 +13,4 @@
13
/vendor
14
/composer.lock
15
/.idea
16
+/.phpunit.result.cache
composer.json
@@ -15,7 +15,7 @@
"source": "https://github.com/onelogin/php-saml/"
},
17
"require": {
18
- "php": ">=7.0",
+ "php": ">=7.1",
19
"robrichards/xmlseclibs": ">=3.1.1",
20
"phpunit/phpunit": "7.5.17 || ^9.5"
21
0 commit comments