Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wehowski authored May 12, 2024
1 parent 9a8ced7 commit 84112c0
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
],
"minimum-stability": "dev",
"require": {
"php": ">=7.0 || >=8.0",
"composer-plugin-api": "^1.1 || ^2.0",
"composer/installers": "^1.0 || ^2.0",
"php": ">=7.0|>=8.0",
"composer-plugin-api": "^1.1|^2.0",
"composer/installers": "^1.0|^2.0",
"vendor-patch/composer-installers-extender": ">=v0.0.9",
"civicrm/composer-compile-plugin": "*",
"civicrm/composer-downloads-plugin": "*",
Expand Down Expand Up @@ -188,10 +188,12 @@
"~/": [
"type:webfan-server"
],
"~/.frdl/shared/{$type}s/{$vendor}/{$name}/": [
"~/.frdl/shared/{$type}s/{$vendor}/{$name}/": [
"type:webfan-package",
"type:io4-theme",
"type:webfan-theme",
"type:io4-adapter"
"type:io4-adapter",
"type:io4-package"
],
"~/.frdl/data/{$type}s/{$vendor}/{$name}/": [
"type:webfan-site",
Expand All @@ -202,11 +204,7 @@
],
"standalone/{$vendor}/{$name}/": [
"type:project"
],
".": [
"type:webfan-package",
"type:io4-package"
],
],
"public/assets/{$name}/": [
"type:webfan-assets"
],
Expand Down

0 comments on commit 84112c0

Please sign in to comment.