|
2 | 2 | "name": "cycle/database",
|
3 | 3 | "type": "library",
|
4 | 4 | "description": "DBAL, schema introspection, migration and pagination",
|
| 5 | + "keywords": ["dbal", "database", "mysql", "mssql", "sqlite", "postgresql", "orm", "sql", "query-builder"], |
5 | 6 | "license": "MIT",
|
6 | 7 | "conflict": {
|
7 | 8 | "spiral/database": "*"
|
8 | 9 | },
|
| 10 | + "homepage": "https://cycle-orm.dev", |
| 11 | + "support": { |
| 12 | + "issues": "https://github.com/cycle/database/issues", |
| 13 | + "source": "https://github.com/cycle/database", |
| 14 | + "docs": "https://cycle-orm.dev/docs", |
| 15 | + "chat": "https://discord.gg/TFeEmCs" |
| 16 | + }, |
| 17 | + "funding": [ |
| 18 | + { |
| 19 | + "type": "github", |
| 20 | + "url": "https://github.com/sponsors/roadrunner-server" |
| 21 | + } |
| 22 | + ], |
| 23 | + "authors": [ |
| 24 | + { |
| 25 | + "name": "Anton Titov (wolfy-j)", |
| 26 | + |
| 27 | + }, |
| 28 | + { |
| 29 | + "name": "Aleksei Gagarin (roxblnfk)", |
| 30 | + |
| 31 | + }, |
| 32 | + { |
| 33 | + "name": "Maksim Smakouz (msmakouz)", |
| 34 | + |
| 35 | + }, |
| 36 | + { |
| 37 | + "name": "Pavel Butchnev (butschster)", |
| 38 | + |
| 39 | + } |
| 40 | + ], |
9 | 41 | "require": {
|
10 | 42 | "php": ">=8.0",
|
11 | 43 | "ext-pdo": "*",
|
|
27 | 59 | "infection/infection": "^0.26.10",
|
28 | 60 | "mockery/mockery": "^1.5",
|
29 | 61 | "phpunit/phpunit": "^9.5",
|
30 |
| - "spiral/tokenizer": "^2.13", |
31 |
| - "vimeo/psalm": "^4.23" |
| 62 | + "spiral/tokenizer": "^2.14 | ^3.0", |
| 63 | + "vimeo/psalm": "^5.18" |
32 | 64 | },
|
33 | 65 | "autoload-dev": {
|
34 | 66 | "psr-4": {
|
|
0 commit comments