Skip to content

Commit

Permalink
feat(github): updating funding.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopalopes24 committed May 18, 2024
1 parent b5ce650 commit 4aa5250
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# These are supported funding model platforms

github: [PH7-Jack]
github: [PH7-Jack, joaopalopes24]
42 changes: 21 additions & 21 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
{
"name": "wireui/heroicons",
"description": "The Tailwind Heroicons for laravel blade by WireUI",
"type": "library",
"description": "The Tailwind Heroicons for laravel blade by WireUI",
"license": "MIT",
"keywords": [
"livewire icons components",
"livewire icons",
"wireui",
"laravel components",
"livewire icons",
"blade heroicons",
"blade components",
"blade heroicons"
"laravel components",
"livewire icons components"
],
"authors": [
{
"name": "PH7-Jack",
"email": "[email protected]"
"name": "Pedro Oliveira",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^8.1|^8.2|^8.3|^8.4",
"laravel/framework": "^9.16|^10.0|^11.0"
Expand All @@ -30,17 +28,6 @@
"nunomaduro/larastan": "^2.4",
"laravel/pint": "^1.6"
},
"scripts": {
"test": "./vendor/bin/pest --coverage --min=100",
"phpstan": "./vendor/bin/phpstan analyse",
"pint:fix": "./vendor/bin/pint",
"pint:check": "./vendor/bin/pint --test",
"generate-icons": "./generate-icons.sh",
"verify": [
"@pint:check",
"@phpstan"
]
},
"autoload": {
"psr-4": {
"WireUi\\Heroicons\\": "src/"
Expand All @@ -52,6 +39,17 @@
"Tests\\": "tests"
}
},
"scripts": {
"test": "./vendor/bin/pest --coverage --min=100",
"phpstan": "./vendor/bin/phpstan analyse",
"pint:fix": "./vendor/bin/pint",
"pint:check": "./vendor/bin/pint --test",
"generate-icons": "./generate-icons.sh",
"verify": [
"@pint:check",
"@phpstan"
]
},
"extra": {
"laravel": {
"providers": [
Expand All @@ -64,5 +62,7 @@
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 4aa5250

Please sign in to comment.