Skip to content

Commit

Permalink
Merge branch 'master' into 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
byjg authored Jan 3, 2024
2 parents 9220dc7 + 9623098 commit 9e43b85
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,5 +192,13 @@ composer require "byjg/anydataset=5.0.*"
vendor/bin/phpunit
```

## Dependencies

```mermaid
flowchart TD
byjg/anydataset --> byjg/serializer
byjg/anydataset --> byjg/xmlutil
```

----
[Open source ByJG](http://opensource.byjg.com)
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"minimum-stability": "dev",
"require": {
"php": ">=7.4",
"byjg/xmlutil": "5.0.0.x-dev",
"byjg/serializer": "5.0.0.x-dev"
"byjg/xmlutil": "4.9.*",
"byjg/serializer": "4.9.*"
},
"suggest": {
"ext-dom": "*"
},
"require-dev": {
"phpunit/phpunit": "5.7.*|7.4.*|^9.5",
"phpunit/phpunit": "^9.6",
"vimeo/psalm": "^4.24"
},
"license": "MIT"
Expand Down

0 comments on commit 9e43b85

Please sign in to comment.