|
1 | 1 | { |
2 | | - "name": "simple-bus/doctrine-orm-bridge", |
| 2 | + "name": "becklyn/doctrine-orm-bridge", |
3 | 3 | "type": "library", |
4 | 4 | "description": "Doctrine ORM bridge for using command and event buses", |
5 | 5 | "keywords": [ |
6 | 6 | "Doctrine", |
7 | 7 | "event bus", |
8 | 8 | "command bus" |
9 | 9 | ], |
10 | | - "homepage": "http://github.com/SimpleBus/DoctrineORMBridge", |
| 10 | + "homepage": "https://github.com/Becklyn/doctrine-orm-bridge", |
11 | 11 | "license": "MIT", |
12 | 12 | "authors": [ |
13 | 13 | { |
|
26 | 26 | ], |
27 | 27 | "require": { |
28 | 28 | "php": "^8.0", |
29 | | - "doctrine/dbal": "^2.12 || ^3.0", |
30 | | - "doctrine/orm": "^2.8.5", |
| 29 | + "doctrine/dbal": "^3.0", |
| 30 | + "doctrine/orm": "^3.0", |
31 | 31 | "simple-bus/message-bus": "^6.0" |
32 | 32 | }, |
33 | 33 | "conflict": { |
|
38 | 38 | "ergebnis/composer-normalize": "^2.11", |
39 | 39 | "phpunit/phpunit": "^9.5.5", |
40 | 40 | "pimple/pimple": "^3.5", |
41 | | - "symfony/cache": "^5.4 || ^6.0", |
42 | | - "symfony/phpunit-bridge": "^6.0" |
| 41 | + "symfony/cache": "^6.4 || ^7.4", |
| 42 | + "symfony/phpunit-bridge": "^6.4 || ^7.4" |
43 | 43 | }, |
44 | 44 | "suggest": { |
45 | 45 | "simple-bus/symfony-bridge": "Bridge for using command buses and event buses with Symfony" |
46 | 46 | }, |
47 | 47 | "config": { |
48 | | - "sort-packages": true |
| 48 | + "sort-packages": true, |
| 49 | + "allow-plugins": { |
| 50 | + "ergebnis/composer-normalize": true |
| 51 | + } |
49 | 52 | }, |
50 | 53 | "autoload": { |
51 | 54 | "psr-4": { |
|
57 | 60 | "SimpleBus\\DoctrineORMBridge\\Tests\\": "tests" |
58 | 61 | } |
59 | 62 | }, |
60 | | - "minimum-stability": "dev", |
| 63 | + "minimum-stability": "stable", |
61 | 64 | "prefer-stable": true |
62 | 65 | } |
0 commit comments