Skip to content

Commit c23ec81

Browse files
authored
remove v1 version (#6)
1 parent 4d4c00b commit c23ec81

File tree

6 files changed

+4
-196
lines changed

6 files changed

+4
-196
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: php
33
php:
44
- 7.2
55
- 7.3
6-
- 7.4snapshot
6+
- 7.4
77
- nightly
88
env:
99
matrix:
@@ -17,7 +17,6 @@ matrix:
1717
fast_finish: true
1818
allow_failures:
1919
- php: nightly
20-
- php: 7.4snapshot
2120

2221
before_install:
2322
- travis_retry composer self-update

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ composer require lamoda/crpt-oms-api-client
1818

1919
This library implements API client for the Order Management Station (OMS) of the CRPT (https://crpt.ru/)
2020

21-
Library implements V1 (deprecated) and V2 version of OMS Api's
21+
Library implements V2 version of OMS Api's
2222

2323
Currently this client implements just a subset of the OMS Api methods.
2424

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"symfony/serializer": "^3.4 | ^4.0"
3030
},
3131
"require-dev": {
32-
"phpunit/phpunit": "^7.5"
32+
"phpunit/phpunit": "8.5.2"
3333
},
3434
"config": {
3535
"platform": {

src/V1/Dto/PoolStatusResponse.php

Lines changed: 0 additions & 84 deletions
This file was deleted.

src/V1/OmsApi.php

Lines changed: 0 additions & 107 deletions
This file was deleted.

tests/V2/OmsApiTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ final class OmsApiTest extends TestCase
5252
*/
5353
private $api;
5454

55-
protected function setUp()
55+
protected function setUp(): void
5656
{
5757
parent::setUp();
5858

0 commit comments

Comments
 (0)