Skip to content

Commit

Permalink
Lower PHP version requirement
Browse files Browse the repository at this point in the history
It actually works on PHP 5.3
  • Loading branch information
ivkos committed Apr 4, 2015
1 parent a8f3073 commit b5cb599
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ For more information, you can refer to these links:
* **Apps**: https://www.pushbullet.com/apps

## Requirements
* PHP 5.4.0 or newer
* PHP 5.3.0 or newer
* cURL library for PHP
* Your Pushbullet API key (get it here: https://www.pushbullet.com/account)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"php": ">= 5.4.0",
"php": ">= 5.3.0",
"ext-curl": "*"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion src/Pushbullet.php
Expand Up @@ -3,7 +3,7 @@
/**
* Pushbullet
*
* @version 2.10.0
* @version 2.10.1
*/
class Pushbullet
{
Expand Down

0 comments on commit b5cb599

Please sign in to comment.