# UPGRADE GUIDE

## Upgrade from 10.x to 11.x

1. Update the composer.json file and change the version of the package to `^11.0`:

```json
"require": {
    "yajra/laravel-datatables-export": "^11.0"
}
```

2. Run `composer update` to update the package.
