Skip to content

Commit eb1f43d

Browse files
committed
Update dependencies, normalise composer.json
1 parent bc6cfe6 commit eb1f43d

File tree

2 files changed

+565
-24
lines changed

2 files changed

+565
-24
lines changed

composer.json

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "salient/toolkit",
3-
"type": "library",
4-
"license": "MIT",
53
"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",
106
"authors": [
117
{
128
"name": "Luke Arms",
139
"email": "[email protected]"
1410
}
1511
],
12+
"support": {
13+
"issues": "https://github.com/salient-labs/toolkit/issues",
14+
"source": "https://github.com/salient-labs/toolkit"
15+
},
1616
"require": {
1717
"php": ">=7.4",
1818
"composer-runtime-api": "^2.2",
@@ -24,18 +24,10 @@
2424
"psr/http-message": "^1.1 || ^2",
2525
"psr/log": "^1"
2626
},
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-
},
3627
"require-dev": {
3728
"adodb/adodb-php": "^5",
3829
"analog/analog": "^1",
30+
"ergebnis/composer-normalize": "^2",
3931
"ergebnis/phpunit-slow-test-detector": "^2",
4032
"firebase/php-jwt": "^6",
4133
"league/oauth2-client": "^2",
@@ -50,11 +42,20 @@
5042
"phpunit/phpunit": "^9",
5143
"sebastian/diff": "^4 || ^5"
5244
},
45+
"conflict": {
46+
"lkrms/util": "*"
47+
},
5348
"provide": {
5449
"psr/event-dispatcher-implementation": "^1",
5550
"psr/http-factory-implementation": "^1",
5651
"psr/http-message-implementation": "^1.1 || ^2"
5752
},
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+
},
5859
"autoload": {
5960
"psr-4": {
6061
"Salient\\": "src/Toolkit/"
@@ -83,13 +84,14 @@
8384
"bin/sli"
8485
],
8586
"config": {
86-
"sort-packages": true,
8787
"allow-plugins": {
88+
"ergebnis/composer-normalize": true,
8889
"phpstan/extension-installer": true
8990
},
9091
"platform": {
9192
"php": "7.4.33"
92-
}
93+
},
94+
"sort-packages": true
9395
},
9496
"extra": {
9597
"phpstan": {

0 commit comments

Comments
 (0)