event-engine / php-inspectio-graph-ml
InspectIO 的 PHP GraphML
dev-master
2020-11-27 10:10 UTC
Requires
- php: ^7.3 || ^8.0
- ext-json: *
- event-engine/php-inspectio-graph: ^0.2.0
- graphp/graph: ^0.9.1
- graphp/graphml: dev-feature/use-graphp-package
Requires (Dev)
- open-code-modeling/php-code-generator: ^0.2.0
- phpspec/prophecy-phpunit: ^2.0
- phpstan/phpstan: ^0.12.33
- phpstan/phpstan-strict-rules: ^0.12.4
- phpunit/phpunit: ^9.2.6
- prooph/php-cs-fixer-config: ^0.3
- roave/security-advisories: dev-master
Suggests
- open-code-modeling/php-code-generator: To use the static factory methods of Transformator classes for Code Generator workflow configuration
Conflicts
This package is auto-updated.
Last update: 2024-08-27 18:35:00 UTC
README
InspectIO 的 PHP GraphML。
安装
由于此 问题,您需要将以下定义添加到您的 composer.json
文件中。
"repositories": [
{
"type": "vcs",
"url": "https://github.com/sandrokeil/graphml"
}
]
$ composer require event-engine/php-inspectio-graph-ml