event-engine / php-inspectio-graph-ml
PHP GraphML for InspectIO
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-10-27 18:47:23 UTC
README
PHP GraphML for InspectIO.
Installation
You have to add the following definition to your composer.json
file due this issue.
"repositories": [
{
"type": "vcs",
"url": "https://github.com/sandrokeil/graphml"
}
]
$ composer require event-engine/php-inspectio-graph-ml