|
1 | 1 | {
|
2 | 2 | "name": "chillerlan/php-database",
|
3 |
| - "description": "An extensible database wrapper and query builder for PHP 7.4+", |
| 3 | + "description": "An extensible database wrapper and query builder.", |
4 | 4 | "homepage": "https://github.com/chillerlan/php-database",
|
5 | 5 | "license": "MIT",
|
6 | 6 | "type": "library",
|
|
22 | 22 | "source": "https://github.com/chillerlan/php-database"
|
23 | 23 | },
|
24 | 24 | "require": {
|
25 |
| - "php": "^8.1", |
| 25 | + "php": "^8.2", |
26 | 26 | "ext-json": "*",
|
27 | 27 | "ext-mbstring": "*",
|
28 |
| - "chillerlan/php-settings-container": "^3.0", |
29 |
| - "psr/simple-cache": "^1.0", |
| 28 | + "chillerlan/php-settings-container": "^3.2.1", |
| 29 | + "psr/simple-cache": "^1.0 || ^2.0 || ^3.0", |
30 | 30 | "psr/log": "^1.1 || ^2.0 || ^3.0"
|
31 | 31 | },
|
32 | 32 | "require-dev": {
|
33 |
| - "chillerlan/php-dotenv": "^2.1.2", |
34 |
| - "chillerlan/php-cache": "dev-main#fca6963aefb689b333c511e3807809b9f88e0c0d", |
35 |
| - "monolog/monolog": "^3.3", |
36 |
| - "phan/phan": "^5.4", |
37 |
| - "phpunit/phpunit": "^10.0" |
| 33 | + "chillerlan/php-dotenv": "^3.0", |
| 34 | + "chillerlan/php-cache": "^5.1", |
| 35 | + "monolog/monolog": "^3.7", |
| 36 | + "phan/phan": "^5.4.5", |
| 37 | + "phpunit/phpunit": "^11.3" |
38 | 38 | },
|
39 | 39 | "autoload": {
|
40 | 40 | "psr-4": {
|
41 |
| - "chillerlan\\Database\\": "src/" |
| 41 | + "chillerlan\\Database\\": "src" |
42 | 42 | }
|
43 | 43 | },
|
44 | 44 | "autoload-dev": {
|
45 | 45 | "psr-4": {
|
46 |
| - "chillerlan\\DatabaseTest\\": "tests/", |
47 |
| - "chillerlan\\DatabaseExample\\": "examples/" |
| 46 | + "chillerlan\\DatabaseTest\\": "tests" |
48 | 47 | }
|
49 | 48 | },
|
50 | 49 | "scripts": {
|
|
0 commit comments