
 Peter Barney - 2021-06-09 00:11:46
 
Running 
  composer require d3yii2/d3printer "*"
Returns this:
  Problem 1
    - Root composer.json requires d3yii2/d3printer *, found d3yii2/d3printer[dev-main, dev-develop] but it does not match your minimum-stability.
Receiving the following error (among many similar errors):
So if I run this instead:
  composer require d3yii2/d3printer:dev-main
I get this:
  Your requirements could not be resolved to an installable set of packages.
  Problem 1
    - yiisoft/yii2[2.0.0, ..., 2.0.6] require bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> could not be found in any version
    ...etc...
    - yiisoft/yii2[2.0.36, ..., 2.0.42.1] require bower-asset/jquery 3.5.*@stable | 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> could not be found in any version