Skip to content

Commit

Permalink
The symfony/polyfill-php83 added for all packages (c6261f9, c30c27b).
Browse files Browse the repository at this point in the history
  • Loading branch information
LastDragon-ru committed Nov 21, 2023
1 parent e7ab787 commit acb524b
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 8 deletions.
3 changes: 2 additions & 1 deletion packages/core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"require": {
"php": "^8.1|^8.2|^8.3",
"ext-mbstring": "*",
"laravel/framework": "^9.21.0|^10.0.0"
"laravel/framework": "^9.21.0|^10.0.0",
"symfony/polyfill-php83": "^1.28"
},
"require-dev": {
"phpunit/phpunit": "^9.5.0|^10.1.0",
Expand Down
1 change: 1 addition & 0 deletions packages/documentator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"symfony/filesystem": "^6.3.0",
"symfony/finder": "^6.3.0",
"symfony/process": "^6.3.0",
"symfony/polyfill-php83": "^1.28",
"lastdragon-ru/lara-asp-core": "self.version",
"lastdragon-ru/lara-asp-serializer": "self.version"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/eloquent/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"require": {
"php": "^8.1|^8.2|^8.3",
"laravel/framework": "^9.21.0|^10.0.0",
"lastdragon-ru/lara-asp-core": "self.version"
"lastdragon-ru/lara-asp-core": "self.version",
"symfony/polyfill-php83": "^1.28"
},
"require-dev": {
"ext-pdo_sqlite": "*",
Expand Down
3 changes: 2 additions & 1 deletion packages/graphql-printer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"require": {
"php": "^8.1|^8.2|^8.3",
"ext-mbstring": "*",
"webonyx/graphql-php": "^15.4.0"
"webonyx/graphql-php": "^15.4.0",
"symfony/polyfill-php83": "^1.28"
},
"require-dev": {
"composer/class-map-generator": "^1.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/migrator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"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",
"symfony/finder": "^6.3.0",,
"symfony/polyfill-php83": "^1.28",
"doctrine/dbal": "^3.1.4"
},
"require-dev": {
Expand Down
3 changes: 2 additions & 1 deletion packages/queue/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"require": {
"php": "^8.1|^8.2|^8.3",
"laravel/framework": "^9.21.0|^10.0.0",
"lastdragon-ru/lara-asp-core": "self.version"
"lastdragon-ru/lara-asp-core": "self.version",
"symfony/polyfill-php83": "^1.28"
},
"require-dev": {
"phpunit/phpunit": "^9.5.0|^10.1.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/serializer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"phpstan/phpdoc-parser": "^1.23",
"symfony/property-access": "^6.3.0",
"symfony/property-info": "^6.3.0",
"symfony/serializer": "^6.3.3"
"symfony/serializer": "^6.3.3",
"symfony/polyfill-php83": "^1.28"
},
"require-dev": {
"lastdragon-ru/lara-asp-testing": "self.version",
Expand Down
3 changes: 2 additions & 1 deletion packages/spa/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"ext-mbstring": "*",
"guzzlehttp/psr7": "^1.9.1|^2.4.5",
"laravel/framework": "^9.21.0|^10.0.0",
"lastdragon-ru/lara-asp-core": "self.version"
"lastdragon-ru/lara-asp-core": "self.version",
"symfony/polyfill-php83": "^1.28"
},
"require-dev": {
"phpunit/phpunit": "^9.5.0|^10.1.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/testing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"symfony/filesystem": "^6.3.0",
"symfony/http-foundation": "^6.3.0",
"symfony/mime": "^6.3.0",
"symfony/psr-http-message-bridge": "^2.0.0"
"symfony/psr-http-message-bridge": "^2.0.0",
"symfony/polyfill-php83": "^1.28"
},
"require-dev": {
"guzzlehttp/psr7": "^1.9.1|^2.4.5",
Expand Down

0 comments on commit acb524b

Please sign in to comment.