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 f97c4cf commit deb1b06Copy full SHA for deb1b06
composer.json
@@ -13,7 +13,7 @@
13
"require": {
14
"php": "^5.6||^7.0||^8.0",
15
"symfony/expression-language": ">=2.7",
16
- "psr/cache": "^1.0"
+ "psr/cache": "^1.0||^2.0||^3.0"
17
},
18
"require-dev": {
19
"phpunit/phpunit": "*",
@@ -35,9 +35,9 @@
35
"flagception/database-activator": "Fetch feature flags from database."
36
37
"scripts": {
38
- "phpunit": "phpunit --coverage-text -c ./build/phpunit.xml",
39
- "checkstyle": "phpcs --standard=./build/phpcs.xml ./src",
40
- "analyze": "@checkstyle",
41
- "test": "@phpunit"
+ "phpunit": "phpunit --coverage-text -c ./build/phpunit.xml",
+ "checkstyle": "phpcs --standard=./build/phpcs.xml ./src",
+ "analyze": "@checkstyle",
+ "test": "@phpunit"
42
}
43
0 commit comments