Skip to content

Commit 4af2be4

Browse files
authored
Merge pull request #2 from dungnh/upgrade_laravel_8
support php 8
2 parents 99fa944 + 5acb8f6 commit 4af2be4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
composer.lock
33
.phpunit.result.cache
44
/vendor
5+
.DS_Store

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"php": "^7.2.5",
24+
"php": "^7.4|^8.0",
2525
"illuminate/contracts": "^8.0",
2626
"illuminate/support": "^8.0",
2727
"illuminate/database": "^8.0"

0 commit comments

Comments
 (0)