Skip to content

Commit

Permalink
Fixes autoloading
Browse files Browse the repository at this point in the history
  • Loading branch information
heiglandreas committed Apr 17, 2017
1 parent b2837a5 commit 6c90859
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.install.sh
Expand Up @@ -3,9 +3,7 @@ if [ "$TRAVIS_PHP_VERSION" = 'hhvm' ] || [ "$TRAVIS_PHP_VERSION" = 'hhvm-nightly
curl -sS https://getcomposer.org/installer > composer-installer.php
hhvm composer-installer.php
hhvm -v ResourceLimit.SocketDefaultTimeout=30 -v Http.SlowQueryThreshold=30000 composer.phar update --prefer-source
hhvm -v ResourceLimit.SocketDefaultTimeout=30 -v Http.SlowQueryThreshold=30000 composer.phar install --dev --prefer-source
else
composer self-update
composer update --prefer-source
composer install --dev --prefer-source
fi
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -15,6 +15,7 @@ before_script:
- phpenv config-add .ci/php.ini || return 0
- .ci/OpenLDAP_run.sh
- .ci/load_fixtures.sh
- composer dumpautoload


script:
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Expand Up @@ -25,9 +25,10 @@
"pear/pear": "dev-master"
},
"autoload" : {
"psr-4" : {
"Org_Heigl\\AuthLdap\\" : "./"
}
"classmap" : [
"ldap.php",
"authLdap.php"
]
},
"autoload-dev" : {
"psr-4" : {
Expand Down

0 comments on commit 6c90859

Please sign in to comment.