Skip to content

Commit

Permalink
Install PHP dependencies in the project (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN authored Sep 16, 2024
1 parent 6360628 commit 784b9e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
14 changes: 0 additions & 14 deletions integrations/php/composer.json

This file was deleted.

7 changes: 5 additions & 2 deletions integrations/php/install-driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ php --ri mongodb

# Install composer and dependencies
install_composer
php composer.phar update
php composer.phar update --working-dir=${PHPLIB_PATH}

# Allow simple-phpunit to install its own PHPUnit dependencies
php vendor/bin/simple-phpunit install
php ${PHPLIB_PATH}/vendor/bin/simple-phpunit install

# The symlink helps to include the library and tests with a simple path
ln -s ${PHPLIB_PATH}/vendor ./vendor

0 comments on commit 784b9e5

Please sign in to comment.