Skip to content

Commit 9e59f58

Browse files
author
Joshua Parker
committed
Merge branch 'develop'
2 parents 4af42eb + b072d56 commit 9e59f58

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

VERSION.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.2
1+
2.0.3

composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
"autoload": {
2424
"psr-4": {
2525
"Qubus\\Inheritance\\": ""
26-
}
26+
},
27+
"files": [
28+
"Helpers/core.php"
29+
]
2730
},
2831
"scripts": {
2932
"cs-check": "phpcs",

0 commit comments

Comments
 (0)