Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
- composer normalize
- composer phpcbf
  • Loading branch information
saas786 committed Feb 27, 2023
1 parent e74133f commit 7faafd5
Show file tree
Hide file tree
Showing 58 changed files with 2,443 additions and 2,211 deletions.
32 changes: 17 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,29 @@
{
"name" : "themehybrid/hybrid-breadcrumbs",
"description" : "A powerful breadcrumb script for inclusion with WordPress themes.",
"keywords" : [ "wordpress" ],
"homepage" : "https://github.com/themehybrid/hybrid-breadcrumbs",
"license" : "GPL-2.0-or-later",
"authors" : [
"name": "themehybrid/hybrid-breadcrumbs",
"description": "A powerful breadcrumb script for inclusion with WordPress themes.",
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress"
],
"authors": [
{
"name": "Theme Hybrid",
"email": "[email protected]",
"homepage": "https://themehybrid.com",
"role": "Developer"
}
],
"support" : {
"issues" : "https://github.com/themehybrid/hybrid-breadcrumbs/issues",
"forum" : "https://themehybrid.com/board/topics"
"homepage": "https://github.com/themehybrid/hybrid-breadcrumbs",
"support": {
"issues": "https://github.com/themehybrid/hybrid-breadcrumbs/issues",
"forum": "https://themehybrid.com/board/topics"
},
"autoload" : {
"psr-4" : {
"Hybrid\\Breadcrumbs\\" : "src/"
}
"require": {
"php": ">=7.4"
},
"require" : {
"php" : ">=7.4"
"autoload": {
"psr-4": {
"Hybrid\\Breadcrumbs\\": "src/"
}
}
}
Loading

0 comments on commit 7faafd5

Please sign in to comment.