Update PHP and npm dependencies
Patch releases of laravel/boost, pestphp/pest, phpunit/phpunit and filp/whoops, plus refreshed transitive npm packages. Boost's update refreshed its laravel-best-practices skill. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
026912f98a
commit
a62edbcefb
@@ -30,8 +30,8 @@ Incorrect:
|
||||
|
||||
```bash
|
||||
# A plaintext .env file committed to the repository
|
||||
STRIPE_SECRET=sk_live_abc123
|
||||
AWS_SECRET_ACCESS_KEY=wJalrXUtnFEMI
|
||||
STRIPE_SECRET=<your-stripe-secret>
|
||||
AWS_SECRET_ACCESS_KEY=<your-aws-secret>
|
||||
```
|
||||
|
||||
Encrypted environment file:
|
||||
|
||||
Reference in New Issue
Block a user