We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ae720 commit 9698908Copy full SHA for 9698908
composer.json
@@ -31,7 +31,7 @@
31
}
32
],
33
"require": {
34
- "php": ">=8.3",
+ "php": ">=8.5",
35
"friendsofphp/php-cs-fixer": "~3.85.0"
36
},
37
"require-dev": {
docker-compose.yml
@@ -1,7 +1,7 @@
1
version: "3"
2
services:
3
package:
4
- image: registry.gitlab.com/aplus-framework/images/package:4
+ image: registry.gitlab.com/aplus-framework/images/package:6
5
container_name: package-coding-standard
6
working_dir: /package
7
volumes:
0 commit comments