1
0
mirror of https://github.com/php/pie.git synced 2026-03-23 23:12:17 +01:00

Update illuminate/container and illuminate/contracts

This fixes the nullable parameter deprecation for PHP 8.4 and thus fixes
php/pie#140.
This commit is contained in:
Tim Düsterhus
2024-11-27 17:40:21 +01:00
parent 3abe8f57ad
commit cf1d82d578
2 changed files with 13 additions and 13 deletions

View File

@@ -31,7 +31,7 @@
"ext-zip": "*",
"composer/composer": "dev-main",
"fidry/cpu-core-counter": "^1.2",
"illuminate/container": "^10.48.24",
"illuminate/container": "^10.48.25",
"symfony/console": "^6.4.15",
"symfony/process": "^6.4.15",
"webmozart/assert": "^1.11"

24
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "e0e200f7789231c8e51ec598553c0eaa",
"content-hash": "cb8ec13e5bf5b137b5b78a0e0f1cf961",
"packages": [
{
"name": "composer/ca-bundle",
@@ -708,16 +708,16 @@
},
{
"name": "illuminate/container",
"version": "v10.48.24",
"version": "v10.48.25",
"source": {
"type": "git",
"url": "https://github.com/illuminate/container.git",
"reference": "ddc26273085fad3c471b2602ad820e0097ff7939"
"reference": "ed6253f7dd3a67d468b2cc7a69a657e1f14c7ba3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/container/zipball/ddc26273085fad3c471b2602ad820e0097ff7939",
"reference": "ddc26273085fad3c471b2602ad820e0097ff7939",
"url": "https://api.github.com/repos/illuminate/container/zipball/ed6253f7dd3a67d468b2cc7a69a657e1f14c7ba3",
"reference": "ed6253f7dd3a67d468b2cc7a69a657e1f14c7ba3",
"shasum": ""
},
"require": {
@@ -755,20 +755,20 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2023-06-18T09:12:03+00:00"
"time": "2024-11-21T14:02:44+00:00"
},
{
"name": "illuminate/contracts",
"version": "v10.48.24",
"version": "v10.48.25",
"source": {
"type": "git",
"url": "https://github.com/illuminate/contracts.git",
"reference": "8d7152c4a1f5d9cf7da3e8b71f23e4556f6138ac"
"reference": "f90663a69f926105a70b78060a31f3c64e2d1c74"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/contracts/zipball/8d7152c4a1f5d9cf7da3e8b71f23e4556f6138ac",
"reference": "8d7152c4a1f5d9cf7da3e8b71f23e4556f6138ac",
"url": "https://api.github.com/repos/illuminate/contracts/zipball/f90663a69f926105a70b78060a31f3c64e2d1c74",
"reference": "f90663a69f926105a70b78060a31f3c64e2d1c74",
"shasum": ""
},
"require": {
@@ -803,7 +803,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2024-01-15T18:52:32+00:00"
"time": "2024-11-21T14:02:44+00:00"
},
{
"name": "justinrainbow/json-schema",
@@ -5949,7 +5949,7 @@
"php": "8.1.*||8.2.*||8.3.*||8.4.*",
"ext-zip": "*"
},
"platform-dev": [],
"platform-dev": {},
"platform-overrides": {
"php": "8.1.0"
},