Skip to content

Commit

Permalink
Update version in README and exclude vendors in PhpUnit suite
Browse files Browse the repository at this point in the history
  • Loading branch information
fre5h committed Mar 1, 2015
1 parent 3d2463b commit e8bdadb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Provides support of **ENUM type** for Doctrine in Symfony applications.

### Install via Composer

```php composer.phar require fresh/doctrine-enum-bundle='v3.1'```
```php composer.phar require fresh/doctrine-enum-bundle='v3.2'```

### Register the bundle

Expand Down
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<exclude>
<directory>./Resources</directory>
<directory>./Tests</directory>
<directory>./vendor</directory>
</exclude>
</whitelist>
</filter>
Expand Down

0 comments on commit e8bdadb

Please sign in to comment.