Skip to content

Commit 05b1ca6

Browse files
authored
Merge pull request #56 from wmde/require-php8-3
Require PHP 8.3
2 parents e1b958b + d56e32b commit 05b1ca6

File tree

3 files changed

+250
-240
lines changed

3 files changed

+250
-240
lines changed

.scrutinizer.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ filter:
1717
- 'vendor/'
1818

1919
build:
20+
environment:
21+
php: 8.3.0
2022
image: default-bionic
2123
nodes:
2224
analysis:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Address change use case for fundraising application",
44
"license": "GPL-2.0-or-later",
55
"require": {
6-
"php": ">=8.1",
6+
"php": ">=8.3",
77
"doctrine/orm": "~3.0",
88
"doctrine/dbal": "~4.0",
99
"ramsey/uuid": "^4.0",

0 commit comments

Comments
 (0)