Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 9 additions & 13 deletions .horde.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@ list: dev
type: library
homepage: https://www.horde.org/libraries/Horde_Auth
authors:
-
name: Chuck Hagenbuch
user: chuck
email: chuck@horde.org
active: true
role: lead
-
name: Jan Schneider
user: jan
email: jan@horde.org
active: true
role: lead
-
name: Chuck Hagenbuch
user: chuck
email: chuck@horde.org
active: false
role: lead
-
name: Michael Slusarz
user: slusarz
email: slusarz@horde.org
active: false
active: true
role: lead
version:
release: 2.2.3
Expand Down Expand Up @@ -56,12 +56,8 @@ dependencies:
pear.horde.org/Horde_Imsp: ^2
pear.horde.org/Horde_Http: ^2
pear.horde.org/Horde_Test: ^2.1
pecl.php.net/pam:
version: '*'
providesextension: pam
pecl.php.net/sasl:
version: '*'
providesextension: sasl
pecl.php.net/pam: '*'
pecl.php.net/sasl: '*'
ext:
ctype: '*'
ftp: '*'
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
],
"version": "2.2.3",
"time": "2017-11-11",
"time": "2018-02-15",
"repositories": [
{
"type": "pear",
Expand Down Expand Up @@ -60,4 +60,4 @@
"Horde_Auth": "lib/"
}
}
}
}
9 changes: 6 additions & 3 deletions doc/Horde/Auth/CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
----------
v2.2.3-git
----------
------
v2.2.3
------

[rla] Add Cascading Authentication driver.
[rla] Add Mock Authentication driver.


------
Expand Down
4 changes: 3 additions & 1 deletion doc/Horde/Auth/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
license:
identifier: LGPL-2.1
uri: http://www.horde.org/licenses/lgpl21
notes:
notes: |
[rla] Add Cascading Authentication driver.
[rla] Add Mock Authentication driver.
2.2.2:
api: 2.2.0
state:
Expand Down
Loading