forked from extern/egroupware
updated dependencies
This commit is contained in:
parent
96f6250611
commit
f520cbb004
@ -77,11 +77,11 @@ et_media <span>that has to be identical to our app-name</span>
|
|||||||
<span>/* Dependencies for this app to work */</span>
|
<span>/* Dependencies for this app to work */</span>
|
||||||
$setup_info['et_media']['depends'][] = array(
|
$setup_info['et_media']['depends'][] = array(
|
||||||
'appname' => 'phpgwapi',
|
'appname' => 'phpgwapi',
|
||||||
'versions' => Array('0.9.14','0.9.15','0.9.16')
|
'versions' => Array('0.9.14','0.9.15','0.9.16','1.0.0','1.0.1')
|
||||||
);
|
);
|
||||||
$setup_info['et_media']['depends'][] = array( <span>// this is only necessary as long the etemplate-class is not in the api</span>
|
$setup_info['et_media']['depends'][] = array( <span>// this is only necessary as long the etemplate-class is not in the api</span>
|
||||||
'appname' => 'etemplate',
|
'appname' => 'etemplate',
|
||||||
'versions' => Array('0.9.14','0.9.15','0.9.16')
|
'versions' => Array('0.9.14','0.9.15','0.9.16','1.0.0')
|
||||||
);
|
);
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user