Skip to content

Commit

Permalink
Merge pull request #1122 from wagnert/1.1
Browse files Browse the repository at this point in the history
Add Doctrine like LDAP integration (see https://github.com/appserver-io/ldap)
  • Loading branch information
wagnert committed May 21, 2019
2 parents 2a5be73 + 992c10c commit 48146f4
Show file tree
Hide file tree
Showing 17 changed files with 1,800 additions and 178 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
# Version 1.1.21

## Bugfixes

* Fixed #1120

## Features

* Add Doctrine like LDAP integration (see https://github.com/appserver-io/ldap)

# Version 1.1.20

## Bugfixes
Expand Down
3 changes: 3 additions & 0 deletions UPGRADE-1.1.21.md
@@ -0,0 +1,3 @@
# Upgrade from 1.1.20 to 1.1.21

Updating from 1.1.20 to 1.1.21 doesn't have any impacts. Please read the apropriate UPGRADE-1.x.x files for updates from older versions to 1.1.20.
2 changes: 1 addition & 1 deletion build.default.properties
Expand Up @@ -8,7 +8,7 @@
;--------------------------------------------------------------------------------

; ---- Module Release Settings --------------------------------------------------
release.version = 1.1.20
release.version = 1.1.21
release.name = Iron Knight

; ---- PHPCPD Settings ----------------------------------------------------------
Expand Down
2 changes: 2 additions & 0 deletions composer.json
Expand Up @@ -11,6 +11,7 @@
"react/socket-client": "0.5.0",
"doctrine/orm": "2.5.*",
"league/event": "2.1.*",
"symfony/ldap": "3.4.7",
"symfony/var-dumper": "3.4.7",
"zendframework/zend-diactoros" : "1.4.*",
"appserver-io-psr/di": "3.0.*",
Expand All @@ -28,6 +29,7 @@
"appserver-io/rmi": "3.2.*",
"appserver-io/http": "2.2.*",
"appserver-io/lang": "3.0.*",
"appserver-io/ldap": "2.0.*",
"appserver-io/logger": "2.0.*",
"appserver-io/fastcgi" : "2.0.*",
"appserver-io/storage": "2.0.*",
Expand Down

0 comments on commit 48146f4

Please sign in to comment.