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 e0b6f10 commit e61a7c4Copy full SHA for e61a7c4
.github/workflows/ci.yml
@@ -40,13 +40,10 @@ jobs:
40
matrix:
41
os: [ubuntu-latest]
42
php_version:
43
- - 7.2
44
- - 7.3
45
- - 7.4
46
- - 8.0
47
- 8.1
48
- 8.2
49
- 8.3
+ - 8.4
50
dependencies_level:
51
- --prefer-lowest
52
- ""
composer.json
@@ -23,7 +23,7 @@
23
"source": "https://github.com/mayflower/mo4-coding-standard"
24
},
25
"require": {
26
- "php": "~7.2 || ~8.0",
+ "php": "~8.1",
27
"dealerdirect/phpcodesniffer-composer-installer": "~0.7 || ~1.0",
28
"escapestudios/symfony2-coding-standard": "^3.10.0",
29
"slevomat/coding-standard": "^8.14",
0 commit comments