Skip to content

Commit 84494d2

Browse files
committed
Update README.md
1 parent ba158fa commit 84494d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ See this issue <https://github.com/drupalauth/simplesamlphp-module-drupalauth/is
4848

4949
### Requirements
5050

51-
1. Install Drupal 8.x
51+
1. Install Drupal 10.x
5252
2. Install simpleSAMLphp
53-
3. Install drupalauth
53+
3. Install drupalauth - `composer require drupalauth/simplesamlphp-module-drupalauth`
5454
4. Configure SimpleSAMLphp to use something other than `phpsession` for session storage, e.g., SQL or memcache (See: `store.type` in `simplesamlphp/config/config.php`).
5555
5. Configure the authentication source in `simplesamlphp/config/authsources.php` as described below.
5656

@@ -67,7 +67,7 @@ Configure the authentication source by putting following code into `simplesamlph
6767
'drupalauth:UserPass',
6868

6969
// The filesystem path of the Drupal directory.
70-
'drupalroot' => '/var/www/drupal-8.0',
70+
'drupalroot' => '/var/www/drupal',
7171

7272
// Whether to turn on debug
7373
'debug' => true,

0 commit comments

Comments
 (0)