Skip to content

Commit

Permalink
chore: Minimal version of laravel/framework set to ^10.35.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
LastDragon-ru committed Mar 15, 2024
1 parent 8c86a8d commit 0c0667f
Show file tree
Hide file tree
Showing 30 changed files with 40 additions and 30 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ The set provides best practices to make development more fun and classes/service
| | `^8.0.0` | `1.1.2 ⋯ 0.12.0` |
| | `>=8.0.0` | `0.11.0 ⋯ 0.4.0` |
| | `>=7.4.0` | `0.3.0 ⋯ 0.1.0` |
| Laravel | `^10.0.0` | `HEAD ⋯ 2.1.0` |
| Laravel | `^10.35.0` | `HEAD` |
| | `^10.0.0` | `6.1.0 ⋯ 2.1.0` |
| | `^9.21.0` | `5.6.0 ⋯ 5.0.0-beta.1` |
| | `^9.0.0` | `5.0.0-beta.0 ⋯ 0.12.0` |
| | `^8.22.1` | `3.0.0 ⋯ 0.2.0` |
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"doctrine/sql-formatter": "^1.1",
"guzzlehttp/psr7": "^1.9.1|^2.4.5",
"http-interop/http-factory-guzzle": "^1.0.0",
"laravel/framework": "^10.0.0",
"laravel/framework": "^10.35.0",
"league/commonmark": "^2.4",
"mockery/mockery": "^1.6.2",
"nikic/php-parser": "^4.18|^5.0",
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"requirements": {
"HEAD": {
"laravel/framework": [
"^10.0.0"
"^10.35.0"
],
"php": [
"^8.3",
Expand Down
3 changes: 2 additions & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ This package contains useful utilities and classes.
| | `^8.0.0` | `1.1.2 ⋯ 0.12.0` |
| | `>=8.0.0` | `0.11.0 ⋯ 0.4.0` |
| | `>=7.4.0` | `0.3.0 ⋯ 0.1.0` |
| Laravel | `^10.0.0` | `HEAD ⋯ 2.1.0` |
| Laravel | `^10.35.0` | `HEAD` |
| | `^10.0.0` | `6.1.0 ⋯ 2.1.0` |
| | `^9.21.0` | `5.6.0 ⋯ 5.0.0-beta.1` |
| | `^9.0.0` | `5.0.0-beta.0 ⋯ 0.12.0` |
| | `^8.22.1` | `3.0.0 ⋯ 0.4.0` |
Expand Down
2 changes: 1 addition & 1 deletion packages/core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"require": {
"php": "^8.1|^8.2|^8.3",
"ext-mbstring": "*",
"laravel/framework": "^10.0.0",
"laravel/framework": "^10.35.0",
"symfony/polyfill-php83": "^1.28"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"requirements": {
"HEAD": {
"laravel/framework": [
"^10.0.0"
"^10.35.0"
],
"php": [
"^8.3",
Expand Down
3 changes: 2 additions & 1 deletion packages/documentator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ This package provides various utilities for documentation generation.
| PHP | `^8.3` | `HEAD ⋯ 5.0.0` |
| | `^8.2` | `HEAD ⋯ 5.0.0-beta.1` |
| | `^8.1` | `HEAD ⋯ 5.0.0-beta.1` |
| Laravel | `^10.0.0` | `HEAD ⋯ 5.0.0-beta.1` |
| Laravel | `^10.35.0` | `HEAD` |
| | `^10.0.0` | `6.1.0 ⋯ 5.0.0-beta.1` |
| | `^9.21.0` | `5.6.0 ⋯ 5.0.0-beta.1` |

[//]: # (end: 876a9177c0e8e3722ac84e8f3888245fc9070a64a87dedfe7c9d9ba2a13b374b)
Expand Down
2 changes: 1 addition & 1 deletion packages/documentator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"php": "^8.1|^8.2|^8.3",
"ext-mbstring": "*",
"composer/semver": "^3.2",
"laravel/framework": "^10.0.0",
"laravel/framework": "^10.35.0",
"league/commonmark": "^2.4",
"nikic/php-parser": "^4.18|^5.0",
"phpstan/phpdoc-parser": "^1.25",
Expand Down
2 changes: 1 addition & 1 deletion packages/documentator/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"requirements": {
"HEAD": {
"laravel/framework": [
"^10.0.0"
"^10.35.0"
],
"php": [
"^8.3",
Expand Down
3 changes: 2 additions & 1 deletion packages/eloquent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ This package contains useful extensions and mixins for [Eloquent](https://larave
| | `^8.0.0` | `1.1.2 ⋯ 0.12.0` |
| | `>=8.0.0` | `0.11.0 ⋯ 0.4.0` |
| | `>=7.4.0` | `0.3.0 ⋯ 0.1.0` |
| Laravel | `^10.0.0` | `HEAD ⋯ 2.1.0` |
| Laravel | `^10.35.0` | `HEAD` |
| | `^10.0.0` | `6.1.0 ⋯ 2.1.0` |
| | `^9.21.0` | `5.6.0 ⋯ 5.0.0-beta.1` |
| | `^9.0.0` | `5.0.0-beta.0 ⋯ 0.12.0` |
| | `^8.22.1` | `3.0.0 ⋯ 0.2.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|^8.3",
"laravel/framework": "^10.0.0",
"laravel/framework": "^10.35.0",
"lastdragon-ru/lara-asp-core": "self.version",
"symfony/polyfill-php83": "^1.28"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eloquent/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"requirements": {
"HEAD": {
"laravel/framework": [
"^10.0.0"
"^10.35.0"
],
"php": [
"^8.3",
Expand Down
3 changes: 2 additions & 1 deletion packages/formatter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ This package provides a customizable wrapper around [Intl](https://www.php.net/m
| | `^8.0.0` | `1.1.2 ⋯ 0.12.0` |
| | `>=8.0.0` | `0.11.0 ⋯ 0.4.0` |
| | `>=7.4.0` | `0.3.0 ⋯ 0.1.0` |
| Laravel | `^10.0.0` | `HEAD ⋯ 2.1.0` |
| Laravel | `^10.35.0` | `HEAD` |
| | `^10.0.0` | `6.1.0 ⋯ 2.1.0` |
| | `^9.21.0` | `5.6.0 ⋯ 5.0.0-beta.1` |
| | `^9.0.0` | `5.0.0-beta.0 ⋯ 0.12.0` |
| | `^8.22.1` | `3.0.0 ⋯ 0.2.0` |
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"ext-bcmath": "*",
"ext-intl": "*",
"ext-mbstring": "*",
"laravel/framework": "^10.0.0",
"laravel/framework": "^10.35.0",
"lastdragon-ru/lara-asp-core": "self.version",
"symfony/polyfill-php83": "^1.28"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"requirements": {
"HEAD": {
"laravel/framework": [
"^10.0.0"
"^10.35.0"
],
"php": [
"^8.3",
Expand Down
3 changes: 2 additions & 1 deletion packages/graphql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ This package provides highly powerful `@searchBy` and `@sortBy` directives for
| | `^8.0` | `4.6.0 ⋯ 2.0.0` |
| | `^8.0.0` | `1.1.2 ⋯ 0.12.0` |
| | `>=8.0.0` | `0.11.0 ⋯ 0.5.0` |
| Laravel | `^10.0.0` | `HEAD ⋯ 2.1.0` |
| Laravel | `^10.35.0` | `HEAD` |
| | `^10.0.0` | `6.1.0 ⋯ 2.1.0` |
| | `^9.21.0` | `5.6.0 ⋯ 5.0.0-beta.1` |
| | `^9.0.0` | `5.0.0-beta.0 ⋯ 0.12.0` |
| | `^8.22.1` | `3.0.0 ⋯ 0.5.0` |
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"ext-filter": "*",
"ext-mbstring": "*",
"composer/semver": "^3.2",
"laravel/framework": "^10.0.0",
"laravel/framework": "^10.35.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/graphql/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"requirements": {
"HEAD": {
"laravel/framework": [
"^10.0.0"
"^10.35.0"
],
"nuwave/lighthouse": [
"^6.5.0"
Expand Down
3 changes: 2 additions & 1 deletion packages/migrator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ This package improves standard laravel migrations to add support for raw SQL fil
| | `^8.0.0` | `1.1.2 ⋯ 0.12.0` |
| | `>=8.0.0` | `0.11.0 ⋯ 0.4.0` |
| | `>=7.4.0` | `0.3.0 ⋯ 0.1.0` |
| Laravel | `^10.0.0` | `HEAD ⋯ 2.1.0` |
| Laravel | `^10.35.0` | `HEAD` |
| | `^10.0.0` | `6.1.0 ⋯ 2.1.0` |
| | `^9.21.0` | `5.6.0 ⋯ 5.0.0-beta.1` |
| | `^9.0.0` | `5.0.0-beta.0 ⋯ 0.12.0` |
| | `^8.22.1` | `3.0.0 ⋯ 0.2.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 @@ -22,7 +22,7 @@
"require": {
"php": "^8.1|^8.2|^8.3",
"ext-json": "*",
"laravel/framework": "^10.0.0",
"laravel/framework": "^10.35.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/migrator/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"requirements": {
"HEAD": {
"laravel/framework": [
"^10.0.0"
"^10.35.0"
],
"php": [
"^8.3",
Expand Down
3 changes: 2 additions & 1 deletion packages/serializer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ This package provides a customizable wrapper around the [Symfony Serializer Comp
| PHP | `^8.3` | `HEAD ⋯ 5.0.0` |
| | `^8.2` | `HEAD ⋯ 5.0.0-beta.0` |
| | `^8.1` | `HEAD ⋯ 5.0.0-beta.0` |
| Laravel | `^10.0.0` | `HEAD ⋯ 5.0.0-beta.0` |
| Laravel | `^10.35.0` | `HEAD` |
| | `^10.0.0` | `6.1.0 ⋯ 5.0.0-beta.0` |
| | `^9.21.0` | `5.6.0 ⋯ 5.0.0-beta.1` |
| | `^9.0.0` | `5.0.0-beta.0` |

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|^8.3",
"laravel/framework": "^10.0.0",
"laravel/framework": "^10.35.0",
"lastdragon-ru/lara-asp-core": "self.version",
"phpdocumentor/type-resolver": "^1.7",
"phpstan/phpdoc-parser": "^1.25",
Expand Down
2 changes: 1 addition & 1 deletion packages/serializer/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"requirements": {
"HEAD": {
"laravel/framework": [
"^10.0.0"
"^10.35.0"
],
"php": [
"^8.3",
Expand Down
3 changes: 2 additions & 1 deletion packages/spa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
| | `^8.0` | `4.6.0 ⋯ 2.0.0` |
| | `^8.0.0` | `1.1.2 ⋯ 0.12.0` |
| | `>=8.0.0` | `0.11.0 ⋯ 0.4.0` |
| Laravel | `^10.0.0` | `HEAD ⋯ 2.1.0` |
| Laravel | `^10.35.0` | `HEAD` |
| | `^10.0.0` | `6.1.0 ⋯ 2.1.0` |
| | `^9.21.0` | `5.6.0 ⋯ 5.0.0-beta.1` |
| | `^9.0.0` | `5.0.0-beta.0 ⋯ 0.12.0` |
| | `^8.22.1` | `3.0.0 ⋯ 0.4.0` |
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|^8.3",
"ext-mbstring": "*",
"guzzlehttp/psr7": "^1.9.1|^2.4.5",
"laravel/framework": "^10.0.0",
"laravel/framework": "^10.35.0",
"lastdragon-ru/lara-asp-core": "self.version",
"symfony/http-kernel": "^6.3.0",
"symfony/polyfill-php83": "^1.28"
Expand Down
2 changes: 1 addition & 1 deletion packages/spa/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"requirements": {
"HEAD": {
"laravel/framework": [
"^10.0.0"
"^10.35.0"
],
"php": [
"^8.3",
Expand Down
3 changes: 2 additions & 1 deletion packages/testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ This package provides various useful asserts for [PHPUnit](https://phpunit.de/)
| | `^8.0.0` | `1.1.2 ⋯ 0.12.0` |
| | `>=8.0.0` | `0.11.0 ⋯ 0.4.0` |
| | `>=7.4.0` | `0.3.0 ⋯ 0.1.0` |
| Laravel | `^10.0.0` | `HEAD ⋯ 2.1.0` |
| Laravel | `^10.35.0` | `HEAD` |
| | `^10.0.0` | `6.1.0 ⋯ 2.1.0` |
| | `^9.21.0` | `5.6.0 ⋯ 5.0.0-beta.1` |
| | `^9.0.0` | `5.0.0-beta.0 ⋯ 0.12.0` |
| | `^8.22.1` | `3.0.0 ⋯ 0.2.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 @@ -28,7 +28,7 @@
"composer/semver": "^3.2",
"doctrine/sql-formatter": "^1.1",
"http-interop/http-factory-guzzle": "^1.0.0",
"laravel/framework": "^10.0.0",
"laravel/framework": "^10.35.0",
"mockery/mockery": "^1.6.2",
"opis/json-schema": "^2.3.0",
"phpunit/phpunit": "^10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"requirements": {
"HEAD": {
"laravel/framework": [
"^10.0.0"
"^10.35.0"
],
"php": [
"^8.3",
Expand Down

0 comments on commit 0c0667f

Please sign in to comment.