Skip to content

Commit

Permalink
Add composer cli command to require the package
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaudDauce committed Dec 5, 2016
1 parent d1711b6 commit 8619ff8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Provides Common Postgres Types for Doctrine

Provides Doctrine Type classes for common postgres types

### Installation

```bash
composer require opensoft/doctrine-postgres-types
```

### Usage

#### Using with Symfony2 Doctrine Configuration

# Doctrine Configuration
Expand Down Expand Up @@ -41,6 +49,6 @@ Provides Doctrine Type classes for common postgres types
Type::addType('inet', "Doctrine\\DBAL\\PostgresTypes\\InetType");
Type::addType('macaddr', "Doctrine\\DBAL\\PostgresTypes\\MacAddrType");

#### License
### License

Licensed under the MIT License

0 comments on commit 8619ff8

Please sign in to comment.