Skip to content

Commit

Permalink
- extra strategies for lists and maps
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Mogliev committed May 3, 2021
1 parent 296b96b commit 8c6fe7d
Show file tree
Hide file tree
Showing 18 changed files with 1,169 additions and 107 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- php: '7.4'
- php: '8.0'
upload_coverage: true
container: ghcr.io/articus/phpdbg-coveralls:${{ matrix.php }}_2.4.3_2021-01-16
container: ghcr.io/articus/phpdbg-coveralls:${{ matrix.php }}_2.4.3_2021-03-21
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "library",
"require": {
"php": "^7.1|^8.0",
"articus/data-transfer": "^0.4"
"articus/data-transfer": "^0.5"
},
"autoload": {
"psr-4": {
Expand Down
85 changes: 41 additions & 44 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 24 additions & 24 deletions composer.lock.7.1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8c6fe7d

Please sign in to comment.