Skip to content

Commit a36e024

Browse files
committed
Fix class loading errors in global installation
1 parent 5098408 commit a36e024

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Coverage change log
33

44
## ?.?.? / ????-??-??
55

6+
## 0.3.1 / 2018-09-23
7+
8+
* Fixed class loading errors in global installation - @thekid
9+
610
## 0.3.0 / 2018-09-21
711

812
* Merged PR #4: Coverage details

class.pth

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
src/main/php
22
src/test/php
3-
?vendor/autoload.php
3+
?vendor/autoload.php
4+
?../../autoload.php

0 commit comments

Comments
 (0)