fixes to support composer

This commit is contained in:
Joey Kimsey
2024-08-21 08:15:27 -04:00
parent afb9624971
commit 09f96c369a
4 changed files with 261 additions and 7 deletions

View File

@ -24,6 +24,7 @@
"thetempusproject/bedrock": "1.0.10",
"thetempusproject/canary": "1.0.5",
"thetempusproject/houdini": "1.0.8",
"components/jquery": "1.9.*",
"twbs/bootstrap": "3.3.7"
},
"autoload":
@ -55,8 +56,11 @@
{
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"robloach/component-installer": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
}