|
7 | 7 | "authors": [ |
8 | 8 | { |
9 | 9 | "name": "Syndesi (Sören Klein)", |
10 | | - |
11 | | - "homepage": "https://syndesi.dev", |
12 | | - "role": "Developer" |
| 10 | + |
13 | 11 | } |
14 | 12 | ], |
15 | 13 | "keywords": [ |
|
19 | 17 | ], |
20 | 18 | "require": { |
21 | 19 | "php": "^8.1", |
22 | | - "syndesi/cypher-data-structures": "^0.2.0", |
23 | | - "laudis/neo4j-php-client": "^2.8", |
| 20 | + "syndesi/cypher-data-structures": "^0.3.0", |
| 21 | + "laudis/neo4j-php-client": "^3.0", |
24 | 22 | "psr/log": "^3.0", |
25 | 23 | "psr/event-dispatcher": "^1.0" |
26 | 24 | }, |
|
36 | 34 | } |
37 | 35 | }, |
38 | 36 | "require-dev": { |
39 | | - "vimeo/psalm": "^4.23", |
| 37 | + "vimeo/psalm": "^5.16", |
40 | 38 | "boesing/psalm-plugin-stringf": "^1.1", |
41 | 39 | "phpstan/phpstan": "^1.6", |
42 | 40 | "phpunit/php-code-coverage": "^9.2", |
43 | | - "infection/infection": "^0.26.10", |
| 41 | + "infection/infection": "^0.27.8", |
44 | 42 | "friendsofphp/php-cs-fixer": "^3.8", |
45 | 43 | "phpunit/phpunit": "^9.5", |
46 | 44 | "roave/no-leaks": "^1.3", |
|
69 | 67 | }, |
70 | 68 | "config": { |
71 | 69 | "allow-plugins": { |
72 | | - "infection/extension-installer": true |
| 70 | + "infection/extension-installer": true, |
| 71 | + "php-http/discovery": true |
73 | 72 | } |
74 | 73 | } |
75 | 74 | } |
0 commit comments