Skip to content

Commit 4f7c0c7

Browse files
committed
composer.json: conflict with nette/bootstrap < 2.4
1 parent f4646bf commit 4f7c0c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"tracy/tracy": "^2.3"
2525
},
2626
"conflict": {
27-
"nette/nette": "<2.2"
27+
"nette/nette": "<2.2",
28+
"nette/bootstrap": "<2.4"
2829
},
2930
"autoload": {
3031
"classmap": ["src/"]

0 commit comments

Comments
 (0)