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 4f8733e commit 19dd729
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@
"require": {
"php": "^7.1",
"ext-json": "*",
"connectors/http": "dev-5.0-rc",
"connectors/ssl": "dev-5.0-rc",
"scriptfusion/porter": "dev-master as 5"
"connectors/http": "^3",
"scriptfusion/porter": "^5"
},
"require-dev": {
"phpunit/phpunit": "^6.5",
"mockery/mockery": "^1"
"mockery/mockery": "^1",
"phpunit/phpunit": "^6.5"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion test/Functional/GetPledgesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

final class GetPledgesTest extends TestCase
{
public function test()
public function test(): void
{
/** @var PledgeRecords $pledges */
$pledges = FixtureFactory::createPorter()->import(new ImportSpecification(new GetPledges(1405455)))
Expand Down

0 comments on commit 19dd729

Please sign in to comment.