Skip to content

Commit

Permalink
Changed namespace to Bokbasen
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketil Stadskleiv committed Aug 29, 2017
1 parent 7641e8b commit dd6c793
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Code example showing same example as link above implemented in this client

```php
<?php
use Stadskle\PeriscopeData\EmbedUrl;
use Bokbasen\PeriscopeData\EmbedUrl;
$data = [
'dashboard' => 7863,
'embed' => 'v2',
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "stadskle/periscopedata",
"name": "bokbasen/php-sdk-periscopedata",
"license": "MIT",
"type": "library",
"description": "PHP Client for working with periscopedata",
"homepage": "https://github.com/stadskle/periscopedata",
"homepage": "https://github.com/Bokbasen/php-sdk-periscopedata",
"autoload": {
"psr-4" : {
"Stadskle\\PeriscopeData\\" : "src"
"Bokbasen\\PeriscopeData\\" : "src"
}
},
"autoload-dev": {
"psr-4": {
"Stadskle\\PeriscopeData\\Tests\\" : "tests"
"Bokbasen\\PeriscopeData\\Tests\\" : "tests"
}
},
"authors": [
{
"name": "Ketil Stadskleiv",
"email": "ketil@stadskleiv.no"
"email": "ketil@bokbasen.no"
}
],
"require-dev": {
"phpunit/phpunit": "^6"
}
}
}
2 changes: 1 addition & 1 deletion src/EmbedUrl.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Stadskle\PeriscopeData;
namespace Bokbasen\PeriscopeData;

/**
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
Expand Down
4 changes: 2 additions & 2 deletions tests/EmbedUrlTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
namespace Stadskle\PeriscopeData\Tests;
namespace Bokbasen\PeriscopeData\Tests;

use Stadskle\PeriscopeData\EmbedUrl;
use Bokbasen\PeriscopeData\EmbedUrl;

/**
* Tests based on values given on periscope data wiki: https://doc.periscopedata.com/docv2/embed-api
Expand Down

0 comments on commit dd6c793

Please sign in to comment.