Skip to content

Commit d04b47b

Browse files
committedMar 23, 2021
composer.json fixes
1 parent 4fdf35f commit d04b47b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@
88
"authors": [
99
{
1010
"name": "Artem Murugov",
11-
"email": "murugov@gmail.com",
11+
"email": "murugov@gmail.com",
1212
"homepage": "https://github.com/foroco/",
1313
"role": "Developer"
1414
}
1515
],
1616
"require": {
1717
"php": ">=5.3.0"
1818
},
19+
"minimum-stability": "dev",
1920
"autoload": {
2021
"classmap": [
2122
"src/BrowserDetection.php"

0 commit comments

Comments
 (0)
Please sign in to comment.