Skip to content

Commit

Permalink
Merge pull request #3 from epignosis/fix-package-name
Browse files Browse the repository at this point in the history
Fixed package name
  • Loading branch information
chatzinikolakisk authored Jun 12, 2023
2 parents c1dbe7e + d5d6b60 commit 56a2cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{matrix.php_versions}}
tools: composer, cs2pr, phpcs, infection
tools: composer, cs2pr, phpcs, infection:0.26.19

- name: Get Composer cache directory
id: composer-cache
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "yrizos/types",
"name": "epignosis/types",
"autoload": {
"psr-4": {
"Epignosis\\Types\\": "src/",
Expand Down

0 comments on commit 56a2cb7

Please sign in to comment.