|
1 | 1 | { |
2 | 2 | "name": "salient/toolkit", |
3 | | - "type": "library", |
4 | | - "license": "MIT", |
5 | 3 | "description": "A lightweight PHP toolkit for expressive backend/CLI apps", |
6 | | - "support": { |
7 | | - "issues": "https://github.com/salient-labs/toolkit/issues", |
8 | | - "source": "https://github.com/salient-labs/toolkit" |
9 | | - }, |
| 4 | + "license": "MIT", |
| 5 | + "type": "library", |
10 | 6 | "authors": [ |
11 | 7 | { |
12 | 8 | "name": "Luke Arms", |
13 | 9 | |
14 | 10 | } |
15 | 11 | ], |
| 12 | + "support": { |
| 13 | + "issues": "https://github.com/salient-labs/toolkit/issues", |
| 14 | + "source": "https://github.com/salient-labs/toolkit" |
| 15 | + }, |
16 | 16 | "require": { |
17 | 17 | "php": ">=7.4", |
18 | 18 | "composer-runtime-api": "^2.2", |
|
24 | 24 | "psr/http-message": "^1.1 || ^2", |
25 | 25 | "psr/log": "^1" |
26 | 26 | }, |
27 | | - "conflict": { |
28 | | - "lkrms/util": "*" |
29 | | - }, |
30 | | - "suggest": { |
31 | | - "adodb/adodb-php": "Required for access to databases", |
32 | | - "league/oauth2-client": "Required for integration with OAuth 2.0 service providers", |
33 | | - "firebase/php-jwt": "Required for validation of OAuth 2.0 access tokens", |
34 | | - "analog/analog": "Allows Analog handlers to be used as console message targets" |
35 | | - }, |
36 | 27 | "require-dev": { |
37 | 28 | "adodb/adodb-php": "^5", |
38 | 29 | "analog/analog": "^1", |
| 30 | + "ergebnis/composer-normalize": "^2", |
39 | 31 | "ergebnis/phpunit-slow-test-detector": "^2", |
40 | 32 | "firebase/php-jwt": "^6", |
41 | 33 | "league/oauth2-client": "^2", |
|
50 | 42 | "phpunit/phpunit": "^9", |
51 | 43 | "sebastian/diff": "^4 || ^5" |
52 | 44 | }, |
| 45 | + "conflict": { |
| 46 | + "lkrms/util": "*" |
| 47 | + }, |
53 | 48 | "provide": { |
54 | 49 | "psr/event-dispatcher-implementation": "^1", |
55 | 50 | "psr/http-factory-implementation": "^1", |
56 | 51 | "psr/http-message-implementation": "^1.1 || ^2" |
57 | 52 | }, |
| 53 | + "suggest": { |
| 54 | + "adodb/adodb-php": "Required for access to databases", |
| 55 | + "analog/analog": "Allows Analog handlers to be used as console message targets", |
| 56 | + "firebase/php-jwt": "Required for validation of OAuth 2.0 access tokens", |
| 57 | + "league/oauth2-client": "Required for integration with OAuth 2.0 service providers" |
| 58 | + }, |
58 | 59 | "autoload": { |
59 | 60 | "psr-4": { |
60 | 61 | "Salient\\": "src/Toolkit/" |
|
83 | 84 | "bin/sli" |
84 | 85 | ], |
85 | 86 | "config": { |
86 | | - "sort-packages": true, |
87 | 87 | "allow-plugins": { |
| 88 | + "ergebnis/composer-normalize": true, |
88 | 89 | "phpstan/extension-installer": true |
89 | 90 | }, |
90 | 91 | "platform": { |
91 | 92 | "php": "7.4.33" |
92 | | - } |
| 93 | + }, |
| 94 | + "sort-packages": true |
93 | 95 | }, |
94 | 96 | "extra": { |
95 | 97 | "phpstan": { |
|
0 commit comments