You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates the minimum PHP version to 8.0.
Adapts the QueryObjectDataSource to breaking changes in the contributte/datagrid package.
Specifically updates namespaces and usage of DateTimeHelper.
Also updates the QueryObject usage to use the interface instead of the implementation and removes unused property and redundant phpDoc.
This ensures compatibility with newer versions of the datagrid library.