This repository was archived by the owner on Apr 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +12
-3826
lines changed Expand file tree Collapse file tree 6 files changed +12
-3826
lines changed Original file line number Diff line number Diff line change 11/vendor /
22phpunit.xml
3+ composer.lock
4+ .env
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ sudo: required
33language : php
44
55php :
6- - 7.1
76 - 7.2
87 - 7.3
98
Original file line number Diff line number Diff line change 22
33All notable changes to ` ubient/laravel-pwned-passwords ` will be documented in this file
44
5- ## 1.0.0 - 2018-10-08
5+ ## 1.1.0 - 2019-02-27
6+ - Drop support for PHP 7.1
7+ - Add support for Laravel 5.8
68
9+ ## 1.0.0 - 2018-10-08
710- Initial release
Original file line number Diff line number Diff line change 2121 }
2222 ],
2323 "require" : {
24- "php" : " ^7.1 " ,
25- "illuminate/contracts" : " ~5.5.0|~5.6.0|~5.7.0" ,
26- "illuminate/support" : " ~5.5.0|~5.6.0|~5.7.0" ,
24+ "php" : " ^7.2 " ,
25+ "illuminate/contracts" : " ~5.5.0|~5.6.0|~5.7.0|~5.8.0 " ,
26+ "illuminate/support" : " ~5.5.0|~5.6.0|~5.7.0|~5.8.0 " ,
2727 "guzzlehttp/guzzle" : " ^6.3"
2828 },
2929 "require-dev" : {
30- "phpunit/phpunit" : " ^7 .0" ,
31- "orchestra/testbench" : " ^3.7 "
30+ "phpunit/phpunit" : " ^8 .0" ,
31+ "orchestra/testbench" : " ~3.8.0 "
3232 },
3333 "autoload" : {
3434 "psr-4" : {
You can’t perform that action at this time.
0 commit comments