Marks fork as 2.0.0.

This commit is contained in:
Pierre Lannoy 2024-03-30 16:44:38 +01:00
commit 8d8de4a2b0
Signed by: Pierre Lannoy
GPG key ID: D27231EF87D53F31
81 changed files with 1921 additions and 3954 deletions

View file

@ -92,7 +92,7 @@ This will result in the following Flux function part:
### Advanced example
```php
use Arendsen\FluxQueryBuilder\Type\FnType;
use Hosterra\FluxBuilder\Type\FnType;
->addAggregateWindow(
'20s',

View file

@ -33,7 +33,7 @@
### Example
```php
use Arendsen\FluxQueryBuilder\Type\MathType;
use Hosterra\FluxBuilder\Type\MathType;
```
```php