Skip to content

Commit

Permalink
use the stable version of adLdap
Browse files Browse the repository at this point in the history
  • Loading branch information
ztec committed Dec 17, 2012
1 parent 1bca4d5 commit 19d2a55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
],
"require": {
"php": ">=5.2.4",
"adldap/adldap": "4.x-dev"
"adldap/adldap": "v4.0-stable"

This comment has been minimized.

Copy link
@franziskahahn

franziskahahn Dec 17, 2012

hi, since this update I receive this error:

[RuntimeException]
Could not load package ztec/security-active_directory in http://packagist.org: [UnexpectedValueException] Could not parse version constraint v4.0-stable

[UnexpectedValueException]
Could not parse version constraint v4.0-stable

Unfortunately I don't know, which of my packages needs your package. The only package I am including is predis ("predis/predis": "0.7.*")

Do you have an idea, what's the problem?
Thanks

This comment has been minimized.

Copy link
@ztec

ztec Dec 17, 2012

Author Member

Do you use the lastest version of Composer ?
The v4.0-stable is taged on packagist and on the package https://packagist.org/packages/adldap/adldap
It is required by https://packagist.org/packages/ztec/security-active_directory

I made the changes to the v4.0-stable because of the new mechanism of composer about minimum-stability requirements !

This comment has been minimized.

Copy link
@franziskahahn

franziskahahn Dec 18, 2012

Updating composer helped, thanks ;)

},
"autoload": {
"psr-0" : {
"Ztec\\Security\\ActiveDirectoryBundle" : ""
}
},
"target-dir": "Ztec/Security/ActiveDirectoryBundle"
}
}

0 comments on commit 19d2a55

Please sign in to comment.