Skip to content

Commit c42883e

Browse files
committed
Update lower dependencies
1 parent 0529664 commit c42883e

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

composer.json

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -44,33 +44,34 @@
4444
"nyholm/psr7": "^1.5",
4545
"mockery/mockery": "^1.5",
4646
"phpunit/phpunit": "^9.6 || ^10.0",
47-
"spiral/auth": "^3.12",
48-
"spiral/auth-http": "^3.12",
49-
"spiral/boot": "^3.12",
50-
"spiral/events": "^3.12",
51-
"spiral/console": "^3.12",
52-
"spiral/core": "^3.12",
53-
"spiral/http": "^3.12",
54-
"spiral/mailer": "^3.12",
55-
"spiral/queue": "^3.12",
56-
"spiral/session": "^3.12",
57-
"spiral/security": "^3.12",
58-
"spiral/tokenizer": "^3.12",
59-
"spiral/storage": "^3.12",
60-
"spiral/views": "^3.12",
61-
"spiral/translator": "^3.12",
62-
"spiral/scaffolder": "^3.12",
47+
"spiral/auth": "^3.14.3",
48+
"spiral/auth-http": "^3.14.3",
49+
"spiral/boot": "^3.14.3",
50+
"spiral/events": "^3.14.3",
51+
"spiral/console": "^3.14.3",
52+
"spiral/core": "^3.14.3",
53+
"spiral/http": "^3.14.3",
54+
"spiral/mailer": "^3.14.3",
55+
"spiral/queue": "^3.14.3",
56+
"spiral/session": "^3.14.3",
57+
"spiral/security": "^3.14.3",
58+
"spiral/tokenizer": "^3.14.3",
59+
"spiral/storage": "^3.14.3",
60+
"spiral/views": "^3.14.3",
61+
"spiral/translator": "^3.14.3",
62+
"spiral/scaffolder": "^3.14.3",
6363
"symfony/mime": "^6.0 || ^7.0"
6464
},
6565
"suggest": {
6666
"brianium/paratest": "Required to run tests in parallel (^6.0).",
6767
"ext-gd": "Required to use generate fake image files"
6868
},
6969
"require-dev": {
70-
"spiral/framework": "^3.12",
71-
"spiral/roadrunner-bridge": "^2.2 || ^3.0",
70+
"spiral/dumper": "^3.3",
71+
"spiral/framework": "^3.14.3",
72+
"spiral/roadrunner-bridge": "^2.2 || ^3.7 || ^4.0",
7273
"spiral-packages/league-event": "^1.0.1",
73-
"spiral/nyholm-bridge": "^1.2",
74+
"spiral/nyholm-bridge": "^1.3",
7475
"vimeo/psalm": "^5.9"
7576
},
7677
"autoload": {

0 commit comments

Comments
 (0)