Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.59 KB

CONTRIBUTING.md

File metadata and controls

35 lines (26 loc) · 1.59 KB

Contributing

Installing

Updating

  • Update dependencies

  • composer install or composer update

  • composer dumpautoload

  • composer validate

  • BUNNY_ACCESS_KEY="***" php -f src/tests/Test.php

  • git add -A

  • git commit -m "message"

  • git push

  • git tag v0.0.1

  • git push origin v0.0.1

  • curl -XPOST -H'content-type:application/json' 'https://packagist.org/api/update-package?username=bunny-launcher&apiToken=API_TOKEN' -d'{"repository":{"url":"https://packagist.org/packages/bunny-launcher/bunny-sdk"}}'