Skip to content

Commit

Permalink
updated version in Readme, updated links to PSRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Dubuisson committed Jul 13, 2017
1 parent 8018d6f commit 0b5085e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Create or edit a `composer.json` file in the root of your SilverStripe project,
```json
{
"require": {
"heyday/silverstripe-hashpath": "^2.0.0"
"heyday/silverstripe-hashpath": "^3.0.0"
}
}
```
Expand Down Expand Up @@ -103,12 +103,11 @@ From the command line:




## Contributing

### Code guidelines

This project follows the standards defined in:

* [PSR-1](https://github.com/pmjones/fig-standards/blob/psr-1-style-guide/proposed/PSR-1-basic.md)
* [PSR-2](https://github.com/pmjones/fig-standards/blob/psr-1-style-guide/proposed/PSR-2-advanced.md)
* [PSR-1](http://www.php-fig.org/psr/psr-1/)
* [PSR-2](http://www.php-fig.org/psr/psr-1/)

0 comments on commit 0b5085e

Please sign in to comment.