Skip to content

Commit 9698908

Browse files
committed
Require PHP 8.5
1 parent b3ae720 commit 9698908

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
],
3333
"require": {
34-
"php": ">=8.3",
34+
"php": ">=8.5",
3535
"friendsofphp/php-cs-fixer": "~3.85.0"
3636
},
3737
"require-dev": {

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3"
22
services:
33
package:
4-
image: registry.gitlab.com/aplus-framework/images/package:4
4+
image: registry.gitlab.com/aplus-framework/images/package:6
55
container_name: package-coding-standard
66
working_dir: /package
77
volumes:

0 commit comments

Comments
 (0)