File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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```
4547composer create-project -s dev contributte/api-router-skeleton acme
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ includes:
33
44parameters :
55 level : 8
6+ phpVersion : 80400
67
78 paths :
89 - app
Original file line number Diff line number Diff line change 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" >
You can’t perform that action at this time.
0 commit comments