|
1 | 1 | { |
2 | | - "name": "launchdarkly/server-sdk-redis-predis", |
3 | | - "description": "LaunchDarkly PHP SDK Redis integration using the predis package", |
4 | | - "keywords": [ |
5 | | - "launchdarkly", |
6 | | - "launchdarkly php" |
7 | | - ], |
8 | | - "homepage": "https://github.com/launchdarkly/php-server-sdk-redis-predis", |
9 | | - "license": "Apache-2.0", |
10 | | - "authors": [ |
11 | | - { |
12 | | - "name": "LaunchDarkly <[email protected]>", |
13 | | - "homepage": "http://www.launchdarkly.com/" |
14 | | - } |
15 | | - ], |
16 | | - "require": { |
17 | | - "php": ">=8.1", |
18 | | - "predis/predis": ">=2.3.0 <3.0.0", |
19 | | - "launchdarkly/server-sdk": ">=6.4.0 <7.0.0", |
20 | | - "psr/log": "^3.0" |
21 | | - }, |
22 | | - "require-dev": { |
23 | | - "friendsofphp/php-cs-fixer": "^3.68", |
24 | | - "phpunit/php-code-coverage": "^9", |
25 | | - "phpunit/phpunit": "^9", |
26 | | - "vimeo/psalm": "^5.26" |
27 | | - }, |
28 | | - "autoload": { |
29 | | - "psr-4": { |
30 | | - "LaunchDarkly\\": "src/LaunchDarkly/" |
31 | | - } |
32 | | - }, |
33 | | - "autoload-dev": { |
34 | | - "psr-4": { |
35 | | - "LaunchDarkly\\Impl\\Integrations\\Tests\\": "tests/" |
36 | | - } |
37 | | - }, |
38 | | - "config": { |
39 | | - "sort-packages": true |
40 | | - }, |
41 | | - "scripts": { |
42 | | - "cs-check": "vendor/bin/php-cs-fixer fix --diff --dry-run --verbose --config=.php-cs-fixer.php", |
43 | | - "cs-fix": "vendor/bin/php-cs-fixer fix --diff --verbose --config=.php-cs-fixer.php" |
| 2 | + "name": "launchdarkly/server-sdk-redis-predis", |
| 3 | + "description": "LaunchDarkly PHP SDK Redis integration using the predis package", |
| 4 | + "keywords": [ |
| 5 | + "launchdarkly", |
| 6 | + "launchdarkly php" |
| 7 | + ], |
| 8 | + "homepage": "https://github.com/launchdarkly/php-server-sdk-redis-predis", |
| 9 | + "license": "Apache-2.0", |
| 10 | + "authors": [ |
| 11 | + { |
| 12 | + "name": "LaunchDarkly <[email protected]>", |
| 13 | + "homepage": "http://www.launchdarkly.com/" |
44 | 14 | } |
| 15 | + ], |
| 16 | + "require": { |
| 17 | + "php": ">=8.1", |
| 18 | + "predis/predis": ">=2.3.0 <4.0.0", |
| 19 | + "launchdarkly/server-sdk": ">=6.4.0 <7.0.0", |
| 20 | + "psr/log": "^3.0" |
| 21 | + }, |
| 22 | + "require-dev": { |
| 23 | + "friendsofphp/php-cs-fixer": "^3.68", |
| 24 | + "phpunit/php-code-coverage": "^9", |
| 25 | + "phpunit/phpunit": "^9", |
| 26 | + "vimeo/psalm": "^6.12" |
| 27 | + }, |
| 28 | + "autoload": { |
| 29 | + "psr-4": { |
| 30 | + "LaunchDarkly\\": "src/LaunchDarkly/" |
| 31 | + } |
| 32 | + }, |
| 33 | + "autoload-dev": { |
| 34 | + "psr-4": { |
| 35 | + "LaunchDarkly\\Impl\\Integrations\\Tests\\": "tests/" |
| 36 | + } |
| 37 | + }, |
| 38 | + "config": { |
| 39 | + "sort-packages": true |
| 40 | + }, |
| 41 | + "scripts": { |
| 42 | + "cs-check": "vendor/bin/php-cs-fixer fix --diff --dry-run --verbose --config=.php-cs-fixer.php", |
| 43 | + "cs-fix": "vendor/bin/php-cs-fixer fix --diff --verbose --config=.php-cs-fixer.php" |
| 44 | + } |
45 | 45 | } |
0 commit comments