Skip to content

Commit

Permalink
update composer.lock for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joemaller committed Feb 23, 2025
1 parent 644cc2a commit fd084a0
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 333 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
},
"require-dev": {
"ideasonpurpose/wp-test-stubs": "dev-main",
"phpunit/phpunit": "^11.5"
"phpunit/phpunit": "^12.0"
},
"autoload": {
"psr-4": {
"IdeasOnPurpose\\WP\\": "src"
}
},
"repositories":[
{
"type": "git",
"url": "https://github.com/ideasonpurpose/wp-test-stubs"
}]

"repositories": [
{
"type": "git",
"url": "https://github.com/ideasonpurpose/wp-test-stubs"
}
]
}
Loading

0 comments on commit fd084a0

Please sign in to comment.