Skip to content

Commit

Permalink
Merge pull request #1 from lepidus/feature/rename_package_name_in_com…
Browse files Browse the repository at this point in the history
…poser

Feature/prepare library to publish in Packagist
  • Loading branch information
thiagolepidus authored Oct 17, 2024
2 parents 4254bd0 + f4b0c47 commit 3c179a2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: composer install --prefer-dist --no-progress

- name: Run lint code
run: vendor/bin/php-cs-fixer fix -v --diff --allow-risky=yes
run: vendor/bin/php-cs-fixer fix -v --diff --allow-risky=yes --config=.php-cs-fixer.php

- name: Run test suite
run: vendor/bin/phpunit tests/
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ before_script:
- php composer.phar install --ignore-platform-reqs --optimize-autoloader --no-ansi --no-interaction --no-progress

.lint: &lint
- vendor/bin/php-cs-fixer fix -v --diff --allow-risky=yes
- vendor/bin/php-cs-fixer fix -v --diff --allow-risky=yes --config=.php-cs-fixer.php

.test: &test
- vendor/bin/phpunit tests/
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": "lepidus/thoth-client-php",
"name": "thoth-pub/thoth-client-php",
"description": "PHP client for Thoth's GraphQL and REST APIs.",
"type": "library",
"require": {
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/GraphQL/Queries/SubjectQueryTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace ThothApi\Tests\GraphQL\Quubject;
namespace ThothApi\Tests\GraphQL\Queries;

use PHPUnit\Framework\TestCase;
use ThothApi\GraphQL\Queries\SubjectQuery;
Expand Down

0 comments on commit 3c179a2

Please sign in to comment.