Skip to content

Commit

Permalink
Merge pull request #88 from WyriHaximus/renovate/major-phpunit
Browse files Browse the repository at this point in the history
Update dependency wyrihaximus/async-test-utilities to v8
  • Loading branch information
WyriHaximus authored Apr 6, 2024
2 parents e28ae81 + 219a314 commit d308f5e
Show file tree
Hide file tree
Showing 7 changed files with 2,678 additions and 1,417 deletions.
12 changes: 7 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
],
"require": {
"php": "^8.2",
"react/event-loop": "^1.4",
"react/promise": "^3.0"
"react/event-loop": "^1.5",
"react/promise": "^3.1"
},
"require-dev": {
"wyrihaximus/async-test-utilities": "^7.2.0"
"wyrihaximus/async-test-utilities": "^8.0.0"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -44,10 +44,12 @@
},
"scripts": {
"post-install-cmd": [
"composer normalize"
"composer normalize",
"composer update --lock --no-scripts"
],
"post-update-cmd": [
"composer normalize"
"composer normalize",
"composer update --lock --no-scripts"
]
}
}
Loading

0 comments on commit d308f5e

Please sign in to comment.