Skip to content

Commit aaa17e7

Browse files
committed
added Laravel compatibility notes
1 parent 043d880 commit aaa17e7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ This package is built and maintained by [Gearbox Solutions](https://gearboxgo.co
2424
* Running scripts
2525
* And more!
2626

27+
## Supported Laravel Versions
28+
We support the [currently supported versions of Laravel](https://laravel.com/docs/master/releases). Earlier versions of Laravel may be compatible, but could be dropped in the future if incompatible changes are required.
29+
2730
## What's new in 2.0
2831
* Added support for Laravel 11
29-
* Dropped support for Laravel 9
3032
* FileMaker Sessions only last for the duration of a single request to Laravel instead of being reused for 15 minutes - Cache is no longer required
3133
* Improvements to whereNot logic and implementation to make it behave more closely to what it should be
3234

@@ -35,7 +37,7 @@ Run `composer require gearbox-solutions/eloquent-filemaker:^2.0` to upgrade to t
3537

3638
#### Potential changes to your code
3739

38-
The upgrade to 2.0 should be pretty seamless for most use cases.
40+
The upgrade to 2.0 should be pretty seamless for most use cases, but there are two minor changes to be aware of which could affect uncommon use cases. These cases are described below.
3941

4042

4143
##### Changes to session management

0 commit comments

Comments
 (0)