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
c79447fd843024c9544994274b8224ac443f623b
Authored by
Mihail
2015-10-26 11:56:09 +0200
1 parent
cfb27c7f
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 @
c79447f
...
...
@@ -18,7 +18,7 @@
18
18
},
19
19
"autoload": {
20
20
"psr-4": {
21
- "
artweb\\yii2-multiparser\\lib\\": "
"
21
+ "
yii\\multiparser\\": "artweb\\yii2-multiparser\\lib\\
"
22
22
}
23
23
}
24
24
}
...
...