-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactored SDK to use the new Generic Bokbasen API client instead and…
… upped code to PHP 7.1.
- Loading branch information
Ketil Stadskleiv
committed
Jun 26, 2017
1 parent
1716b8a
commit a894b87
Showing
13 changed files
with
132 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,38 @@ | ||
{ | ||
"name": "bokbasen/php-sdk-met-api", | ||
"license": "MIT", | ||
"type": "library", | ||
"description": "PHP SDK Bokbasen's Metadata API", | ||
"homepage": "https://github.com/Bokbasen/php-sdk-order-api", | ||
"autoload": { | ||
"psr-4" : { | ||
"Bokbasen\\Metadata\\" : "src" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Bokbasen\\Metadata\\Tests\\" : "tests" | ||
} | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Ketil Stadskleiv", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.6.0", | ||
"bokbasen/php-sdk-auth": "^1.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^5", | ||
"php-http/guzzle6-adapter": "^1.0", | ||
"php-http/mock-client": "^0.3" | ||
} | ||
} | ||
"name" : "bokbasen/php-sdk-met-api", | ||
"license" : "MIT", | ||
"type" : "library", | ||
"description" : "PHP SDK Bokbasen's Metadata API", | ||
"homepage" : "https://github.com/Bokbasen/php-sdk-met-api", | ||
"prefer-stable": true, | ||
"minimum-stability": "dev", | ||
"autoload" : { | ||
"psr-4" : { | ||
"Bokbasen\\Metadata\\" : "src" | ||
} | ||
}, | ||
"autoload-dev" : { | ||
"psr-4" : { | ||
"Bokbasen\\Metadata\\Tests\\" : "tests" | ||
} | ||
}, | ||
"authors" : [{ | ||
"name" : "Ketil Stadskleiv", | ||
"email" : "[email protected]" | ||
} | ||
], | ||
"require" : { | ||
"php" : ">=7.1.0", | ||
"bokbasen/php-api-client": "^1.0" | ||
}, | ||
"require-dev" : { | ||
"phpunit/phpunit" : "^6", | ||
"php-http/guzzle6-adapter" : "^1.0", | ||
"php-http/mock-client" : "^0.3" | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "vcs", "url": "https://github.com/Bokbasen/php-api-client" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.