Skip to content

Commit

Permalink
added adldap2 library and dependencies via composer
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed Jan 31, 2017
1 parent 87fcb42 commit c101de3
Show file tree
Hide file tree
Showing 255 changed files with 27,998 additions and 242 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
<delete dir="${dir.vendor}/symfony/debug/Resources/ext/tests" verbose="true"/>
<delete dir="${dir.vendor}/symfony/debug/Tests" verbose="true"/>
<delete dir="${dir.vendor}/zendframework/zendxml/tests" verbose="true"/>
<delete dir="${dir.vendor}/illuminate/support/Testing" verbose="true"/>
</target>


Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
},
"require": {

"adldap2/adldap2": "7.0.4",
"smarty/smarty": "2.6.29",
"adodb/adodb-php": "5.20.2",
"phpmailer/phpmailer": "5.2.16",
Expand Down
230 changes: 215 additions & 15 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions vendor/adldap2/adldap2/.github/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- Adldap2 Version: #.#
- PHP Version:

### Description:


### Steps To Reproduce:
5 changes: 5 additions & 0 deletions vendor/adldap2/adldap2/.scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
filter:
excluded_paths:
- examples/*
- tests/*
- src/Schemas/*
22 changes: 22 additions & 0 deletions vendor/adldap2/adldap2/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
language: php

php:
- 5.5
- 5.6
- 7.0
- 7.1

before_install: echo "extension=ldap.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini

before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction --dev

script: ./vendor/bin/phpunit

branches:
only:
- master
- v5.2
- v6.0
- v6.1
Loading

0 comments on commit c101de3

Please sign in to comment.