Alias dev-master as 1.2

Include composer installation instructions
This commit is contained in:
Damian Mooyman 2014-07-11 09:35:34 +12:00
parent f3be11732c
commit c864f27d61
2 changed files with 12 additions and 8 deletions

View File

@ -15,7 +15,8 @@
## Installation
1. Extract the contents so they reside as a **postgresql** directory inside your SilverStripe project code
1. Install via composer `composer require silverstripe/postgresql 1.2.*-dev` or extract the contents
so they reside as a `postgresql` directory inside your SilverStripe project code
2. Open the installer by browsing to install.php, e.g. http://localhost/silverstripe/install.php
3. Select PostgreSQL in the database list and enter your database details

View File

@ -4,14 +4,17 @@
"type": "silverstripe-module",
"keywords": ["silverstripe", "postgresql", "database"],
"authors": [
{
"name": "Sam Minnée",
"email": "sam@silverstripe.com"
}
{
"name": "Sam Minnée",
"email": "sam@silverstripe.com"
}
],
"require":
{
"require": {
"silverstripe/framework": "~3.2"
},
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
}
}