Skip to content

Commit 3f394e7

Browse files
authored
Merge pull request #59 from codebar-ag/feature-readme
Updated readme.md
2 parents 7e6e5c1 + e9bb17e commit 3f394e7

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 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.*`
@@ -248,8 +254,8 @@ $paginator = DocuWare::search()
248254
->page(2)
249255
->perPage(30)
250256
->fulltext('My secret document')
251-
->dateFrom(Carbon::create(2021, 3, 1))
252-
->dateUntil(Carbon::create(2021, 4, 1))
257+
->filterDate('DWSTOREDATETIME','>=',Carbon::create(2021, 3, 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)