russeljo

Results 9 issues of russeljo

Installing doctrine cause conflicts with current skeleton app, so i install next versions: 1) Install ZFSkeleton app ver 3.0.3 with minimall packages 2) nextinstall doctrine-module:1.2.0 composer require doctrine/doctrine-module:1.2.0 3) next...

$ composer require doctrine/doctrine-orm-module Using version ^2.1 for doctrine/doctrine-orm-module ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to...

Need update dependecies to "zendframework/zend-session": "^2.8", now it's "zendframework/zend-session": "^2.7.1", an cause "composer install" problem. issue of zend-session https://github.com/zendframework/zend-session/issues/74 fixed in 2.8 version

it's work only if: maxItems: 1, And it cause some problem But when maxItems > 1, then dropdown is never close when i click on focused selectize-input. ___ the problem...

В общем возникла проблема с composer, в репо использовался composer 1, а сейчас composer 2 актуален и при composer install или update вылезает исключение. Помогло это решение: В файл composer.json...

Пробую запустить composer global require "fxp/composer-asset-plugin:~1.1.0" Возникает ошибка [InvalidArgumentException] Package fxp/composer-asset-plugin at version ~1.1.0 has a PHP requirement incompatible with your PHP version, PHP extensions and Comp oser version: -...

In nvagator when choose file to delete, click on "Delete" button don't work. So i need to use context menu.

Please add 2 buttons 1) expand/collapse folders; 2) auto-reveal current file

In code error - we implement interface and extend class. In code wrong. ``` interface Workable { public function work(): void; } interface Feedable { public function eat(): void; }...