Skip to content

Commit e573b20

Browse files
committed
Composer json changes, Add packagist badge
1 parent 5ecab74 commit e573b20

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Laravel Userfile
2+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/randohinn/userfile.svg?style=flat-square)](https://packagist.org/packages/randohinn/usefile)
3+
24

35
Userfile is a Laravel package that allows storing user data in yaml files. It also supports Bearer type API authentication.
46

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
"email": "[email protected]"
1010
}
1111
],
12-
"minimum-stability": "dev",
1312
"require": {
14-
"symfony/yaml" : "^4.1"
13+
"symfony/yaml" : "^4.1",
14+
"php": "^7.1",
15+
"illuminate/support": "~5.6.0"
1516
},
1617
"autoload": {
1718
"psr-4": {

0 commit comments

Comments
 (0)