Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
IMC-GER committed Oct 8, 2022
1 parent b6ab721 commit 41c3815
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions imcger/curlyquotes/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,24 @@
"name": "imcger/curlyquotes",
"type": "phpbb-extension",
"description": "Replaces quotation marks with curly quotes.",
"homepage": "",
"homepage": "https://github.com/IMC-GER/phpBB-Curly-Quotes",
"version": "1.0.3",
"time": "2022-10-02",
"license": "GPL-2.0-only",
"authors": [
{
"name": "Thorsten Ahlers",
"homepage": "",
"role": "Developer"
}
],
"authors": [{
"name": "Thorsten Ahlers",
"homepage": "https://github.com/IMC-GER",
"role": "Developer"
}
],
"require": {
"php": ">=8.0"
},
"php": ">=8.0"
},
"extra": {
"display-name": "Curly Quotes",
"soft-require": {
"phpbb/phpbb": ">=3.2.0,<4.0.0@dev"
},
"display-name": "Curly Quotes",
"soft-require": {
"phpbb/phpbb": ">=3.2.0,<4.0.0@dev"
},
"version-check": {
"host": "raw.githubusercontent.com",
"directory": "/IMC-GER/phpBB-Curly-Quotes/main",
Expand Down

0 comments on commit 41c3815

Please sign in to comment.