Skip to content

Commit 4aa848a

Browse files
authored
Merge branch 'main' into update-readme-filterdate-methods
2 parents 19a8ce4 + 3f394e7 commit 4aa848a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,19 @@ then optimize the processes that power the core of your business.
2020

2121
## 🛠 Requirements
2222

23-
### > = v.1.2
23+
### > = v2.0
24+
25+
- PHP: `^8.2`
26+
- Laravel: `^9.*` || Laravel: `^10.*`
27+
- DocuWare Cloud Access
28+
-
29+
### > = v1.2
2430

2531
- PHP: `^8.1`
2632
- Laravel: `^9.*`
2733
- DocuWare Cloud Access
2834

29-
### < v.1.2
35+
### < v1.2
3036

3137
- PHP: `^8.0`
3238
- Laravel: `^8.*`
@@ -249,7 +255,7 @@ $paginator = DocuWare::search()
249255
->perPage(30)
250256
->fulltext('My secret document')
251257
->filterDate('DWSTOREDATETIME', '>=', Carbon::create(2021, 3, 1))
252-
->filterDate('DWSTOREDATETIME', '<', Carbon::create(2021, 4, 1))
258+
->filterDate('DWSTOREDATETIME','<',Carbon::create(2021, 4, 1))
253259
->filter('TYPE', 'Order')
254260
->filter('OTHER_FIELD', 'other')
255261
->orderBy('DWSTOREDATETIME', 'desc')

0 commit comments

Comments
 (0)