Skip to content

Commit

Permalink
dev-setup: drop php 7.3 support
Browse files Browse the repository at this point in the history
related to #91

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Jan 4, 2022
1 parent 255b9ad commit 9e4ee7c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/php-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
- "8.1" # highest supported
- "8.0"
- "7.4"
- "7.3" # lowest supported
## below is a list of versions the project supports on runtime - but not on dev-time
# - "7.3" # lowest supported
timeout-minutes: 30
steps:
- name: Checkout
Expand Down
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Feel free to open pull requests.

## Setup

The development-setup requires PHP >= 7.4,
even though the project might support PHP 7.3 on runtime.

To start developing simply run `composer run-script dev-setup` to install dev-dependencies and tools.

## Tests
Expand Down
2 changes: 1 addition & 1 deletion tools/composer-require-checker/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "metapackage",
"description": "composer-require-checker",
"require-dev": {
"maglnet/composer-require-checker": "^3.5 || 2.1.0 || 2.0.0",
"maglnet/composer-require-checker": "3.8.0",
"roave/security-advisories": "dev-latest"
},
"config": {
Expand Down

0 comments on commit 9e4ee7c

Please sign in to comment.