Skip to content

Commit

Permalink
Missed a library we don't need
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelittle committed Dec 15, 2022
1 parent 0945b2e commit fe905ff
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@
},
"require": {
"php": ">=7.1",
"humanmade/wp-simple-saml": "~0.4.3",
"humanmade/delegated-oauth": "^1.0.5"
"humanmade/wp-simple-saml": "~0.4.3"
},
"extra": {
"altis": {
"install-overrides": [
"humanmade/wp-simple-saml",
"humanmade/delegated-oauth"
"humanmade/wp-simple-saml"
]
}
}
Expand Down

0 comments on commit fe905ff

Please sign in to comment.