File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,22 +122,7 @@ Your settings are at risk of being deleted when updating packages using `compose
122122Compatibility
123123-------------
124124
125- This 2.0 version has a new library. The toolkit is still compatible.
126-
127- The old code that you used in order to add SAML support gonna continue working
128- with minor changes. You only need to load the files of the ` lib/Saml ` folder.
129- (notice that the ` compatibility.php ` file do that).
130-
131- The old-demo folder contains code from an old app that uses the old version of
132- the toolkit (v.1). Take a look.
133-
134- Sometimes the names of the classes of the old code could be a bit different
135- and if that is your case you must change them for ` OneLogin_Saml_Settings ` ,
136- ` OneLogin_Saml_Response ` , ` OneLogin_Saml_AuthRequest ` or ` OneLogin_Saml_Metadata ` .
137-
138- We recommend that you migrate the old code to the new one to be able to use
139- the new features that the new library Saml2 carries.
140-
125+ This 3.X version only supports PHP 7.X..
141126
142127Namespaces
143128----------
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1717 </transformations >
1818 <files >
1919 <directory >lib/Saml2/*</directory >
20- <ignore >lib/Saml/*</ignore >
2120 <ignore >tests/*</ignore >
2221 <ignore >demo1/*</ignore >
2322 <ignore >demo2/*</ignore >
2726 <ignore >locale/*</ignore >
2827 <ignore >docs/*</ignore >
2928 <ignore >vendor/*</ignore >
30- <ignore >compatibility.php</ignore >
3129 <ignore >_toolkit_loader.php</ignore >
3230 <ignore >settings.php</ignore >
3331 <ignore >settings_example.php</ignore >
You can’t perform that action at this time.
0 commit comments