From 485e9d7a5cf2a13ec17fe6a9fbe9d0c5b40d95f6 Mon Sep 17 00:00:00 2001 From: Shift Date: Sat, 21 Feb 2026 04:41:47 +0000 Subject: [PATCH] Bump dependencies for Laravel 13 --- composer.json | 84 +++++++++++++++++++++++++-------------------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/composer.json b/composer.json index 8047c49e..615ca515 100644 --- a/composer.json +++ b/composer.json @@ -1,44 +1,44 @@ { - "name": "phpstan/phpdoc-parser", - "description": "PHPDoc parser with support for nullable, intersection and generic types", - "license": "MIT", - "require": { - "php": "^7.4 || ^8.0" - }, - "require-dev": { - "doctrine/annotations": "^2.0", - "nikic/php-parser": "^5.3.0", - "php-parallel-lint/php-parallel-lint": "^1.2", - "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "^2.0", - "phpstan/phpstan-phpunit": "^2.0", - "phpstan/phpstan-strict-rules": "^2.0", - "phpunit/phpunit": "^9.6", - "symfony/process": "^5.2" - }, - "config": { - "platform": { - "php": "7.4.6" - }, - "sort-packages": true, - "allow-plugins": { - "phpstan/extension-installer": true - } - }, - "autoload": { - "psr-4": { - "PHPStan\\PhpDocParser\\": [ - "src/" - ] - } - }, - "autoload-dev": { - "psr-4": { - "PHPStan\\PhpDocParser\\": [ - "tests/PHPStan" - ] - } - }, - "minimum-stability": "dev", - "prefer-stable": true + "name": "phpstan/phpdoc-parser", + "description": "PHPDoc parser with support for nullable, intersection and generic types", + "license": "MIT", + "require": { + "php": "^7.4 || ^8.0" + }, + "require-dev": { + "doctrine/annotations": "^2.0", + "nikic/php-parser": "^5.3.0", + "php-parallel-lint/php-parallel-lint": "^1.2", + "phpstan/extension-installer": "^1.0", + "phpstan/phpstan": "^2.0", + "phpstan/phpstan-phpunit": "^2.0", + "phpstan/phpstan-strict-rules": "^2.0", + "phpunit/phpunit": "^9.6", + "symfony/process": "^5.2 || ^7.4" + }, + "config": { + "platform": { + "php": "7.4.6" + }, + "sort-packages": true, + "allow-plugins": { + "phpstan/extension-installer": true + } + }, + "autoload": { + "psr-4": { + "PHPStan\\PhpDocParser\\": [ + "src/" + ] + } + }, + "autoload-dev": { + "psr-4": { + "PHPStan\\PhpDocParser\\": [ + "tests/PHPStan" + ] + } + }, + "minimum-stability": "dev", + "prefer-stable": true }