Skip to content

Commit

Permalink
Update Laravel-Mix to v6
Browse files Browse the repository at this point in the history
Update commands to use Laravel-Mix CLI
Update NPM dependencies
Set PHP 7.2 as minimum platform (downgrade Composer dependencies)
  • Loading branch information
jon48 committed Feb 22, 2021
1 parent 3e8c3e8 commit 5552303
Show file tree
Hide file tree
Showing 9 changed files with 2,855 additions and 3,199 deletions.
13 changes: 8 additions & 5 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,18 @@
"type": "node",
"request": "launch",
"name": "Launch via NPM",
"runtimeExecutable": "npm",
"autoAttachChildProcesses": true,
"runtimeExecutable": "npx",
"runtimeArgs": [
"run-script",
"debug"
"mix"
],
"port": 9229,
"skipFiles": [
"<node_internals>/**"
]
}
],
"env" :{
"section": "rural"
}
},
]
}
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@
"config" : {
"preferred-install": {
"fisharebest/webtrees": "source"
}
},
"platform" : {
"php" : "7.2"
},
"sort-packages" : true
},
"require-dev" : {
"fisharebest/webtrees" : "2.0.9",
Expand Down
Loading

0 comments on commit 5552303

Please sign in to comment.