Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz-sauer-13 authored Mar 27, 2022
1 parent 269abea commit 9d68a99
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name":"moritzsauer/silverstripe-heroelement",
"description": "Hero Element",
"authors": [
{
"name":"Moritz Sauer",
"email": "[email protected]"
}
],
"require":{
"silverstripe/recipe-cms": "^4",
"dnadesign/silverstripe-elemental": "^4"
},
"autoload": {
"psr-4": {
"HeroElement\\": "src/"
}
}
}

0 comments on commit 9d68a99

Please sign in to comment.