Skip to content

Commit 4d4a765

Browse files
committed
Requires PHP 8.0 - 8.4
1 parent 7e3f6e2 commit 4d4a765

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
tests:
1414
uses: janpecha/actions/.github/workflows/nette-tester-library.yml@master
1515
with:
16-
phpVersions: '["7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]'
16+
phpVersions: '["8.0", "8.1", "8.2", "8.3", "8.4"]'
1717
lowestDependencies: true
1818

1919
coding-style:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{"type": "other", "url": "https://www.janpecha.cz/donate/git-php/"}
1616
],
1717
"require": {
18-
"php": ">=7.4.0"
18+
"php": "8.0 - 8.4"
1919
},
2020
"autoload": {
2121
"classmap": ["src/"]

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Installation
2121
composer require czproject/git-php
2222
```
2323

24-
Library requires PHP 7.4 or later and `git` client (path to Git must be in system variable `PATH`).
24+
Library requires PHP 8.0 or later and `git` client (path to Git must be in system variable `PATH`).
2525

2626
Git installers:
2727

0 commit comments

Comments
 (0)