Skip to content

Commit

Permalink
As it turns out, onelogin/php-saml supports PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Jan 6, 2022
1 parent 70f8ee1 commit 7080eeb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**Tags:** authentication, SAML
**Requires at least:** 4.4
**Tested up to:** 5.8
**Requires PHP:** 7.4
**Requires PHP:** 7.3
**Stable tag:** 2.0.0
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -279,12 +279,12 @@ There is no third step. Because SimpleSAMLphp loads WordPress, which has WP Nati
## Upgrade Notice ##

### 2.0.0 ###
Minimum supported PHP version is 7.4.
Minimum supported PHP version is 7.3.

## Changelog ##

### 2.0.0 (January 6, 2022) ###
* **BREAKING**: Updates `onelogin/php-saml` to `v4.0.0`, which requires PHP 7.4 or higher [[#275](https://github.com/pantheon-systems/wp-saml-auth/pull/275)].
* **BREAKING**: Updates `onelogin/php-saml` to `v4.0.0`, which requires PHP 7.3 or higher [[#275](https://github.com/pantheon-systems/wp-saml-auth/pull/275)].

### 1.2.7 (December 9, 2021) ###
* Adds a `wp_saml_auth_pre_logout` action that fires before logout [[#274](https://github.com/pantheon-systems/wp-saml-auth/pull/274)].
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"prefer-stable": true,
"require": {
"onelogin/php-saml": "^4.0",
"php": "^7.4 || ^8.0"
"php": "^7.3 || ^8.0"
},
"require-dev": {
"pantheon-systems/pantheon-wordpress-upstream-tests": "dev-master",
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: getpantheon, danielbachhuber, Outlandish Josh
Tags: authentication, SAML
Requires at least: 4.4
Tested up to: 5.8
Requires PHP: 7.4
Requires PHP: 7.3
Stable tag: 2.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -279,12 +279,12 @@ There is no third step. Because SimpleSAMLphp loads WordPress, which has WP Nati
== Upgrade Notice ==

= 2.0.0 =
Minimum supported PHP version is 7.4.
Minimum supported PHP version is 7.3.

== Changelog ==

= 2.0.0 (January 6, 2022) =
* **BREAKING**: Updates `onelogin/php-saml` to `v4.0.0`, which requires PHP 7.4 or higher [[#275](https://github.com/pantheon-systems/wp-saml-auth/pull/275)].
* **BREAKING**: Updates `onelogin/php-saml` to `v4.0.0`, which requires PHP 7.3 or higher [[#275](https://github.com/pantheon-systems/wp-saml-auth/pull/275)].

= 1.2.7 (December 9, 2021) =
* Adds a `wp_saml_auth_pre_logout` action that fires before logout [[#274](https://github.com/pantheon-systems/wp-saml-auth/pull/274)].
Expand Down

0 comments on commit 7080eeb

Please sign in to comment.