Skip to content

Commit 4e86bf7

Browse files
committed
Add autoload
1 parent 5b8e79a commit 4e86bf7

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

composer.json

+3-17
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,21 @@
11
{
2-
32
"name": "rsr/yii2-button-dropdown-sorter",
4-
53
"description": "Bootstrap ButtonDropdown to use as sorter in yii2",
6-
74
"keywords": ["yii2", "bootstrap", "dropdown", "sorter"],
8-
95
"type": "yii2-extension",
10-
116
"authors": [
12-
137
{
14-
158
"name": "Reza Saberi Rad",
16-
179
"email": "[email protected]"
18-
1910
}
20-
2111
],
22-
2312
"require": {
24-
2513
"yiisoft/yii2": "*",
26-
2714
"yiisoft/yii2-bootstrap": "*"
28-
2915
},
30-
3116
"autoload": {
32-
17+
"psr-4": {
18+
"rsr\\yii2\\": ""
19+
}
3320
}
34-
3521
}

0 commit comments

Comments
 (0)