Skip to content

Commit

Permalink
fix: Allow PHP Unit 10
Browse files Browse the repository at this point in the history
  • Loading branch information
deluxetom committed Jan 9, 2024
1 parent 5dd8c88 commit f20907e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Adapter/Chain/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"secretary/core": "self.version"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"phpunit/phpunit": "^9.0 || ^10.0",
"mockery/mockery": "^1.4"
},
"autoload": {
Expand Down
4 changes: 2 additions & 2 deletions src/Adapter/Hashicorp/Vault/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"php": "^8.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.0",
"symfony/options-resolver": "^5.4 || ^6.0"
"symfony/options-resolver": "^5.4 || ^6.0 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"phpunit/phpunit": "^9.0 || ^10.0",
"mockery/mockery": "^1.4"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion src/Adapter/Local/JSONFile/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"require-dev": {
"mockery/mockery": "^1.4",
"phpunit/phpunit": "^9.0"
"phpunit/phpunit": "^9.0 || ^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f20907e

Please sign in to comment.