mirror of
https://ghproxy.net/https://github.com/aspirepress/AspireCloud.git
synced 2025-10-04 23:20:41 +08:00
minor tweaks ahead of upgrades (#198)
* zap: drop redundant caching middleware * fix: make PluginFactory generate proper versions format * refactor: use $this->get directly instead of makeApiRequest * ci: pin action versions in dependency-review action (irony) Admittedly if actions/checkout is ever compromised, it's game over anyway. * ci: make OSSF scorecard action manual-only * ci: pin all runners onto ubuntu-24.04 * test: inline the sole use of assertWpPluginAPIStructure * meta: add github-actions to dependabot * build: composer upgrade and bump
This commit is contained in:
parent
b9dca4a941
commit
e3bb766b61
21 changed files with 449 additions and 777 deletions
|
@ -8,33 +8,33 @@
|
|||
"php": "^8.3",
|
||||
"ext-mbstring": "*",
|
||||
"inertiajs/inertia-laravel": "^1.3.2",
|
||||
"laravel/framework": "^11.36.1",
|
||||
"laravel/jetstream": "^5.3.4",
|
||||
"laravel/sanctum": "^4.0.7",
|
||||
"laravel/telescope": "^5.2.6",
|
||||
"laravel/tinker": "^2.10",
|
||||
"laravel/framework": "^11.44.2",
|
||||
"laravel/jetstream": "^5.3.5",
|
||||
"laravel/sanctum": "^4.0.8",
|
||||
"laravel/telescope": "^5.5.1",
|
||||
"laravel/tinker": "^2.10.1",
|
||||
"league/flysystem-aws-s3-v3": "^3.29",
|
||||
"predis/predis": "^2.3.0",
|
||||
"spatie/laravel-data": "^4.11.1",
|
||||
"spatie/laravel-permission": "^6.10.1",
|
||||
"symfony/http-client": "^7.2",
|
||||
"spatie/laravel-data": "^4.14.1",
|
||||
"spatie/laravel-permission": "^6.16.0",
|
||||
"symfony/http-client": "^7.2.4",
|
||||
"symfony/mailgun-mailer": "^7.2",
|
||||
"thecodingmachine/safe": "^2.5",
|
||||
"tightenco/ziggy": "^2.4.1"
|
||||
"tightenco/ziggy": "^2.5.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"barryvdh/laravel-ide-helper": "^3.3.0",
|
||||
"barryvdh/laravel-ide-helper": "^3.5.5",
|
||||
"fakerphp/faker": "^1.24.1",
|
||||
"larastan/larastan": "^2.9.12",
|
||||
"laravel/pail": "^1.2.1",
|
||||
"laravel/pint": "^1.20",
|
||||
"larastan/larastan": "^2.10.0",
|
||||
"laravel/pail": "^1.2.2",
|
||||
"laravel/pint": "^1.21.2",
|
||||
"mockery/mockery": "^1.6.12",
|
||||
"nunomaduro/collision": "^8.5",
|
||||
"pestphp/pest": "^3.7.1",
|
||||
"pestphp/pest-plugin-laravel": "^3.0",
|
||||
"phpstan/phpstan": "^1.12.13",
|
||||
"nunomaduro/collision": "^8.7",
|
||||
"pestphp/pest": "^3.7.4",
|
||||
"pestphp/pest-plugin-laravel": "^3.1",
|
||||
"phpstan/phpstan": "^1.12.21",
|
||||
"roave/security-advisories": "dev-latest",
|
||||
"spatie/laravel-web-tinker": "^1.9",
|
||||
"spatie/laravel-web-tinker": "^1.10.1",
|
||||
"thecodingmachine/phpstan-safe-rule": "^1.2"
|
||||
},
|
||||
"autoload": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue