File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1919 strategy :
2020 matrix :
2121 php :
22- - " 7.2"
23- - " 7.3"
2422 - " 7.4"
2523 - " 8.0"
2624 - " 8.1"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Uses [Imgur API v3](https://api.imgur.com/).
1515* Branch [ 1.x] ( https://github.com/j0k3r/php-imgur-api-client/tree/1.x ) use Guzzle 3 (but is not maintained)
1616* Branch [ 2.x] ( https://github.com/j0k3r/php-imgur-api-client/tree/2.x ) use Guzzle 5 (but is not maintained)
1717* Branch [ 3.x] ( https://github.com/j0k3r/php-imgur-api-client/tree/3.x ) use Guzzle 6 and PHP >= 5.6
18- * Branch [ master] ( https://github.com/j0k3r/php-imgur-api-client/tree/master ) use Guzzle 7 and PHP >= 7.2.5
18+ * Branch [ master] ( https://github.com/j0k3r/php-imgur-api-client/tree/master ) use Guzzle 7 and PHP >= 7.4
1919
2020## Composer
2121
Original file line number Diff line number Diff line change 3434 }
3535 },
3636 "require" : {
37- "php" : " >=7.2.5 " ,
37+ "php" : " >=7.4 " ,
3838 "ext-curl" : " *" ,
3939 "guzzlehttp/guzzle" : " ^7.0"
4040 },
You can’t perform that action at this time.
0 commit comments