Skip to content

Commit b422d37

Browse files
committed
Composer: upgrade minimal version of dibi, symfony, nette/utils, nette/forms
1 parent 26f1c74 commit b422d37

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

composer.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"php": ">=8.1",
2828
"contributte/application": "^0.5.0",
2929
"nette/di": "^3.0.0",
30-
"nette/forms": "^3.1.3",
31-
"nette/utils": "^3.0.1 || ^4.0.0",
32-
"symfony/property-access": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
30+
"nette/forms": "^3.2.0",
31+
"nette/utils": "^4.0.0",
32+
"symfony/property-access": "^6.4.0 || ^7.2.0"
3333
},
3434
"require-dev": {
3535
"contributte/qa": "^0.3.0",
36-
"dibi/dibi": "^3.0.0 || ^4.0.0 || ^5.0.0",
36+
"dibi/dibi": "^5.0.2",
3737
"doctrine/annotations": "^1.14.4",
3838
"doctrine/cache": "^1.13.0",
3939
"doctrine/orm": "^2.20.2",
@@ -50,6 +50,9 @@
5050
"tharos/leanmapper": "^3.4.2 || ^4.0.0",
5151
"tracy/tracy": "^2.6.3"
5252
},
53+
"conflict": {
54+
"doctrine/collections": "<2.2.0"
55+
},
5356
"autoload": {
5457
"psr-4": {
5558
"Contributte\\Datagrid\\": "src/"

0 commit comments

Comments
 (0)