Skip to content

Commit af72fc2

Browse files
Rimosso compatibilità con PHP 8.3
1 parent 9f5e26c commit af72fc2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/security-audit.yml

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

1919
strategy:
2020
matrix:
21-
php: [ '8.3', '8.4', '8.5' ] # Versioni PHP da testare
21+
php: [ '8.4', '8.5' ] # Versioni PHP da testare
2222

2323
steps:
2424
- name: Checkout repository

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ MIT
1212

1313
## Requisiti
1414

15-
- PHP >= 8.3 (versioni precedenti sono [EOL](https://endoflife.date/php))
15+
- PHP >= 8.4 (versioni precedenti sono [EOL](https://endoflife.date/php))
1616
- Composer
1717
- Estensione cURL abilitata
1818

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=8.3",
17+
"php": ">=8.4",
1818
"firebase/php-jwt": "^7.0"
1919
},
2020
"require-dev": {

publiccode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ description:
2929
documentation: https://github.com/isprambiente/pdnd-php-client#pdnd-php-client
3030
apiDocumentation: https://github.com/isprambiente/pdnd-php-client#esempio-di-configurazione-minima
3131
features:
32-
- Compatibile con PHP 8.2 e successivi
32+
- Compatibile con PHP 8.4 e successivi
3333
- Supporta autenticazione OAuth2 con JWT Bearer Token
3434
- Gestione automatica del rinnovo del token di accesso
3535
- Facile integrazione con API RESTful di PDND

0 commit comments

Comments
 (0)