Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc43b8c commit 58a55b8Copy full SHA for 58a55b8
composer.json
@@ -15,7 +15,7 @@
15
}
16
],
17
"require": {
18
- "php": "^7.2.5",
+ "php": "^7.2.5|^8.0",
19
"ext-json": "*",
20
"illuminate/container": "^6.0",
21
"illuminate/contracts": "^6.0",
@@ -33,7 +33,7 @@
33
},
34
"suggest": {
35
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
36
- "fzaninotto/faker": "Required to use the eloquent factory builder (^1.9.1).",
+ "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
37
"illuminate/console": "Required to use the database commands (^6.0).",
38
"illuminate/events": "Required to use the observers with Eloquent (^6.0).",
39
"illuminate/filesystem": "Required to use the migrations (^6.0).",
0 commit comments