Skip to content

Commit

Permalink
Optimized package description
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Apr 15, 2022
1 parent 895c824 commit 35a01d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions _layouts/default.html
Expand Up @@ -2,17 +2,17 @@
<html lang="{{ site.lang | default: "en-US" }}">
<head>
<title>PHP Collections with PHP Map - Manual</title>
<meta name="description" content="PHP Map package for easy and elegant handling of PHP arrays as array-like collections" />
<meta name="description" content="PHP collection library for easy and elegant handling of PHP arrays as array-like collections" />
<link rel="canonical" href="https://php-map.org/" />

<meta property="og:title" content="PHP Collections with PHP Map" />
<meta property="og:locale" content="en_US" />
<meta property="og:description" content="PHP Map package for easy and elegant handling of PHP arrays as array-like collections" />
<meta property="og:description" content="PHP collection library for easy and elegant handling of PHP arrays as array-like collections" />
<meta property="og:image" content="{{ '/assets/img/php-map.png?v=' | append: site.github.build_revision | relative_url }}" />
<meta property="og:url" content="https://php-map.org/" />

<meta name="twitter:title" content="PHP Collections with PHP Map" />
<meta name="twitter:description" content="PHP Map package for easy and elegant handling of PHP arrays as array-like collections" />
<meta name="twitter:description" content="PHP collection library for easy and elegant handling of PHP arrays as array-like collections" />
<meta name="twitter:image" content="{{ '/assets/img/php-map.png?v=' | append: site.github.build_revision | relative_url }}" />
<meta name="twitter:card" content="summary_large_image" />

Expand Down
4 changes: 2 additions & 2 deletions composer.json
@@ -1,8 +1,8 @@
{
"name": "aimeos/map",
"description": "Easy and elegant handling of PHP arrays as array-like map objects similar to jQuery and Laravel Collections",
"description": "Easy and elegant handling of PHP arrays as array-like collection objects similar to jQuery and Laravel Collections",
"license": "MIT",
"keywords": ["php", "array", "map", "collection"],
"keywords": ["php", "array", "collection", "map"],
"require": {
"php": "^7.1||^8.0"
},
Expand Down

0 comments on commit 35a01d8

Please sign in to comment.