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
7a3cd2728c4b0c9db1b6bcea411f8df87b69ecd3
Authored by
Mihail
2015-10-26 12:04:39 +0200
1 parent
c79447fd
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 @
7a3cd27
...
...
@@ -18,7 +18,7 @@
18
18
},
19
19
"autoload": {
20
20
"psr-4": {
21
- "yii\\multiparser\\": "
artweb\\yii2-multiparser\\
lib\"
21
+ "yii\\multiparser\\": "
lib\"
22
22
}
23
23
}
24
24
}
...
...