Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1033 → Rev 1034

/trunk/dev/vendor_update.sh
33,7 → 33,7
rm composer.lock
 
# Download everything again
composer update
composer update --no-dev
 
# Remove stuff we don't want to publish or PHP files which could be
# executed (which would be a security risk, because the vendor/ directory
92,11 → 92,11
# Update composer dependencies of plugins
# -------
 
composer update -d plugins/viathinksoft/publicPages/100_whois/whois/xml/
composer update --no-dev -d plugins/viathinksoft/publicPages/100_whois/whois/xml/
composer license -d plugins/viathinksoft/publicPages/100_whois/whois/xml/ > plugins/viathinksoft/publicPages/100_whois/whois/xml/vendor/licenses
remove_vendor_rubbish plugins/viathinksoft/publicPages/100_whois/whois/xml/
 
composer update -d plugins/viathinksoft/publicPages/100_whois/whois/json/
composer update --no-dev -d plugins/viathinksoft/publicPages/100_whois/whois/json/
composer license -d plugins/viathinksoft/publicPages/100_whois/whois/json/ > plugins/viathinksoft/publicPages/100_whois/whois/json/vendor/licenses
remove_vendor_rubbish plugins/viathinksoft/publicPages/100_whois/whois/json/
 
/trunk/plugins/viathinksoft/publicPages/100_whois/whois/json/vendor/composer/installed.json
72,6 → 72,6
"install-path": "../sergeybrook/php-jws"
}
],
"dev": true,
"dev": false,
"dev-package-names": []
}
/trunk/plugins/viathinksoft/publicPages/100_whois/whois/json/vendor/composer/installed.php
7,7 → 7,7
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => true,
'dev' => false,
),
'versions' => array(
'__root__' => array(
/trunk/plugins/viathinksoft/publicPages/100_whois/whois/xml/vendor/composer/installed.json
46,6 → 46,6
"install-path": "../robrichards/xmlseclibs"
}
],
"dev": true,
"dev": false,
"dev-package-names": []
}
/trunk/plugins/viathinksoft/publicPages/100_whois/whois/xml/vendor/composer/installed.php
7,7 → 7,7
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => true,
'dev' => false,
),
'versions' => array(
'__root__' => array(
/trunk/vendor/composer/installed.json
1221,6 → 1221,6
"install-path": "../vakata/jstree"
}
],
"dev": true,
"dev": false,
"dev-package-names": []
}
/trunk/vendor/composer/installed.php
7,7 → 7,7
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => true,
'dev' => false,
),
'versions' => array(
'components/jquery' => array(