ztec / adLDAP

adLDAP
GNU Lesser General Public License v2.1
7 stars 6 forks source link

Newer adldap versions available, please update. #2

Closed h4cc closed 9 years ago

h4cc commented 11 years ago

Newest adldap version is 4.0.4: http://adldap.sourceforge.net/download.php

samwilson commented 10 years ago

The latest version is now available on Github: https://github.com/Rich2k/adLDAP

Wirone commented 9 years ago

Edit:

@h4cc I've created fixed fork of v4.0.4 which contains composer.json and it can be used as replacement while main repo is not ready.


@samwilson no, v4.0.4 is not available because it does not contain composer.json. There is tag of course, but it will fail during install like:

$ composer update -v
Loading composer repositories with package information
Reading composer.json of adldap/adldap (v4.0.4)
Skipped tag v4.0.4, no composer file
Reading composer.json of adldap/adldap (master)
Importing branch master (dev-master)
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested package adldap/adldap could not be found in any version, there may be a typo in the package name.

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.

Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

Note:

"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/adldap/adLDAP"
    }
],
"require": {
    "php": ">=5.3.2",
    "adldap/adLDAP": "4.0.4"
}
ztec commented 9 years ago

As discussed in #5 , this repository wont be updated. I hope you will be able to use some "fixed" version soon.

ztec commented 9 years ago

Please continue discussion on #5