Skip to content

Commit

Permalink
Merge pull request #191 from cultuurnet/UPS-4826/update-culturefeed-php
Browse files Browse the repository at this point in the history
UPS-4826 update culturefeed php
  • Loading branch information
grubolsch authored Feb 8, 2024
2 parents 3add82a + 6926d7a commit 565d515
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "GPL-3.0",
"require": {
"cultuurnet/silex-uitid-provider": "dev-master",
"cultuurnet/culturefeed-php": "~1.12",
"cultuurnet/culturefeed-php": "~1.14",
"cultuurnet/deserializer": "dev-master",
"cultuurnet/culturefeed-http-guzzle": "~0.1",
"deralex/yaml-config-service-provider": "~1.0",
Expand Down
16 changes: 10 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions test/Membership/MembershipControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ public function it_can_respond_all_associations_for_the_active_counter()
$cardSystem->kansenStatuutExpired = true;
$cardSystem->kansenStatuutEndDate = 1441097191;
$cardSystem->kansenStatuutInGracePeriod = false;
$cardSystem->kansenStatuutSuspendedUntil = 1441097191;

$cfPassHolder = new \CultureFeed_Uitpas_Passholder();
$cfPassHolder->memberships = array(
Expand Down
1 change: 1 addition & 0 deletions test/Membership/data/profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"kansenStatuutExpired": true,
"kansenStatuutEndDate": 1441097191,
"kansenStatuutInGracePeriod": false,
"kansenStatuutSuspendedUntil": 1441097191,
"status": null
}
],
Expand Down

0 comments on commit 565d515

Please sign in to comment.