Skip to content

Commit 62ad1ee

Browse files
committed
Fix dependency laravel-grid-view to ^1.1.3
1 parent 300a4a3 commit 62ad1ee

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This package is to upload different media files to Local or remote Amazon S3 sto
2929

3030
Run the composer command:
3131

32-
`composer require itstructure/laravel-media-file-uploader "~1.0.0"`
32+
`composer require itstructure/laravel-media-file-uploader "~1.0.1"`
3333

3434
#### If you are testing this package from a local server directory
3535

changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
### CHANGE LOG:
22

3+
**1.0.1 July 14, 2024:**
4+
- Fix `laravel-grid-view` dependency to **^1.1.3**.
5+
36
**1.0.0 July 14, 2024:**
47
- Finish package development with the first release.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"require": {
1616
"php": ">=7.2.5",
1717
"laravel/framework": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
18-
"itstructure/laravel-grid-view": "~1.1.3"
18+
"itstructure/laravel-grid-view": "^1.1.3"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)