Skip to content

Commit

Permalink
Drop PHP v7.4 (#5)
Browse files Browse the repository at this point in the history
* drop PHP v7.4

* Remove symfony/console v5
  • Loading branch information
realodix authored Apr 23, 2023
1 parent 7ae104f commit 2208be8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['7.4', '8.0', '8.1', '8.2']
php-version: ['8.0', '8.1', '8.2']
include:
- php-version: '8.3'
flags: "--ignore-platform-req=php"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Realodix Relax

![PHPVersion](https://img.shields.io/badge/PHP-7.4%20|%208-777BB4.svg?style=flat-square)
![PHPVersion](https://img.shields.io/badge/PHP-%208-777BB4.svg?style=flat-square)
![Build Status](../../actions/workflows/ci.yml/badge.svg)

**Realodix Relax** is built on top of [`PHP-CS-Fixer`][php-cs-fixer] and makes it simple to to sharing identical PHP CS Fixer rules across all of your projects without copy-and-pasting configuration files.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"authors": [{"name": "Budi Hermawan", "role": "Developer"}],
"homepage": "https://github.com/realodix/relax",
"require": {
"php": "^7.4 || ^8.0",
"php": "^8.0",
"friendsofphp/php-cs-fixer": "^3.16",
"kubawerlos/php-cs-fixer-custom-fixers": "^3.12",
"symfony/console": "^5.4|^6.0"
"symfony/console": "^6.0"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down

0 comments on commit 2208be8

Please sign in to comment.