Skip to content

Commit de13d52

Browse files
committed
updated dependencies
1 parent 14e99e2 commit de13d52

File tree

4 files changed

+428
-488
lines changed

4 files changed

+428
-488
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
/.env
44
/.phpunit.result.cache
55
/.vscode
6+
/frontend/exported/

composer.json

+22-20
Original file line numberDiff line numberDiff line change
@@ -26,34 +26,34 @@
2626
"ext-redis": "*",
2727
"ext-posix": "*",
2828
"ext-openssl": "*",
29-
"monolog/monolog": "^3.4",
30-
"symfony/console": "^6.1.4",
31-
"symfony/cache": "^6.1.3",
32-
"symfony/yaml": "^6.1.4",
33-
"symfony/process": "^6.1.3",
34-
"symfony/http-client": "^6.1.4",
35-
"symfony/lock": "^6.1.3",
36-
"league/container": "^4.2",
37-
"psr/http-client": "^1.0.1",
38-
"psr/simple-cache": "3.0 as 1.0",
39-
"psr/http-server-middleware": "^1.0.1",
40-
"nyholm/psr7": "^1.5.1",
41-
"nyholm/psr7-server": "^1.0.2",
42-
"dragonmantank/cron-expression": "^3.3.2",
43-
"halaxa/json-machine": "^1.1.1",
29+
"psr/http-client": "^1.0.3",
30+
"psr/simple-cache": "^3.0",
31+
"psr/http-server-middleware": "^1.0.2",
32+
"monolog/monolog": "^3.8.1",
33+
"symfony/console": "^7.2.1",
34+
"symfony/cache": "^7.2.1",
35+
"symfony/yaml": "^7.2",
36+
"symfony/process": "^7.2",
37+
"symfony/http-client": "^7.2.1",
38+
"symfony/lock": "^7.2",
39+
"symfony/event-dispatcher": "^7.2",
40+
"league/container": "^4.2.4",
4441
"league/route": "^6.2.0",
42+
"nyholm/psr7": "^1.8.2",
43+
"nyholm/psr7-server": "^1.1.0",
44+
"dragonmantank/cron-expression": "^3.4.0",
45+
"halaxa/json-machine": "^1.2.0",
4546
"psy/psysh": "^0.12.7",
46-
"symfony/event-dispatcher": "^6.1.4",
47-
"ramsey/uuid": "^4.5.1"
47+
"ramsey/uuid": "^4.7.6"
4848
},
4949
"suggest": {
5050
"ext-sockets": "For UDP commincations."
5151
},
5252
"require-dev": {
5353
"roave/security-advisories": "dev-latest",
54-
"symfony/var-dumper": "^6.1.3",
55-
"perftools/php-profiler": "^1.1.1",
56-
"phpunit/phpunit": "^9.5.24"
54+
"symfony/var-dumper": "^7.2",
55+
"perftools/php-profiler": "^1.1.2",
56+
"phpunit/phpunit": "^11.5.2"
5757
},
5858
"autoload-dev": {
5959
"psr-4": {
@@ -80,6 +80,8 @@
8080
"symfony/polyfill-php82": "*",
8181
"symfony/polyfill-php83": "*",
8282
"symfony/polyfill-php84": "*",
83+
"symfony/polyfill-php85": "*",
84+
"symfony/polyfill-php86": "*",
8385
"symfony/polyfill-ctype": "*",
8486
"symfony/polyfill-mbstring": "*",
8587
"symfony/polyfill-intl-normalizer": "*",

0 commit comments

Comments
 (0)