Skip to content

Commit

Permalink
updated composer version to 1.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
bendpx committed Oct 20, 2016
1 parent 59feaa6 commit e593201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "perimeterx/php-sdk",
"description": "PerimeterX SDK for PHP",
"version" : "1.3.14",
"version" : "1.3.15",
"keywords": [
"perimeterx",
"websecurity",
Expand Down
2 changes: 1 addition & 1 deletion src/Perimeterx.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ private function __construct(array $pxConfig = [])
'max_buffer_len' => 1,
'send_page_activities' => false,
'send_block_activities' => true,
'sdk_name' => 'PHP SDK v1.3.14',
'sdk_name' => 'PHP SDK v1.3.15',
'debug_mode' => false,
'module_mode' => Perimeterx::$ACTIVE_MODE,
'api_timeout' => 1,
Expand Down

0 comments on commit e593201

Please sign in to comment.