File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11language : php
2- dist : trusty
2+ distro : bionic
33php :
44 - ' 7.1'
55 - ' 7.2'
66 - ' 7.3'
77 - ' 7.4'
8+ - ' 8.0'
89install :
910 - composer update
1011script :
Original file line number Diff line number Diff line change 33 "description" : " Laravel validation rule that checks if a password has been exposed in a data breach" ,
44 "type" : " library" ,
55 "require" : {
6- "php" : " ^7.1" ,
7- "divineomega/password_exposed" : " ^3.0.1 " ,
6+ "php" : " ^7.1||^8.0 " ,
7+ "divineomega/password_exposed" : " ^3.2.0 " ,
88 "illuminate/contracts" : " ^5.1||^6.0||^7.0||^8.0"
99 },
1010 "license" : " LGPL-3.0-only" ,
Original file line number Diff line number Diff line change 1111 <testsuites >
1212 <testsuite name =" Unit Tests" >
1313 <directory suffix =" Test.php" >./tests/Unit</directory >
14- <directory suffix =" Test.php" >./tests/Integration</directory >
1514 </testsuite >
1615 </testsuites >
1716 <filter >
You can’t perform that action at this time.
0 commit comments