|
1 | 1 | { |
2 | 2 | "name": "php-standard-library/dict", |
3 | 3 | "description": "Functions for creating and transforming associative arrays with preserved keys", |
4 | | - "type": "library", |
5 | 4 | "license": "MIT", |
6 | | - "homepage": "https://php-standard-library.dev", |
| 5 | + "type": "library", |
7 | 6 | "keywords": [ |
8 | 7 | "dict", |
9 | 8 | "array", |
|
20 | 19 | "homepage": "https://github.com/php-standard-library/php-standard-library/graphs/contributors" |
21 | 20 | } |
22 | 21 | ], |
| 22 | + "homepage": "https://php-standard-library.dev", |
23 | 23 | "require": { |
24 | 24 | "php": "~8.4.0 || ~8.5.0", |
25 | 25 | "php-standard-library/foundation": "^6.0" |
26 | 26 | }, |
| 27 | + "require-dev": { |
| 28 | + "php-standard-library/collection": "^6.0", |
| 29 | + "php-standard-library/iter": "^6.0", |
| 30 | + "php-standard-library/str": "^6.0", |
| 31 | + "php-standard-library/vec": "^6.0", |
| 32 | + "phpunit/phpunit": "^13.0" |
| 33 | + }, |
| 34 | + "conflict": { |
| 35 | + "azjezz/psl": "*" |
| 36 | + }, |
27 | 37 | "minimum-stability": "dev", |
28 | 38 | "autoload": { |
29 | 39 | "psr-4": { |
|
33 | 43 | "src/Psl/bootstrap.php" |
34 | 44 | ] |
35 | 45 | }, |
36 | | - "extra": { |
37 | | - "branch-alias": { |
38 | | - "dev-next": "6.0.x-dev" |
39 | | - } |
40 | | - }, |
41 | | - "require-dev": { |
42 | | - "phpunit/phpunit": "^13.0", |
43 | | - "php-standard-library/str": "^6.0", |
44 | | - "php-standard-library/vec": "^6.0", |
45 | | - "php-standard-library/collection": "^6.0", |
46 | | - "php-standard-library/iter": "^6.0" |
47 | | - }, |
48 | 46 | "autoload-dev": { |
49 | 47 | "psr-4": { |
50 | 48 | "Psl\\Dict\\Tests\\Unit\\": "tests/unit/" |
51 | 49 | } |
52 | 50 | }, |
53 | | - "conflict": { |
54 | | - "azjezz/psl": "*" |
| 51 | + "extra": { |
| 52 | + "branch-alias": { |
| 53 | + "dev-next": "6.0.x-dev" |
| 54 | + } |
55 | 55 | } |
56 | 56 | } |
0 commit comments