Skip to content

Commit 7e663b0

Browse files
committed
Fix: Refactoring
1 parent 6ca3675 commit 7e663b0

11 files changed

Lines changed: 632 additions & 237 deletions

File tree

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
11

2-
:warning: :construction:
3-
### Archiviert
4-
5-
Dieses Repo wurde **archiviert und wird nicht mehr weitergeführt** :file_folder:. Für **produktive Projekte mit der Proffix Rest-API** empfehlen sich mittlerweile andere Sprachen oder Technologien.
6-
Als **erpropte, ausgereifte und aktiv unterhaltene Alternativen** empfehlen wird die von uns unterhaltenen Wrappers für die Proffix Rest-API auszuprobieren:
7-
8-
- [Golang Wrapper für die Proffix Rest-API](https://github.com/pitwch/go-wrapper-proffix-restapi) :link:
9-
- [Dart Wrapper für die Proffix Rest-API](https://github.com/pitwch/dart_proffix_rest) :link:
10-
112

123
# PHP Wrapper für PROFFIX REST-API
134

@@ -205,3 +196,9 @@ $datenbank2 = $pxrest->database();
205196

206197
Im Ordner [/examples](https://github.com/pitwch/php-wrapper-proffix-restapi/tree/master/examples) finden sich weitere,
207198
auskommentierte Beispiele.
199+
200+
201+
# Weitere Wrapper für die Proffix Rest-API
202+
203+
- [Golang Wrapper für die Proffix Rest-API](https://github.com/pitwch/go-wrapper-proffix-restapi) :link:
204+
- [Dart Wrapper für die Proffix Rest-API](https://github.com/pitwch/dart_proffix_rest) :link:

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
],
1313
"keywords": ["rest", "curl", "proffix", "restful", "api", "proffix rest api","php","wrapper"],
1414
"require": {
15-
"php": ">= 5.6.0",
15+
"php": "^8.2",
1616
"ext-curl": "*",
1717
"ext-json": "*"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "*",
21-
"squizlabs/php_codesniffer": "3.*"
20+
"phpunit/phpunit": "^11.0",
21+
"squizlabs/php_codesniffer": "^3.9"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)