Skip to content

Commit

Permalink
change dependecines
Browse files Browse the repository at this point in the history
  • Loading branch information
patieru12 committed Sep 27, 2019
1 parent 381e490 commit e25f36a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions README.md
@@ -1,10 +1,5 @@
# Signed (unique) URL package for Laravel.

[![Version](https://poser.pugx.org/patieru12/signed-url/v/stable.svg)](https://github.com/patieru12/signed-url/releases)
[![StyleCI](https://styleci.io/repos/102290249/shield?style=flat&branch=master)](https://styleci.io/repos/102290249)
[![Downloads](https://poser.pugx.org/patieru12/signed-url/d/total.svg)](https://github.com/patieru12/signed-url)
[![License](https://poser.pugx.org/patieru12/signed-url/license.svg)](LICENSE.md)

This package can create URLs with a limited lifetime. This is done by adding an expiration date and a signature to the URL.

This is how you can create signed URL that's valid for 30 days:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -19,8 +19,8 @@
}
],
"require": {
"php": ">=5.6.0",
"spatie/url-signer": "^1.0.1",
"php": ">=7.2",
"patieru/url-signer": "0.0.*",
"illuminate/support": ">=5.2",
"illuminate/http": ">=5.2"
},
Expand Down

0 comments on commit e25f36a

Please sign in to comment.