-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b5ce650
commit 4aa5250
Showing
2 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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/" | ||
|
@@ -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": [ | ||
|
@@ -64,5 +62,7 @@ | |
"allow-plugins": { | ||
"pestphp/pest-plugin": true | ||
} | ||
} | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true | ||
} |