Skip to content

Commit 9987cfd

Browse files
committed
add support PHP 8 to kraliks module
1 parent 3db3a3a commit 9987cfd

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

php-modules.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
The following PHP modules are currently supported by PHP/SAP.
44

5-
Module Author | Module | supported PHP versions | PHP/SAP composer package
6-
------------------------ | ----------- | ---------------------- | -------------------------
7-
[Eduard Koucky][koucky] | `saprfc` | PHP 4.x - 5.5.x | [![Packagist][koucky-version-badge]][koucky-packagist]
8-
[Piers Harding][harding] | `sapnwrfc` | PHP 5.x | [![Packagist][harding-version-badge]][harding-packagist]
9-
[Gregor Kralik][kralik] | `sapnwrfc` | PHP 7.x | [![Packagist][kralik-version-badge]][kralik-packagist]
5+
| Module Author | Module | supported PHP versions | PHP/SAP composer package |
6+
|--------------------------|------------|------------------------|----------------------------------------------------------|
7+
| [Eduard Koucky][koucky] | `saprfc` | PHP 4.x - 5.5.x | [![Packagist][koucky-version-badge]][koucky-packagist] |
8+
| [Piers Harding][harding] | `sapnwrfc` | PHP 5.x | [![Packagist][harding-version-badge]][harding-packagist] |
9+
| [Gregor Kralik][kralik] | `sapnwrfc` | PHP 7.x - 8.x | [![Packagist][kralik-version-badge]][kralik-packagist] |
1010

1111
_Please note, that none of the module authors is affiliated with PHP/SAP or involved in this project._
1212

usage.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Use `composer require` to add PHP/SAP to your project. Depending on the
44
[PHP module](php-modules) you need to require a certain PHP/SAP composer
55
package.
66

7-
Module Author | Module | supported PHP versions | composer require
8-
-------------- | ----------- | ---------------------- | ------------------------
9-
Eduard Koucky | `saprfc` | PHP 4.x - 5.5.x | `php-sap/saprfc-koucky`
10-
Piers Harding | `sapnwrfc` | PHP 5.x | `php-sap/saprfc-harding`
11-
Gregor Kralik | `sapnwrfc` | PHP 7.x | `php-sap/saprfc-kralik`
7+
| Module Author | Module | supported PHP versions | composer require |
8+
|---------------|------------|------------------------|--------------------------|
9+
| Eduard Koucky | `saprfc` | PHP 4.x - 5.5.x | `php-sap/saprfc-koucky` |
10+
| Piers Harding | `sapnwrfc` | PHP 5.x | `php-sap/saprfc-harding` |
11+
| Gregor Kralik | `sapnwrfc` | PHP 7.x - 8.x | `php-sap/saprfc-kralik` |
1212

1313
The namespace of the library is `\phpsap\saprfc`, no matter which library you use.
1414

0 commit comments

Comments
 (0)