Update composer.json to allow PHP 7.
... | @@ -22,7 +22,7 @@ | ... | @@ -22,7 +22,7 @@ |
"files": ["lib/_autoload_modules.php"] | "files": ["lib/_autoload_modules.php"] | ||
}, | }, | ||
"require": { | "require": { | ||
"php": "~5.3", | "php": ">=5.3", | ||
"simplesamlphp/saml2": "~1.5.3", | "simplesamlphp/saml2": "~1.5.3", | ||
"simplesamlphp/xmlseclibs": "~1.3.2", | "simplesamlphp/xmlseclibs": "~1.3.2", | ||
"whitehat101/apr1-md5": "~1.0" | "whitehat101/apr1-md5": "~1.0" | ||
... | ... |
Please register or sign in to comment