|
1 | 1 | {
|
2 | 2 | "name": "loophp/phptree",
|
3 |
| - "type": "library", |
4 | 3 | "description": "An implementation of tree data structure",
|
| 4 | + "license": "MIT", |
| 5 | + "type": "library", |
5 | 6 | "keywords": [
|
6 | 7 | "tree",
|
7 | 8 | "php",
|
8 | 9 | "data structure",
|
9 | 10 | "binary tree"
|
10 | 11 | ],
|
11 |
| - "license": "MIT", |
12 | 12 | "authors": [
|
13 | 13 | {
|
14 | 14 | "name": "Pol Dellaiera",
|
15 | 15 |
|
16 | 16 | }
|
17 | 17 | ],
|
| 18 | + "support": { |
| 19 | + "issues": "https://github.com/loophp/phptree/issues", |
| 20 | + "source": "https://github.com/loophp/phptree" |
| 21 | + }, |
| 22 | + "funding": [ |
| 23 | + { |
| 24 | + "type": "github", |
| 25 | + "url": "https://github.com/drupol" |
| 26 | + }, |
| 27 | + { |
| 28 | + "type": "paypal", |
| 29 | + "url": "https://www.paypal.me/drupol" |
| 30 | + } |
| 31 | + ], |
18 | 32 | "require": {
|
19 | 33 | "php": ">= 7.1"
|
20 | 34 | },
|
21 | 35 | "require-dev": {
|
| 36 | + "drupol/launcher": "^2.2", |
22 | 37 | "drupol/php-conventions": "^5",
|
23 | 38 | "drupol/phpmerkle": "^2.2",
|
24 | 39 | "friends-of-phpspec/phpspec-code-coverage": "^5",
|
|
30 | 45 | "nikic/php-parser": "^4",
|
31 | 46 | "phpspec/phpspec": "^7"
|
32 | 47 | },
|
33 |
| - "config": { |
34 |
| - "sort-packages": true |
35 |
| - }, |
36 | 48 | "autoload": {
|
37 | 49 | "psr-4": {
|
38 | 50 | "loophp\\phptree\\": "src/"
|
|
45 | 57 | "spec\\loophp\\phptree\\": "spec/loophp/phptree/"
|
46 | 58 | }
|
47 | 59 | },
|
| 60 | + "config": { |
| 61 | + "sort-packages": true |
| 62 | + }, |
48 | 63 | "scripts": {
|
49 | 64 | "changelog-unreleased": "docker-compose run auto_changelog -c .auto-changelog -u",
|
50 | 65 | "changelog-version": "docker-compose run auto_changelog -c .auto-changelog -v",
|
51 | 66 | "grumphp": "./vendor/bin/grumphp run",
|
52 | 67 | "infection": "./vendor/bin/infection run -j 1"
|
53 |
| - }, |
54 |
| - "support": { |
55 |
| - "issues": "https://github.com/loophp/phptree/issues", |
56 |
| - "source": "https://github.com/loophp/phptree" |
57 |
| - }, |
58 |
| - "funding": [ |
59 |
| - { |
60 |
| - "type": "github", |
61 |
| - "url": "https://github.com/drupol" |
62 |
| - }, |
63 |
| - { |
64 |
| - "type": "paypal", |
65 |
| - "url": "https://www.paypal.me/drupol" |
66 |
| - } |
67 |
| - ] |
| 68 | + } |
68 | 69 | }
|
0 commit comments