Skip to content

Commit 91acf60

Browse files
author
Bennett Black
committed
WIP
Update readme.md Update composer dependencies
1 parent 979c753 commit 91acf60

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[<img src="https://banners.beyondco.de/db2-driver.png?theme=dark&packageManager=composer+require&packageName=bwicompanies%2Fdb2-driver&pattern=bankNote&style=style_1&description=DB2+for+IBM+iSeries+connectivity+for+Laravel&md=1&showWatermark=0&fontSize=100px&images=server&widths=auto"/>]()
22

33
# DB2 for IBM iSeries Laravel Driver
4-
This package allows you to use Laravel's query builder and eloquent with DB2 for IBM iSeries by extending the Illuminate Database component of the laravel framework. Originally forked from [cooperl22/laravel-db2](https://github.com/cooperl22/laravel-db2).
4+
This package allows you to use Laravel's query builder and eloquent with DB2 for IBM iSeries by extending the Illuminate Database component of the Laravel framework. Originally forked from [cooperl22/laravel-db2](https://github.com/cooperl22/laravel-db2).
55

66
## Requirements
77
- PHP PDO_ODBC extension

composer.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,17 @@
1818
"require": {
1919
"php": "^8.1",
2020
"spatie/laravel-package-tools": "^1.13.0",
21-
"illuminate/contracts": "^9.0",
22-
"illuminate/support": "^7|^8.67|^9",
23-
"illuminate/database": "^7|^8.67|^9"
21+
"illuminate/contracts": "^8|^9",
22+
"illuminate/support": "^8|^9",
23+
"illuminate/database": "^8|^9"
2424
},
2525
"require-dev": {
2626
"laravel/pint": "^1.0",
2727
"nunomaduro/collision": "^6.0",
2828
"orchestra/testbench": "^7.0",
2929
"pestphp/pest": "^1.21",
3030
"pestphp/pest-plugin-laravel": "^1.1",
31-
"phpunit/phpunit": "^9.5",
32-
"spatie/laravel-ray": "^1.26"
31+
"phpunit/phpunit": "^9.5"
3332
},
3433
"autoload": {
3534
"psr-4": {

0 commit comments

Comments
 (0)