Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
austinheap committed Nov 21, 2019
1 parent 7ed8757 commit d582311
Show file tree
Hide file tree
Showing 37 changed files with 41 additions and 38 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -63,17 +63,18 @@ directory. The most logical place to start are the [docs for the `HasEncryptedAt

## Requirements

* Laravel: 5.5, 5.6, or 5.7
* Laravel: 5.5, 5.6, 5.7, or 5.8
* PHP: 7.1, 7.2, or 7.3
* PHP [OpenSSL extension](http://php.net/manual/en/book.openssl.php)

## Status

**Framework**|**Version**|**Release**|**Status**|**PHP v7.1**|**PHP v7.2**|**PHP v7.3**
:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:
Laravel|[v5.5](https://laravel.com/docs/5.5/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))|Stable|[![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)
Laravel|[v5.6](https://laravel.com/docs/5.6/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))|Stable|[![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)
Laravel|[v5.5](https://laravel.com/docs/5.5/releases)|[v0.1.0](https://github.com/austinheap/laravel-database-encryption/releases/tag/v0.1.0) ([Packagist](https://packagist.org/packages/austinheap/laravel-database-encryption#v0.1.0))|Stable|[![Build Status](https://travis-ci.org/austinheap/laravel-database-encryption.svg?branch=v0.1.0)](https://travis-ci.org/austinheap/laravel-database-encryption)|[![Build Status](https://travis-ci.org/austinheap/laravel-database-encryption.svg?branch=v0.1.0)](https://travis-ci.org/austinheap/laravel-database-encryption)|[![Build Status](https://travis-ci.org/austinheap/laravel-database-encryption.svg?branch=v0.1.0)](https://travis-ci.org/austinheap/laravel-database-encryption)
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|[![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)
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))|Stable|[![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)
Laravel|[v5.8](https://laravel.com/docs/5.8/releases)|[v0.2.1](https://github.com/austinheap/laravel-database-encryption/releases/tag/v0.2.1) ([Packagist](https://packagist.org/packages/austinheap/laravel-database-encryption#v0.2.1))|Beta|[![Build Status](https://travis-ci.org/austinheap/laravel-database-encryption.svg?branch=v0.2.1)](https://travis-ci.org/austinheap/laravel-database-encryption)|[![Build Status](https://travis-ci.org/austinheap/laravel-database-encryption.svg?branch=v0.2.1)](https://travis-ci.org/austinheap/laravel-database-encryption)|[![Build Status](https://travis-ci.org/austinheap/laravel-database-encryption.svg?branch=v0.2.1)](https://travis-ci.org/austinheap/laravel-database-encryption)

## Schemas

Expand Down
2 changes: 2 additions & 0 deletions composer.json
Expand Up @@ -17,12 +17,14 @@
"laravel55",
"laravel56",
"laravel57",
"laravel58",
"l5",
"laravel encryption",
"laravel5 encryption",
"laravel55 encryption",
"laravel56 encryption",
"laravel57 encryption",
"laravel58 encryption",
"eloquent encryption",
"model encryption",
"attribute encryption",
Expand Down
2 changes: 1 addition & 1 deletion config/database-encryption.php
Expand Up @@ -3,7 +3,7 @@
* src/config/database-encryption.php.
*
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/

return [
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Commands/MigrateEncryptionCommand.php
Expand Up @@ -3,7 +3,7 @@
* src/Console/Commands/MigrateEncryptionCommand.php.
*
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/
declare(strict_types=1);

Expand Down
2 changes: 1 addition & 1 deletion src/EncryptionDefaults.php
Expand Up @@ -3,7 +3,7 @@
* src/EncryptionDefaults.php.
*
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/
declare(strict_types=1);

Expand Down
2 changes: 1 addition & 1 deletion src/EncryptionFacade.php
Expand Up @@ -3,7 +3,7 @@
* src/EncryptionFacade.php.
*
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/
declare(strict_types=1);

Expand Down
2 changes: 1 addition & 1 deletion src/EncryptionHelper.php
Expand Up @@ -3,7 +3,7 @@
* src/EncryptionHelper.php.
*
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/
declare(strict_types=1);

Expand Down
2 changes: 1 addition & 1 deletion src/EncryptionServiceProvider.php
Expand Up @@ -3,7 +3,7 @@
* src/EncryptionServiceProvider.php.
*
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/
declare(strict_types=1);

Expand Down
2 changes: 1 addition & 1 deletion src/Traits/HasEncryptedAttributes.php
Expand Up @@ -3,7 +3,7 @@
* src/Traits/HasEncryptedAttributes.php.
*
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/
declare(strict_types=1);

Expand Down
2 changes: 1 addition & 1 deletion src/helpers.php
Expand Up @@ -3,7 +3,7 @@
* src/helpers.php.
*
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/
declare(strict_types=1);

Expand Down
2 changes: 1 addition & 1 deletion tests/Console/MigrateEncryptionTest.php
Expand Up @@ -5,7 +5,7 @@
* @package laravel-database-encryption
* @link https://github.com/austinheap/laravel-database-encryption
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/

namespace AustinHeap\Database\Encryption\Tests\Console;
Expand Down
2 changes: 1 addition & 1 deletion tests/DatabaseTestCase.php
Expand Up @@ -5,7 +5,7 @@
* @package laravel-database-encryption
* @link https://github.com/austinheap/laravel-database-encryption
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/

namespace AustinHeap\Database\Encryption\Tests;
Expand Down
2 changes: 1 addition & 1 deletion tests/Defaults/ControlCharactersTest.php
Expand Up @@ -5,7 +5,7 @@
* @package laravel-database-encryption
* @link https://github.com/austinheap/laravel-database-encryption
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/

namespace AustinHeap\Database\Encryption\Tests\Defaults;
Expand Down
2 changes: 1 addition & 1 deletion tests/Defaults/EnabledTest.php
Expand Up @@ -5,7 +5,7 @@
* @package laravel-database-encryption
* @link https://github.com/austinheap/laravel-database-encryption
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/

namespace AustinHeap\Database\Encryption\Tests\Defaults;
Expand Down
2 changes: 1 addition & 1 deletion tests/Defaults/HelpersTest.php
Expand Up @@ -5,7 +5,7 @@
* @package laravel-database-encryption
* @link https://github.com/austinheap/laravel-database-encryption
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/

namespace AustinHeap\Database\Encryption\Tests\Defaults;
Expand Down
2 changes: 1 addition & 1 deletion tests/Defaults/PrefixTest.php
Expand Up @@ -5,7 +5,7 @@
* @package laravel-database-encryption
* @link https://github.com/austinheap/laravel-database-encryption
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/

namespace AustinHeap\Database\Encryption\Tests\Defaults;
Expand Down
2 changes: 1 addition & 1 deletion tests/Defaults/VersioningTest.php
Expand Up @@ -5,7 +5,7 @@
* @package laravel-database-encryption
* @link https://github.com/austinheap/laravel-database-encryption
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/

namespace AustinHeap\Database\Encryption\Tests\Defaults;
Expand Down
2 changes: 1 addition & 1 deletion tests/Facade/FacadeTest.php
Expand Up @@ -5,7 +5,7 @@
* @package laravel-database-encryption
* @link https://github.com/austinheap/laravel-database-encryption
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/

namespace AustinHeap\Database\Encryption\Tests;
Expand Down
2 changes: 1 addition & 1 deletion tests/Helper/DisabledTest.php
Expand Up @@ -4,7 +4,7 @@
* @package laravel-database-encryption
* @link https://github.com/austinheap/laravel-database-encryption
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/

namespace AustinHeap\Database\Encryption\Tests\Helper;
Expand Down
2 changes: 1 addition & 1 deletion tests/Helper/EnabledTest.php
Expand Up @@ -5,7 +5,7 @@
* @package laravel-database-encryption
* @link https://github.com/austinheap/laravel-database-encryption
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/

namespace AustinHeap\Database\Encryption\Tests\Helper;
Expand Down
2 changes: 1 addition & 1 deletion tests/Helper/HeaderPrefixTest.php
Expand Up @@ -4,7 +4,7 @@
* @package laravel-database-encryption
* @link https://github.com/austinheap/laravel-database-encryption
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/

namespace AustinHeap\Database\Encryption\Tests\Helper;
Expand Down
2 changes: 1 addition & 1 deletion tests/Helper/PrefixTest.php
Expand Up @@ -4,7 +4,7 @@
* @package laravel-database-encryption
* @link https://github.com/austinheap/laravel-database-encryption
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/

namespace AustinHeap\Database\Encryption\Tests\Helper;
Expand Down
2 changes: 1 addition & 1 deletion tests/Helper/SingletonTest.php
Expand Up @@ -5,7 +5,7 @@
* @package laravel-database-encryption
* @link https://github.com/austinheap/laravel-database-encryption
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/

namespace AustinHeap\Database\Encryption\Tests\Helper;
Expand Down
2 changes: 1 addition & 1 deletion tests/Helper/VersionPartsTest.php
Expand Up @@ -5,7 +5,7 @@
* @package laravel-database-encryption
* @link https://github.com/austinheap/laravel-database-encryption
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/

namespace AustinHeap\Database\Encryption\Tests\Helper;
Expand Down
2 changes: 1 addition & 1 deletion tests/Helper/VersioningTest.php
Expand Up @@ -5,7 +5,7 @@
* @package laravel-database-encryption
* @link https://github.com/austinheap/laravel-database-encryption
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/

namespace AustinHeap\Database\Encryption\Tests\Helper;
Expand Down
2 changes: 1 addition & 1 deletion tests/Helper/VersionlessTest.php
Expand Up @@ -4,7 +4,7 @@
* @package laravel-database-encryption
* @link https://github.com/austinheap/laravel-database-encryption
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/

namespace AustinHeap\Database\Encryption\Tests\Helper;
Expand Down
2 changes: 1 addition & 1 deletion tests/Models/DatabaseModel.php
Expand Up @@ -5,7 +5,7 @@
* @package laravel-database-encryption
* @link https://github.com/austinheap/laravel-database-encryption
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/

namespace AustinHeap\Database\Encryption\Tests\Models;
Expand Down
2 changes: 1 addition & 1 deletion tests/Models/DummyModel.php
Expand Up @@ -5,7 +5,7 @@
* @package laravel-database-encryption
* @link https://github.com/austinheap/laravel-database-encryption
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/

namespace AustinHeap\Database\Encryption\Tests\Models;
Expand Down
2 changes: 1 addition & 1 deletion tests/Models/FakeModel.php
Expand Up @@ -5,7 +5,7 @@
* @package laravel-database-encryption
* @link https://github.com/austinheap/laravel-database-encryption
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/

namespace AustinHeap\Database\Encryption\Tests\Models;
Expand Down
2 changes: 1 addition & 1 deletion tests/Models/RealModel.php
Expand Up @@ -5,7 +5,7 @@
* @package laravel-database-encryption
* @link https://github.com/austinheap/laravel-database-encryption
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/

namespace AustinHeap\Database\Encryption\Tests\Models;
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Expand Up @@ -5,7 +5,7 @@
* @package laravel-database-encryption
* @link https://github.com/austinheap/laravel-database-encryption
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/

namespace AustinHeap\Database\Encryption\Tests;
Expand Down
2 changes: 1 addition & 1 deletion tests/Traits/DatabaseTest.php
Expand Up @@ -5,7 +5,7 @@
* @package laravel-database-encryption
* @link https://github.com/austinheap/laravel-database-encryption
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/

namespace AustinHeap\Database\Encryption\Tests\Traits;
Expand Down
2 changes: 1 addition & 1 deletion tests/Traits/DirtyTest.php
Expand Up @@ -5,7 +5,7 @@
* @package laravel-database-encryption
* @link https://github.com/austinheap/laravel-database-encryption
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/

namespace AustinHeap\Database\Encryption\Tests\Traits;
Expand Down
2 changes: 1 addition & 1 deletion tests/Traits/DummyTest.php
Expand Up @@ -5,7 +5,7 @@
* @package laravel-database-encryption
* @link https://github.com/austinheap/laravel-database-encryption
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/

namespace AustinHeap\Database\Encryption\Tests\Traits;
Expand Down
2 changes: 1 addition & 1 deletion tests/Traits/ExceptionTest.php
Expand Up @@ -5,7 +5,7 @@
* @package laravel-database-encryption
* @link https://github.com/austinheap/laravel-database-encryption
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/

namespace AustinHeap\Database\Encryption\Tests\Traits;
Expand Down
2 changes: 1 addition & 1 deletion tests/Traits/FloatTest.php
Expand Up @@ -5,7 +5,7 @@
* @package laravel-database-encryption
* @link https://github.com/austinheap/laravel-database-encryption
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/

namespace AustinHeap\Database\Encryption\Tests\Traits;
Expand Down
2 changes: 1 addition & 1 deletion tests/Traits/IntTest.php
Expand Up @@ -5,7 +5,7 @@
* @package laravel-database-encryption
* @link https://github.com/austinheap/laravel-database-encryption
* @author Austin Heap <me@austinheap.com>
* @version v0.2.0
* @version v0.2.1
*/

namespace AustinHeap\Database\Encryption\Tests\Traits;
Expand Down

0 comments on commit d582311

Please sign in to comment.