Skip to content

Commit

Permalink
Merge pull request #6 from radius314/master
Browse files Browse the repository at this point in the history
patches for missing deps
  • Loading branch information
dgershman authored Nov 16, 2018
2 parents 01ff1ae + 46de43b commit 7cebaa9
Show file tree
Hide file tree
Showing 397 changed files with 48,917 additions and 44 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
contribute.md export-ignore
readme.txt export-ignore
docker-compose.yml export-ignore
Dockerfile export-ignore
/doc export-ignore
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"name": "radius314"
}],
"require": {
"bmlt/bmlt-satellite-base-class": "dev-master",
"bmlt/bmlt-satellite-driver": "dev-master"
},
"minimum-stability": "dev"
"bmlt/bmlt-satellite-base-class": "3.9.4",
"bmlt/bmlt-satellite-driver": "1.0.19"
}
}
31 changes: 14 additions & 17 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 ComposerAutoloaderInit07a1cfcf33713dfccc8605cdca29b63a::getLoader();
return ComposerAutoloaderInit7515f0b07a9af29870b17dd467508286::getLoader();
1 change: 0 additions & 1 deletion vendor/bmlt/bmlt-satellite-base-class
Submodule bmlt-satellite-base-class deleted from 03925d
21 changes: 21 additions & 0 deletions vendor/bmlt/bmlt-satellite-base-class/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2018 Danny Gershman

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions vendor/bmlt/bmlt-satellite-base-class/admin_images/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
// Silence is golden.
Loading

0 comments on commit 7cebaa9

Please sign in to comment.