normalize composer.json

This commit is contained in:
barryvdh
2025-02-11 13:59:46 +00:00
committed by github-actions[bot]
parent dba153f1e0
commit 8d441ec99f
+8 -8
View File
@@ -25,19 +25,19 @@
"ext-json": "*", "ext-json": "*",
"barryvdh/reflection-docblock": "^2.3", "barryvdh/reflection-docblock": "^2.3",
"composer/class-map-generator": "^1.0", "composer/class-map-generator": "^1.0",
"illuminate/console": "^11.15|^12", "illuminate/console": "^11.15 || ^12",
"illuminate/database": "^11.15|^12", "illuminate/database": "^11.15 || ^12",
"illuminate/filesystem": "^11.15|^12", "illuminate/filesystem": "^11.15 || ^12",
"illuminate/support": "^11.15|^12" "illuminate/support": "^11.15 || ^12"
}, },
"require-dev": { "require-dev": {
"ext-pdo_sqlite": "*", "ext-pdo_sqlite": "*",
"friendsofphp/php-cs-fixer": "^3", "friendsofphp/php-cs-fixer": "^3",
"illuminate/config": "^11.15|^12", "illuminate/config": "^11.15 || ^12",
"illuminate/view": "^11.15|^12", "illuminate/view": "^11.15 || ^12",
"mockery/mockery": "^1.4", "mockery/mockery": "^1.4",
"orchestra/testbench": "^9.2|^10", "orchestra/testbench": "^9.2 || ^10",
"phpunit/phpunit": "^10.5|^11.5.3", "phpunit/phpunit": "^10.5 || ^11.5.3",
"spatie/phpunit-snapshot-assertions": "^4 || ^5", "spatie/phpunit-snapshot-assertions": "^4 || ^5",
"vimeo/psalm": "^5.4", "vimeo/psalm": "^5.4",
"vlucas/phpdotenv": "^5" "vlucas/phpdotenv": "^5"