Skip to content

Commit 835c37f

Browse files
committed
Finally PHP 7.4
1 parent abce329 commit 835c37f

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
strategy:
2020
matrix:
2121
php:
22-
- "7.2"
23-
- "7.3"
2422
- "7.4"
2523
- "8.0"
2624
- "8.1"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
}
3535
},
3636
"require": {
37-
"php": ">=7.2.5",
37+
"php": ">=7.4",
3838
"ext-curl": "*",
3939
"guzzlehttp/guzzle": "^7.0"
4040
},

0 commit comments

Comments
 (0)