Skip to content

Commit

Permalink
Changed Composer dependencies to target Porter v5 final.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilge committed Dec 8, 2019
1 parent 9674e83 commit 6331b86
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4

env:
matrix:
Expand Down
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@
],
"require": {
"php": "^7.1",
"connectors/http": "dev-5.0-rc",
"connectors/ssl": "dev-5.0-rc",
"connectors/http": "^3",
"league/csv": "^8",
"scriptfusion/porter": "dev-master as 5",
"scriptfusion/porter": "^5",
"symfony/dom-crawler": "^3"
},
"require-dev": {
"mockery/mockery": "^1",
"phpunit/phpunit": "^6.5"
"mockery/mockery": "^1.3",
"phpunit/phpunit": "^7"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion test/Functional/IanaPortNumbersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

final class IanaPortNumbersTest extends IanaTest
{
public function test(): void
public function testPortNumbers(): void
{
$records = $this->porter->import(new ImportSpecification(new IanaPortNumbers));

Expand Down

0 comments on commit 6331b86

Please sign in to comment.