Skip to content

Commit de8965a

Browse files
committed
Laravel 6.0 compatibility
1 parent c5aa87d commit de8965a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ It provides DB2 Connection by extending the Illuminate Database component of the
1717
Add laravel-db2 to your composer.json file:
1818
```
1919
"require": {
20-
"cooperl/laravel-db2": "~5.8"
20+
"cooperl/laravel-db2": "^6.0"
2121
}
2222
```
23-
Use [composer](http://getcomposer.org) to install this package.
23+
Use [composer](https://getcomposer.org) to install this package.
2424
```
2525
$ composer update
2626
```
@@ -30,7 +30,7 @@ There are two ways to configure laravel-db2. You can choose the most convenient
3030

3131
Please check appropriate specific DSN parameters for your connection.
3232
For instance here are the ODBC keywords for IBMi
33-
https://www.ibm.com/support/knowledgecenter/fr/ssw_ibm_i_73/rzaik/connectkeywords.htm
33+
https://www.ibm.com/support/knowledgecenter/fr/ssw_ibm_i_74/rzaik/connectkeywords.htm
3434

3535
If you encounter issues with char fields containing characters outside the invariant character set (for example: "ü") please see : https://www.ibm.com/developerworks/community/forums/html/topic?id=77777777-0000-0000-0000-000014094907
3636
For PHP applications using the UTF8 locale the workaround to prevent the extra garbage data is to set the following connection string keyword:
@@ -146,4 +146,4 @@ the same way as above
146146

147147
## Usage
148148

149-
Consult the [Laravel framework documentation](http://laravel.com/docs).
149+
Consult the [Laravel framework documentation](https://laravel.com/docs).

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.1.3",
20-
"illuminate/database": "5.8.*"
19+
"php": "^7.2",
20+
"illuminate/database": "^6.0"
2121
},
2222
"require-dev": {
2323
},

0 commit comments

Comments
 (0)