mirror of
https://github.com/silverstripe/silverstripe-postgresql
synced 2024-10-22 17:05:45 +02:00
Alias dev-master as 1.2
Include composer installation instructions
This commit is contained in:
parent
f3be11732c
commit
c864f27d61
@ -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
|
||||
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user