Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
tester:
name: "Tester"
uses: contributte/.github/.github/workflows/tester.yml@v1
uses: contributte/.github/.github/workflows/phpunit.yml@master
with:
php: "8.4"
make: "init tests"
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ https://examples.contributte.org/api-router-skeleton/

## Installation

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

To install latest version of `contributte/api-router-skeleton` use Composer.

```
composer create-project -s dev contributte/api-router-skeleton acme
Expand Down
1 change: 1 addition & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ includes:

parameters:
level: 8
phpVersion: 80400

paths:
- app
Expand Down
2 changes: 1 addition & 1 deletion ruleset.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<ruleset name="Contributte">
<!-- Extending rulesets -->
<rule ref="./vendor/contributte/qa/ruleset.xml"/>
<rule ref="./vendor/contributte/qa/ruleset-8.4.xml"/>

<!-- Specific rules -->
<rule ref="SlevomatCodingStandard.Files.TypeNameMatchesFileName">
Expand Down