diff --git a/composer.json b/composer.json index 5b7a391..8f5512f 100644 --- a/composer.json +++ b/composer.json @@ -2,21 +2,15 @@ "name": "bmlt/bmlt-wordpress-satellite-plugin", "description": "This is a WordPress plugin of a BMLT satellite client.", "type": "project", - "license": "GPL", + "license": "MIT", "authors": [{ "name": "littlegreenviper" },{ "name": "radius314" }], - "repositories": [{ - "url": "https://github.com/bmlt-enabled/bmlt-satellite-base-class", - "type": "git" - }, { - "url": "https://github.com/bmlt-enabled/bmlt-satellite-driver", - "type": "git" - }], "require": { "bmlt/bmlt-satellite-base-class": "dev-master", "bmlt/bmlt-satellite-driver": "dev-master" - } + }, + "minimum-stability": "dev" } diff --git a/composer.lock b/composer.lock index f4e9628..b24ebbb 100644 --- a/composer.lock +++ b/composer.lock @@ -4,22 +4,29 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "57cf134f0dbba101aabf9a701fbc6d03", + "content-hash": "bfa041d9fcdbd35ffb6e337bf641e179", "packages": [ { "name": "bmlt/bmlt-satellite-base-class", "version": "dev-master", "source": { "type": "git", - "url": "https://github.com/bmlt-enabled/bmlt-satellite-base-class", - "reference": "0132ef3b0036eb8c99bfca41f04d8af24090bd3f" + "url": "https://github.com/bmlt-enabled/bmlt-satellite-base-class.git", + "reference": "03925de1a43c3b6c8571dbd692b557f148ccf7ad" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/bmlt-enabled/bmlt-satellite-base-class/zipball/03925de1a43c3b6c8571dbd692b557f148ccf7ad", + "reference": "03925de1a43c3b6c8571dbd692b557f148ccf7ad", + "shasum": "" }, "require": { "bmlt/bmlt-satellite-driver": "dev-master" }, "type": "library", + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL" + "MIT" ], "authors": [ { @@ -30,19 +37,26 @@ } ], "description": "This is a generic CMS plugin class for a BMLT satellite client.", - "time": "2018-11-15T03:41:47+00:00" + "time": "2018-11-16T02:04:28+00:00" }, { "name": "bmlt/bmlt-satellite-driver", "version": "dev-master", "source": { "type": "git", - "url": "https://github.com/bmlt-enabled/bmlt-satellite-driver", - "reference": "1fcad76015c0d620cf2a38e9fb77822e15c9fa3c" + "url": "https://github.com/bmlt-enabled/bmlt-satellite-driver.git", + "reference": "2bd692873008a99228f6044111539dea871cf217" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/bmlt-enabled/bmlt-satellite-driver/zipball/2bd692873008a99228f6044111539dea871cf217", + "reference": "2bd692873008a99228f6044111539dea871cf217", + "shasum": "" }, "type": "library", + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL" + "MIT" ], "authors": [ { @@ -53,12 +67,12 @@ } ], "description": "Provides low-level communication to the BMLT Root Server.", - "time": "2018-11-14T17:09:17+00:00" + "time": "2018-11-16T01:45:49+00:00" } ], "packages-dev": [], "aliases": [], - "minimum-stability": "stable", + "minimum-stability": "dev", "stability-flags": { "bmlt/bmlt-satellite-base-class": 20, "bmlt/bmlt-satellite-driver": 20 diff --git a/vendor/autoload.php b/vendor/autoload.php index 99e4641..5234277 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -4,4 +4,4 @@ require_once __DIR__ . '/composer/autoload_real.php'; -return ComposerAutoloaderInitf29c0ae91770645bb3965db80b8febb1::getLoader(); +return ComposerAutoloaderInit07a1cfcf33713dfccc8605cdca29b63a::getLoader(); diff --git a/vendor/bmlt/bmlt-satellite-base-class b/vendor/bmlt/bmlt-satellite-base-class index 0132ef3..03925de 160000 --- a/vendor/bmlt/bmlt-satellite-base-class +++ b/vendor/bmlt/bmlt-satellite-base-class @@ -1 +1 @@ -Subproject commit 0132ef3b0036eb8c99bfca41f04d8af24090bd3f +Subproject commit 03925de1a43c3b6c8571dbd692b557f148ccf7ad diff --git a/vendor/bmlt/bmlt-satellite-driver b/vendor/bmlt/bmlt-satellite-driver index 1fcad76..2bd6928 160000 --- a/vendor/bmlt/bmlt-satellite-driver +++ b/vendor/bmlt/bmlt-satellite-driver @@ -1 +1 @@ -Subproject commit 1fcad76015c0d620cf2a38e9fb77822e15c9fa3c +Subproject commit 2bd692873008a99228f6044111539dea871cf217 diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index 2e5aa69..a19663c 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInitf29c0ae91770645bb3965db80b8febb1 +class ComposerAutoloaderInit07a1cfcf33713dfccc8605cdca29b63a { private static $loader; @@ -19,15 +19,15 @@ public static function getLoader() return self::$loader; } - spl_autoload_register(array('ComposerAutoloaderInitf29c0ae91770645bb3965db80b8febb1', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInit07a1cfcf33713dfccc8605cdca29b63a', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(); - spl_autoload_unregister(array('ComposerAutoloaderInitf29c0ae91770645bb3965db80b8febb1', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInit07a1cfcf33713dfccc8605cdca29b63a', '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\ComposerStaticInitf29c0ae91770645bb3965db80b8febb1::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInit07a1cfcf33713dfccc8605cdca29b63a::getInitializer($loader)); } else { $map = require __DIR__ . '/autoload_namespaces.php'; foreach ($map as $namespace => $path) { diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index 29ddf0a..9b2a61e 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -4,7 +4,7 @@ namespace Composer\Autoload; -class ComposerStaticInitf29c0ae91770645bb3965db80b8febb1 +class ComposerStaticInit07a1cfcf33713dfccc8605cdca29b63a { public static function getInitializer(ClassLoader $loader) { diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 0cb4181..20bc0df 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -5,17 +5,24 @@ "version_normalized": "9999999-dev", "source": { "type": "git", - "url": "https://github.com/bmlt-enabled/bmlt-satellite-base-class", - "reference": "0132ef3b0036eb8c99bfca41f04d8af24090bd3f" + "url": "https://github.com/bmlt-enabled/bmlt-satellite-base-class.git", + "reference": "03925de1a43c3b6c8571dbd692b557f148ccf7ad" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/bmlt-enabled/bmlt-satellite-base-class/zipball/03925de1a43c3b6c8571dbd692b557f148ccf7ad", + "reference": "03925de1a43c3b6c8571dbd692b557f148ccf7ad", + "shasum": "" }, "require": { "bmlt/bmlt-satellite-driver": "dev-master" }, - "time": "2018-11-15T03:41:47+00:00", + "time": "2018-11-16T02:04:28+00:00", "type": "library", "installation-source": "source", + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL" + "MIT" ], "authors": [ { @@ -33,14 +40,21 @@ "version_normalized": "9999999-dev", "source": { "type": "git", - "url": "https://github.com/bmlt-enabled/bmlt-satellite-driver", - "reference": "1fcad76015c0d620cf2a38e9fb77822e15c9fa3c" + "url": "https://github.com/bmlt-enabled/bmlt-satellite-driver.git", + "reference": "2bd692873008a99228f6044111539dea871cf217" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/bmlt-enabled/bmlt-satellite-driver/zipball/2bd692873008a99228f6044111539dea871cf217", + "reference": "2bd692873008a99228f6044111539dea871cf217", + "shasum": "" }, - "time": "2018-11-14T17:09:17+00:00", + "time": "2018-11-16T01:45:49+00:00", "type": "library", "installation-source": "source", + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL" + "MIT" ], "authors": [ {