Skip to content

Commit

Permalink
Add license information to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrawiel committed Sep 27, 2024
1 parent 11ced86 commit d908d88
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,19 @@
"role": "Developer"
}
],
"extra": {
"typo3/cms": {
"extension-key": "container_wrap"
}
"require": {
"b13/container": "^2.2",
"ichhabrecht/content-defender": "^3.3"
},
"license": "GPL-3.0-or-later",
"autoload": {
"psr-4": {
"TRAW\\ContainerWrap\\": "Classes/"
}
},
"require": {
"b13/container": "^2.2",
"ichhabrecht/content-defender": "^3.3"
"extra": {
"typo3/cms": {
"extension-key": "container_wrap"
}
}
}

0 comments on commit d908d88

Please sign in to comment.