laravel: 5.21.0 -> 5.22.0 (#454448)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-22 17:37:38 +00:00
committed by GitHub
2 changed files with 19 additions and 19 deletions
+16 -16
View File
@@ -167,7 +167,7 @@
},
{
"name": "illuminate/collections",
"version": "v12.34.0",
"version": "v12.35.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/collections.git",
@@ -226,7 +226,7 @@
},
{
"name": "illuminate/conditionable",
"version": "v12.34.0",
"version": "v12.35.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/conditionable.git",
@@ -272,7 +272,7 @@
},
{
"name": "illuminate/contracts",
"version": "v12.34.0",
"version": "v12.35.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/contracts.git",
@@ -320,7 +320,7 @@
},
{
"name": "illuminate/filesystem",
"version": "v12.34.0",
"version": "v12.35.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/filesystem.git",
@@ -387,7 +387,7 @@
},
{
"name": "illuminate/macroable",
"version": "v12.34.0",
"version": "v12.35.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/macroable.git",
@@ -433,16 +433,16 @@
},
{
"name": "illuminate/support",
"version": "v12.34.0",
"version": "v12.35.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/support.git",
"reference": "89291f59ef6c170c00f10a41c566c49ee32ca09a"
"reference": "eefcefcf6edff2c986f746f10fad3da3e79a1223"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/support/zipball/89291f59ef6c170c00f10a41c566c49ee32ca09a",
"reference": "89291f59ef6c170c00f10a41c566c49ee32ca09a",
"url": "https://api.github.com/repos/illuminate/support/zipball/eefcefcf6edff2c986f746f10fad3da3e79a1223",
"reference": "eefcefcf6edff2c986f746f10fad3da3e79a1223",
"shasum": ""
},
"require": {
@@ -508,7 +508,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2025-10-13T21:11:33+00:00"
"time": "2025-10-18T13:23:12+00:00"
},
{
"name": "laravel/prompts",
@@ -2262,16 +2262,16 @@
},
{
"name": "nikic/php-parser",
"version": "v5.6.1",
"version": "v5.6.2",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2"
"reference": "3a454ca033b9e06b63282ce19562e892747449bb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2",
"reference": "f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/3a454ca033b9e06b63282ce19562e892747449bb",
"reference": "3a454ca033b9e06b63282ce19562e892747449bb",
"shasum": ""
},
"require": {
@@ -2314,9 +2314,9 @@
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v5.6.1"
"source": "https://github.com/nikic/PHP-Parser/tree/v5.6.2"
},
"time": "2025-08-13T20:13:15+00:00"
"time": "2025-10-21T19:32:17+00:00"
},
{
"name": "phar-io/manifest",
+3 -3
View File
@@ -7,19 +7,19 @@
}:
php.buildComposerProject2 (finalAttrs: {
pname = "laravel";
version = "5.21.0";
version = "5.22.0";
src = fetchFromGitHub {
owner = "laravel";
repo = "installer";
tag = "v${finalAttrs.version}";
hash = "sha256-2UfLzB3m/WjzJC7h/wYX9MHCUQFCVWRlXWVUpmDtUoE=";
hash = "sha256-kC6RD+rtjHXrOGhF/E9l8/eArTnDrXIw3D6lnDpsl7I=";
};
nativeBuildInputs = [ makeWrapper ];
composerLock = ./composer.lock;
vendorHash = "sha256-My17A7xl2HacrVP5SMzYpSar6cJ0MONznkJIPLFTII8=";
vendorHash = "sha256-s+wBvGnDyKbzniZoKJ4wUcv0FCo7XnrD6KYvYhllBFM=";
# Adding npm (nodejs) and php composer to path
postInstall = ''