Skip to content

Commit fdeb643

Browse files
remove .lock and up PHP to 7.3
1 parent 7c0837f commit fdeb643

File tree

3 files changed

+2
-2286
lines changed

3 files changed

+2
-2286
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/vendor/
2+
composer.lock

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"role": "Developer"
1010
}],
1111
"require": {
12-
"php": "^7.1",
12+
"php": "^7.3",
1313
"laravel/framework": "^5.8"
1414
},
1515
"autoload": {

0 commit comments

Comments
 (0)