Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-alrek committed Jul 21, 2022
1 parent 2b37712 commit 04e1611
Show file tree
Hide file tree
Showing 2 changed files with 2,683 additions and 1,116 deletions.
21 changes: 15 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
{
"name": "apility/seotools",
"description": "SEO Tools for Laravel and Lumen",
"keywords": ["laravel", "lumen" ,"seo", "seotools", "webmaster", "metatags", "opengraph", "json-ld"],
"keywords": [
"laravel",
"lumen",
"seo",
"seotools",
"webmaster",
"metatags",
"opengraph",
"json-ld"
],
"license": "MIT",
"support": {
"issues": "https://github.com/apility/seotools/issues",
Expand All @@ -18,14 +27,14 @@
}
],
"require": {
"php": ">=7.3",
"php": ">=7.4",
"ext-json": "*",
"illuminate/config": "5.8.* || ^6.0 || ^7.0 || ^8.0",
"illuminate/support": "5.8.* || ^6.0 || ^7.0 || ^8.0"
"illuminate/config": "5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/support": "5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0"
},
"require-dev": {
"orchestra/testbench": "~3.8.4 || ^4.0 || ^5.0 || ^6.0",
"phpspec/phpspec": "~5.1.1 || ^6.0"
"phpspec/phpspec": "~5.1.1 || ^6.0 || ^7.0"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -54,4 +63,4 @@
}
}
}
}
}
Loading

0 comments on commit 04e1611

Please sign in to comment.