Skip to content

Commit e3daf27

Browse files
committed
update libs
1 parent 6543565 commit e3daf27

File tree

2 files changed

+257
-61
lines changed

2 files changed

+257
-61
lines changed

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,18 @@
1010
},
1111
"suggest": {
1212
"ext-msgpack": "For using Pecl- or PeclLitePacker.",
13-
"rybakit/msgpack": "For using PurePacker."
13+
"rybakit/msgpack": "For using PurePacker.",
14+
"phpdocumentor/reflection-docblock": "ORM Plugin"
1415
},
1516
"require-dev": {
1617
"phpunit/phpunit": "^6.0",
17-
"rybakit/msgpack": "^0.2.1"
18+
"rybakit/msgpack": "^0.2.1",
19+
"phpdocumentor/reflection-docblock": "^3.1"
1820
},
1921
"autoload-dev": {
22+
"psr-4": {
23+
"": "tests"
24+
},
2025
"classmap": ["tests"]
2126
},
2227
"autoload": {

0 commit comments

Comments
 (0)