Skip to content

Commit 5c99d48

Browse files
committed
Fix grid view composer dependency. Fix README
1 parent 25b696e commit 5c99d48

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

+2-2
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.4"`
32+
`composer require itstructure/laravel-media-file-uploader "^1.0.5"`
3333

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

@@ -731,6 +731,6 @@ With all respect, Andrey!
731731

732732
## License
733733

734-
Copyright © 2024 Andrey Girnik [email protected].
734+
Copyright © 2024-2025 Andrey Girnik [email protected].
735735

736736
Licensed under the [MIT license](http://opensource.org/licenses/MIT). See LICENSE.txt for details.

changelog.md

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

3+
**1.0.5 February 28, 2025:**
4+
- Fix grid view composer dependency. Fix README.
5+
36
**1.0.4 February 26, 2025:**
47
- Add Laravel 12 support.
58

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|^12.0",
18-
"itstructure/laravel-grid-view": "^1.1.6"
18+
"itstructure/laravel-grid-view": "^1.1"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)