Skip to content

Commit 760ddc3

Browse files
committed
Removed Net namespace.
Added HTTP and SOAP connector dependencies temporarily for BC.
1 parent c1cbba5 commit 760ddc3

22 files changed

+10
-2081
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ notifications:
33

44
sudo: false
55

6-
addons:
7-
apt:
8-
packages:
9-
- stunnel4
10-
116
language: php
127

138
php:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ Limitations
437437
Testing
438438
-------
439439

440-
Porter is almost fully unit tested. Run the tests with the `composer test` command.
440+
Porter is fully unit tested. Run the tests with the `composer test` command.
441441

442442
Contributing
443443
------------

composer.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
"license": "LGPL-3.0",
1111
"require": {
1212
"php": "^5.5|^7",
13+
"connectors/http": "^1",
14+
"connectors/soap": "^1",
1315
"scriptfusion/static-class": "^1",
1416
"scriptfusion/retry": "^1.1",
1517
"scriptfusion/retry-exception-handlers": "^1",
1618
"eloquent/enumeration": "^5",
17-
"psr/cache": "^1",
18-
"zendframework/zend-uri": "^2"
19+
"psr/cache": "^1"
1920
},
2021
"require-dev": {
2122
"phpunit/phpunit": "^4.8",
22-
"mockery/mockery": "^0.9.4",
23-
"symfony/process": "^3.3"
23+
"mockery/mockery": "^0.9.4"
2424
},
2525
"suggest" : {
2626
"transformers/mapping": "Transforms array collections using Mappings."
@@ -37,5 +37,10 @@
3737
},
3838
"scripts": {
3939
"test": "phpunit -c test"
40+
},
41+
"extra": {
42+
"branch-alias": {
43+
"dev-master": "3-dev"
44+
}
4045
}
4146
}

src/Net/Http/HttpConnectionException.php

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

src/Net/Http/HttpConnector.php

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

0 commit comments

Comments
 (0)