Skip to content

Commit c297898

Browse files
committed
Initial release v1.0.0
1 parent 168a820 commit c297898

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/tests.yml

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

1313
strategy:
1414
matrix:
15-
php-version: [8.1, 8.2, 8.3]
15+
php-version: [8.2, 8.3]
1616
laravel-version: ['^10.0', '^11.0']
1717
include:
1818
- laravel-version: '^11.0'

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4343
- Comprehensive logging for debugging
4444

4545
### Requirements
46-
- PHP ^8.1
46+
- PHP ^8.2
4747
- Laravel ^10.0 || ^11.0
4848
- League/Flysystem ^3.0
4949

INSTALLATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This guide will walk you through installing and configuring the **Viettel Cloud
44

55
## Prerequisites
66

7-
- **PHP**: 8.1 or higher
7+
- **PHP**: 8.2 or higher
88
- **Laravel**: 10.x or 11.x
99
- **Composer**: Latest version
1010
- **Viettel Cloud Storage Credentials**: Access key, secret key, and endpoint

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ Check `storage/logs/laravel.log` for detailed error information.
351351

352352
## 📋 Requirements
353353

354-
- **PHP**: ^8.1
354+
- **PHP**: ^8.2
355355
- **Laravel**: ^10.0 || ^11.0
356356
- **League/Flysystem**: ^3.0
357357

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"source": "https://github.com/kaibatech/viettel-cloud-s3"
2727
},
2828
"require": {
29-
"php": "^8.1",
29+
"php": "^8.2",
3030
"illuminate/support": "^10.0|^11.0",
3131
"illuminate/filesystem": "^10.0|^11.0",
3232
"league/flysystem": "^3.0"

0 commit comments

Comments
 (0)