Skip to content

Commit e85f490

Browse files
committed
fix composer autoload and readme
1 parent 79f2eab commit e85f490

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ Publishing the config file and migrate
1010
`php artisan migrate`
1111

1212
### 3. In Bitrix24
13-
Register local application with redirect URI `/bitrix-redirect-uri`
14-
Redirect URI is optional.
13+
Register local application with redirect URI `/bitrix-redirect-uri`. Redirect URI is optional.
1514

1615
### 4. Edit .env
1716
.env example

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,10 @@
2020
"Vipblogger\\Bitrix24DI\\Bitrix24DIServiceProvider"
2121
]
2222
}
23+
},
24+
"autoload": {
25+
"psr-4": {
26+
"Vipblogger\\Bitrix24DI\\": "src"
27+
}
2328
}
2429
}

0 commit comments

Comments
 (0)