Skip to content

Expensify/Bedrock-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bedrock-PHP

This is a library to interact with Bedrock

Publishing Your Changes

When you want to publish a new version:

  1. Create a new branch
  2. Commit your changes
  3. Update /composer.json to have the new version number and commit those changes as well
  4. Tag your branch with the new version number, for example git tag 1.0.4
  5. Push you branch to the remote git push origin HEAD --tags
  6. Create a PR and assign it to someone for review