Skip to content

Commit 4d02052

Browse files
atualização da versão do phpunit
1 parent c776a89 commit 4d02052

4 files changed

Lines changed: 30 additions & 35 deletions

File tree

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up PHP
1717
uses: shivammathur/setup-php@v2
1818
with:
19-
php-version: "8.3"
19+
php-version: "8.4"
2020
extensions: xdebug
2121
ini-values: memory_limit=512M
2222
coverage: xdebug

README.md

Lines changed: 1 addition & 1 deletion
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.13.0"
38+
"brunoconte3/dev-utils": "2.14.0"
3939
```
4040

4141
## Data Validation Example

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@
106106
}
107107
},
108108
"require-dev": {
109-
"phpunit/phpunit": "12.1.4",
110-
"phpstan/phpstan": "2.1.17"
109+
"phpunit/phpunit": "12.5.8",
110+
"phpstan/phpstan": "2.1.37"
111111
},
112112
"minimum-stability": "stable",
113113
"prefer-stable": true

composer.lock

Lines changed: 26 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)