Browse Source

Misc updates

pull/99/head
Graham Campbell 11 years ago
parent
commit
66cc6bd125
  1. 1
      .gitignore
  2. 2
      README.md
  3. 1
      composer.json

1
.gitignore

@ -1,6 +1,5 @@
/bootstrap/compiled.php
/vendor
composer.phar
composer.lock
.env.*.php
.env.php

2
README.md

@ -21,7 +21,7 @@ The move from Bootstrap CMS 0.7 to 0.8 will require you to clear out all your co
## Installation
[PHP](https://php.net) 5.4.7+ or [HHVM](http://hhvm.com) 3.1+, a database server, and [Composer](https://getcomposer.org) are required.
[PHP](https://php.net) 5.4+ or [HHVM](http://hhvm.com) 3.2+, a database server, and [Composer](https://getcomposer.org) are required.
1. There are 3 ways of grabbing the code:
* Use GitHub: simply download the zip on the right of the readme

1
composer.json

@ -42,6 +42,7 @@
"doctrine/dbal": "~2.4"
},
"suggest": {
"doctrine/dbal": "Allow renaming columns and dropping SQLite columns.",
"graham-campbell/cloudflare": "Integration with CloudFlare.",
"pda/pheanstalk": "Enables the beanstalk connector.",
"aws/aws-sdk-php": "Enables the aws connector.",

Loading…
Cancel
Save