Skip to content

Commit 3f1dcf5

Browse files
committed
Update composer.json
1 parent 4b2ff68 commit 3f1dcf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
"require-dev": {
3131
"clue/phar-composer": "^1.4",
3232
"phpstan/phpstan": "^2.1",
33-
"phpunit/phpunit": "^11|^12.4"
33+
"phpunit/phpunit": "^11 || ^12.4"
3434
},
3535
"suggest": {
3636
"ext-apcu": "Required for the APCu dashboard.",
37-
"ext-zend-opcache": "Required for use the OPCache dashboard.",
3837
"ext-redis": "Required for use the Redis dashboard.",
38+
"ext-zend-opcache": "Required for use the OPCache dashboard.",
3939
"ext-zlib": "Required for encoding/decoding with gz* functions.",
4040
"predis/predis": "Required for use the Redis dashboard, when Redis extension is not installed."
4141
},
@@ -55,8 +55,8 @@
5555
]
5656
},
5757
"scripts": {
58-
"phar:twig": "phar-composer build twig/twig",
5958
"phar:predis": "phar-composer build predis/predis",
59+
"phar:twig": "phar-composer build twig/twig",
6060
"phpstan": "phpstan --ansi",
6161
"test": "phpunit --colors=always --display-skipped"
6262
}

0 commit comments

Comments
 (0)