Skip to content

Commit

Permalink
Merge pull request #7897 from jdarwood007/ComposerUpdate30
Browse files Browse the repository at this point in the history
Update Composer for 3.0
  • Loading branch information
jdarwood007 authored Nov 22, 2023
2 parents d7f5e0d + 7910f25 commit 36c3d21
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 36c3d21

Please sign in to comment.