Skip to content

Commit

Permalink
Clean up composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cundd committed Jul 17, 2023
1 parent a6299d7 commit ff2ea66
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
"service",
"restful"
],
"homepage": "https://rest.corn.rest/",
"authors": [
{
"name": "Daniel Corn",
"email": "info@cundd.net"
}
],
"license": "GPL-2.0-or-later",
"require": {
"php": "^8.1",
"ext-ctype": "*",
Expand All @@ -27,17 +35,8 @@
"psr/container": "^2.0",
"psr/http-message": "^1.0.1",
"psr/log": "^2.0",
"typo3/cms-core": "^12.4",
"typo3/testing-framework": "^7 || ^8"
},
"homepage": "https://rest.corn.rest/",
"authors": [
{
"name": "Daniel Corn",
"email": "info@cundd.net"
}
],
"license": "GPL-2.0-or-later",
"autoload": {
"psr-4": {
"Cundd\\Rest\\": "Classes/"
Expand Down Expand Up @@ -66,8 +65,5 @@
"typo3/class-alias-loader": true,
"typo3/cms-composer-installers": true
}
},
"suggest": {
"typo3/cms-core": "^11.5.24 || ^12.3"
}
}

0 comments on commit ff2ea66

Please sign in to comment.