Skip to content

Commit

Permalink
Review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaskioglu-valiton committed Jun 20, 2024
1 parent 38e0e01 commit 1756497
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 27 deletions.
21 changes: 0 additions & 21 deletions .gitlab-ci.yml

This file was deleted.

3 changes: 0 additions & 3 deletions Tests/Action/Api/GetSepaMandatePdfActionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@

namespace Valiton\Payum\Payone\Tests\Action\Api;

use GuzzleHttp\Client;
use Payum\Core\Bridge\Guzzle\HttpClient;
use Valiton\Payum\Payone\Action\Api\GetSepaMandatePdfAction;
use Valiton\Payum\Payone\Api;
use Valiton\Payum\Payone\Request\Api\GetSepaMandatePdf;
use Valiton\Payum\Payone\Tests\Action\AbstractActionTest;

Expand Down
2 changes: 0 additions & 2 deletions Tests/ApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
use Payum\Core\Tests\TestCase;
use PHPUnit\Framework\MockObject\MockObject;
use Psr\Http\Message\RequestInterface;
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\StreamInterface;
use Valiton\Payum\Payone\Api;

class ApiTest extends TestCase
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.1.3 | ^8.1",
"php": ">=7.3 | ^8.1",
"payum/core": "^1.7",
"psr/log": "^1.0",
"php-http/guzzle7-adapter": "^1.0",
Expand Down

0 comments on commit 1756497

Please sign in to comment.