Skip to content

Commit 0daf149

Browse files
committed
Set composer include path to keep other packages working
1 parent 43a8760 commit 0daf149

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
"autoload": {
3737
"classmap": ["Net/URL2.php"]
3838
},
39+
"include-path": [
40+
"./"
41+
],
3942
"extra": {
4043
"branch-alias": {
4144
"dev-master": "2.2.x-dev"

0 commit comments

Comments
 (0)