File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -192,5 +192,13 @@ composer require "byjg/anydataset=5.0.*"
192192vendor/bin/phpunit
193193```
194194
195+ ## Dependencies
196+
197+ ``` mermaid
198+ flowchart TD
199+ byjg/anydataset --> byjg/serializer
200+ byjg/anydataset --> byjg/xmlutil
201+ ```
202+
195203----
196204[ Open source ByJG] ( http://opensource.byjg.com )
Original file line number Diff line number Diff line change 1010 "minimum-stability" : " dev" ,
1111 "require" : {
1212 "php" : " >=7.4" ,
13- "byjg/xmlutil" : " 5.0.0.x-dev " ,
14- "byjg/serializer" : " 5.0.0.x-dev "
13+ "byjg/xmlutil" : " 4.9.* " ,
14+ "byjg/serializer" : " 4.9.* "
1515 },
1616 "suggest" : {
1717 "ext-dom" : " *"
1818 },
1919 "require-dev" : {
20- "phpunit/phpunit" : " 5.7.*|7.4.*| ^9.5 " ,
20+ "phpunit/phpunit" : " ^9.6 " ,
2121 "vimeo/psalm" : " ^4.24"
2222 },
2323 "license" : " MIT"
You can’t perform that action at this time.
0 commit comments