- Reverts the schneespur/ subdirectory restructure (b8e426b)
- Restores package.json and vite.config.js (needed for npm build, were
removed in an earlier cleanup before the restructure)
- Updates public/build/ assets with current Vite output (new content hashes)
15 lines
382 B
JSON
15 lines
382 B
JSON
{
|
|
"require": {
|
|
"php": "^8.5",
|
|
"phpstan/phpstan": "2.1.33",
|
|
"phpstan/extension-installer": "1.4.3",
|
|
"phpstan/phpstan-deprecation-rules": "2.0.3",
|
|
"phpstan/phpstan-strict-rules": "2.0.7"
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist",
|
|
"allow-plugins": {
|
|
"phpstan/extension-installer": true
|
|
}
|
|
}
|
|
}
|