Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
pm-version-major: "5"

- name: Restore Composer package cache
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
with:
path: |
~/.cache/composer/files
Expand Down
2 changes: 1 addition & 1 deletion src/hazardteam/lottery/LotteryManager.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (c) 2024-2025 HazardTeam
* Copyright (c) 2024-2026 HazardTeam
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/hazardteam/lottery/LotteryRange.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (c) 2024-2025 HazardTeam
* Copyright (c) 2024-2026 HazardTeam
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/hazardteam/lottery/Main.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (c) 2024-2025 HazardTeam
* Copyright (c) 2024-2026 HazardTeam
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/hazardteam/lottery/commands/LotteryCommand.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (c) 2024-2025 HazardTeam
* Copyright (c) 2024-2026 HazardTeam
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (c) 2024-2025 HazardTeam
* Copyright (c) 2024-2026 HazardTeam
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (c) 2024-2025 HazardTeam
* Copyright (c) 2024-2026 HazardTeam
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down