Skip to content

Commit 355fd6c

Browse files
committed
updated composer
1 parent f44edb4 commit 355fd6c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

composer.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
{
22
"name": "nilanth/laravel-react-redux",
3-
"type": "project",
43
"description": "Laravel React Redux Boilerplate",
4+
"type": "project",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Nilanth",
9+
"email": "[email protected]"
10+
}
11+
],
12+
"minimum-stability": "dev",
513
"keywords": [
614
"laravel",
715
"laravel-8",
@@ -18,7 +26,6 @@
1826
"larave-react-redux-boilerplate",
1927
"larave-react-redux"
2028
],
21-
"license": "MIT",
2229
"require": {
2330
"php": "^7.3|^8.0",
2431
"fideloper/proxy": "^4.4",
@@ -59,7 +66,6 @@
5966
"Tests\\": "tests/"
6067
}
6168
},
62-
"minimum-stability": "dev",
6369
"prefer-stable": true,
6470
"scripts": {
6571
"post-autoload-dump": [

0 commit comments

Comments
 (0)