Skip to content

Commit e0d779b

Browse files
author
Alcides Ramos
committed
fix: refactor
1 parent 14f85c9 commit e0d779b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"source": "https://github.com/alcidesrc/php-skeleton"
1717
},
1818
"require": {
19-
"php": "^8.3"
19+
"php": "^8.4"
2020
},
2121
"autoload": {
2222
"psr-4": {

src/composer.lock

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

src/phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
requireCoverageMetadata="true"
1919
>
2020
<testsuites>
21-
<testsuite name="Unit">
21+
<testsuite name="Application Test Suite">
2222
<directory suffix="Test.php">./tests/Unit</directory>
2323
</testsuite>
2424
</testsuites>

0 commit comments

Comments
 (0)