Skip to content

Commit 9e43b85

Browse files
authored
Merge branch 'master' into 5.0.0
2 parents 9220dc7 + 9623098 commit 9e43b85

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,5 +192,13 @@ composer require "byjg/anydataset=5.0.*"
192192
vendor/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)

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
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"

0 commit comments

Comments
 (0)