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
After running this command ->composer require kartik-v/yii2-widget-fileinput "@dev". I am getting below issue .
Problem 1
- symfony/browser-kit is locked to version v4.2.4 and an update of this package was not requested.
- symfony/browser-kit v4.2.4 requires php ^7.1.3 -> your php version (8.1.17) does not satisfy that requirement.
Problem 2
- codeception/lib-innerbrowser is locked to version 1.5.1 and an update of this package was not requested.
- codeception/lib-innerbrowser 1.5.1 requires symfony/browser-kit >=2.7 <6.0 -> satisfiable by symfony/browser-kit[v4.2.4].
- symfony/browser-kit v4.2.4 requires php ^7.1.3 -> your php version (8.1.17) does not satisfy that requirement.
The text was updated successfully, but these errors were encountered:
After running this command ->composer require kartik-v/yii2-widget-fileinput "@dev". I am getting below issue .
Problem 1
- symfony/browser-kit is locked to version v4.2.4 and an update of this package was not requested.
- symfony/browser-kit v4.2.4 requires php ^7.1.3 -> your php version (8.1.17) does not satisfy that requirement.
Problem 2
- codeception/lib-innerbrowser is locked to version 1.5.1 and an update of this package was not requested.
- codeception/lib-innerbrowser 1.5.1 requires symfony/browser-kit >=2.7 <6.0 -> satisfiable by symfony/browser-kit[v4.2.4].
- symfony/browser-kit v4.2.4 requires php ^7.1.3 -> your php version (8.1.17) does not satisfy that requirement.
The text was updated successfully, but these errors were encountered: