Closed msmakouz closed 8 months ago
Dependency Update in composer.json
The version of the "yiisoft/hydrator-validator"
dependency was updated from a less stable 'development' version to a more robust and stable "^1.0"
version. This improves stability and prevents unexpected changes in the future that could potentially break our application's functionality.
Namespace and Reference Changes in params.php
Namespaces for the PhpFileSchemaProvider
and SchemaProviderInterface
have been updated to better reflect their actual location in the project. This allows for easier navigation and understanding when working with the code.
SchemaProviderPipeline
was included using use
statement to ease access to it without specifying its full path every time.
Documentation comment used to describe the SchemaProviderPipeline
was updated to reflect the new namespace.
References were updated in commented code for the SimpleCacheSchemaProvider
. This change does not currently affect the behaviour of the code, but provides clear and accurate guidance if the commented code is searched or referenced in the future.
The reference to PhpFileSchemaProvider
in array declaration was updated to its new name fitting its new location.
Any idea why it fails all the tests?
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.
Fixed by: https://github.com/yiisoft/demo/pull/610
yiisoft/yii-cycle
package. Related to: https://github.com/yiisoft/yii-cycle/pull/186yiisoft/hydrator-validator
. To fix dependency installation error: