Skip to content

Commit

Permalink
Min dependencies versions changed to:
Browse files Browse the repository at this point in the history
* "laravel/scout:^10.8.0"
* "nuwave/lighthouse:^6.36.0"
* "phpunit/phpunit:^10.5.0|^11.0.0"
  • Loading branch information
LastDragon-ru committed Nov 28, 2024
1 parent 2626761 commit 42b2d9f
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@
"mockery/mockery": "^1.6.5",
"nette/neon": "^3.4",
"nikic/php-parser": "^5.0",
"nuwave/lighthouse": "^6.5.0",
"nuwave/lighthouse": "^6.36.0",
"opis/json-schema": "^2.3.0",
"phpdocumentor/type-resolver": "^1.7",
"phpstan/phpdoc-parser": "^1.25",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.1.0|^11.0.0",
"phpunit/phpunit": "^10.5.0|^11.0.0",
"psr/http-message": "^1.0.0|^2.0.0",
"sebastian/comparator": "^5.0|^6.0.0",
"sebastian/exporter": "^5.0|^6.0.0",
Expand All @@ -98,7 +98,7 @@
"fakerphp/faker": "^1.21.0",
"illuminate/cache": "^11.0.0",
"illuminate/config": "^11.0.0",
"laravel/scout": "^9.8.0|^10.0.0",
"laravel/scout": "^10.8.0",
"orchestra/testbench": "^9.0.0",
"phpstan/phpstan": "1.12.11",
"phpstan/phpstan-mockery": "^1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"symfony/polyfill-php83": "^1.28"
},
"require-dev": {
"phpunit/phpunit": "^10.1.0|^11.0.0",
"phpunit/phpunit": "^10.5.0|^11.0.0",
"lastdragon-ru/lara-asp-testing": "self.version",
"mockery/mockery": "^1.6.5",
"orchestra/testbench": "^9.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"symfony/var-dumper": "^7.0.0"
},
"require-dev": {
"phpunit/phpunit": "^10.1.0|^11.0.0"
"phpunit/phpunit": "^10.5.0|^11.0.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/documentator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"lastdragon-ru/lara-asp-testing": "self.version",
"mockery/mockery": "^1.6.5",
"orchestra/testbench": "^9.0.0",
"phpunit/phpunit": "^10.1.0|^11.0.0",
"phpunit/phpunit": "^10.5.0|^11.0.0",
"webonyx/graphql-php": "^15.4.0"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eloquent/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lastdragon-ru/lara-asp-testing": "self.version",
"mockery/mockery": "^1.6.5",
"orchestra/testbench": "^9.0.0",
"phpunit/phpunit": "^10.1.0|^11.0.0"
"phpunit/phpunit": "^10.5.0|^11.0.0"
},
"autoload": {
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"illuminate/contracts": "^11.0.0",
"lastdragon-ru/lara-asp-testing": "self.version",
"orchestra/testbench": "^9.0.0",
"phpunit/phpunit": "^10.1.0|^11.0.0"
"phpunit/phpunit": "^10.5.0|^11.0.0"
},
"autoload": {
"psr-4": {
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 @@ -24,7 +24,7 @@
},
"require-dev": {
"composer/class-map-generator": "^1.0",
"phpunit/phpunit": "^10.1.0|^11.0.0",
"phpunit/phpunit": "^10.5.0|^11.0.0",
"lastdragon-ru/lara-asp-testing": "self.version",
"mockery/mockery": "^1.6.5"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"illuminate/contracts": "^11.0.0",
"illuminate/database": "^11.0.0",
"illuminate/support": "^11.0.0",
"nuwave/lighthouse": "^6.5.0",
"nuwave/lighthouse": "^6.36.0",
"lastdragon-ru/lara-asp-core": "self.version",
"lastdragon-ru/lara-asp-eloquent": "self.version",
"lastdragon-ru/lara-asp-graphql-printer": "self.version",
Expand All @@ -38,9 +38,9 @@
"require-dev": {
"ext-pdo_sqlite": "*",
"illuminate/cache": "^11.0.0",
"laravel/scout": "^9.8.0|^10.0.0",
"laravel/scout": "^10.8.0",
"mockery/mockery": "^1.6.5",
"phpunit/phpunit": "^10.1.0|^11.0.0",
"phpunit/phpunit": "^10.5.0|^11.0.0",
"lastdragon-ru/lara-asp-testing": "self.version",
"orchestra/testbench": "^9.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 @@ -41,7 +41,7 @@
"lastdragon-ru/lara-asp-testing": "self.version",
"mockery/mockery": "^1.6.5",
"orchestra/testbench": "^9.0.0",
"phpunit/phpunit": "^10.1.0|^11.0.0"
"phpunit/phpunit": "^10.5.0|^11.0.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/serializer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"lastdragon-ru/lara-asp-testing": "self.version",
"mockery/mockery": "^1.6.5",
"orchestra/testbench": "^9.0.0",
"phpunit/phpunit": "^10.1.0|^11.0.0"
"phpunit/phpunit": "^10.5.0|^11.0.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/spa/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"symfony/polyfill-php83": "^1.28"
},
"require-dev": {
"phpunit/phpunit": "^10.1.0|^11.0.0",
"phpunit/phpunit": "^10.5.0|^11.0.0",
"lastdragon-ru/lara-asp-testing": "self.version",
"mockery/mockery": "^1.6.5",
"orchestra/testbench": "^9.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"illuminate/translation": "^11.0.0",
"mockery/mockery": "^1.6.5",
"opis/json-schema": "^2.3.0",
"phpunit/phpunit": "^10.1.0|^11.0.0",
"phpunit/phpunit": "^10.5.0|^11.0.0",
"psr/http-message": "^1.0.0|^2.0.0",
"sebastian/comparator": "^5.0|^6.0.0",
"sebastian/exporter": "^5.0|^6.0.0",
Expand All @@ -51,7 +51,7 @@
"fakerphp/faker": "^1.21.0",
"guzzlehttp/psr7": "^2.4.5",
"illuminate/http": "^11.0.0",
"laravel/scout": "^9.8.0|^10.0.0",
"laravel/scout": "^10.8.0",
"orchestra/testbench": "^9.0.0",
"symfony/console": "^7.0.0",
"symfony/http-kernel": "^7.0.0"
Expand Down

0 comments on commit 42b2d9f

Please sign in to comment.