Skip to content

Commit e87fe82

Browse files
committedSep 8, 2015
Drop support for PHP 5.4
1 parent 7b3cf70 commit e87fe82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"issues": "https://github.com/abraham/twitteroauth/issues"
1919
},
2020
"require": {
21-
"php": ">=5.4.0",
21+
"php": ">=5.5.0",
2222
"ext-curl": "*"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)
Please sign in to comment.