Skip to content

Instantly share code, notes, and snippets.

@EmmanuelObua
Last active August 22, 2022 08:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EmmanuelObua/0643fb19e601e52f3a8c66662c7d1be6 to your computer and use it in GitHub Desktop.
Save EmmanuelObua/0643fb19e601e52f3a8c66662c7d1be6 to your computer and use it in GitHub Desktop.
{
"name": "ldtalent/pwa-laravel",
"description": "A laravel package for publishing essential assets for making a laravel app a pwa",
"type": "composer-package",
"license": "MIT",
"authors": [
{
"name": "Emmanuel Obua",
"email": "eobua6882@gmail.com"
}
],
"keywords": [
"pwa laravel",
"laravel",
"php"
],
"autoload": {
"psr-4": {
"LdTalent\\Pwa\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"\\LdTalent\\Pwa\\PwaServiceProvider"
],
"aliases": {
"PwaLaravel": "LdTalent\\Pwa\\PwaFacade"
}
}
},
"minimum-stability": "stable",
"require": {
"php": ">=5.6",
"illuminate/support": ">=5.4",
"scotteh/php-dom-wrapper": "^2.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment