Skip to content

Commit

Permalink
Merge pull request #14 from Oneflow/development
Browse files Browse the repository at this point in the history
Release 1.0.1
  • Loading branch information
thekiwi authored Jun 28, 2016
2 parents 1254a60 + 23de857 commit adb830a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oneflow/php-sdk",
"version": "1.0.0",
"version": "1.0.1",
"description": "PHP SDK for OneFlow",
"minimum-stability": "stable",
"license": "OneFlow Master",
Expand Down
5 changes: 4 additions & 1 deletion src/ProductionSDK.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php
require_once 'OneFlowSDK.php';

if (!class_exists('OneflowSDK')) {
require_once 'OneFlowSDK.php';
}

class ProductionSDK extends OneflowSDK {

Expand Down

0 comments on commit adb830a

Please sign in to comment.