Skip to content

Commit 68be6c5

Browse files
authored
Merge pull request #401 from dotkernel/issue-400
Issue #400: Bumped dependencies
2 parents aaa1629 + a352e1f commit 68be6c5

File tree

1 file changed

+33
-32
lines changed

1 file changed

+33
-32
lines changed

composer.json

Lines changed: 33 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -29,44 +29,45 @@
2929
},
3030
"require": {
3131
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
32-
"dotkernel/dot-cache": "^4.3.0",
33-
"dotkernel/dot-cli": "^3.9.0",
34-
"dotkernel/dot-data-fixtures": "^1.4.0",
35-
"dotkernel/dot-dependency-injection": "^1.2.0",
36-
"dotkernel/dot-errorhandler": "^4.0.0",
37-
"dotkernel/dot-flashmessenger": "^3.6.1",
32+
"dotkernel/dot-cache": "^4.4.0",
33+
"dotkernel/dot-cli": "^3.10.0",
34+
"dotkernel/dot-data-fixtures": "^1.5.0",
35+
"dotkernel/dot-dependency-injection": "^1.3.0",
36+
"dotkernel/dot-errorhandler": "^4.0.2",
37+
"dotkernel/dot-flashmessenger": "^3.7.0",
3838
"dotkernel/dot-geoip": "^3.10.1",
39-
"dotkernel/dot-helpers": "^3.8.0",
40-
"dotkernel/dot-mail": "^5.1.5",
41-
"dotkernel/dot-navigation": "^3.5.1",
42-
"dotkernel/dot-rbac-guard": "^3.6.0",
43-
"dotkernel/dot-router": "^1.0.5",
44-
"dotkernel/dot-session": "^5.7.0",
45-
"dotkernel/dot-twigrenderer": "^3.6.0",
46-
"friendsofphp/proxy-manager-lts": "^1.0.18",
47-
"laminas/laminas-component-installer": "^3.5.0",
48-
"laminas/laminas-config-aggregator": "^1.18.0",
49-
"mezzio/mezzio": "^3.21.0",
50-
"mezzio/mezzio-authentication-oauth2": "^2.11.0",
51-
"mezzio/mezzio-authorization-rbac": "^1.9.0",
52-
"mezzio/mezzio-cors": "^1.14.0",
53-
"mezzio/mezzio-fastroute": "^3.13.0",
54-
"ramsey/uuid": "^4.5.0",
39+
"dotkernel/dot-helpers": "^3.9.0",
40+
"dotkernel/dot-mail": "^5.1.6",
41+
"dotkernel/dot-navigation": "^3.6.0",
42+
"dotkernel/dot-rbac-guard": "^3.7.0",
43+
"dotkernel/dot-router": "^1.1.0",
44+
"dotkernel/dot-session": "^5.8.0",
45+
"dotkernel/dot-twigrenderer": "^3.7.0",
46+
"friendsofphp/proxy-manager-lts": "^1.0.19",
47+
"laminas/laminas-component-installer": "^3.7.0",
48+
"laminas/laminas-config-aggregator": "^1.19.0",
49+
"mezzio/mezzio": "^3.26.0",
50+
"mezzio/mezzio-authentication-oauth2": "^2.13.0",
51+
"mezzio/mezzio-authorization-rbac": "^1.10.0",
52+
"mezzio/mezzio-cors": "^1.15.0",
53+
"mezzio/mezzio-fastroute": "^3.14.0",
54+
"ramsey/uuid": "^4.9.1",
5555
"ramsey/uuid-doctrine": "^2.1.0",
56-
"roave/psr-container-doctrine": "^5.2.2 || ^6.0.0"
56+
"roave/psr-container-doctrine": "^5.2.2 || ^6.0.0",
57+
"symfony/var-exporter": "^6.4 || ^7.4"
5758
},
5859
"require-dev": {
59-
"dotkernel/dot-maker": "^1.0.2",
60-
"filp/whoops": "^2.18.0",
60+
"dotkernel/dot-maker": "^1.1.0",
61+
"filp/whoops": "^2.18.4",
6162
"laminas/laminas-coding-standard": "^3.1.0",
62-
"laminas/laminas-development-mode": "^3.13.0",
63-
"phpstan/phpstan": "^2.1.17",
64-
"phpstan/phpstan-doctrine": "^2.0.3",
65-
"phpstan/phpstan-phpunit": "^2.0.6",
66-
"phpunit/phpunit": "^10.5.46",
63+
"laminas/laminas-development-mode": "^3.15.0",
64+
"phpstan/phpstan": "^2.1.32",
65+
"phpstan/phpstan-doctrine": "^2.0.11",
66+
"phpstan/phpstan-phpunit": "^2.0.8",
67+
"phpunit/phpunit": "^10.5.58",
6768
"roave/security-advisories": "dev-latest",
68-
"symfony/var-dumper": "^7.3.0",
69-
"vincentlanglet/twig-cs-fixer": "^3.7.1"
69+
"symfony/var-dumper": "^7.4.0",
70+
"vincentlanglet/twig-cs-fixer": "^3.11.0"
7071
},
7172
"autoload": {
7273
"psr-4": {

0 commit comments

Comments
 (0)