We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44edb4 commit 355fd6cCopy full SHA for 355fd6c
composer.json
@@ -1,7 +1,15 @@
1
{
2
"name": "nilanth/laravel-react-redux",
3
- "type": "project",
4
"description": "Laravel React Redux Boilerplate",
+ "type": "project",
5
+ "license": "MIT",
6
+ "authors": [
7
+ {
8
+ "name": "Nilanth",
9
+ "email": "[email protected]"
10
+ }
11
+ ],
12
+ "minimum-stability": "dev",
13
"keywords": [
14
"laravel",
15
"laravel-8",
@@ -18,7 +26,6 @@
18
26
"larave-react-redux-boilerplate",
19
27
"larave-react-redux"
20
28
],
21
- "license": "MIT",
22
29
"require": {
23
30
"php": "^7.3|^8.0",
24
31
"fideloper/proxy": "^4.4",
@@ -59,7 +66,6 @@
59
66
"Tests\\": "tests/"
60
67
}
61
68
},
62
- "minimum-stability": "dev",
63
69
"prefer-stable": true,
64
70
"scripts": {
65
71
"post-autoload-dump": [
0 commit comments