arangodb-php-odm
arangodb-php-odm copied to clipboard
A new PHP ODM for ArangoDB database
**Describe the bug** ```json "require": { "php": ">=8.2", "ext-json": "*", "guzzlehttp/psr7": "^2.3", "guzzlehttp/guzzle": "^7.4", "symfony/service-contracts": "3.0.2", "symfony/event-dispatcher-contracts": "3.0.2", "symfony/deprecation-contracts": "3.0.2", "symfony/string": "6.0.10" } ``` `guzzlehttp/guzzle` has an internal dependency of...
Bumps [symfony/process](https://github.com/symfony/process) from 7.0.7 to 7.1.7. Release notes Sourced from symfony/process's releases. v7.1.7 Changelog (https://github.com/symfony/process/compare/v7.1.6...v7.1.7) security symfony/symfony#cve-2024-51736 [Process] Use PATH before CD to load the shell on Windows (@nicolas-grekas) bug...