Skip to content

Commit e49d3f8

Browse files
committed
Merge branch 'kirtangajjar-add-admin-tools-support' into develop
2 parents c471371 + 12d0586 commit e49d3f8

4 files changed

Lines changed: 280 additions & 67 deletions

File tree

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@
99
"prefer-stable": true,
1010
"autoload": {
1111
"psr-4": {
12-
"": "src/"
12+
"": "src/",
13+
"\\EE\\Model\\": "src/db/"
1314
},
14-
"files": [ "auth-command.php" ]
15+
"files": [
16+
"src/auth-utils.php",
17+
"auth-command.php"
18+
]
1519
},
1620
"extra": {
1721
"branch-alias": {

0 commit comments

Comments
 (0)