Skip to content

Commit 610b7a4

Browse files
committed
Update README
1 parent 03ea188 commit 610b7a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ 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.4"
20+
"cooperl/laravel-db2": "~5.5"
2121
}
2222
```
2323
Use [composer](http://getcomposer.org) to install this package.
@@ -29,7 +29,7 @@ $ composer update
2929
There are two ways to configure laravel-db2. You can choose the most convenient way for you. You can put your DB2 credentials into ``app/config/database.php`` (option 1) file or use package config file which you can generate through command line by artisan (option 2).
3030

3131
Please check appropriate specific DSN parameters for your connection.
32-
For instance here are the ODBC keywords for IBMi
32+
For instance here are the ODBC keywords for IBMi
3333
https://www.ibm.com/support/knowledgecenter/fr/ssw_ibm_i_73/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
@@ -123,7 +123,7 @@ Simply add this code at the end of your ``app/config/database.php`` file:
123123
]
124124
],
125125

126-
```
126+
```
127127
driver setting can be:
128128
- 'db2_ibmi_odbc' for IBMi ODBC connection
129129
- 'db2_ibmi_ibm' for IBMi PDO_IBM connection

0 commit comments

Comments
 (0)