Skip to content

Commit

Permalink
moving deps to git
Browse files Browse the repository at this point in the history
  • Loading branch information
dgershman committed Nov 15, 2018
1 parent 7a79d65 commit 018c20c
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 32 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "bmlt/bmlt-wp",
"name": "bmlt/bmlt-wordpress-satellite-plugin",
"description": "This is a WordPress plugin of a BMLT satellite client.",
"type": "project",
"license": "GPL",
Expand All @@ -9,10 +9,10 @@
"name": "radius314"
}],
"repositories": [{
"url": "https://bitbucket.org/bmlt/bmlt-satellite-base-class",
"url": "https://github.com/bmlt-enabled/bmlt-satellite-base-class",
"type": "git"
}, {
"url": "https://bitbucket.org/bmlt/bmlt-satellite-driver",
"url": "https://github.com/bmlt-enabled/bmlt-satellite-driver",
"type": "git"
}],
"require": {
Expand Down
26 changes: 15 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInitc685eb92813365560f2e9801abb552de::getLoader();
return ComposerAutoloaderInitf29c0ae91770645bb3965db80b8febb1::getLoader();
2 changes: 1 addition & 1 deletion vendor/bmlt/bmlt-satellite-base-class
Submodule bmlt-satellite-base-class updated from dcd70d to 0132ef
2 changes: 1 addition & 1 deletion vendor/bmlt/bmlt-satellite-driver
Submodule bmlt-satellite-driver updated from fdb4f5 to 1fcad7
8 changes: 4 additions & 4 deletions vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInitc685eb92813365560f2e9801abb552de
class ComposerAutoloaderInitf29c0ae91770645bb3965db80b8febb1
{
private static $loader;

Expand All @@ -19,15 +19,15 @@ public static function getLoader()
return self::$loader;
}

spl_autoload_register(array('ComposerAutoloaderInitc685eb92813365560f2e9801abb552de', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInitf29c0ae91770645bb3965db80b8febb1', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
spl_autoload_unregister(array('ComposerAutoloaderInitc685eb92813365560f2e9801abb552de', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInitf29c0ae91770645bb3965db80b8febb1', 'loadClassLoader'));

$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
if ($useStaticLoader) {
require_once __DIR__ . '/autoload_static.php';

call_user_func(\Composer\Autoload\ComposerStaticInitc685eb92813365560f2e9801abb552de::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInitf29c0ae91770645bb3965db80b8febb1::getInitializer($loader));
} else {
$map = require __DIR__ . '/autoload_namespaces.php';
foreach ($map as $namespace => $path) {
Expand Down
2 changes: 1 addition & 1 deletion vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Composer\Autoload;

class ComposerStaticInitc685eb92813365560f2e9801abb552de
class ComposerStaticInitf29c0ae91770645bb3965db80b8febb1
{
public static function getInitializer(ClassLoader $loader)
{
Expand Down
24 changes: 14 additions & 10 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,24 @@
"version_normalized": "9999999-dev",
"source": {
"type": "git",
"url": "https://bitbucket.org/radius314/bmlt-satellite-base-class",
"reference": "dcd70df04817a1d203bbecca09c9c73237fca70a"
"url": "https://github.com/bmlt-enabled/bmlt-satellite-base-class",
"reference": "0132ef3b0036eb8c99bfca41f04d8af24090bd3f"
},
"require": {
"bmlt/bmlt-satellite-driver": "dev-master"
},
"time": "2018-11-14T05:19:59+00:00",
"time": "2018-11-15T03:41:47+00:00",
"type": "library",
"installation-source": "source",
"license": [
"GPL"
],
"authors": [
{
"name": "Chris Marshall",
"email": "[email protected]"
"name": "littlegreenviper"
},
{
"name": "radius314"
}
],
"description": "This is a generic CMS plugin class for a BMLT satellite client."
Expand All @@ -31,19 +33,21 @@
"version_normalized": "9999999-dev",
"source": {
"type": "git",
"url": "https://bitbucket.org/radius314/bmlt-satellite-driver",
"reference": "fdb4f517178464b82cf4080018e54eeca7051454"
"url": "https://github.com/bmlt-enabled/bmlt-satellite-driver",
"reference": "1fcad76015c0d620cf2a38e9fb77822e15c9fa3c"
},
"time": "2018-11-01T00:12:44+00:00",
"time": "2018-11-14T17:09:17+00:00",
"type": "library",
"installation-source": "source",
"license": [
"GPL"
],
"authors": [
{
"name": "Chris Marshall",
"email": "[email protected]"
"name": "littlegreenviper"
},
{
"name": "radius314"
}
],
"description": "Provides low-level communication to the BMLT Root Server."
Expand Down

0 comments on commit 018c20c

Please sign in to comment.