Skip to content

Commit

Permalink
Updated domain
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmarotta committed Dec 10, 2019
1 parent dd1903b commit b69fbd1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# AdoLDAP

[![Latest Stable Version](https://poser.pugx.org/codecrafting-net/adoldap/v/stable)](https://packagist.org/packages/codecrafting-net/adoldap)
[![License](https://poser.pugx.org/codecrafting-net/adoldap/license)](https://packagist.org/packages/codecrafting-net/adoldap)
[![Downloads](https://poser.pugx.org/codecrafting-net/adoldap/downloads)](https://packagist.org/packages/codecrafting-net/adoldap)
[![Latest Stable Version](https://poser.pugx.org/codecrafting-io/adoldap/v/stable)](https://packagist.org/packages/codecrafting-io/adoldap)
[![License](https://poser.pugx.org/codecrafting-io/adoldap/license)](https://packagist.org/packages/codecrafting-io/adoldap)
[![Downloads](https://poser.pugx.org/codecrafting-io/adoldap/downloads)](https://packagist.org/packages/codecrafting-net/adoldap)

## Summary

Expand Down Expand Up @@ -51,7 +51,7 @@ In another words, now you can create web applications that to search through LDA
The AdoLDAP only works on Windows, because COM extensions is the way to use ADODB, since ADO is a Windows only. To install AdoLDAP use the following command

```sh
composer require codecrafting-net/adoldap
composer require codecrafting-io/adoldap
```

## Configuration
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "codecrafting-net/adoldap",
"name": "codecrafting-io/adoldap",
"type": "library",
"description": "A PHP seamless way to search on the Active Directory with ADO and LDAP",
"keywords": ["ldap", "ado", "adsi", "adodb", "ldap-sso"],
"license": "MIT",
"support": {
"docs": "https://github.com/codecrafting-net/adoldap/blob/master/README.md",
"issues": "https://github.com/codecrafting-net/adoldap/issues",
"source": "https://github.com/codecrafting-net/adoldap",
"email": "contact@codecrafting.net"
"docs": "https://github.com/codecrafting-io/adoldap/blob/master/README.md",
"issues": "https://github.com/codecrafting-io/adoldap/issues",
"source": "https://github.com/codecrafting-io/adoldap",
"email": "contact@codecrafting.io"
},
"authors": [
{
"name": "Lucas Marotta",
"email": "lucas.marotta@codecrafting.net"
"email": "lucas.marotta@codecrafting.io"
}
],
"require": {
Expand Down

0 comments on commit b69fbd1

Please sign in to comment.