File tree Expand file tree Collapse file tree 6 files changed +4
-196
lines changed
Expand file tree Collapse file tree 6 files changed +4
-196
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ language: php
33php :
44 - 7.2
55 - 7.3
6- - 7.4snapshot
6+ - 7.4
77 - nightly
88env :
99 matrix :
@@ -17,7 +17,6 @@ matrix:
1717 fast_finish : true
1818 allow_failures :
1919 - php : nightly
20- - php : 7.4snapshot
2120
2221before_install :
2322 - travis_retry composer self-update
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ composer require lamoda/crpt-oms-api-client
1818
1919This 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
2323Currently this client implements just a subset of the OMS Api methods.
2424
Original file line number Diff line number Diff line change 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" : {
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments