Skip to content

Commit 41d41b8

Browse files
authored
Update to Laravel Zero 12.x (#22)
1 parent 6bfa1b1 commit 41d41b8

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ $ padlock
3737
--key[=KEY] The encryption key
3838
--cipher[=CIPHER] The encryption cipher
3939
--env[=ENV] The environment the command should run under
40-
--force Overwrite the existing encrypted environment file
40+
--force Overwrite the existing environment file
41+
--path[=PATH] Path to write the decrypted file
42+
--filename[=FILENAME] Filename of the decrypted file
4143

4244
env:encrypt Encrypt an environment file
4345
--key[=KEY] The encryption key
4446
--cipher[=CIPHER] The encryption cipher
4547
--env[=ENV] The environment the command should run under
46-
--force Overwrite the existing environment file
47-
--path[=PATH] Path to write the decrypted file
48-
--filename[=FILENAME] Filename of the decrypted file
49-
48+
--prune Delete the original environment file
49+
--force Overwrite the existing encrypted environment file
5050
```
5151

5252
Run the below commands to encrypt and decrypt environment files in the current directory.

builds/padlock

-6.29 KB
Binary file not shown.

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
],
1818
"require": {
1919
"php": "^8.2",
20-
"illuminate/encryption": "^11.0",
20+
"illuminate/encryption": "^12.0",
2121
"laravel-zero/phar-updater": "^1.4",
22-
"nunomaduro/termwind": "^2.0"
22+
"nunomaduro/termwind": "^2.3"
2323
},
2424
"require-dev": {
25-
"laravel-zero/foundation": "^11.0",
26-
"laravel-zero/framework": "^11.0",
27-
"laravel/pint": "^1.18",
25+
"laravel-zero/foundation": "^12.0",
26+
"laravel-zero/framework": "^12.0",
27+
"laravel/pint": "^1.22",
2828
"mockery/mockery": "^1.6",
29-
"pestphp/pest": "^3.0"
29+
"pestphp/pest": "^3.8"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)