yiisoft / demo

Yii 3 demo application
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
318 stars 134 forks source link

Fixed `schema-providers` configuration #608

Closed msmakouz closed 8 months ago

msmakouz commented 8 months ago
Q A
Is bugfix? ✔️
New feature?
Breaks BC?
  1. Changed namespaces in the configuration file of the yiisoft/yii-cycle package. Related to: https://github.com/yiisoft/yii-cycle/pull/186
  2. Added stable version of yiisoft/hydrator-validator. To fix dependency installation error:
 Problem 1
    - Root composer.json requires yiisoft/input-http dev-master -> satisfiable by yiisoft/input-http[dev-master].
    - yiisoft/input-http dev-master requires yiisoft/hydrator-validator ^1.0 -> found yiisoft/hydrator-validator[1.0.0] but it conflicts with your root composer.json require (dev-master).
  Problem 2
    - yiisoft/input-http dev-master requires yiisoft/hydrator-validator ^1.0 -> found yiisoft/hydrator-validator[1.0.0] but it conflicts with your root composer.json require (dev-master).
    - yiisoft/yii-gii dev-master requires yiisoft/input-http dev-master -> satisfiable by yiisoft/input-http[dev-master].
    - Root composer.json requires yiisoft/yii-gii dev-master -> satisfiable by yiisoft/yii-gii[dev-master].
what-the-diff[bot] commented 8 months ago

PR Summary

samdark commented 8 months ago

Any idea why it fails all the tests?

msmakouz commented 8 months ago

Any idea why it fails all the tests?

I saw that in the last commit in the master branch they also failed: https://github.com/yiisoft/demo/actions/runs/7457198377/job/20289006750 and did not pay attention to them. I'll take a look.

msmakouz commented 8 months ago

Fixed by: https://github.com/yiisoft/demo/pull/610