diff --git a/bin/build-release.sh b/bin/build-release.sh index d6749d1d0ebce0e14d3a422a1773131807e1c1a7..b44cba2586b37f168543bebbb201079e347b2be0 100755 --- a/bin/build-release.sh +++ b/bin/build-release.sh @@ -47,6 +47,7 @@ php "$TARGET/composer.phar" config version "$VERSION" -d "$TARGET" php "$TARGET/composer.phar" install --no-dev --prefer-dist -o -d "$TARGET" # Install external modules +php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-authfacebook php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-authtwitter php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-authwindowslive php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-cdc diff --git a/composer.json b/composer.json index 7e9f4c6a617dc57e681e909687d34e1702268d34..2c1704bdbcb22f9acc58da9a46f48e486c83cfb0 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,8 @@ "phpmailer/phpmailer": "^6.0", "robrichards/xmlseclibs": "^3.0", "simplesamlphp/saml2": "^3.3", - "simplesamlphp/simplesamlphp-module-authtwitter": "^1.0.0", + "simplesamlphp/simplesamlphp-module-authfacebook": "^1.0", + "simplesamlphp/simplesamlphp-module-authtwitter": "^1.0", "simplesamlphp/simplesamlphp-module-authwindowslive": "^1.0", "simplesamlphp/simplesamlphp-module-cdc": "^1.0", "simplesamlphp/simplesamlphp-module-memcookie": "^1.2",