You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The files on the "Code" tab on the Github page are version 2.19.1, according to CHANGELOG. The class names do not use namespaces.
If I download the "master" package from Github, I get a file named php-saml-master.zip. This also contains version v.2.19.1 (according the CHANGELOG). The class names do not use namespaces. If I download using Git or Git Desktop, this is the file I get.
If I select the "Latest" button on the right side of the Github page, I get a file named php-saml-4.1.0.zip. It contains version v4.0.0 according to the CHANGELOG file. The class names use namespaces. There are no demo1, demo2, docs, endpoints, lib, or extlib folders included. This is also the version I get when I use composer.
This is very confusing and tripped me up when my code wouldn't work. Why does the Github page not include the correct version of the library? Why does the 4.1.0 package not include the demo1, demo2, docs, endpoints, lib, or extlib folders?
The text was updated successfully, but these errors were encountered:
The files on the "Code" tab on the Github page are version 2.19.1, according to CHANGELOG. The class names do not use namespaces.
If I download the "master" package from Github, I get a file named php-saml-master.zip. This also contains version v.2.19.1 (according the CHANGELOG). The class names do not use namespaces. If I download using Git or Git Desktop, this is the file I get.
If I select the "Latest" button on the right side of the Github page, I get a file named php-saml-4.1.0.zip. It contains version v4.0.0 according to the CHANGELOG file. The class names use namespaces. There are no demo1, demo2, docs, endpoints, lib, or extlib folders included. This is also the version I get when I use composer.
This is very confusing and tripped me up when my code wouldn't work. Why does the Github page not include the correct version of the library? Why does the 4.1.0 package not include the demo1, demo2, docs, endpoints, lib, or extlib folders?
The text was updated successfully, but these errors were encountered: