Skip to content

Commit deb1b06

Browse files
author
Valentin Nazarov
committed
Allow new versions of PSR cache & fix indent
1 parent f97c4cf commit deb1b06

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "^5.6||^7.0||^8.0",
1515
"symfony/expression-language": ">=2.7",
16-
"psr/cache": "^1.0"
16+
"psr/cache": "^1.0||^2.0||^3.0"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "*",
@@ -35,9 +35,9 @@
3535
"flagception/database-activator": "Fetch feature flags from database."
3636
},
3737
"scripts": {
38-
"phpunit": "phpunit --coverage-text -c ./build/phpunit.xml",
39-
"checkstyle": "phpcs --standard=./build/phpcs.xml ./src",
40-
"analyze": "@checkstyle",
41-
"test": "@phpunit"
38+
"phpunit": "phpunit --coverage-text -c ./build/phpunit.xml",
39+
"checkstyle": "phpcs --standard=./build/phpcs.xml ./src",
40+
"analyze": "@checkstyle",
41+
"test": "@phpunit"
4242
}
4343
}

0 commit comments

Comments
 (0)