Skip to content

Commit

Permalink
Mockery
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Sep 2, 2021
1 parent 28c8e95 commit 67928ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -83,7 +83,7 @@
"filp/whoops": "^2.8",
"guzzlehttp/guzzle": "^6.5.5|^7.0.1",
"league/flysystem-cached-adapter": "^1.0",
"mockery/mockery": "1.4.x-dev",
"mockery/mockery": "^1.4.4",
"orchestra/testbench-core": "^6.23",
"pda/pheanstalk": "^4.0",
"phpunit/phpunit": "^8.5.8|^9.3.3",
Expand Down Expand Up @@ -138,7 +138,7 @@
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
"league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
"league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
"mockery/mockery": "Required to use mocking (^1.4.2).",
"mockery/mockery": "Required to use mocking (^1.4.4).",
"nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
"pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
"phpunit/phpunit": "Required to use assertions and run tests (^8.5.8|^9.3.3).",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Testing/composer.json
Expand Up @@ -35,7 +35,7 @@
"illuminate/console": "Required to assert console commands (^8.0).",
"illuminate/database": "Required to assert databases (^8.0).",
"illuminate/http": "Required to assert responses (^8.0).",
"mockery/mockery": "Required to use mocking (^1.4.2).",
"mockery/mockery": "Required to use mocking (^1.4.4).",
"phpunit/phpunit": "Required to use assertions and run tests (^8.5.8|^9.3.3)."
},
"config": {
Expand Down

0 comments on commit 67928ec

Please sign in to comment.