Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 58a55b8

Browse files
[6.x] Full PHP 8.0 Support (#33388)
* Full PHP 8.0 Support * Update faker suggest * Update testbench Co-authored-by: Graham Campbell <[email protected]>
1 parent fc43b8c commit 58a55b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^7.2.5",
18+
"php": "^7.2.5|^8.0",
1919
"ext-json": "*",
2020
"illuminate/container": "^6.0",
2121
"illuminate/contracts": "^6.0",
@@ -33,7 +33,7 @@
3333
},
3434
"suggest": {
3535
"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).",
36+
"fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
3737
"illuminate/console": "Required to use the database commands (^6.0).",
3838
"illuminate/events": "Required to use the observers with Eloquent (^6.0).",
3939
"illuminate/filesystem": "Required to use the migrations (^6.0).",

0 commit comments

Comments
 (0)