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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To test this application, follow these steps:

## Installation

You will need `PHP 8.3+` and [Composer](https://getcomposer.org/) and [Git](https://git-scm.com/) installed.
You will need `PHP 8.4+` and [Composer](https://getcomposer.org/) and [Git](https://git-scm.com/) installed.

Install this application using **Composer** or **Git**.

Expand Down
4 changes: 2 additions & 2 deletions config/doctrine.neon
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ nettrine.dbal:
user: %postgres.user%
password: %postgres.password%
charset: UTF8
serverVersion: 15.0.0
serverVersion: "15"

second:
driver: %mariadb.driver%
Expand All @@ -33,7 +33,7 @@ nettrine.dbal:
user: %mariadb.user%
password: %mariadb.password%
charset: UTF8
serverVersion: 10.10.0
serverVersion: "10.10"

nettrine.orm:
managers:
Expand Down
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ includes:

parameters:
level: 9
phpVersion: 80100
phpVersion: 80400

tmpDir: %currentWorkingDirectory%/var/tmp/phpstan

Expand Down
2 changes: 1 addition & 1 deletion ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>Contributte</description>

<!-- Extending rulesets -->
<rule ref="./vendor/contributte/qa/ruleset-8.2.xml"/>
<rule ref="./vendor/contributte/qa/ruleset-8.4.xml"/>

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