Skip to content

Commit

Permalink
feat: apply additional tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke committed Sep 25, 2024
1 parent cba449f commit bd6a470
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/filesystem": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symplify/autowire-array-parameter": "^11.0",
"symplify/package-builder": "^11.0",
"thecodingmachine/safe": "^2.4",
"webonyx/graphql-php": "^15.0.1"
"symplify/autowire-array-parameter": "^11.1",
"symplify/package-builder": "^11.3",
"thecodingmachine/safe": "^2.5",
"webonyx/graphql-php": "^15.14"
},
"require-dev": {
"pestphp/pest": "^2.34",
"symfony/var-dumper": "^6.4|^7.0",
"symplify/easy-testing": "^11.0",
"symplify/easy-testing": "^11.1",
"worksome/coding-style": "^2.11"
},
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<directory>./tests</directory>
</testsuite>
</testsuites>
<coverage>
<source>
<include>
<directory suffix=".php">./src</directory>
</include>
</coverage>
</source>
</phpunit>

0 comments on commit bd6a470

Please sign in to comment.