Skip to content

Commit

Permalink
Update minimum PHP version
Browse files Browse the repository at this point in the history
This version of the code has only be tested against PHP 5.6 or higher.
  • Loading branch information
brianlmoon authored Oct 25, 2017
1 parent ffc8049 commit b7b3791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"issues": "https://github.com/brianlmoon/net_gearman/issues"
},
"require": {
"php": ">=5.2.0"
"php": ">=5.6.0"
},
"autoload": {
"classmap": [ "Net/Gearman" ]
Expand Down

0 comments on commit b7b3791

Please sign in to comment.