Skip to content

Commit 111dbc3

Browse files
authored
chore(deps): bump PHP requirement to ^8.3 (#6)
Brings the composer require.php constraint in line with the runtime the container + CI already use (PHP 8.3). Drops formal support for PHP 8.1 and 8.2. Several vendor packages (e.g. azjezz/psl@4.3.0) use PHP 8.3 typed class constants, making the codebase functionally 8.3-only already. Part of the fleet-wide PHP 8.3 sweep.
1 parent 01dbff0 commit 111dbc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
]
5757
},
5858
"require": {
59-
"php": "^8.1"
59+
"php": "^8.3"
6060
},
6161
"require-dev": {
6262
"nextcloud/coding-standard": "^1.4",

0 commit comments

Comments
 (0)