Bonsoir,

Je reçois un message d'erreur quand je fais un : composer require orm-fixtures --dev

Avez vous une idée ?

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 
Using version ^3.3 for doctrine/doctrine-fixtures-bundle
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Restricting packages listed in "symfony/symfony" to "4.4.*"
Nothing to install or update
Package zendframework/zend-code is abandoned, you should avoid using it. Use laminas/laminas-code instead.
Package zendframework/zend-eventmanager is abandoned, you should avoid using it. Use laminas/laminas-eventmanager instead.
Generating autoload files
ocramius/package-versions: Generating version class...
ocramius/package-versions: ...done generating version class
79 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Executing script cache:clear [KO]
 [KO]
Script cache:clear returned with error code 1
!!  
!!  In ArrayNode.php line 327:
!!  
 
!!    Unrecognized option "App\Entity\User" under "security". Available options are "access_control", "access_decision_manager", "access_denied_url", "always_authenticate_before
!!    _granting", "encoders", "erase_credentials", "firewalls", "hide_user_not_found", "providers", "role_hierarchy", "session_fixation_strategy".
 
!!  
 
!!
!!
Script @auto-scripts was called via post-update-cmd
 
Installation failed, reverting ./composer.json to its original content.