Skip to content

Commit

Permalink
Removed Net namespace.
Browse files Browse the repository at this point in the history
Added HTTP and SOAP connector dependencies temporarily for BC.
  • Loading branch information
Bilge committed Jun 18, 2017
1 parent c1cbba5 commit 760ddc3
Show file tree
Hide file tree
Showing 22 changed files with 10 additions and 2,081 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ notifications:

sudo: false

addons:
apt:
packages:
- stunnel4

language: php

php:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ Limitations
Testing
-------

Porter is almost fully unit tested. Run the tests with the `composer test` command.
Porter is fully unit tested. Run the tests with the `composer test` command.

Contributing
------------
Expand Down
13 changes: 9 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"license": "LGPL-3.0",
"require": {
"php": "^5.5|^7",
"connectors/http": "^1",
"connectors/soap": "^1",
"scriptfusion/static-class": "^1",
"scriptfusion/retry": "^1.1",
"scriptfusion/retry-exception-handlers": "^1",
"eloquent/enumeration": "^5",
"psr/cache": "^1",
"zendframework/zend-uri": "^2"
"psr/cache": "^1"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"mockery/mockery": "^0.9.4",
"symfony/process": "^3.3"
"mockery/mockery": "^0.9.4"
},
"suggest" : {
"transformers/mapping": "Transforms array collections using Mappings."
Expand All @@ -37,5 +37,10 @@
},
"scripts": {
"test": "phpunit -c test"
},
"extra": {
"branch-alias": {
"dev-master": "3-dev"
}
}
}
12 changes: 0 additions & 12 deletions src/Net/Http/HttpConnectionException.php

This file was deleted.

110 changes: 0 additions & 110 deletions src/Net/Http/HttpConnector.php

This file was deleted.

Loading

0 comments on commit 760ddc3

Please sign in to comment.