Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
robsontenorio committed Dec 3, 2024
1 parent d1798d6 commit 4014910
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ Laracaché is an InterSystems Caché database driver package for [Laravel](http:

## Quick Installation

PHP >= 8.3 and Laravel >= 9
PHP >= 8.2 and Laravel >= 11
```bash
composer require jeandormehl/laracache
```

For older Laravel versions versions require `2.2.1`
For Laravel 9 require `2.2.1`

## Environment variables

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": "^8.3|^8.4",
"php": "^8.2|^8.3|^8.4",
"illuminate/database": "^11.0",
"illuminate/support": "^11.0"
},
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4014910

Please sign in to comment.