Skip to content
Merged
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 readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ php -S localhost:8000 -t example

## Requirements

- PHP 8.1+
- PHP version see `composer.json`
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The requirements bullet reads a bit ungrammatically. Consider rephrasing to something like “PHP version: see composer.json (the require.php constraint)” so it’s clear where to look and reads well in Markdown.

Suggested change
- PHP version see `composer.json`
- PHP version: see `composer.json` (the `require.php` constraint)

Copilot uses AI. Check for mistakes.

## Run tests

Expand Down
Loading