Skip to content

Commit 864908d

Browse files
author
TOL EDV
committed
change Readme to TOL setting
1 parent 4f2177b commit 864908d

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Adds an Sybase driver to Laravel 5.7 and above (tested with 5.7, 6.0 and 7.0) us
44

55
## Attention
66
The latest version only works with Laravel 5.7 and higher. For lower
7-
version use [version 1.4.1](https://github.com/emericklaw/laravel-sqlanywhere/tree/v1.4.1).
7+
version use [version 1.4.1](https://github.com/divolution/laravel-sqlanywhere/tree/v1.4.1).
88

99

1010
## Todo
@@ -15,41 +15,41 @@ version use [version 1.4.1](https://github.com/emericklaw/laravel-sqlanywhere/tr
1515

1616
## Installation
1717

18-
Add `emericklaw/laravel-sqlanywhere` as a requirement to `composer.json`:
18+
Add `divolution/laravel-sqlanywhere` as a requirement to `composer.json`:
1919

2020
```javascript
2121
{
2222
"require": {
2323
...
24-
"emericklaw/sql-anywhere-client": "dev-master",
25-
"emericklaw/laravel-sqlanywhere": "dev-master"
24+
"divolution/sql-anywhere-client": "dev-master",
25+
"divolution/laravel-sqlanywhere": "dev-master"
2626
},
2727
"repositories": [
2828
{
2929
"type": "package",
3030
"package": {
31-
"name": "emericklaw/sql-anywhere-client",
31+
"name": "divolution/sql-anywhere-client",
3232
"version": "dev-master",
3333
"dist": {
34-
"url": "https://github.com/emericklaw/sql-anywhere-client/zipball/master",
34+
"url": "https://github.com/divolution/sql-anywhere-client/zipball/master",
3535
"type": "zip"
3636
},
3737
"autoload": {
38-
"psr-0": { "emericklaw": "src/" }
38+
"psr-0": { "divolution": "src/" }
3939
}
4040
}
4141
},
4242
{
4343
"type": "package",
4444
"package": {
45-
"name": "emericklaw/laravel-sqlanywhere",
45+
"name": "divolution/laravel-sqlanywhere",
4646
"version": "dev-master",
4747
"dist": {
48-
"url": "https://github.com/emericklaw/laravel-sqlanywhere/zipball/master",
48+
"url": "https://github.com/divolution/laravel-sqlanywhere/zipball/master",
4949
"type": "zip"
5050
},
5151
"autoload": {
52-
"psr-0": { "emericklaw\\SQLAnywhere": "src/" }
52+
"psr-0": { "divolution\\SQLAnywhere": "src/" }
5353
}
5454
}
5555
}
@@ -66,7 +66,7 @@ Open up `config/app.php` and find the providers key towards the bottom.
6666

6767
Add the following to the list of providers:
6868
```php
69-
emericklaw\SQLAnywhere\SQLAnywhereServiceProvider::class,
69+
divolution\SQLAnywhere\SQLAnywhereServiceProvider::class,
7070
```
7171

7272
You won't need to add anything to the aliases section.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"php": ">=7.1",
1414
"illuminate/support": ">=5.7",
1515
"illuminate/database": ">=5.7",
16-
"emericklaw/sql-anywhere-client": "^2.0.0"
16+
"divolution/sql-anywhere-client": "^2.0.0"
1717
},
1818
"require-dev": {
1919
"orchestra/testbench": "3.7.*",

0 commit comments

Comments
 (0)