Skip to content
Snippets Groups Projects
Commit e1361b4f authored by Jaime Pérez's avatar Jaime Pérez
Browse files

Add a list of PHP extensions required to the composer.json.

parent a04d1ddc
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,14 @@ ...@@ -27,6 +27,14 @@
}, },
"require": { "require": {
"php": ">=5.3", "php": ">=5.3",
"ext-SPL": "*",
"ext-zlib": "*",
"ext-pcre": "*",
"ext-openssl": "*",
"ext-dom": "*",
"ext-date": "*",
"ext-hash": "*",
"ext-json": "*",
"simplesamlphp/saml2": "dev-master#00e38f85b417be1e10a2d738dd2f5ea82edb472c as 2.2", "simplesamlphp/saml2": "dev-master#00e38f85b417be1e10a2d738dd2f5ea82edb472c as 2.2",
"robrichards/xmlseclibs": "~2.0", "robrichards/xmlseclibs": "~2.0",
"whitehat101/apr1-md5": "~1.0", "whitehat101/apr1-md5": "~1.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment