File tree Expand file tree Collapse file tree 1 file changed +15
-10
lines changed
Expand file tree Collapse file tree 1 file changed +15
-10
lines changed Original file line number Diff line number Diff line change 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 {
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" : {
You can’t perform that action at this time.
0 commit comments