Skip to content

Commit 834ce25

Browse files
committed
- updates
1 parent ba24f78 commit 834ce25

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

composer.json

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"license": "BSD-3-Clause",
55
"description": "A standard library for shareable classes and functions",
66
"keywords": [
7-
"mime",
8-
"mime-types",
7+
"config",
98
"uuid",
109
"uuid-generator",
11-
"immutable",
1210
"utility",
13-
"exceptions",
14-
"dto",
11+
"immutable",
1512
"dot-array",
1613
"serializer",
17-
"config"
14+
"dto",
15+
"exceptions",
16+
"mime",
17+
"mime-types"
1818
],
1919
"authors": [
2020
{
@@ -28,25 +28,30 @@
2828
"ext-dom": "*",
2929
"ext-libxml": "*",
3030
"ext-simplexml": "*",
31-
"ext-ctype": "*",
31+
"ext-ctype": "*",
3232
"ext-mbstring": "*"
3333
},
3434
"suggest": {
3535
"msgpack": "msgpack module for de/serialization",
3636
"igbinary": "igbinary module for de/serialization"
3737
},
3838
"autoload": {
39-
"classmap": ["", "Serializer/"],
39+
"classmap": [
40+
"",
41+
"Serializer/"
42+
],
4043
"files": [
4144
"semver.php",
4245
"Interfaces.php",
4346
"functions.php"
4447
],
45-
"exclude-from-classmap": ["Tests/"]
48+
"exclude-from-classmap": [
49+
"Tests/"
50+
]
4651
},
4752
"require-dev": {
4853
"phpunit/phpunit": "^9",
49-
"phpbench/phpbench": "@dev"
54+
"phpbench/phpbench": "^1"
5055
},
5156
"autoload-dev": {
5257
"psr-4": {

0 commit comments

Comments
 (0)