Loading pkgs/by-name/la/laravel/composer.lock +93 −175 Original line number Diff line number Diff line Loading @@ -167,35 +167,34 @@ }, { "name": "illuminate/collections", "version": "v12.54.1", "version": "v13.2.0", "source": { "type": "git", "url": "https://github.com/illuminate/collections.git", "reference": "86f874536cbda5f35c23a9908ee7f176caa4496e" "reference": "adf06b38984b02ce29297b1489f0c757c56bff15" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/collections/zipball/86f874536cbda5f35c23a9908ee7f176caa4496e", "reference": "86f874536cbda5f35c23a9908ee7f176caa4496e", "url": "https://api.github.com/repos/illuminate/collections/zipball/adf06b38984b02ce29297b1489f0c757c56bff15", "reference": "adf06b38984b02ce29297b1489f0c757c56bff15", "shasum": "" }, "require": { "illuminate/conditionable": "^12.0", "illuminate/contracts": "^12.0", "illuminate/macroable": "^12.0", "php": "^8.2", "symfony/polyfill-php83": "^1.33", "illuminate/conditionable": "^13.0", "illuminate/contracts": "^13.0", "illuminate/macroable": "^13.0", "php": "^8.3", "symfony/polyfill-php84": "^1.33", "symfony/polyfill-php85": "^1.33" }, "suggest": { "illuminate/http": "Required to convert collections to API resources (^12.0).", "symfony/var-dumper": "Required to use the dump method (^7.2)." "illuminate/http": "Required to convert collections to API resources (^13.0).", "symfony/var-dumper": "Required to use the dump method (^7.4 || ^8.0)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "12.x-dev" "dev-master": "13.0.x-dev" } }, "autoload": { Loading Loading @@ -223,29 +222,29 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2026-02-25T15:25:18+00:00" "time": "2026-03-23T14:32:36+00:00" }, { "name": "illuminate/conditionable", "version": "v12.54.1", "version": "v13.2.0", "source": { "type": "git", "url": "https://github.com/illuminate/conditionable.git", "reference": "ec677967c1f2faf90b8428919124d2184a4c9b49" "reference": "7f1ef52d9a346f829421b296adfb7644a951b216" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/conditionable/zipball/ec677967c1f2faf90b8428919124d2184a4c9b49", "reference": "ec677967c1f2faf90b8428919124d2184a4c9b49", "url": "https://api.github.com/repos/illuminate/conditionable/zipball/7f1ef52d9a346f829421b296adfb7644a951b216", "reference": "7f1ef52d9a346f829421b296adfb7644a951b216", "shasum": "" }, "require": { "php": "^8.2" "php": "^8.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "12.x-dev" "dev-master": "13.0.x-dev" } }, "autoload": { Loading @@ -269,31 +268,31 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2025-05-13T15:08:45+00:00" "time": "2026-02-25T16:07:55+00:00" }, { "name": "illuminate/contracts", "version": "v12.54.1", "version": "v13.2.0", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", "reference": "099fd9b56ccaf776facaa27699b960a3f2451127" "reference": "6728b11fd8748dea0206e0b21c993cb8ae7ce426" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/contracts/zipball/099fd9b56ccaf776facaa27699b960a3f2451127", "reference": "099fd9b56ccaf776facaa27699b960a3f2451127", "url": "https://api.github.com/repos/illuminate/contracts/zipball/6728b11fd8748dea0206e0b21c993cb8ae7ce426", "reference": "6728b11fd8748dea0206e0b21c993cb8ae7ce426", "shasum": "" }, "require": { "php": "^8.2", "psr/container": "^1.1.1|^2.0.1", "psr/simple-cache": "^1.0|^2.0|^3.0" "php": "^8.3", "psr/container": "^1.1.1 || ^2.0.1", "psr/simple-cache": "^1.0 || ^2.0 || ^3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "12.x-dev" "dev-master": "13.0.x-dev" } }, "autoload": { Loading @@ -317,47 +316,47 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2026-02-20T14:37:40+00:00" "time": "2026-03-20T15:16:26+00:00" }, { "name": "illuminate/filesystem", "version": "v12.54.1", "version": "v13.2.0", "source": { "type": "git", "url": "https://github.com/illuminate/filesystem.git", "reference": "b91eede30e1bde98cb51fb4c4f28269a8dea593e" "reference": "fabba6165de958c169eed909a3ec6a6574b33f6b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/filesystem/zipball/b91eede30e1bde98cb51fb4c4f28269a8dea593e", "reference": "b91eede30e1bde98cb51fb4c4f28269a8dea593e", "url": "https://api.github.com/repos/illuminate/filesystem/zipball/fabba6165de958c169eed909a3ec6a6574b33f6b", "reference": "fabba6165de958c169eed909a3ec6a6574b33f6b", "shasum": "" }, "require": { "illuminate/collections": "^12.0", "illuminate/contracts": "^12.0", "illuminate/macroable": "^12.0", "illuminate/support": "^12.0", "php": "^8.2", "symfony/finder": "^7.2.0" "illuminate/collections": "^13.0", "illuminate/contracts": "^13.0", "illuminate/macroable": "^13.0", "illuminate/support": "^13.0", "php": "^8.3", "symfony/finder": "^7.4.0 || ^8.0.0" }, "suggest": { "ext-fileinfo": "Required to use the Filesystem class.", "ext-ftp": "Required to use the Flysystem FTP driver.", "ext-hash": "Required to use the Filesystem class.", "illuminate/http": "Required for handling uploaded files (^12.0).", "illuminate/http": "Required for handling uploaded files (^13.0).", "league/flysystem": "Required to use the Flysystem local driver (^3.25.1).", "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.25.1).", "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.25.1).", "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.25.1).", "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).", "symfony/filesystem": "Required to enable support for relative symbolic links (^7.2).", "symfony/mime": "Required to enable support for guessing extensions (^7.2)." "symfony/filesystem": "Required to enable support for relative symbolic links (^7.4 || ^8.0).", "symfony/mime": "Required to enable support for guessing extensions (^7.4 || ^8.0)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "12.x-dev" "dev-master": "13.0.x-dev" } }, "autoload": { Loading @@ -384,20 +383,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2026-03-09T14:26:54+00:00" "time": "2026-03-21T01:00:51+00:00" }, { "name": "illuminate/macroable", "version": "v12.54.1", "version": "v13.2.0", "source": { "type": "git", "url": "https://github.com/illuminate/macroable.git", "reference": "e862e5648ee34004fa56046b746f490dfa86c613" "reference": "fca71b5b0b1291a69a0383b886b9835410f45358" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/macroable/zipball/e862e5648ee34004fa56046b746f490dfa86c613", "reference": "e862e5648ee34004fa56046b746f490dfa86c613", "url": "https://api.github.com/repos/illuminate/macroable/zipball/fca71b5b0b1291a69a0383b886b9835410f45358", "reference": "fca71b5b0b1291a69a0383b886b9835410f45358", "shasum": "" }, "require": { Loading @@ -406,7 +405,7 @@ "type": "library", "extra": { "branch-alias": { "dev-master": "12.x-dev" "dev-master": "13.0.x-dev" } }, "autoload": { Loading @@ -430,31 +429,31 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2024-07-23T16:31:01+00:00" "time": "2026-02-25T16:07:55+00:00" }, { "name": "illuminate/reflection", "version": "v12.54.1", "version": "v13.2.0", "source": { "type": "git", "url": "https://github.com/illuminate/reflection.git", "reference": "348cf5da9de89b596d7723be6425fb048e2bf4bb" "reference": "4fe1659f068ab2b50131cf906c5d8bba4e34df0c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/reflection/zipball/348cf5da9de89b596d7723be6425fb048e2bf4bb", "reference": "348cf5da9de89b596d7723be6425fb048e2bf4bb", "url": "https://api.github.com/repos/illuminate/reflection/zipball/4fe1659f068ab2b50131cf906c5d8bba4e34df0c", "reference": "4fe1659f068ab2b50131cf906c5d8bba4e34df0c", "shasum": "" }, "require": { "illuminate/collections": "^12.0", "illuminate/contracts": "^12.0", "php": "^8.2" "illuminate/collections": "^13.0", "illuminate/contracts": "^13.0", "php": "^8.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "12.x-dev" "dev-master": "13.0.x-dev" } }, "autoload": { Loading @@ -481,20 +480,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2026-02-25T15:25:18+00:00" "time": "2026-03-10T20:04:12+00:00" }, { "name": "illuminate/support", "version": "v12.54.1", "version": "v13.2.0", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", "reference": "e54208c0b5693becd8d3bec02f07e8db9aa4f512" "reference": "4ae94d59ea40bc6293ef3c087fc53a1f35619576" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/support/zipball/e54208c0b5693becd8d3bec02f07e8db9aa4f512", "reference": "e54208c0b5693becd8d3bec02f07e8db9aa4f512", "url": "https://api.github.com/repos/illuminate/support/zipball/4ae94d59ea40bc6293ef3c087fc53a1f35619576", "reference": "4ae94d59ea40bc6293ef3c087fc53a1f35619576", "shasum": "" }, "require": { Loading @@ -502,14 +501,13 @@ "ext-ctype": "*", "ext-filter": "*", "ext-mbstring": "*", "illuminate/collections": "^12.0", "illuminate/conditionable": "^12.0", "illuminate/contracts": "^12.0", "illuminate/macroable": "^12.0", "illuminate/reflection": "^12.0", "illuminate/collections": "^13.0", "illuminate/conditionable": "^13.0", "illuminate/contracts": "^13.0", "illuminate/macroable": "^13.0", "illuminate/reflection": "^13.0", "nesbot/carbon": "^3.8.4", "php": "^8.2", "symfony/polyfill-php83": "^1.33", "php": "^8.3", "symfony/polyfill-php85": "^1.33", "voku/portable-ascii": "^2.0.2" }, Loading @@ -520,20 +518,20 @@ "spatie/once": "*" }, "suggest": { "illuminate/filesystem": "Required to use the Composer class (^12.0).", "laravel/serializable-closure": "Required to use the once function (^1.3|^2.0).", "illuminate/filesystem": "Required to use the Composer class (^13.0).", "laravel/serializable-closure": "Required to use the once function (^2.0.10).", "league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.7).", "league/uri": "Required to use the Uri class (^7.5.1).", "ramsey/uuid": "Required to use Str::uuid() (^4.7).", "symfony/process": "Required to use the Composer class (^7.2).", "symfony/uid": "Required to use Str::ulid() (^7.2).", "symfony/var-dumper": "Required to use the dd function (^7.2).", "symfony/process": "Required to use the Composer class (^7.4 || ^8.0).", "symfony/uid": "Required to use Str::ulid() (^7.4 || ^8.0).", "symfony/var-dumper": "Required to use the dd function (^7.4 || ^8.0).", "vlucas/phpdotenv": "Required to use the Env class and env helper (^5.6.1)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "12.x-dev" "dev-master": "13.0.x-dev" } }, "autoload": { Loading Loading @@ -561,20 +559,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2026-03-06T15:24:01+00:00" "time": "2026-03-21T01:01:22+00:00" }, { "name": "laravel/prompts", "version": "v0.3.14", "version": "v0.3.16", "source": { "type": "git", "url": "https://github.com/laravel/prompts.git", "reference": "9f0e371244eedfe2ebeaa72c79c54bb5df6e0176" "reference": "11e7d5f93803a2190b00e145142cb00a33d17ad2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laravel/prompts/zipball/9f0e371244eedfe2ebeaa72c79c54bb5df6e0176", "reference": "9f0e371244eedfe2ebeaa72c79c54bb5df6e0176", "url": "https://api.github.com/repos/laravel/prompts/zipball/11e7d5f93803a2190b00e145142cb00a33d17ad2", "reference": "11e7d5f93803a2190b00e145142cb00a33d17ad2", "shasum": "" }, "require": { Loading Loading @@ -618,9 +616,9 @@ "description": "Add beautiful and user-friendly forms to your command-line applications.", "support": { "issues": "https://github.com/laravel/prompts/issues", "source": "https://github.com/laravel/prompts/tree/v0.3.14" "source": "https://github.com/laravel/prompts/tree/v0.3.16" }, "time": "2026-03-01T09:02:38+00:00" "time": "2026-03-23T14:35:33+00:00" }, { "name": "nesbot/carbon", Loading Loading @@ -1123,23 +1121,23 @@ }, { "name": "symfony/finder", "version": "v7.4.6", "version": "v8.0.6", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "8655bf1076b7a3a346cb11413ffdabff50c7ffcf" "reference": "441404f09a54de6d1bd6ad219e088cdf4c91f97c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/8655bf1076b7a3a346cb11413ffdabff50c7ffcf", "reference": "8655bf1076b7a3a346cb11413ffdabff50c7ffcf", "url": "https://api.github.com/repos/symfony/finder/zipball/441404f09a54de6d1bd6ad219e088cdf4c91f97c", "reference": "441404f09a54de6d1bd6ad219e088cdf4c91f97c", "shasum": "" }, "require": { "php": ">=8.2" "php": ">=8.4" }, "require-dev": { "symfony/filesystem": "^6.4|^7.0|^8.0" "symfony/filesystem": "^7.4|^8.0" }, "type": "library", "autoload": { Loading Loading @@ -1167,7 +1165,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/finder/tree/v7.4.6" "source": "https://github.com/symfony/finder/tree/v8.0.6" }, "funding": [ { Loading @@ -1187,7 +1185,7 @@ "type": "tidelift" } ], "time": "2026-01-29T09:40:50+00:00" "time": "2026-01-29T09:41:02+00:00" }, { "name": "symfony/polyfill-ctype", Loading Loading @@ -1524,86 +1522,6 @@ ], "time": "2024-12-23T08:48:59+00:00" }, { "name": "symfony/polyfill-php83", "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php83.git", "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/17f6f9a6b1735c0f163024d959f700cfbc5155e5", "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5", "shasum": "" }, "require": { "php": ">=7.2" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php83\\": "" }, "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php83/tree/v1.33.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2025-07-08T02:45:35+00:00" }, { "name": "symfony/polyfill-php84", "version": "v1.33.0", Loading Loading @@ -2495,11 +2413,11 @@ }, { "name": "phpstan/phpstan", "version": "2.1.41", "version": "2.1.44", "dist": { "type": "zip", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/a2eae8f20856b3afe74bf1f9726ce8c11438e300", "reference": "a2eae8f20856b3afe74bf1f9726ce8c11438e300", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/4a88c083c668b2c364a425c9b3171b2d9ea5d218", "reference": "4a88c083c668b2c364a425c9b3171b2d9ea5d218", "shasum": "" }, "require": { Loading Loading @@ -2544,7 +2462,7 @@ "type": "github" } ], "time": "2026-03-16T18:24:10+00:00" "time": "2026-03-25T17:34:21+00:00" }, { "name": "phpunit/php-code-coverage", Loading pkgs/by-name/la/laravel/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,19 +7,19 @@ }: php.buildComposerProject2 (finalAttrs: { pname = "laravel"; version = "5.24.9"; version = "5.24.10"; src = fetchFromGitHub { owner = "laravel"; repo = "installer"; tag = "v${finalAttrs.version}"; hash = "sha256-RlY6is5rRks2mXdE2/EXuSWX2CxJuK+q8yfsDcZMFBo="; hash = "sha256-JPfsj20kLsefav6NiKA7QRADIzvKCCkFxNIeym7MYIY="; }; nativeBuildInputs = [ makeWrapper ]; composerLock = ./composer.lock; vendorHash = "sha256-o7YryCZjTm/O4ts21NjODqacdXnjWZUH8Dmr8fPnDEg="; vendorHash = "sha256-UefQzIwq6w9CL6zMHsco/Yyei9hqxNqdb6XMdCU+MXo="; # Adding npm (nodejs) and php composer to path postInstall = '' Loading Loading
pkgs/by-name/la/laravel/composer.lock +93 −175 Original line number Diff line number Diff line Loading @@ -167,35 +167,34 @@ }, { "name": "illuminate/collections", "version": "v12.54.1", "version": "v13.2.0", "source": { "type": "git", "url": "https://github.com/illuminate/collections.git", "reference": "86f874536cbda5f35c23a9908ee7f176caa4496e" "reference": "adf06b38984b02ce29297b1489f0c757c56bff15" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/collections/zipball/86f874536cbda5f35c23a9908ee7f176caa4496e", "reference": "86f874536cbda5f35c23a9908ee7f176caa4496e", "url": "https://api.github.com/repos/illuminate/collections/zipball/adf06b38984b02ce29297b1489f0c757c56bff15", "reference": "adf06b38984b02ce29297b1489f0c757c56bff15", "shasum": "" }, "require": { "illuminate/conditionable": "^12.0", "illuminate/contracts": "^12.0", "illuminate/macroable": "^12.0", "php": "^8.2", "symfony/polyfill-php83": "^1.33", "illuminate/conditionable": "^13.0", "illuminate/contracts": "^13.0", "illuminate/macroable": "^13.0", "php": "^8.3", "symfony/polyfill-php84": "^1.33", "symfony/polyfill-php85": "^1.33" }, "suggest": { "illuminate/http": "Required to convert collections to API resources (^12.0).", "symfony/var-dumper": "Required to use the dump method (^7.2)." "illuminate/http": "Required to convert collections to API resources (^13.0).", "symfony/var-dumper": "Required to use the dump method (^7.4 || ^8.0)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "12.x-dev" "dev-master": "13.0.x-dev" } }, "autoload": { Loading Loading @@ -223,29 +222,29 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2026-02-25T15:25:18+00:00" "time": "2026-03-23T14:32:36+00:00" }, { "name": "illuminate/conditionable", "version": "v12.54.1", "version": "v13.2.0", "source": { "type": "git", "url": "https://github.com/illuminate/conditionable.git", "reference": "ec677967c1f2faf90b8428919124d2184a4c9b49" "reference": "7f1ef52d9a346f829421b296adfb7644a951b216" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/conditionable/zipball/ec677967c1f2faf90b8428919124d2184a4c9b49", "reference": "ec677967c1f2faf90b8428919124d2184a4c9b49", "url": "https://api.github.com/repos/illuminate/conditionable/zipball/7f1ef52d9a346f829421b296adfb7644a951b216", "reference": "7f1ef52d9a346f829421b296adfb7644a951b216", "shasum": "" }, "require": { "php": "^8.2" "php": "^8.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "12.x-dev" "dev-master": "13.0.x-dev" } }, "autoload": { Loading @@ -269,31 +268,31 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2025-05-13T15:08:45+00:00" "time": "2026-02-25T16:07:55+00:00" }, { "name": "illuminate/contracts", "version": "v12.54.1", "version": "v13.2.0", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", "reference": "099fd9b56ccaf776facaa27699b960a3f2451127" "reference": "6728b11fd8748dea0206e0b21c993cb8ae7ce426" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/contracts/zipball/099fd9b56ccaf776facaa27699b960a3f2451127", "reference": "099fd9b56ccaf776facaa27699b960a3f2451127", "url": "https://api.github.com/repos/illuminate/contracts/zipball/6728b11fd8748dea0206e0b21c993cb8ae7ce426", "reference": "6728b11fd8748dea0206e0b21c993cb8ae7ce426", "shasum": "" }, "require": { "php": "^8.2", "psr/container": "^1.1.1|^2.0.1", "psr/simple-cache": "^1.0|^2.0|^3.0" "php": "^8.3", "psr/container": "^1.1.1 || ^2.0.1", "psr/simple-cache": "^1.0 || ^2.0 || ^3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "12.x-dev" "dev-master": "13.0.x-dev" } }, "autoload": { Loading @@ -317,47 +316,47 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2026-02-20T14:37:40+00:00" "time": "2026-03-20T15:16:26+00:00" }, { "name": "illuminate/filesystem", "version": "v12.54.1", "version": "v13.2.0", "source": { "type": "git", "url": "https://github.com/illuminate/filesystem.git", "reference": "b91eede30e1bde98cb51fb4c4f28269a8dea593e" "reference": "fabba6165de958c169eed909a3ec6a6574b33f6b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/filesystem/zipball/b91eede30e1bde98cb51fb4c4f28269a8dea593e", "reference": "b91eede30e1bde98cb51fb4c4f28269a8dea593e", "url": "https://api.github.com/repos/illuminate/filesystem/zipball/fabba6165de958c169eed909a3ec6a6574b33f6b", "reference": "fabba6165de958c169eed909a3ec6a6574b33f6b", "shasum": "" }, "require": { "illuminate/collections": "^12.0", "illuminate/contracts": "^12.0", "illuminate/macroable": "^12.0", "illuminate/support": "^12.0", "php": "^8.2", "symfony/finder": "^7.2.0" "illuminate/collections": "^13.0", "illuminate/contracts": "^13.0", "illuminate/macroable": "^13.0", "illuminate/support": "^13.0", "php": "^8.3", "symfony/finder": "^7.4.0 || ^8.0.0" }, "suggest": { "ext-fileinfo": "Required to use the Filesystem class.", "ext-ftp": "Required to use the Flysystem FTP driver.", "ext-hash": "Required to use the Filesystem class.", "illuminate/http": "Required for handling uploaded files (^12.0).", "illuminate/http": "Required for handling uploaded files (^13.0).", "league/flysystem": "Required to use the Flysystem local driver (^3.25.1).", "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.25.1).", "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.25.1).", "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.25.1).", "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).", "symfony/filesystem": "Required to enable support for relative symbolic links (^7.2).", "symfony/mime": "Required to enable support for guessing extensions (^7.2)." "symfony/filesystem": "Required to enable support for relative symbolic links (^7.4 || ^8.0).", "symfony/mime": "Required to enable support for guessing extensions (^7.4 || ^8.0)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "12.x-dev" "dev-master": "13.0.x-dev" } }, "autoload": { Loading @@ -384,20 +383,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2026-03-09T14:26:54+00:00" "time": "2026-03-21T01:00:51+00:00" }, { "name": "illuminate/macroable", "version": "v12.54.1", "version": "v13.2.0", "source": { "type": "git", "url": "https://github.com/illuminate/macroable.git", "reference": "e862e5648ee34004fa56046b746f490dfa86c613" "reference": "fca71b5b0b1291a69a0383b886b9835410f45358" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/macroable/zipball/e862e5648ee34004fa56046b746f490dfa86c613", "reference": "e862e5648ee34004fa56046b746f490dfa86c613", "url": "https://api.github.com/repos/illuminate/macroable/zipball/fca71b5b0b1291a69a0383b886b9835410f45358", "reference": "fca71b5b0b1291a69a0383b886b9835410f45358", "shasum": "" }, "require": { Loading @@ -406,7 +405,7 @@ "type": "library", "extra": { "branch-alias": { "dev-master": "12.x-dev" "dev-master": "13.0.x-dev" } }, "autoload": { Loading @@ -430,31 +429,31 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2024-07-23T16:31:01+00:00" "time": "2026-02-25T16:07:55+00:00" }, { "name": "illuminate/reflection", "version": "v12.54.1", "version": "v13.2.0", "source": { "type": "git", "url": "https://github.com/illuminate/reflection.git", "reference": "348cf5da9de89b596d7723be6425fb048e2bf4bb" "reference": "4fe1659f068ab2b50131cf906c5d8bba4e34df0c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/reflection/zipball/348cf5da9de89b596d7723be6425fb048e2bf4bb", "reference": "348cf5da9de89b596d7723be6425fb048e2bf4bb", "url": "https://api.github.com/repos/illuminate/reflection/zipball/4fe1659f068ab2b50131cf906c5d8bba4e34df0c", "reference": "4fe1659f068ab2b50131cf906c5d8bba4e34df0c", "shasum": "" }, "require": { "illuminate/collections": "^12.0", "illuminate/contracts": "^12.0", "php": "^8.2" "illuminate/collections": "^13.0", "illuminate/contracts": "^13.0", "php": "^8.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "12.x-dev" "dev-master": "13.0.x-dev" } }, "autoload": { Loading @@ -481,20 +480,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2026-02-25T15:25:18+00:00" "time": "2026-03-10T20:04:12+00:00" }, { "name": "illuminate/support", "version": "v12.54.1", "version": "v13.2.0", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", "reference": "e54208c0b5693becd8d3bec02f07e8db9aa4f512" "reference": "4ae94d59ea40bc6293ef3c087fc53a1f35619576" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/support/zipball/e54208c0b5693becd8d3bec02f07e8db9aa4f512", "reference": "e54208c0b5693becd8d3bec02f07e8db9aa4f512", "url": "https://api.github.com/repos/illuminate/support/zipball/4ae94d59ea40bc6293ef3c087fc53a1f35619576", "reference": "4ae94d59ea40bc6293ef3c087fc53a1f35619576", "shasum": "" }, "require": { Loading @@ -502,14 +501,13 @@ "ext-ctype": "*", "ext-filter": "*", "ext-mbstring": "*", "illuminate/collections": "^12.0", "illuminate/conditionable": "^12.0", "illuminate/contracts": "^12.0", "illuminate/macroable": "^12.0", "illuminate/reflection": "^12.0", "illuminate/collections": "^13.0", "illuminate/conditionable": "^13.0", "illuminate/contracts": "^13.0", "illuminate/macroable": "^13.0", "illuminate/reflection": "^13.0", "nesbot/carbon": "^3.8.4", "php": "^8.2", "symfony/polyfill-php83": "^1.33", "php": "^8.3", "symfony/polyfill-php85": "^1.33", "voku/portable-ascii": "^2.0.2" }, Loading @@ -520,20 +518,20 @@ "spatie/once": "*" }, "suggest": { "illuminate/filesystem": "Required to use the Composer class (^12.0).", "laravel/serializable-closure": "Required to use the once function (^1.3|^2.0).", "illuminate/filesystem": "Required to use the Composer class (^13.0).", "laravel/serializable-closure": "Required to use the once function (^2.0.10).", "league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.7).", "league/uri": "Required to use the Uri class (^7.5.1).", "ramsey/uuid": "Required to use Str::uuid() (^4.7).", "symfony/process": "Required to use the Composer class (^7.2).", "symfony/uid": "Required to use Str::ulid() (^7.2).", "symfony/var-dumper": "Required to use the dd function (^7.2).", "symfony/process": "Required to use the Composer class (^7.4 || ^8.0).", "symfony/uid": "Required to use Str::ulid() (^7.4 || ^8.0).", "symfony/var-dumper": "Required to use the dd function (^7.4 || ^8.0).", "vlucas/phpdotenv": "Required to use the Env class and env helper (^5.6.1)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "12.x-dev" "dev-master": "13.0.x-dev" } }, "autoload": { Loading Loading @@ -561,20 +559,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2026-03-06T15:24:01+00:00" "time": "2026-03-21T01:01:22+00:00" }, { "name": "laravel/prompts", "version": "v0.3.14", "version": "v0.3.16", "source": { "type": "git", "url": "https://github.com/laravel/prompts.git", "reference": "9f0e371244eedfe2ebeaa72c79c54bb5df6e0176" "reference": "11e7d5f93803a2190b00e145142cb00a33d17ad2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laravel/prompts/zipball/9f0e371244eedfe2ebeaa72c79c54bb5df6e0176", "reference": "9f0e371244eedfe2ebeaa72c79c54bb5df6e0176", "url": "https://api.github.com/repos/laravel/prompts/zipball/11e7d5f93803a2190b00e145142cb00a33d17ad2", "reference": "11e7d5f93803a2190b00e145142cb00a33d17ad2", "shasum": "" }, "require": { Loading Loading @@ -618,9 +616,9 @@ "description": "Add beautiful and user-friendly forms to your command-line applications.", "support": { "issues": "https://github.com/laravel/prompts/issues", "source": "https://github.com/laravel/prompts/tree/v0.3.14" "source": "https://github.com/laravel/prompts/tree/v0.3.16" }, "time": "2026-03-01T09:02:38+00:00" "time": "2026-03-23T14:35:33+00:00" }, { "name": "nesbot/carbon", Loading Loading @@ -1123,23 +1121,23 @@ }, { "name": "symfony/finder", "version": "v7.4.6", "version": "v8.0.6", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "8655bf1076b7a3a346cb11413ffdabff50c7ffcf" "reference": "441404f09a54de6d1bd6ad219e088cdf4c91f97c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/8655bf1076b7a3a346cb11413ffdabff50c7ffcf", "reference": "8655bf1076b7a3a346cb11413ffdabff50c7ffcf", "url": "https://api.github.com/repos/symfony/finder/zipball/441404f09a54de6d1bd6ad219e088cdf4c91f97c", "reference": "441404f09a54de6d1bd6ad219e088cdf4c91f97c", "shasum": "" }, "require": { "php": ">=8.2" "php": ">=8.4" }, "require-dev": { "symfony/filesystem": "^6.4|^7.0|^8.0" "symfony/filesystem": "^7.4|^8.0" }, "type": "library", "autoload": { Loading Loading @@ -1167,7 +1165,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/finder/tree/v7.4.6" "source": "https://github.com/symfony/finder/tree/v8.0.6" }, "funding": [ { Loading @@ -1187,7 +1185,7 @@ "type": "tidelift" } ], "time": "2026-01-29T09:40:50+00:00" "time": "2026-01-29T09:41:02+00:00" }, { "name": "symfony/polyfill-ctype", Loading Loading @@ -1524,86 +1522,6 @@ ], "time": "2024-12-23T08:48:59+00:00" }, { "name": "symfony/polyfill-php83", "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php83.git", "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/17f6f9a6b1735c0f163024d959f700cfbc5155e5", "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5", "shasum": "" }, "require": { "php": ">=7.2" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php83\\": "" }, "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php83/tree/v1.33.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2025-07-08T02:45:35+00:00" }, { "name": "symfony/polyfill-php84", "version": "v1.33.0", Loading Loading @@ -2495,11 +2413,11 @@ }, { "name": "phpstan/phpstan", "version": "2.1.41", "version": "2.1.44", "dist": { "type": "zip", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/a2eae8f20856b3afe74bf1f9726ce8c11438e300", "reference": "a2eae8f20856b3afe74bf1f9726ce8c11438e300", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/4a88c083c668b2c364a425c9b3171b2d9ea5d218", "reference": "4a88c083c668b2c364a425c9b3171b2d9ea5d218", "shasum": "" }, "require": { Loading Loading @@ -2544,7 +2462,7 @@ "type": "github" } ], "time": "2026-03-16T18:24:10+00:00" "time": "2026-03-25T17:34:21+00:00" }, { "name": "phpunit/php-code-coverage", Loading
pkgs/by-name/la/laravel/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,19 +7,19 @@ }: php.buildComposerProject2 (finalAttrs: { pname = "laravel"; version = "5.24.9"; version = "5.24.10"; src = fetchFromGitHub { owner = "laravel"; repo = "installer"; tag = "v${finalAttrs.version}"; hash = "sha256-RlY6is5rRks2mXdE2/EXuSWX2CxJuK+q8yfsDcZMFBo="; hash = "sha256-JPfsj20kLsefav6NiKA7QRADIzvKCCkFxNIeym7MYIY="; }; nativeBuildInputs = [ makeWrapper ]; composerLock = ./composer.lock; vendorHash = "sha256-o7YryCZjTm/O4ts21NjODqacdXnjWZUH8Dmr8fPnDEg="; vendorHash = "sha256-UefQzIwq6w9CL6zMHsco/Yyei9hqxNqdb6XMdCU+MXo="; # Adding npm (nodejs) and php composer to path postInstall = '' Loading