Skip to content

Commit

Permalink
Minimum version of mockery/mockery set to ^1.6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
LastDragon-ru committed Oct 25, 2023
1 parent c4689a8 commit 41459db
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"composer/class-map-generator": "^1.0",
"icanhazstring/composer-unused": "^0.8.10",
"laravel/scout": "^9.8.0|^10.0.0",
"mockery/mockery": "^1.4.4",
"mockery/mockery": "^1.6.2",
"nikic/php-parser": "^4.15",
"nunomaduro/larastan": "2.6.4",
"orchestra/testbench": "^7.0.0|^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-printer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"composer/class-map-generator": "^1.0",
"phpunit/phpunit": "^9.5.0|^10.1.0",
"lastdragon-ru/lara-asp-testing": "self.version",
"mockery/mockery": "^1.4.4"
"mockery/mockery": "^1.6.2"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"require-dev": {
"ext-pdo_sqlite": "*",
"laravel/scout": "^9.8.0|^10.0.0",
"mockery/mockery": "^1.4.4",
"mockery/mockery": "^1.6.2",
"phpunit/phpunit": "^9.5.0|^10.1.0",
"lastdragon-ru/lara-asp-testing": "self.version",
"orchestra/testbench": "^7.0.0|^8.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/migrator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"require-dev": {
"ext-pdo_sqlite": "*",
"lastdragon-ru/lara-asp-testing": "self.version",
"mockery/mockery": "^1.4.4",
"mockery/mockery": "^1.6.2",
"orchestra/testbench": "^7.0.0|^8.0.0",
"phpunit/phpunit": "^9.5.0|^10.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"doctrine/sql-formatter": "^1.1",
"http-interop/http-factory-guzzle": "^1.0.0",
"laravel/framework": "^9.21.0|^10.0.0",
"mockery/mockery": "^1.4.4",
"mockery/mockery": "^1.6.2",
"opis/json-schema": "^2.3.0",
"psr/http-message": "^1.0.0|^2.0.0",
"symfony/filesystem": "^6.3.0",
Expand Down

0 comments on commit 41459db

Please sign in to comment.