works only till 5.1.36 and 6.0.29

This commit is contained in:
Uwe Steinmann 2024-12-09 10:31:02 +01:00
parent feccb4ac65
commit 9ba5882aa9

View File

@ -73,7 +73,7 @@ $EXT_CONF['paperless'] = array(
),
),
'constraints' => array(
'depends' => array('php' => '7.4.0-', 'seeddms' => array('5.1.34-5.1.99', '6.0.27-6.0.99', '6.1.0-6.1.99')),
'depends' => array('php' => '7.4.0-', 'seeddms' => array('5.1.34-5.1.36', '6.0.29-6.0.99', '6.1.0-6.1.99')),
),
'icon' => 'icon.svg',
'changelog' => 'changelog.md',