Skip to content

Commit c5382c6

Browse files
Atualizado versao da lib phpunit
1 parent 518fe98 commit c5382c6

4 files changed

Lines changed: 395 additions & 220 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ composer require brunoconte3/dev-utils
3535
Or add to your `composer.json`:
3636

3737
```json
38-
"brunoconte3/dev-utils": "2.14.0"
38+
"brunoconte3/dev-utils": "2.15.0"
3939
```
4040

4141
## Data Validation Example
@@ -607,7 +607,7 @@ Add Lines:
607607
script:
608608
- composer install
609609
- ./vendor/bin/phpunit --coverage-xml coverage #Here generates the coverage file
610-
- php ./vendor/brunoconte3/dev-utils/src/CI.php coverage/index.xml 80 #Change the value 80 to your value
610+
- php ./src/CI.php coverage/index.xml 80 #Change the value 80 to your value
611611

612612

613613
file: .gitignore

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
}
107107
},
108108
"require-dev": {
109-
"phpunit/phpunit": "12.5.8",
109+
"phpunit/phpunit": "13.1.6",
110110
"phpstan/phpstan": "2.1.37"
111111
},
112112
"minimum-stability": "stable",

0 commit comments

Comments
 (0)