Skip to content

Commit

Permalink
Pin flarum/core to version 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Dec 16, 2023
1 parent 2e84ea5 commit d546a22
Showing 1 changed file with 60 additions and 60 deletions.
120 changes: 60 additions & 60 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,63 +1,63 @@
{
"name": "datlechin/flarum-link-preview",
"description": "Automatically display a rich preview of the link contents.",
"keywords": [
"flarum",
"flarum-extension",
"link preview",
"preview"
],
"type": "flarum-extension",
"license": "MIT",
"require": {
"php": "^7.4|^8.0",
"flarum/core": "^v1.8",
"spekulatius/phpscraper": "^2.0.0"
},
"authors": [
{
"name": "Ngo Quoc Dat",
"email": "datlechin@gmail.com",
"role": "Developer"
}
],
"support": {
"source": "https://github.com/datlechin/flarum-link-preview",
"forum": "https://discuss.flarum.org/d/30011"
},
"autoload": {
"psr-4": {
"Datlechin\\LinkPreview\\": "src/"
}
"name": "datlechin/flarum-link-preview",
"description": "Automatically display a rich preview of the link contents.",
"keywords": [
"flarum",
"flarum-extension",
"link preview",
"preview"
],
"type": "flarum-extension",
"license": "MIT",
"require": {
"php": "^7.4|^8.0",
"flarum/core": "1.8.4",
"spekulatius/phpscraper": "^2.0.0"
},
"authors": [
{
"name": "Ngo Quoc Dat",
"email": "datlechin@gmail.com",
"role": "Developer"
}
],
"support": {
"source": "https://github.com/datlechin/flarum-link-preview",
"forum": "https://discuss.flarum.org/d/30011"
},
"autoload": {
"psr-4": {
"Datlechin\\LinkPreview\\": "src/"
}
},
"homepage": "https://ngoquocdat.dev",
"extra": {
"flarum-extension": {
"title": "Link Preview",
"category": "feature",
"icon": {
"name": "fas fa-eye",
"color": "#fff",
"backgroundColor": "#D3241C"
}
},
"homepage": "https://ngoquocdat.dev",
"extra": {
"flarum-extension": {
"title": "Link Preview",
"category": "feature",
"icon": {
"name": "fas fa-eye",
"color": "#fff",
"backgroundColor": "#D3241C"
}
},
"flarum-cli": {
"modules": {
"admin": true,
"forum": true,
"js": true,
"jsCommon": false,
"css": true,
"locale": true,
"gitConf": true,
"githubActions": true,
"prettier": true,
"typescript": false,
"bundlewatch": false,
"backendTesting": false,
"editorConfig": true,
"styleci": true
}
}
"flarum-cli": {
"modules": {
"admin": true,
"forum": true,
"js": true,
"jsCommon": false,
"css": true,
"locale": true,
"gitConf": true,
"githubActions": true,
"prettier": true,
"typescript": false,
"bundlewatch": false,
"backendTesting": false,
"editorConfig": true,
"styleci": true
}
}
}
}
}

0 comments on commit d546a22

Please sign in to comment.