Hi @janchojnacki
While reviewing the module i came across one important drupa...

Contribution Date
Technology
Contribution Details

Hi @janchojnacki

While reviewing the module i came across one important drupal core version requirement, In this module you have mention core as 8.x which means the module is compatible with any Drupal8 version, but you have included devel module version >= 4 which is compatible with core 8.8 or higher, i think this would be a problem.

This module

info file: https://git.drupalcode.org/project/devel_kint_extras/-/blob/master/devel...
composer file : https://git.drupalcode.org/project/devel_kint_extras/-/blob/master/compo...

type: module
name: 'Devel Kint Extras'
description: 'Shows methods and statics available for an object when using Kint with Devel.'
core: 8.x
core_version_requirement: ^8 || ^9
package: Development
dependencies:
- devel:devel (>=4.x)

Devel module 4.x

info file: https://git.drupalcode.org/project/devel/-/blob/4.x/devel.info.yml

type: module
name: Devel
description: 'Various blocks, pages, and functions for developers.'
package: Development
core_version_requirement: ^8.8 || ^9
php: 7.2
configure: devel.admin_settings
tags:
- developer

Contribution Author
Files count
0
Patches count
0