Skip to content

Commit

Permalink
Merge pull request #11 from bearsaturday/secure
Browse files Browse the repository at this point in the history
Secure HTTP
  • Loading branch information
koriym authored Jun 14, 2018
2 parents 98f9de4 + 6104ee6 commit 226e51a
Show file tree
Hide file tree
Showing 10 changed files with 134 additions and 1,773 deletions.
2 changes: 1 addition & 1 deletion Panda.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class Panda
/**
* Version
*/
const VERSION = '0.3.43';
const VERSION = '0.3.44';

/**
* Package name - App
Expand Down
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"repositories": [
{
"type": "pear",
"url": "http://pear.php.net"
"url": "https://pear.php.net"
}
],
"require": {
Expand All @@ -24,8 +24,5 @@
"autoload": {
"classmap": ["Panda"],
"files": ["./Panda.php"]
},
"config":{
"secure-http" : false
}
}
Loading

0 comments on commit 226e51a

Please sign in to comment.