File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ protected $casts = [
18
18
19
19
// Encrypts on write, decrypts and typecasts to integer on read.
20
20
'secret_number' => Encrypted::class . ':integer',
21
-
21
+
22
22
// Provides utilities for manipulating a name
23
23
'name' => Name::class,
24
24
];
@@ -28,5 +28,5 @@ protected $casts = [
28
28
29
29
Some alternatives to this package include:
30
30
31
- - [ crudly/encrypted] ( https://github.com/Crudly/Encrypted )
32
- - [ watson/nameable] ( https://github.com/dwightwatson/nameable )
31
+ - [ crudly/encrypted] ( https://github.com/Crudly/Encrypted )
32
+ - [ watson/nameable] ( https://github.com/dwightwatson/nameable )
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ sort: 2
5
5
6
6
## General Requirements
7
7
8
- - PHP ** 7.4** or greater
9
- - Laravel ** 8.0** or greater
8
+ - PHP ** 7.4** or greater
9
+ - Laravel ** 8.0** or greater
10
10
11
11
## Version Matrix
12
12
13
13
| Laravel | Minimum Version | Maximum Version |
14
- | --- | --- | --- |
15
- | 7.28 | 1.0.0 | 1.0.1 |
16
- | 8.0 | 1.0.0 | |
14
+ | ------- | --------------- | ------------ --- |
15
+ | 7.28 | 1.0.0 | 1.0.1 |
16
+ | 8.0 | 1.0.0 | |
You can’t perform that action at this time.
0 commit comments