Skip to content

Commit 0887b19

Browse files
committed
Bump dependencies
1 parent f530410 commit 0887b19

1 file changed

Lines changed: 20 additions & 19 deletions

File tree

composer.json

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,31 +12,32 @@
1212
"homepage": "https://github.com/21TORR/TaskManagerBundle",
1313
"require": {
1414
"php": ">= 8.4",
15-
"21torr/bundle-helpers": "^2.3",
15+
"21torr/bundle-helpers": "^2.3.1",
1616
"21torr/cli": "^1.2.3",
17-
"21torr/hosting": "^4.0",
18-
"21torr/snail": "^1.0.0",
19-
"doctrine/doctrine-bundle": "^2.14",
20-
"doctrine/orm": "^3.3",
21-
"dragonmantank/cron-expression": "^3.4",
17+
"21torr/hosting": "^4.1.1",
18+
"21torr/snail": "^1.0.1",
19+
"doctrine/doctrine-bundle": "^2.18",
20+
"doctrine/orm": "^3.6",
21+
"dragonmantank/cron-expression": "^3.6",
2222
"psr/log": "^3.0",
23-
"symfony/clock": "^7.2",
24-
"symfony/config": "^7.2",
25-
"symfony/console": "^7.2",
26-
"symfony/dependency-injection": "^7.2",
23+
"symfony/clock": "^7.4 || ^8.0",
24+
"symfony/config": "^7.4 || ^8.0",
25+
"symfony/console": "^7.4 || ^8.0",
26+
"symfony/dependency-injection": "^7.4 || ^8.0",
2727
"symfony/event-dispatcher": "^7.3",
28-
"symfony/http-kernel": "^7.2",
29-
"symfony/messenger": "^7.2",
30-
"symfony/scheduler": "^7.2",
31-
"symfony/string": "^7.2",
32-
"symfony/uid": "^7.2"
28+
"symfony/http-kernel": "^7.4 || ^8.0",
29+
"symfony/lock": "^7.4 || ^8.0",
30+
"symfony/messenger": "^7.4 || ^8.0",
31+
"symfony/scheduler": "^7.4 || ^8.0",
32+
"symfony/string": "^7.4 || ^8.0",
33+
"symfony/uid": "^7.4 || ^8.0"
3334
},
3435
"require-dev": {
35-
"21torr/janus": "^2.0.0",
36-
"bamarni/composer-bin-plugin": "^1.8.2",
37-
"phpunit/phpunit": "^12.2.5",
36+
"21torr/janus": "^2.0.3",
37+
"bamarni/composer-bin-plugin": "^1.9.1",
38+
"phpunit/phpunit": "^13.0.5",
3839
"roave/security-advisories": "dev-latest",
39-
"symfony/translation-contracts": "^3.6"
40+
"symfony/translation-contracts": "^3.6.1"
4041
},
4142
"autoload": {
4243
"psr-4": {

0 commit comments

Comments
 (0)