Skip to content

Commit 70cd463

Browse files
committed
Remove compatibility.php file
1 parent 7474392 commit 70cd463

3 files changed

Lines changed: 1 addition & 30 deletions

File tree

README.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -122,22 +122,7 @@ Your settings are at risk of being deleted when updating packages using `compose
122122
Compatibility
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

142127
Namespaces
143128
----------

compatibility.php

Lines changed: 0 additions & 12 deletions
This file was deleted.

phpdoc.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
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>
@@ -27,7 +26,6 @@
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>

0 commit comments

Comments
 (0)