Skip to content

Commit

Permalink
[Doc] Update composer description
Browse files Browse the repository at this point in the history
  • Loading branch information
smnandre committed Jun 22, 2024
1 parent c584bed commit d6f20e3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{
"name": "smnandre/pagespeed-api",
"description": "PageSpeed Insights API Client",
"description": "PageSpeed Insight PHP Api Client 🚀 Analyse web pages for performances metrics, core web vitals... ",
"license": "MIT",
"type": "library",
"keywords": [
"pagespeed",
"google",
"php",
"api",
"client",
"insights",
"page-speed-insights",
"core-web-vitals",
"lightouse",
"seo",
"performance"
"performance",
"seo"
],
"authors": [
{
Expand All @@ -29,8 +30,8 @@
"friendsofphp/php-cs-fixer": "^3.56",
"phpunit/phpunit": "^11.2"
},
"prefer-stable": true,
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"PageSpeed\\Api\\": "src/"
Expand Down

0 comments on commit d6f20e3

Please sign in to comment.