Skip to content

Commit

Permalink
Cleanup and add artwork.
Browse files Browse the repository at this point in the history
  • Loading branch information
hofmannsven committed Nov 6, 2023
1 parent 68dbac4 commit d378c9a
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 51 deletions.
5 changes: 3 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/.editorconfig export-ignore
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/.styleci.yml export-ignore
/phpunit.xml.dist export-ignore
/art export-ignore
/tests export-ignore
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,3 @@
/coverage
phpunit.xml
.phpunit.cache

# Testbench
testbench.yaml
/workbench
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Laravel Brevo](https://raw.githubusercontent.com/hofmannsven/laravel-brevo/main/art/banner.png)](https://hofmannsven.com/?ref=github)

# Laravel Brevo

[![Latest Version on Packagist](https://img.shields.io/packagist/v/hofmannsven/laravel-brevo.svg?labelColor=232e4a&color=55597b&style=for-the-badge)](https://packagist.org/packages/hofmannsven/laravel-brevo)
Expand Down Expand Up @@ -53,3 +55,5 @@ My GPG fingerprint/key is available on [Keybase](https://keybase.io/hofmannsven)
## License

MIT License (MIT). Please read the [license](LICENSE.md) for more information.

<sup><sub>Laravel and the Laravel logo are trademarks of Taylor Otwell. Banner image generated with banners.beyondco.de</sub></sup>
Binary file added art/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 4 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hofmannsven/laravel-brevo",
"description": "Wrapper for Brevo's API v3 PHP library.",
"description": "Laravel wrapper for Brevo's API v3 PHP library.",
"keywords": [
"laravel",
"brevo"
Expand All @@ -19,8 +19,8 @@
"support": {
"email": "info@hofmannsven.com",
"issues": "https://github.com/hofmannsven/laravel-brevo/issues",
"wiki": "https://github.com/hofmannsven/laravel-brevo/wiki",
"source": "https://github.com/hofmannsven/laravel-brevo"
"source": "https://github.com/hofmannsven/laravel-brevo",
"wiki": "https://github.com/hofmannsven/laravel-brevo/wiki"
},
"require": {
"php": "^8.1",
Expand All @@ -39,23 +39,10 @@
},
"autoload-dev": {
"psr-4": {
"Hofmannsven\\Brevo\\Tests\\": "tests/",
"Workbench\\App\\": "workbench/app/"
"Hofmannsven\\Brevo\\Tests\\": "tests/"
}
},
"scripts": {
"post-autoload-dump": "@composer run prepare",
"clear": "@php vendor/bin/testbench package:purge-skeleton --ansi",
"prepare": "@php vendor/bin/testbench package:discover --ansi",
"build": [
"@composer run prepare",
"@php vendor/bin/testbench workbench:build --ansi"
],
"start": [
"Composer\\Config::disableProcessTimeout",
"@composer run build",
"@php vendor/bin/testbench serve"
],
"test": "vendor/bin/testbench package:test --no-coverage",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
},
Expand Down
56 changes: 28 additions & 28 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d378c9a

Please sign in to comment.