Skip to content

Commit dccceaf

Browse files
rawilkactions-user
authored andcommitted
Prettified Code!
1 parent a26a0ab commit dccceaf

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/introduction.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ protected $casts = [
1818

1919
// Encrypts on write, decrypts and typecasts to integer on read.
2020
'secret_number' => Encrypted::class . ':integer',
21-
21+
2222
// Provides utilities for manipulating a name
2323
'name' => Name::class,
2424
];
@@ -28,5 +28,5 @@ protected $casts = [
2828

2929
Some alternatives to this package include:
3030

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)

docs/requirements.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ sort: 2
55

66
## General Requirements
77

8-
- PHP **7.4** or greater
9-
- Laravel **8.0** or greater
8+
- PHP **7.4** or greater
9+
- Laravel **8.0** or greater
1010

1111
## Version Matrix
1212

1313
| 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 | |

0 commit comments

Comments
 (0)