Skip to content

Commit

Permalink
Added missing use statements, removed version constraint from compose…
Browse files Browse the repository at this point in the history
…r.json as we want to use tags
  • Loading branch information
johannes-ackermann committed Jul 15, 2021
1 parent 62b58df commit cd55366
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Tests/Unit/Core/EventsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

namespace OxidAcademy\OxCoin\Tests\Unit\Core;

use OxidEsales\TestingLibrary\UnitTestCase;

class EventsTest extends UnitTestCase
{
/**
Expand Down
2 changes: 2 additions & 0 deletions Tests/Unit/Model/OrderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

namespace OxidAcademy\OxCoin\Tests\Unit\Model;

use OxidEsales\TestingLibrary\UnitTestCase;

class OrderTest extends UnitTestCase
{
/**
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"target-directory": "oxac/oxcoin"
}
},
"version": "1.0.3",
"require": {
"php": ">=7.1"
},
Expand Down
2 changes: 1 addition & 1 deletion metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'en' => 'Module for the payment with the crypto currency OXID Coin.',
],
'thumbnail' => 'logo.png',
'version' => '2.0.0',
'version' => '2.0.1',
'author' => 'OXID Academy',
'url' => 'https://www.oxid-esales.com/academy/schulungen',
'email' => '[email protected]',
Expand Down

0 comments on commit cd55366

Please sign in to comment.