Skip to content

Commit 790447a

Browse files
author
Mike van den Hoek
committed
feat: update deps, workflows and dependabot config
1 parent 9f16954 commit 790447a

File tree

225 files changed

+238
-238
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

225 files changed

+238
-238
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ updates:
1414
patterns:
1515
- "*"
1616
commit-message:
17-
prefix: "(chore)"
17+
prefix: "chore"
1818

1919
# Maintain dependencies for Composer
2020
- package-ecosystem: "composer"
@@ -26,5 +26,5 @@ updates:
2626
patterns:
2727
- "*"
2828
commit-message:
29-
prefix: "(chore)"
29+
prefix: "chore"
3030
versioning-strategy: lockfile-only

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515

1616
- name: Set up PHP
1717
uses: shivammathur/setup-php@v2

composer.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor-prefixed/laravel/serializable-closure/src/Contracts/Serializable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @license MIT
44
*
5-
* Modified by plugin on 06-January-2026 using {@see https://github.com/BrianHenryIE/strauss}.
5+
* Modified by plugin on 12-January-2026 using {@see https://github.com/BrianHenryIE/strauss}.
66
*/
77

88
namespace OWCGravityFormsZGW\Vendor_Prefixed\Laravel\SerializableClosure\Contracts;

vendor-prefixed/laravel/serializable-closure/src/Contracts/Signer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @license MIT
44
*
5-
* Modified by plugin on 06-January-2026 using {@see https://github.com/BrianHenryIE/strauss}.
5+
* Modified by plugin on 12-January-2026 using {@see https://github.com/BrianHenryIE/strauss}.
66
*/
77

88
namespace OWCGravityFormsZGW\Vendor_Prefixed\Laravel\SerializableClosure\Contracts;

vendor-prefixed/laravel/serializable-closure/src/Exceptions/InvalidSignatureException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @license MIT
44
*
5-
* Modified by plugin on 06-January-2026 using {@see https://github.com/BrianHenryIE/strauss}.
5+
* Modified by plugin on 12-January-2026 using {@see https://github.com/BrianHenryIE/strauss}.
66
*/
77

88
namespace OWCGravityFormsZGW\Vendor_Prefixed\Laravel\SerializableClosure\Exceptions;

vendor-prefixed/laravel/serializable-closure/src/Exceptions/MissingSecretKeyException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @license MIT
44
*
5-
* Modified by plugin on 06-January-2026 using {@see https://github.com/BrianHenryIE/strauss}.
5+
* Modified by plugin on 12-January-2026 using {@see https://github.com/BrianHenryIE/strauss}.
66
*/
77

88
namespace OWCGravityFormsZGW\Vendor_Prefixed\Laravel\SerializableClosure\Exceptions;

vendor-prefixed/laravel/serializable-closure/src/Exceptions/PhpVersionNotSupportedException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @license MIT
44
*
5-
* Modified by plugin on 06-January-2026 using {@see https://github.com/BrianHenryIE/strauss}.
5+
* Modified by plugin on 12-January-2026 using {@see https://github.com/BrianHenryIE/strauss}.
66
*/
77

88
namespace OWCGravityFormsZGW\Vendor_Prefixed\Laravel\SerializableClosure\Exceptions;

vendor-prefixed/laravel/serializable-closure/src/SerializableClosure.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @license MIT
44
*
5-
* Modified by plugin on 06-January-2026 using {@see https://github.com/BrianHenryIE/strauss}.
5+
* Modified by plugin on 12-January-2026 using {@see https://github.com/BrianHenryIE/strauss}.
66
*/
77

88
namespace OWCGravityFormsZGW\Vendor_Prefixed\Laravel\SerializableClosure;

vendor-prefixed/laravel/serializable-closure/src/Serializers/Native.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @license MIT
44
*
5-
* Modified by plugin on 06-January-2026 using {@see https://github.com/BrianHenryIE/strauss}.
5+
* Modified by plugin on 12-January-2026 using {@see https://github.com/BrianHenryIE/strauss}.
66
*/
77

88
namespace OWCGravityFormsZGW\Vendor_Prefixed\Laravel\SerializableClosure\Serializers;

0 commit comments

Comments
 (0)