51degrees / fiftyone.pipeline.engines
51Degrees Pipeline API 的引擎功能共享库。
4.5.2.0
2024-05-16 19:26 UTC
Requires
- php: >=7.4
- 51degrees/fiftyone.pipeline.core: 4.*
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.39
- phpstan/phpstan: ^1.10
- phpunit/phpunit: *
- dev-main
- 4.5.2.0
- 4.5.1.0
- 4.5.0.0
- 4.4.22.0
- 4.4.21.0
- 4.4.20.0
- 4.4.19.0
- 4.4.18.0
- 4.4.17.0
- 4.4.16.0
- 4.4.15.0
- 4.4.14.0
- 4.4.13.0
- 4.4.12.0
- 4.4.11.0
- 4.4.10.0
- 4.4.9.0
- 4.4.8.0
- 4.4.7.0
- 4.4.6.0
- 4.4.5.0
- 4.4.4.0
- 4.4.3.0
- 4.4.2
- 4.4.1
- 4.4.0
- 4.3.5
- 4.3.4
- 4.3.3
- 4.3.2
- 4.3.1
- 4.3.0
- 4.2.1+3
- 4.2.0
- 4.1.0
- 4.1.0-beta.7+1
- 4.1.0-beta.6+1
- 4.1.0-beta.5+1
- v4.1.0-beta0002
- dev-copyright-update
This package is auto-updated.
Last update: 2024-09-16 20:31:45 UTC
README
简介
此项目包含 PHP 实现的 51Degrees Pipeline API 的 'engines' 功能的源代码。
测试
要在此存储库中运行测试,请确保已安装 PHPUnit,然后在此存储库的根目录中调用
phpunit --fail-on-warning --display-warnings --log-junit test-results.xml
开发
当对 pipeline.php.engines
存储库进行更改时,可能需要链接到本地开发版本的 pipeline 依赖项。有关信息,请参阅 Composer 本地路径。
例如,如果本地存储了 51degrees/fiftyone.pipeline.core
的开发版本,则位置将通过以下方式添加
"repositories": [
{
"type": "path",
"url": "../../path/to/packages/pipeline-php-core"
}
]
然后,依赖项更改为
"51degrees/fiftyone.pipeline.core": "*"