Skip to content

Commit 8d1b421

Browse files
committed
Composer: require nette/di 3.1+
1 parent a70a120 commit 8d1b421

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

composer.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": ">=8.1",
22-
"nette/di": "^3.0.0",
22+
"nette/di": "^3.1.8",
2323
"symfony/event-dispatcher": "^6.4.3 || ^7.0.3"
2424
},
2525
"require-dev": {
@@ -28,9 +28,6 @@
2828
"contributte/phpstan": "^0.1",
2929
"mockery/mockery": "^1.5.0"
3030
},
31-
"conflict": {
32-
"nette/di": "<3.0.0"
33-
},
3431
"autoload": {
3532
"psr-4": {
3633
"Contributte\\EventDispatcher\\": "src"

0 commit comments

Comments
 (0)