Skip to content

Commit e8bdadb

Browse files
committed
Update version in README and exclude vendors in PhpUnit suite
1 parent 3d2463b commit e8bdadb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Provides support of **ENUM type** for Doctrine in Symfony applications.
3030

3131
### Install via Composer
3232

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

3535
### Register the bundle
3636

phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<exclude>
2525
<directory>./Resources</directory>
2626
<directory>./Tests</directory>
27+
<directory>./vendor</directory>
2728
</exclude>
2829
</whitelist>
2930
</filter>

0 commit comments

Comments
 (0)