Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Declaration of Nextras\Datagrid\Datagrid::redrawControl(..) must be compatible with Nette\Application\UI\Control::redrawControl(..) #2

Open
Hologos opened this issue Aug 14, 2020 · 0 comments

Comments

@Hologos
Copy link

Hologos commented Aug 14, 2020

Hi,

version of nextras/datagrid defined in composer.json is not compatible with nette/forms@v2.4.10. I had to change it to ~3.0 to satisfy "nette/application": "~2.4".

FYI, this is the output of composer.

$ composer install
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 17 installs, 0 updates, 0 removals
  - Installing nette/utils (v2.5.4): Downloading (100%)
  - Installing nette/neon (v3.0.1): Downloading (100%)
  - Installing nette/php-generator (v3.4.1): Loading from cache
  - Installing nette/di (v2.4.16): Downloading (100%)
  - Installing nette/bootstrap (v2.4.6): Downloading (100%)
  - Installing nette/finder (v2.5.2): Downloading (100%)
  - Installing nette/caching (v2.5.9): Downloading (100%)
  - Installing nette/database (v2.4.10): Downloading (100%)
  - Installing nette/robot-loader (v2.4.4): Downloading (100%)
  - Installing tracy/tracy (v2.6.8): Downloading (100%)
  - Installing latte/latte (v2.8.1): Loading from cache
  - Installing nette/http (v2.4.11): Downloading (100%)
  - Installing nette/component-model (v2.4.0): Downloading (100%)
  - Installing nette/forms (v2.4.10): Downloading (100%)
  - Installing nette/reflection (v2.4.2): Downloading (100%)
  - Installing nette/application (v2.4.15): Downloading (100%)
  - Installing nextras/datagrid (v3.0.x-dev f76418c): Cloning f76418cc1a from cache
nette/php-generator suggests installing nikic/php-parser (to use ClassType::withBodiesFrom() & GlobalFunction::withBodyFrom())
tracy/tracy suggests installing https://nette.org/donate (Please support Tracy via a donation)
nette/http suggests installing nette/security (allows use Nette\Http\UserStorage)
Package nette/reflection is abandoned, you should avoid using it. No replacement was suggested.
Writing lock file
Generating autoload files
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant