Skip to content

Commit c0173e9

Browse files
committed
switch composer to interfaces v2 and commons v3
Removed sudo from travis config and added os linux.
1 parent 339e123 commit c0173e9

File tree

3 files changed

+76
-81
lines changed

3 files changed

+76
-81
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: php
2-
sudo: false
2+
os: linux
33
php:
44
- 7.0
55
- 7.1

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"kralik"
2424
],
2525
"provide": {
26-
"php-sap/interfaces": "v2.x-dev"
26+
"php-sap/interfaces": "^2.0"
2727
},
2828
"conflict": {
2929
"kba-team/php-sapnwrfc-kralik": "*",
@@ -34,13 +34,13 @@
3434
"require": {
3535
"php": "^7.0",
3636
"ext-sapnwrfc": "*",
37-
"php-sap/interfaces": "v2.x-dev",
38-
"php-sap/common": "v3.x-dev"
37+
"php-sap/interfaces": "^2.0",
38+
"php-sap/common": "^3.0"
3939
},
4040
"require-dev": {
4141
"ext-json": "*",
4242
"phpunit/phpunit": "^6.5",
43-
"php-sap/integration-tests": "dev-master-v4"
43+
"php-sap/integration-tests": "^4.0"
4444
},
4545
"autoload": {
4646
"psr-4": {

composer.lock

Lines changed: 71 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)