This repository was archived by the owner on Apr 7, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ matrix:
1414 env : LARAVEL=56
1515 - php : 7.2
1616 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
1723
1824services :
1925 - 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
6262## Requirements
6363
6464* Laravel: 5.5, 5.6, or 5.7
65- * PHP: 7.1 or 7.2
65+ * PHP: 7.1, 7.2, or 7.3
6666* PHP [ OpenSSL extension] ( http://php.net/manual/en/book.openssl.php )
6767
6868## Status
6969
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 )
7575
7676## Schemas
7777
You can’t perform that action at this time.
0 commit comments