updated streamline-setup v2

This commit is contained in:
2025-01-15 08:53:49 -08:00
committed by alec.turner
parent a2ce9248f0
commit 4b569f81b0
20228 changed files with 2932048 additions and 63204 deletions
+6 -1
View File
@@ -8,6 +8,7 @@
"php": "^8.1",
"ext-json": "*",
"africastalking/africastalking": "^3.0",
"barryvdh/laravel-dompdf": "^2.2",
"barryvdh/laravel-snappy": "^1.0.1",
"doctrine/dbal": "^3.0",
"fx3costa/laravelchartjs": "^3.0",
@@ -28,8 +29,9 @@
"require-dev": {
"fakerphp/faker": "^1.19",
"filp/whoops": "~2.0",
"larastan/larastan": "^2.0",
"mockery/mockery": "^1.4.4",
"phpstan/phpstan": "^0.12.87",
"phpstan/phpstan": "^1.11",
"phpunit/phpunit": "^10.0",
"squizlabs/php_codesniffer": "^3.6"
},
@@ -68,6 +70,9 @@
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover"
],
"phpstan": [
"vendor/bin/phpstan analyse -c phpstan.neon"
]
},
"config": {