Skip to content

Commit

Permalink
change composer version
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardPerdaan committed Jan 3, 2019
1 parent dada1e5 commit 2c5b79c
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Tests/ReturnLabelTest/SendReturnLabelMailTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
use MyParcelNL\Sdk\src\Helper\MyParcelCollection;
use MyParcelNL\Sdk\src\Model\Repository\MyParcelConsignmentRepository;

class SendReturnLabelMailTest extends \PHPUnit_Framework_TestCase
class SendReturnLabelMailTest extends \PHPUnit\Framework\TestCase
{
public function testSendReturnLabelMail()
{
Expand Down
2 changes: 1 addition & 1 deletion Tests/SendConsignments/SendDigitalStampTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Class SendDigitalStampTest
* @package MyParcelNL\Sdk\tests\SendDigitalStampTest
*/
class SendDigitalStampTest extends \PHPUnit_Framework_TestCase
class SendDigitalStampTest extends \PHPUnit\Framework\TestCase
{
use HasCustomItems;

Expand Down
2 changes: 1 addition & 1 deletion Tests/SendConsignments/SendLargeFormatTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* Class SendOneInternationalConsignmentTest
* @package MyParcelNL\Sdk\tests\SendOneConsignmentTest
*/
class SendLargeFormatTest extends \PHPUnit_Framework_TestCase
class SendLargeFormatTest extends \PHPUnit\Framework\TestCase
{
use HasCustomItems;

Expand Down
2 changes: 1 addition & 1 deletion Tests/SendConsignments/SendMorningShipmentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Class SendMorningShipmentTest
* @package MyParcelNL\Sdk\tests\SendOneConsignmentTest
*/
class SendMorningShipmentTest extends \PHPUnit_Framework_TestCase
class SendMorningShipmentTest extends \PHPUnit\Framework\TestCase
{
/**
* Test one shipment with createConcepts()
Expand Down
2 changes: 1 addition & 1 deletion Tests/SendConsignments/SendMultipleConsignmentsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* Class SendMultipleConsignmentsTest
* @package MyParcelNL\Sdk\tests\SendConsignmentsTest
*/
class SendMultipleConsignmentsTest extends \PHPUnit_Framework_TestCase
class SendMultipleConsignmentsTest extends \PHPUnit\Framework\TestCase
{

/**
Expand Down
2 changes: 1 addition & 1 deletion Tests/SendConsignments/SendNightShipmentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Class SendNightShipmentTest
* @package MyParcelNL\Sdk\tests\SendOneConsignmentTest
*/
class SendNightShipmentTest extends \PHPUnit_Framework_TestCase
class SendNightShipmentTest extends \PHPUnit\Framework\TestCase
{
/**
* Test one shipment with createConcepts()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* Class SendOneConsignmentWithoutEmailTest
* @package MyParcelNL\Sdk\tests\SendOneConsignmentWithoutEmailTest
*/
class SendOneConsignmentWithoutEmailTest extends \PHPUnit_Framework_TestCase
class SendOneConsignmentWithoutEmailTest extends \PHPUnit\Framework\TestCase
{

/**
Expand Down
2 changes: 1 addition & 1 deletion Tests/SendConsignments/SendPickupFromCheckoutDataTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Class SendPickupFromCheckoutDataTest
* @package MyParcelNL\Sdk\tests\SendOneConsignmentTest
*/
class SendPickupFromCheckoutDataTest extends \PHPUnit_Framework_TestCase
class SendPickupFromCheckoutDataTest extends \PHPUnit\Framework\TestCase
{
/**
* Test one shipment with createConcepts()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Class SendReferenceIdentifierConsignmentTest
* @package MyParcelNL\Sdk\tests\SendOneConsignmentTest
*/
class SendReferenceIdentifierConsignmentTest extends \PHPUnit_Framework_TestCase
class SendReferenceIdentifierConsignmentTest extends \PHPUnit\Framework\TestCase
{

/**
Expand Down
2 changes: 1 addition & 1 deletion Tests/SplitStreet/InternationalFullStreetTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*
* @package MyParcelNL\Sdk\tests\InternationalFullStreetTest
*/
class InternationalFullStreetTest extends \PHPUnit_Framework_TestCase
class InternationalFullStreetTest extends \PHPUnit\Framework\TestCase
{

/**
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myparcelnl/sdk",
"version": "v1.5.0",
"version": "v1.5.1",
"description": "This package is designed to send and receive data from MyParcel by means of an API.",
"homepage": "https://www.myparcel.nl",
"tags": ["MyParcel", "My Parcel", "Post NL", "PostNL"],
Expand Down

0 comments on commit 2c5b79c

Please sign in to comment.