Skip to content

Commit

Permalink
chore: Minimum version of Laravel set to ^9.21.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
LastDragon-ru committed Aug 25, 2023
1 parent 972ed3f commit 6687343
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"doctrine/sql-formatter": "^1.1",
"guzzlehttp/psr7": "^1.9.1|^2.4.5",
"http-interop/http-factory-guzzle": "^1.0.0",
"laravel/framework": "^9.0.0|^10.0.0",
"laravel/framework": "^9.21.0|^10.0.0",
"nuwave/lighthouse": "^6.5.0",
"opis/json-schema": "^2.3.0",
"phpdocumentor/type-resolver": "^1.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": "^8.1|^8.2",
"ext-mbstring": "*",
"laravel/framework": "^9.0.0|^10.0.0"
"laravel/framework": "^9.21.0|^10.0.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.0|^10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eloquent/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"require": {
"php": "^8.1|^8.2",
"laravel/framework": "^9.0.0|^10.0.0",
"laravel/framework": "^9.21.0|^10.0.0",
"lastdragon-ru/lara-asp-core": "self.version"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"php": "^8.1|^8.2",
"ext-intl": "*",
"ext-mbstring": "*",
"laravel/framework": "^9.0.0|^10.0.0",
"laravel/framework": "^9.21.0|^10.0.0",
"lastdragon-ru/lara-asp-core": "self.version"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"require": {
"php": "^8.1|^8.2",
"ext-mbstring": "*",
"laravel/framework": "^9.0.0|^10.0.0",
"laravel/framework": "^9.21.0|^10.0.0",
"nuwave/lighthouse": "^6.5.0",
"lastdragon-ru/lara-asp-core": "self.version",
"lastdragon-ru/lara-asp-eloquent": "self.version",
Expand Down
2 changes: 1 addition & 1 deletion packages/migrator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"ext-intl": "*",
"ext-json": "*",
"composer/semver": "^3.2",
"laravel/framework": "^9.0.0|^10.0.0",
"laravel/framework": "^9.21.0|^10.0.0",
"lastdragon-ru/lara-asp-core": "self.version",
"symfony/filesystem": "^6.3.0",
"symfony/finder": "^6.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/queue/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"require": {
"php": "^8.1|^8.2",
"laravel/framework": "^9.0.0|^10.0.0",
"laravel/framework": "^9.21.0|^10.0.0",
"lastdragon-ru/lara-asp-core": "self.version"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion packages/serializer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"require": {
"php": "^8.1|^8.2",
"laravel/framework": "^9.0.0|^10.0.0",
"laravel/framework": "^9.21.0|^10.0.0",
"lastdragon-ru/lara-asp-core": "self.version",
"phpdocumentor/type-resolver": "^1.7",
"phpstan/phpdoc-parser": "^1.23",
Expand Down
2 changes: 1 addition & 1 deletion packages/spa/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"php": "^8.1|^8.2",
"ext-mbstring": "*",
"guzzlehttp/psr7": "^1.9.1|^2.4.5",
"laravel/framework": "^9.0.0|^10.0.0",
"laravel/framework": "^9.21.0|^10.0.0",
"lastdragon-ru/lara-asp-core": "self.version"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"doctrine/dbal": "^3.1.4",
"doctrine/sql-formatter": "^1.1",
"http-interop/http-factory-guzzle": "^1.0.0",
"laravel/framework": "^9.0.0|^10.0.0",
"laravel/framework": "^9.21.0|^10.0.0",
"mockery/mockery": "^1.4.4",
"opis/json-schema": "^2.3.0",
"psr/http-message": "^1.0.0|^2.0.0",
Expand Down

0 comments on commit 6687343

Please sign in to comment.