File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ composer require brunoconte3/dev-utils
3535Or 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:
607607script:
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
613613file: .gitignore
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments