|
1 | 1 | { |
2 | | - "name": "thesis/template", |
3 | | - "description": "Thesis Template", |
| 2 | + "name": "thesis/message-bus-persistence-postgres", |
| 3 | + "description": "Postgres Persistence for Thesis MessageBus", |
4 | 4 | "license": "MIT", |
5 | 5 | "type": "library", |
6 | 6 | "authors": [ |
|
14 | 14 | } |
15 | 15 | ], |
16 | 16 | "require": { |
17 | | - "php": "^8.3" |
| 17 | + "php": "^8.4", |
| 18 | + "amphp/postgres": "^2.1", |
| 19 | + "amphp/sql": "^2.0", |
| 20 | + "thesis/message-bus": "^0.3@dev" |
18 | 21 | }, |
19 | 22 | "require-dev": { |
20 | 23 | "bamarni/composer-bin-plugin": "^1.8.2", |
21 | 24 | "phpunit/phpunit": "^12.1.4", |
22 | | - "symfony/var-dumper": "^6.4.15 || ^7.2.6" |
| 25 | + "symfony/var-dumper": "^6.4.15 || ^7.2.6", |
| 26 | + "typhoon/formatter": "^0.1@dev" |
23 | 27 | }, |
24 | 28 | "autoload": { |
25 | 29 | "psr-4": { |
26 | | - "Thesis\\Template\\": "src/" |
| 30 | + "Thesis\\MessageBus\\Persistence\\Postgres\\": "src/" |
27 | 31 | } |
28 | 32 | }, |
29 | 33 | "autoload-dev": { |
30 | 34 | "psr-4": { |
31 | | - "Thesis\\Template\\": "tests/" |
| 35 | + "Thesis\\MessageBus\\Persistence\\Postgres\\": "tests/" |
32 | 36 | } |
33 | 37 | }, |
34 | 38 | "config": { |
|
37 | 41 | }, |
38 | 42 | "bump-after-update": "dev", |
39 | 43 | "platform": { |
40 | | - "php": "8.3.17" |
| 44 | + "php": "8.4.4" |
41 | 45 | }, |
42 | 46 | "sort-packages": true |
43 | 47 | }, |
|
50 | 54 | }, |
51 | 55 | "scripts": { |
52 | 56 | "analyse-deps": "tools/composer-dependency-analyser/vendor/bin/composer-dependency-analyser", |
53 | | - "fixcs": "tools/php-cs-fixer/vendor/bin/php-cs-fixer fix --diff --verbose", |
| 57 | + "fixcs": "PHP_CS_FIXER_IGNORE_ENV=1 tools/php-cs-fixer/vendor/bin/php-cs-fixer fix --diff --verbose", |
54 | 58 | "infection": "tools/infection/vendor/bin/infection --show-mutations", |
55 | 59 | "normalize": "@composer bin composer-normalize normalize --diff ../../composer.json", |
56 | 60 | "phpstan": "tools/phpstan/vendor/bin/phpstan analyze", |
|
0 commit comments