This repository was archived by the owner on Apr 7, 2021. It is now read-only.
File tree 2 files changed +12
-6
lines changed
2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ matrix:
14
14
env : LARAVEL=56
15
15
- php : 7.2
16
16
env : LARAVEL=57
17
+ - php : 7.3
18
+ env : LARAVEL=55
19
+ - php : 7.3
20
+ env : LARAVEL=56
21
+ - php : 7.3
22
+ env : LARAVEL=57
17
23
18
24
services :
19
25
- mysql
Original file line number Diff line number Diff line change @@ -62,16 +62,16 @@ directory. The most logical place to start are the [docs for the `HasEncryptedAt
62
62
## Requirements
63
63
64
64
* Laravel: 5.5, 5.6, or 5.7
65
- * PHP: 7.1 or 7.2
65
+ * PHP: 7.1, 7.2, or 7.3
66
66
* PHP [ OpenSSL extension] ( http://php.net/manual/en/book.openssl.php )
67
67
68
68
## Status
69
69
70
- ** Framework** |** Version** |** Release** |** Status** |** Tests **
71
- :-----:|:-----:|:-----:|:-----:|:-----:
72
- Laravel|[ v5.5] ( https://laravel.com/docs/5.5/releases ) |[ v0.1.1] ( https://github.com/austinheap/laravel-database-encryption/releases/tag/v0.1.1 ) ([ Packagist] ( https://packagist.org/packages/austinheap/laravel-database-encryption#v0.1.1 ) )|Stable|Passing
73
- Laravel|[ v5.6] ( https://laravel.com/docs/5.6/releases ) |[ v0.1.1 ] ( https://github.com/austinheap/laravel-database-encryption/releases/tag/v0.1.1 ) ([ Packagist] ( https://packagist.org/packages/austinheap/laravel-database-encryption#v0.1.1 ) )|Stable|Passing
74
- Laravel|[ v5.7] ( https://laravel.com/docs/5.7/releases ) |[ v0.2.0] ( https://github.com/austinheap/laravel-database-encryption/releases/tag/v0.2.0 ) ([ Packagist] ( https://packagist.org/packages/austinheap/laravel-database-encryption#v0.2.0 ) )|Beta|Passing
70
+ ** Framework** |** Version** |** Release** |** Status** |** PHP v7.1 ** | ** PHP v7.2 ** | ** PHP v7.3 **
71
+ :-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:
72
+ Laravel|[ v5.5] ( https://laravel.com/docs/5.5/releases ) |[ v0.1.1] ( https://github.com/austinheap/laravel-database-encryption/releases/tag/v0.1.1 ) ([ Packagist] ( https://packagist.org/packages/austinheap/laravel-database-encryption#v0.1.1 ) )|Stable|[ ![ Build Status ] ( https://travis-ci.org/austinheap/laravel-database-encryption.svg?branch=v0.1.1 )] ( https://travis-ci.org/austinheap/laravel-database-encryption ) | [ ![ Build Status ] ( https://travis-ci.org/austinheap/laravel-database-encryption.svg?branch=v0.1.1 )] ( https://travis-ci.org/austinheap/laravel-database-encryption ) | [ ![ Build Status ] ( https://travis-ci.org/austinheap/laravel-database-encryption.svg?branch=v0.1.1 )] ( https://travis-ci.org/austinheap/laravel-database-encryption )
73
+ Laravel|[ v5.6] ( https://laravel.com/docs/5.6/releases ) |[ v0.2.0 ] ( https://github.com/austinheap/laravel-database-encryption/releases/tag/v0.1.1 ) ([ Packagist] ( https://packagist.org/packages/austinheap/laravel-database-encryption#v0.2.0 ) )|Beta| [ ![ Build Status ] ( https://travis-ci.org/austinheap/laravel-database-encryption.svg?branch=v0.2.0 )] ( https://travis-ci.org/austinheap/laravel-database-encryption ) | [ ![ Build Status ] ( https://travis-ci.org/austinheap/laravel-database-encryption.svg?branch=v0.2.0 )] ( https://travis-ci.org/austinheap/laravel-database-encryption ) | [ ![ Build Status ] ( https://travis-ci.org/austinheap/laravel-database-encryption.svg?branch=v0.2.0 )] ( https://travis-ci.org/austinheap/laravel-database-encryption )
74
+ Laravel|[ v5.7] ( https://laravel.com/docs/5.7/releases ) |[ v0.2.0] ( https://github.com/austinheap/laravel-database-encryption/releases/tag/v0.2.0 ) ([ Packagist] ( https://packagist.org/packages/austinheap/laravel-database-encryption#v0.2.0 ) )|Beta|[ ![ Build Status ] ( https://travis-ci.org/austinheap/laravel-database-encryption.svg?branch=v0.2.0 )] ( https://travis-ci.org/austinheap/laravel-database-encryption ) | [ ![ Build Status ] ( https://travis-ci.org/austinheap/laravel-database-encryption.svg?branch=v0.2.0 )] ( https://travis-ci.org/austinheap/laravel-database-encryption ) | [ ![ Build Status ] ( https://travis-ci.org/austinheap/laravel-database-encryption.svg?branch=v0.2.0 )] ( https://travis-ci.org/austinheap/laravel-database-encryption )
75
75
76
76
## Schemas
77
77
You can’t perform that action at this time.
0 commit comments