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 1
1
language : php
2
- dist : trusty
2
+ distro : bionic
3
3
php :
4
4
- ' 7.1'
5
5
- ' 7.2'
6
6
- ' 7.3'
7
7
- ' 7.4'
8
+ - ' 8.0'
8
9
install :
9
10
- composer update
10
11
script :
Original file line number Diff line number Diff line change 3
3
"description" : " Laravel validation rule that checks if a password has been exposed in a data breach" ,
4
4
"type" : " library" ,
5
5
"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 " ,
8
8
"illuminate/contracts" : " ^5.1||^6.0||^7.0||^8.0"
9
9
},
10
10
"license" : " LGPL-3.0-only" ,
Original file line number Diff line number Diff line change 11
11
<testsuites >
12
12
<testsuite name =" Unit Tests" >
13
13
<directory suffix =" Test.php" >./tests/Unit</directory >
14
- <directory suffix =" Test.php" >./tests/Integration</directory >
15
14
</testsuite >
16
15
</testsuites >
17
16
<filter >
You can’t perform that action at this time.
0 commit comments