Skip to content

Commit

Permalink
chore: move composer/composer package to framework
Browse files Browse the repository at this point in the history
  • Loading branch information
datlechin committed Sep 25, 2024
1 parent 3f4b159 commit 47a0d6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions extensions/package-manager/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"source": "https://github.com/flarum/extension-manager"
},
"require": {
"flarum/core": "^2.0",
"composer/composer": "^2.7"
"flarum/core": "^2.0"
},
"require-dev": {
"flarum/testing": "^2.0",
Expand Down
1 change: 1 addition & 0 deletions framework/core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
},
"require": {
"php": "^8.2",
"composer/composer": "^2.7",
"components/font-awesome": "^6.5.2",
"dflydev/fig-cookies": "^3.0",
"doctrine/dbal": "^3.6",
Expand Down

0 comments on commit 47a0d6a

Please sign in to comment.