Skip to content

Commit

Permalink
build v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Borja Serrano committed Sep 15, 2021
1 parent e01d979 commit 24a63de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

[![Packagist Version](https://img.shields.io/packagist/v/fboseca/files_manager)](https://packagist.org/packages/fboseca/files_manager) ![Packagist License](https://img.shields.io/packagist/l/fboseca/files_manager) [![Laravel](https://img.shields.io/badge/Laravel-^6-orange.svg)](https://laravel.com/docs/5.8) ![Php](https://img.shields.io/badge/php->=7.1.3-orange.svg)
[![Packagist Version](https://img.shields.io/packagist/v/fboseca/files_manager)](https://packagist.org/packages/fboseca/files_manager) ![Packagist License](https://img.shields.io/packagist/l/fboseca/files_manager) [![Laravel](https://img.shields.io/badge/Laravel->=6-orange.svg)](https://laravel.com/docs/6.x) ![Php](https://img.shields.io/badge/php->=7.1.3-orange.svg)

# What It Does
This package allows you to keep track of the uploaded files, for this it associates each file to a Laravel model, getting a quick and easy manage.
Expand Down
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
}
],
"require" : {
"php" : ">=7.1.3",
"laravel/framework" : ">=6"
},
"extra" : {
"laravel" : {
Expand Down

0 comments on commit 24a63de

Please sign in to comment.