Marcus Olsson
3d6e0448e4
Rework dictionary validator, refactoring ( #20 )
...
* Update meta
* Rewrite to rule-based validation
* New tests and testing framework
* Minor restructure and cleanup
* Update README.md
* Copy-tweaks. Drop PHP 7.3
* Fix message redout in older Laravel-versions
2022-09-08 14:17:02 +02:00
Marcus Olsson
1ea671c7fe
Laravel 9 support ( #19 )
...
* Add Laravel 9 requirement
* Remove scrutinizer test
* Create test.yml
* Fix directory name
* Fix issue on older PHP-ver
2022-02-08 17:33:29 +01:00
Marcus Olsson
7032f90820
Update for PHP 8 ( #17 )
...
* Update for PHP 8
* Switch to bjeavons/zxcvbn-php-library
2020-12-06 11:08:14 +01:00
Marcus Olsson
4fff615d5f
Merge pull request #16 from kblais/laravel-8-update
...
Laravel 8 compatibility
2020-09-09 12:50:13 +02:00
Killian Blais
52da9e5fa2
Laravel 8 compatibility
2020-09-09 12:35:34 +02:00
Marcus Olsson
235147e935
Merge pull request #15 from olssonm/dev
...
Laravel 7 update.
2020-03-11 15:04:35 +01:00
Marcus Olsson
b494aa89f9
Laravel 7 update.
2020-03-11 15:00:28 +01:00
Marcus Olsson
5128d310eb
Updated readme.md
2019-09-17 07:32:24 +02:00
Marcus Olsson
7cf2acd39f
Merge pull request #14 from olssonm/dev
...
Laravel 6 compatibility update.
2019-09-17 07:29:48 +02:00
Marcus Olsson
8df76e3c62
Laravel 6 compatability update.
2019-09-17 07:26:05 +02:00
Marcus Olsson
2e0534b729
Merge pull request #13 from olssonm/dev
...
Update for #12
2019-06-20 14:37:15 +02:00
Marcus Olsson
341a596189
Removed debug code, cleanup.
2019-06-20 14:30:14 +02:00
Marcus Olsson
e643e830f7
Readme update.
2019-06-20 14:27:24 +02:00
Marcus Olsson
fc3b58165b
Ported to use mkopinsky/zxcvbn-php and minor tweaks.
2019-06-20 14:27:17 +02:00
Marcus Olsson
f1b74e0f99
Merge pull request #11 from olssonm/dev
...
Compat-check for Laravel 5.8.
2019-03-08 19:45:16 +01:00
Marcus Olsson
bd55b32fdd
Compat-check for Laravel 5.8.
...
Fixed issue with testing via newer versions of PHPunit and orchestra/testbench.
2019-03-08 19:38:45 +01:00
Marcus Olsson
cb80e8ab61
Merge pull request #10 from olssonm/dev
...
Laravel 5.7 compat-check. Updated zxcvbn-php.
2018-09-05 18:42:45 +02:00
Marcus Olsson
b2bf22f16b
Laravel 5.7 compat-check. Updated zxcvbn-php.
2018-09-05 17:47:08 +02:00
Marcus Olsson
671e9f6cad
Merge pull request #9 from olssonm/dev
...
Dev
2018-06-09 17:33:02 +02:00
Marcus Olsson
6912dbe385
New travis-matrix.
2018-06-09 17:22:30 +02:00
Marcus Olsson
42f9a0ea11
Cleanup, refactoring.
2018-06-09 17:22:22 +02:00
Marcus Olsson
fc73956165
scrutinizer-support.
2018-06-09 17:21:53 +02:00
Marcus Olsson
2a2473f84c
Merge pull request #8 from olssonm/dev
...
New Travis matrix. Version bump for Laravel 5.6.
2018-02-14 10:12:03 +01:00
Marcus Olsson
53861eb975
Missmatch in illuminate/support-version.
2018-02-14 09:56:59 +01:00
Marcus Olsson
be468e44be
New Travis matrix. Version bump for Laravel 5.6.
2018-02-14 09:51:05 +01:00
Marcus Olsson
99cb1182a5
Merge pull request #6 from olssonm/dev
...
Added download shield.
2017-11-17 10:42:04 +01:00
Marcus Olsson
fe6ca2d2cd
Added download shield.
2017-11-17 09:29:27 +01:00
Marcus Olsson
c54fe77a51
Merge pull request #5 from olssonm/dev
...
L5.5 support.
2017-11-09 16:00:57 +01:00
Marcus Olsson
26ba285ccb
Edits for L5.5.
2017-11-09 15:55:57 +01:00
Marcus Olsson
80b649ea34
Bugfix for input/attribute message in Laravel 5.5.
2017-11-09 15:55:49 +01:00
Marcus Olsson
9979f4cf48
Merge pull request #4 from olssonm/dev
...
Laravel 5.4 update.
2017-01-29 17:13:04 +01:00
Marcus Olsson
c27a896782
Update after testing against Laravel 5.4
2017-01-29 17:06:04 +01:00
Marcus Olsson
1e484541a4
Merge branch 'master' into dev
2017-01-29 16:59:46 +01:00
Marcus Olsson
0b5586d028
Merge pull request #3 from hugo-events/master
...
Bump zxcvbn-php version
2017-01-24 08:40:15 +01:00
Anatoly Bubenkov
501bd7dc89
Bump zxcvbn-php version
2017-01-23 15:09:58 +01:00
Marcus Olsson
9f2fc19053
Merge pull request #2 from olssonm/dev
...
Removed nightly build
2016-11-07 17:48:13 +01:00
Marcus Olsson
339c342b86
Removed nightly build
...
Removed it so that the build isn’t flagged as "failing". Will update once the error is found and sorted out.
2016-11-07 17:45:48 +01:00
Marcus Olsson
2416c9f9ca
Merge pull request #1 from olssonm/dev
...
Updates to dependencies and documentation.
2016-11-07 17:31:32 +01:00
Marcus Olsson
49518b55c1
No more PHP 5.5-tests; fixed travis retry-error.
2016-11-07 17:19:16 +01:00
Marcus Olsson
3848e7831c
Fixed major flaw in documentation.
2016-11-07 17:18:18 +01:00
Marcus Olsson
16c8d9638f
Laravel 5.3 loading method.
2016-11-07 17:18:00 +01:00
Marcus Olsson
8929f2da8e
Much needed dependancy updates.
...
New zxcvbn-php version; fixed the stupid ocular/testbench perfomance issues.
2016-11-07 17:17:51 +01:00
Marcus Olsson
f2c6d30238
Composer update
...
Force-trigger Travis CI.
2015-10-16 12:22:57 +02:00
Marcus Olsson
768720a83a
Initial commit.
2015-10-16 12:15:46 +02:00