Skip to content

Commit ec12fba

Browse files
committed
install deps on make appstore
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
1 parent 6ae09ed commit ec12fba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

3rdparty/vendor/composer/ClassLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class ClassLoader
6060
public function getPrefixes()
6161
{
6262
if (!empty($this->prefixesPsr0)) {
63-
return call_user_func_array('array_merge', $this->prefixesPsr0);
63+
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
6464
}
6565

6666
return array();

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ clean:
2222
rm -rf node_modules
2323

2424
appstore: clean
25+
composer install --no-dev -d ./3rdparty/
2526
mkdir -p $(sign_dir)
2627
rsync -a \
2728
--exclude=.drone.yml \

0 commit comments

Comments
 (0)