Skip to content

Commit 1ecffc8

Browse files
committed
bump dependencies
1 parent 7d7bf7f commit 1ecffc8

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

composer.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "simple-bus/doctrine-orm-bridge",
2+
"name": "becklyn/doctrine-orm-bridge",
33
"type": "library",
44
"description": "Doctrine ORM bridge for using command and event buses",
55
"keywords": [
66
"Doctrine",
77
"event bus",
88
"command bus"
99
],
10-
"homepage": "http://github.com/SimpleBus/DoctrineORMBridge",
10+
"homepage": "https://github.com/Becklyn/doctrine-orm-bridge",
1111
"license": "MIT",
1212
"authors": [
1313
{
@@ -26,8 +26,8 @@
2626
],
2727
"require": {
2828
"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",
3131
"simple-bus/message-bus": "^6.0"
3232
},
3333
"conflict": {
@@ -38,14 +38,17 @@
3838
"ergebnis/composer-normalize": "^2.11",
3939
"phpunit/phpunit": "^9.5.5",
4040
"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"
4343
},
4444
"suggest": {
4545
"simple-bus/symfony-bridge": "Bridge for using command buses and event buses with Symfony"
4646
},
4747
"config": {
48-
"sort-packages": true
48+
"sort-packages": true,
49+
"allow-plugins": {
50+
"ergebnis/composer-normalize": true
51+
}
4952
},
5053
"autoload": {
5154
"psr-4": {
@@ -57,6 +60,6 @@
5760
"SimpleBus\\DoctrineORMBridge\\Tests\\": "tests"
5861
}
5962
},
60-
"minimum-stability": "dev",
63+
"minimum-stability": "stable",
6164
"prefer-stable": true
6265
}

0 commit comments

Comments
 (0)