mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
update requirements to run properly
This commit is contained in:
parent
3bc277e39c
commit
5a7f202032
@ -40,14 +40,23 @@
|
||||
'appname' => 'phpgwapi',
|
||||
'versions' => Array('1.0.1')
|
||||
);
|
||||
$setup_info['resources']['depends'][] = array(
|
||||
$setup_info['resources']['depends'][] = array( // cause eTemplates is not in the api yet
|
||||
'appname' => 'etemplate',
|
||||
'versions' => Array('1.0.0')
|
||||
);
|
||||
$setup_info['resources']['depends'][] = array( // cause of the link class
|
||||
$setup_info['resources']['depends'][] = array( // cause the link class is not in the api yet
|
||||
'appname' => 'infolog',
|
||||
'versions' => Array('1.0.0')
|
||||
);
|
||||
$setup_info['resources']['depends'][] = array( // cause of vfs psuedoprotocol is not fully in the api yet
|
||||
'appname' => 'filemanager',
|
||||
'versions' => Array('1.0.0')
|
||||
);
|
||||
$setup_info['resources']['depends'][] = array( // cause of the manual needs wiki and it's not in the api yet
|
||||
'appname' => 'wiki',
|
||||
'versions' => Array('1.0.0')
|
||||
);
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user