Skip to content

Commit

Permalink
Update Composer for 3.0
Browse files Browse the repository at this point in the history
Fixes issues with dependencies that are still trying to target PHP 7.0 including pulling in vulnerable packages.
  • Loading branch information
jdarwood007 committed Nov 22, 2023
1 parent d7f5e0d commit 7910f25
Show file tree
Hide file tree
Showing 3 changed files with 1,500 additions and 243 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,5 @@ Themes/default/css/minified.css
upgrade-helper.php
.vscode/
.php-cs-fixer.cache
vendor/
vendor/
.phplint-cache
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"simplemachines/build-tools": "dev-master"
"simplemachines/build-tools": "dev-release-3.0"
},
"config": {
"platform": {
"php": "7.0.2"
"php": "8.0.0"
}
}
}
Loading

0 comments on commit 7910f25

Please sign in to comment.