Skip to content

Commit 738fdad

Browse files
committed
chore: Update copyright comments
1 parent adc181f commit 738fdad

20 files changed

Lines changed: 22 additions & 58 deletions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ composer require staffbase/plugins-sdk-php
1717

1818
Dependencies are also managed by Composer. When using this repository keep the following dependencies in mind (cf. [composer.json](composer.json)):
1919

20-
* php: ^8.0
20+
* php: ^8.3
2121
* lcobucci/jwt: ^5.5
2222

2323
## API Reference
@@ -122,6 +122,6 @@ To run the tests a simple `# composer test` command in the root directory will s
122122

123123
## License
124124

125-
Copyright 2017-2022 Staffbase GmbH.
125+
Copyright 2017-2025 Staffbase GmbH.
126126

127127
Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

src/Exceptions/SSOAuthenticationException.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
* SSO Session implementation, based on this doc:
44
* https://developers.staffbase.com/api/plugin-sso/
55
*
6-
* PHP version 7.4
7-
*
86
* @category Authentication
9-
* @copyright 2017-2022 Staffbase, GmbH.
7+
* @copyright 2017-2025 Staffbase SE.
108
* @author Vitaliy Ivanov
119
* @license http://www.apache.org/licenses/LICENSE-2.0
1210
* @link https://github.com/staffbase/plugins-sdk-php

src/Exceptions/SSOException.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
* SSO Session implementation, based on this doc:
44
* https://developers.staffbase.com/api/plugin-sso/
55
*
6-
* PHP version 7.4
7-
*
86
* @category Authentication
9-
* @copyright 2017-2022 Staffbase, GmbH.
7+
* @copyright 2017-2025 Staffbase SE.
108
* @author Vitaliy Ivanov
119
* @license http://www.apache.org/licenses/LICENSE-2.0
1210
* @link https://github.com/staffbase/plugins-sdk-php

src/PluginSession.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@
55
* SSO Session implementation, based on this doc:
66
* https://developers.staffbase.com/api/plugin-sso/
77
*
8-
* PHP version 7.4
9-
*
108
* @category Authentication
11-
* @copyright 2017-2022 Staffbase, GmbH.
9+
* @copyright 2017-2025 Staffbase SE.
1210
* @author Vitaliy Ivanov
1311
* @license http://www.apache.org/licenses/LICENSE-2.0
1412
* @link https://github.com/staffbase/plugins-sdk-php

src/RemoteCall/AbstractRemoteCallHandler.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
* Abstract remote handler implementation, based on this doc:
44
* https://developers.staffbase.com/api/plugin-sso/
55
*
6-
* PHP version 7.4
7-
*
86
* @category Authentication
9-
* @copyright 2017-2022 Staffbase, GmbH.
7+
* @copyright 2017-2025 Staffbase SE.
108
* @author Vitaliy Ivanov
119
* @license http://www.apache.org/licenses/LICENSE-2.0
1210
* @link https://github.com/staffbase/plugins-sdk-php

src/RemoteCall/DeleteInstanceCallHandlerInterface.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
* Delete remote handler interface, based on this doc:
44
* https://developers.staffbase.com/api/plugin-sso/
55
*
6-
* PHP version 7.4
7-
*
86
* @category Authentication
9-
* @copyright 2017-2022 Staffbase, GmbH.
7+
* @copyright 2017-2025 Staffbase SE.
108
* @author Vitaliy Ivanov
119
* @license http://www.apache.org/licenses/LICENSE-2.0
1210
* @link https://github.com/staffbase/plugins-sdk-php

src/RemoteCall/RemoteCallInterface.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
* Remote call interface, based on this doc:
44
* https://developers.staffbase.com/api/plugin-sso/
55
*
6-
* PHP version 7.4
7-
*
86
* @category Authentication
9-
* @copyright 2017-2022 Staffbase, GmbH.
7+
* @copyright 2017-2025 Staffbase SE.
108
* @author Vitaliy Ivanov
119
* @license http://www.apache.org/licenses/LICENSE-2.0
1210
* @link https://github.com/staffbase/plugins-sdk-php

src/SSOData/ClaimAccessTrait.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
/**
55
* Trait to access the claims of a JWT token.
66
*
7-
* PHP version 7.4
8-
*
97
* @category Token
10-
* @copyright 2017-2022 Staffbase, GmbH.
8+
* @copyright 2017-2025 Staffbase SE.
119
* @author Daniel Grosse
1210
* @license http://www.apache.org/licenses/LICENSE-2.0
1311
* @link https://github.com/staffbase/plugins-sdk-php

src/SSOData/SSODataClaimsInterface.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
/**
55
* Interface with specific claims of a JWT token as url parameter.
66
*
7-
* PHP version 7.4
8-
*
97
* @category Token
10-
* @copyright 2017-2022 Staffbase, GmbH.
8+
* @copyright 2017-2025 Staffbase SE.
119
* @author Daniel Grosse
1210
* @license http://www.apache.org/licenses/LICENSE-2.0
1311
* @link https://github.com/staffbase/plugins-sdk-php

src/SSOData/SSODataTrait.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@
55
* SSO data implementation, based on this doc:
66
* https://developers.staffbase.com/guide/customplugin-overview
77
*
8-
* PHP version 7.4
9-
*
108
* @category Authentication
11-
* @copyright 2017-2022 Staffbase, GmbH.
9+
* @copyright 2017-2025 Staffbase SE.
1210
* @author Vitaliy Ivanov, Daniel Grosse
1311
* @license http://www.apache.org/licenses/LICENSE-2.0
1412
* @link https://github.com/staffbase/plugins-sdk-php

0 commit comments

Comments
 (0)