Skip to content

Commit 2adc7e7

Browse files
committed
Switch service provider
1 parent 8a0639b commit 2adc7e7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For more information, visit that [repo](https://github.com/jamesiarmes/php-ews/)
2323
Add the package to your composer.json and run composer update.
2424
```json
2525
"require": {
26-
"adeboyed/laravel-ews-driver": "~1.1"
26+
"adeboyed/laravel-ews-driver": "~1.1.1"
2727
},
2828
```
2929

@@ -45,7 +45,7 @@ Add the Exchange service provider in config/app.php:
4545
Add the package to your composer.json and run composer update.
4646
```json
4747
"require": {
48-
"adeboyed/laravel-ews-driver": "~1.1"
48+
"adeboyed/laravel-ews-driver": "~1.1.1"
4949
},
5050
```
5151

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"extra": {
3030
"laravel": {
3131
"providers": [
32-
"Adeboyed\\LaravelExchangeDriver\\ExchangeAddedServiceProvider"
32+
"Adeboyed\\LaravelExchangeDriver\\ExchangeServiceProvider"
3333
]
3434
}
3535
}

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)