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

Commit a39b2f8

Browse files
committedNov 26, 2019
v0.2.0
1 parent 9916361 commit a39b2f8

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ directory. The most logical place to start are the [docs for the `HasEncryptedAt
7171

7272
**Framework**|**Version**|**Release**|**Status**|**PHP v7.1**|**PHP v7.2**|**PHP v7.3**
7373
:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:
74-
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)
75-
Laravel|[v5.6](https://laravel.com/docs/5.6/releases)|[v0.2.0-rc3](https://github.com/austinheap/laravel-database-encryption/releases/tag/v0.2.0-rc3) ([Packagist](https://packagist.org/packages/austinheap/laravel-database-encryption#v0.2.0-rc3))|Beta|[![Build Status](https://travis-ci.org/austinheap/laravel-database-encryption.svg?branch=v0.2.0-rc3)](https://travis-ci.org/austinheap/laravel-database-encryption)|[![Build Status](https://travis-ci.org/austinheap/laravel-database-encryption.svg?branch=v0.2.0-rc3)](https://travis-ci.org/austinheap/laravel-database-encryption)|[![Build Status](https://travis-ci.org/austinheap/laravel-database-encryption.svg?branch=v0.2.0-rc3)](https://travis-ci.org/austinheap/laravel-database-encryption)
76-
Laravel|[v5.7](https://laravel.com/docs/5.7/releases)|[v0.2.0-rc3](https://github.com/austinheap/laravel-database-encryption/releases/tag/v0.2.0-rc3) ([Packagist](https://packagist.org/packages/austinheap/laravel-database-encryption#v0.2.0-rc3))|Beta|[![Build Status](https://travis-ci.org/austinheap/laravel-database-encryption.svg?branch=v0.2.0-rc3)](https://travis-ci.org/austinheap/laravel-database-encryption)|[![Build Status](https://travis-ci.org/austinheap/laravel-database-encryption.svg?branch=v0.2.0-rc3)](https://travis-ci.org/austinheap/laravel-database-encryption)|[![Build Status](https://travis-ci.org/austinheap/laravel-database-encryption.svg?branch=v0.2.0-rc3)](https://travis-ci.org/austinheap/laravel-database-encryption)
74+
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)
75+
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)
76+
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)
7777

7878
## Schemas
7979

‎composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
}
4444
],
4545
"replace": {
46-
"delatbabel/elocryptfive": "1.5.*|1.*",
47-
"dtisgodsson/elocrypt": "1.*"
46+
"delatbabel/elocryptfive": "*",
47+
"dtisgodsson/elocrypt": "*"
4848
},
4949
"conflict": {
5050
"delatbabel/elocryptfive": "*",

‎tests/Helper/HeaderPrefixTest.php

-5
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ public function testHeaderPrefixCached()
2424
$helper = (new EncryptionHelper())->setHeaderPrefix(null);
2525

2626
$this->assertAttributeEquals(null, 'prefixCache', $helper);
27-
28-
// $helper->setHeaderPrefix($this->currentRandom());
29-
//dump($helper->getHeaderPrefix());
30-
// $this->assertEquals($this->currentRandom(), $helper->getHeaderPrefix());
31-
// $this->assertAttributeSame($this->currentRandom(), 'prefixCache', $helper);
3227
}
3328

3429
public function testHeaderPrefixValid()

0 commit comments

Comments
 (0)
This repository has been archived.