Skip to content

Commit ddcafff

Browse files
ohmyfelixf3l1x
authored andcommitted
Align PHP 8.4 QA config and docs
1 parent e669eb8 commit ddcafff

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ https://examples.contributte.org/api-router-skeleton/
3939

4040
## Installation
4141

42-
To install latest version of `contributte/api-router-skeleton` use [Composer](https://getcomposer.org).
42+
You will need `PHP 8.4+` and [Composer](https://getcomposer.org/).
43+
44+
To install latest version of `contributte/api-router-skeleton` use Composer.
4345

4446
```
4547
composer create-project -s dev contributte/api-router-skeleton acme

phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ includes:
33

44
parameters:
55
level: 8
6+
phpVersion: 80400
67

78
paths:
89
- app

ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<ruleset name="Contributte">
33
<!-- Extending rulesets -->
4-
<rule ref="./vendor/contributte/qa/ruleset.xml"/>
4+
<rule ref="./vendor/contributte/qa/ruleset-8.4.xml"/>
55

66
<!-- Specific rules -->
77
<rule ref="SlevomatCodingStandard.Files.TypeNameMatchesFileName">

0 commit comments

Comments
 (0)