Skip to content

Commit

Permalink
Added note in README about the master and develop branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphoting committed Nov 30, 2012
1 parent 1254c17 commit 4d488ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ heroku config:add PATH="/app/vendor/bin:/app/local/bin:/app/vendor/nginx/sbin:/a

Push deploy your app and you should see Nginx, mcrypt, and PHP being bundled.

**Note**: There are two branches in this buildpack, `master` and `develop`.
The former is the default and the latter has more recently released versions of upstream software.
To select the `develop` branch, append `#develop` to the buildpack URL above, without any spaces.

### Declaring Dependencies using Composer
[Composer][] is the de facto dependency manager for PHP, similar to Bundler in Ruby.

Expand Down

0 comments on commit 4d488ad

Please sign in to comment.