Skip to content
Snippets Groups Projects
Commit 5d16bc93 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Mention lib/ > src/ migration in the update notes

parent a345bce0
No related branches found
No related tags found
No related merge requests found
...@@ -66,6 +66,9 @@ Configuration options that have been removed: ...@@ -66,6 +66,9 @@ Configuration options that have been removed:
The following changes are relevant for those having custom developed modules, authentication The following changes are relevant for those having custom developed modules, authentication
processing filters or interface with the SimpleSAMLphp development API. processing filters or interface with the SimpleSAMLphp development API.
- We expect your source-files to exist in the src/ directory within your module. This used to be the
lib/ directory, so you have to rename the directory and for composer-modules you have to update
your composer.json file (specifically the psr-0 and psr-4 entries if you have them).
- Old JSON-formatted dictionaries have been replaced by gettext / .po-files; see [migration guide][1] - Old JSON-formatted dictionaries have been replaced by gettext / .po-files; see [migration guide][1]
- Old PHP templates have been replaced by Twig-templates; see [migration guide][2] - Old PHP templates have been replaced by Twig-templates; see [migration guide][2]
- The source was completely typehinted; if you have custom authsources or authproc filters, - The source was completely typehinted; if you have custom authsources or authproc filters,
......
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