PHP (Composer) support for dependabot-core
.
-
Install native helpers
$ export DEPENDABOT_NATIVE_HELPERS_PATH=$PWD/helpers/install-dir $ helpers/v1/build $ helpers/v2/build
Note: We expect Composer v1 to be available as
composer
, you can skiphelpers/v1/build
if you are working on the latest version, but some test may fail. -
Install Ruby dependencies
$ bundle install
-
Run tests
$ bundle exec rspec spec