Skip to content

Commit

Permalink
Merge pull request #174 from pantheon-systems/composer-update-2019-11-25
Browse files Browse the repository at this point in the history
Update Composer dependencies (2019-11-25)
  • Loading branch information
danielbachhuber authored Nov 25, 2019
2 parents ddbf287 + fa939c0 commit 127e6f7
Show file tree
Hide file tree
Showing 5 changed files with 125 additions and 116 deletions.
7 changes: 5 additions & 2 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.3
**Stable tag:** 0.8.0
**Stable tag:** 0.8.1
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -277,8 +277,11 @@ There is no third step. Because SimpleSAMLphp loads WordPress, which has WP Nati

## Changelog ##

### 0.8.1 (November 25, 2019) ###
* Updates `onelogin/php-saml` to `v3.4.1` [[#174](https://github.com/pantheon-systems/wp-saml-auth/pull/174)].

### 0.8.0 (November 20, 2019) ###
* Updates onelogin/php-saml to `v3.4.0` [[#173](https://github.com/pantheon-systems/wp-saml-auth/pull/173)].
* Updates `onelogin/php-saml` to `v3.4.0` [[#173](https://github.com/pantheon-systems/wp-saml-auth/pull/173)].

### 0.7.3 (November 7, 2019) ###
* Updates `onelogin/php-saml` to `v3.3.1` [[#172](https://github.com/pantheon-systems/wp-saml-auth/pull/172)].
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
"wp-coding-standards/wpcs": "^2.1",
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
"phpunit/phpunit": "^7",
"phpcompatibility/php-compatibility": "^9.3"
"phpcompatibility/php-compatibility": "^9.3",
"symfony/filesystem": "^4",
"symfony/service-contracts": "^1",
"symfony/translation-contracts": "^1"
},
"scripts": {
"lint": "@phpcs",
Expand Down
Loading

0 comments on commit 127e6f7

Please sign in to comment.