Mihail
/
yii-multiparser
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
f58616d89eb50ab76845e46c3bdcd38ecb962ff2
Authored by
Mihail
2015-10-26 11:42:51 +0200
1 parent
d0261fd1
fixed namespace issue
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
composer.json
Inline
Side-by-side
composer.json
Wrap text
Show/Hide comments
View file @
f58616d
...
...
@@ -18,7 +18,7 @@
18
18
},
19
19
"autoload": {
20
20
"psr-4": {
21
- "artweb\\yii2-multiparser\\lib
": ""
21
+ "artweb\\yii2-multiparser\\lib
\\
": ""
22
22
}
23
23
}
24
24
}
...
...