|
30 | 30 | } |
31 | 31 | }, |
32 | 32 | "require": { |
33 | | - "php": "~8.2.0 || ~8.3.0 || ~8.4.0", |
34 | | - "php-db/phpdb": "^0.2.1" |
| 33 | + "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0", |
| 34 | + "php-db/phpdb": "^0.4.1" |
35 | 35 | }, |
36 | 36 | "require-dev": { |
| 37 | + "ext-pdo_pgsql": "*", |
| 38 | + "ext-pgsql": "*", |
37 | 39 | "laminas/laminas-coding-standard": "^3.0.1", |
38 | 40 | "phpstan/phpstan": "^2.1", |
39 | 41 | "phpstan/phpstan-phpunit": "^2.0", |
40 | | - "phpunit/phpunit": "^11.5.15" |
| 42 | + "phpunit/phpunit": "^11.5.42" |
41 | 43 | }, |
42 | 44 | "suggest": { |
43 | | - "ext-pdo": "*", |
44 | 45 | "ext-pdo_pgsql": "*", |
45 | 46 | "ext-pgsql": "*", |
46 | 47 | "laminas/laminas-servicemanager": "Laminas\\ServiceManager component" |
|
53 | 54 | "autoload-dev": { |
54 | 55 | "psr-4": { |
55 | 56 | "PhpDbTest\\Adapter\\Pgsql\\": "test/unit/", |
| 57 | + "PhpDbTestAsset\\Pgsql\\": "test/asset/", |
56 | 58 | "PhpDbIntegrationTest\\Adapter\\Pgsql\\": "test/integration/" |
57 | 59 | } |
58 | 60 | }, |
59 | 61 | "scripts": { |
60 | 62 | "check": [ |
61 | 63 | "@cs-check", |
62 | | - "@static-analysis", |
| 64 | + "@sa", |
63 | 65 | "@test", |
64 | 66 | "@test-integration" |
65 | 67 | ], |
|
68 | 70 | "test": "phpunit --colors=always --testsuite \"unit test\"", |
69 | 71 | "test-coverage": "phpunit --colors=always --coverage-clover clover.xml", |
70 | 72 | "test-integration": "phpunit --colors=always --testsuite \"integration test\"", |
71 | | - "static-analysis": "vendor/bin/phpstan analyse --memory-limit=256M", |
| 73 | + "sa": "vendor/bin/phpstan analyse --memory-limit=256M", |
72 | 74 | "sa-generate-baseline": "vendor/bin/phpstan analyse --memory-limit=256M --generate-baseline", |
| 75 | + "sa-verbose": "vendor/bin/phpstan analyse --memory-limit=256M -vv", |
73 | 76 | "upload-coverage": "coveralls -v" |
74 | 77 | } |
75 | 78 | } |
0 commit comments