Skip to content

Commit 22249ec

Browse files
committed
ComposeR: support lower versions of application, di and forms
1 parent 1f35cc8 commit 22249ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
],
1919
"require": {
2020
"php": ">=8.1",
21-
"contributte/application": "^0.6.0",
21+
"contributte/application": "^0.5.2 || ^0.6.0",
2222
"contributte/bootstrap": "^0.6.0",
23-
"contributte/di": "^0.6.0",
23+
"contributte/di": "^0.5.6 || ^0.6.0",
2424
"contributte/latte": "^0.6.0",
2525
"contributte/tracy": "^0.6.0",
2626
"contributte/utils": "^0.6.0",
27-
"contributte/forms": "^0.6.0"
27+
"contributte/forms": "^0.5.1 || ^0.6.0"
2828
},
2929
"require-dev": {
3030
"contributte/qa": "^0.4",

0 commit comments

Comments
 (0)